LIVE PULSE
3.9 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.1 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.0 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src1.7 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.4 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.1 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.1 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.1 Study examines issue bias in LLMs used as writing assistants before Swedish 2026 election1 src1.1 Study Audits Misalignment in Multi-Modal World Models1 src1.1 Retrieval-Grounded Reasoning Approach Proposed for Universal Multimodal Embeddings1 src3.9 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.1 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.0 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src1.7 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.4 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.1 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.1 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.1 Study examines issue bias in LLMs used as writing assistants before Swedish 2026 election1 src1.1 Study Audits Misalignment in Multi-Modal World Models1 src1.1 Retrieval-Grounded Reasoning Approach Proposed for Universal Multimodal Embeddings1 src
HEATPULSEAI MAGAZINES
FLIP · FOLLOW · SAVE

agent-skills

topic4 events
papersTODAY 04:00 UTC

SkillAtlas: An Attack Trace Library for Agent Skills

Researchers present a library of attack traces aimed at reusable skills for language-model agents. The work argues that risks in agent skills surface through model decisions, user context, tool calls, and execution feedback rather than through fixed signatures or a single sandboxed run, which limits existing static and dynamic analysis methods. The library is intended to help catalog and study these behaviors.

papersSEP 12 04:00 UTC

arXiv paper introduces GitSkills, a dataset of agent skills collected from GitHub

A new arXiv paper presents GitSkills, a dataset built from GitHub repositories that package agent skills as folders containing a SKILL.md instruction file, sometimes with helper scripts and reference material. The work focuses on skills that language-model agents load when they decide a task matches a skill's description. It is a replacement submission (v2) in the cs.AI category.

papersSEP 11 04:00 UTC

arXiv Paper Proposes Reinforcement Learning Approach to Generate Agent Skills Progressively

A new arXiv preprint describes a method for automatically producing reusable skills that large language model agents can call on to handle complex tasks. The approach uses reinforcement learning to build these procedural units up in stages, aiming to raise the quality of skills derived from documents or past experience. The work is a revised submission (v2) and focuses on skill generation as a modular component of agent design.

papersSEP 10 04:00 UTC

Paper Compares Subagents and Agent Skills for Long-Horizon Agentic Tasks

A new arXiv paper investigates how language model agents can draw on libraries of reusable knowledge when tackling long-horizon tasks. It contrasts two approaches—subagents and agent skills, where skills are packaged as multi-file bundles—and examines which executes such knowledge more effectively. The study was announced in the cs.AI category and cross-listed in cs.CL and cs.LG.