Concepts

Stable reference for agent systems.

Concepts are an authoritative layer on top of the blog: definitions, tradeoffs, and mental models that stay useful as the product evolves. Use them to align teams, cite durable terminology, and connect Paper Compute to tapes, stereOS, and the rest of the stack.

Featured Pillar

AI Agent Skills: Reusable Workflows for Agentic Systems.

A skill captures a reusable procedure, tool sequence, decision path, or troubleshooting pattern so future agent runs can reuse what already worked instead of rediscovering it.

Read pillar →Updated July 9, 2026
SkillsAgentsContinuous ImprovementWorkflow

In this cluster

  1. 01Skill Extraction

    Every working agent session contains a solved problem. Skill extraction is the step that lifts that solution out of the session record and into a draft a team can review, edit, and reuse.

  2. 02Skill Library

    One extracted skill helps one run. A skill library is what turns a pile of extractions into something a team can search, review, version, and rely on.

  3. 03Skill Invocation

    A library full of good skills is worthless if the agent never loads the right one. Invocation is the matching step that connects a task to the skill that solves it.

Updated July 6, 2026

Telemetry for Agents

A complete behavioral record so you can answer what an agent saw, what it decided, and why—not just whether a request failed.

Read concept →
TelemetryAgents
Updated July 6, 2026

Agent Observability

Telemetry captures what agents do. Observability makes that record interpretable and actionable. Both are essential when agents run in production.

Read concept →
ObservabilityAgents
Updated July 9, 2026

Skill Extraction

Every working agent session contains a solved problem. Skill extraction is the step that lifts that solution out of the session record and into a draft a team can review, edit, and reuse.

Read concept →
SkillsSkill Extraction
Updated July 9, 2026

Skill Library

One extracted skill helps one run. A skill library is what turns a pile of extractions into something a team can search, review, version, and rely on.

Read concept →
SkillsSkill Library
Updated July 9, 2026

Skill Invocation

A library full of good skills is worthless if the agent never loads the right one. Invocation is the matching step that connects a task to the skill that solves it.

Read concept →
SkillsSkill Invocation
Updated July 9, 2026

Continuous Agent Improvement

A feedback loop: capture relevant sessions, analyze patterns, extract reusable artifacts, apply them to later runs, and measure whether outcomes improve. The model can stay the same. The system around it gets better.

Read concept →
ImprovementAgents
Updated July 6, 2026

Team-Shared Agent Knowledge

One engineer's breakthrough session is a dead artifact until the team can search it, replay it, and invoke the skill extracted from it. Team-shared knowledge is the infrastructure that makes that possible.

Read concept →
TeamsKnowledge Sharing

Looking for release notes and essays? Visit the blog.