Topic hub

Agent runtime

The runtime layer around agents: sandboxes, tools, hosted execution, permissions, state, and deployment surfaces.

Short answer

  • The agent runtime is the system that lets models safely use tools, files, browsers, terminals, and external services.
  • As agents take real actions, runtime concerns become product concerns: isolation, permissions, logging, replay, and rollback.
  • This is where demos turn into repeatable infrastructure.

Pattern memory

Current hypotheses

1 patterns
  1. high

    Harness architecture outlives model choice

    For production agents, the harness is becoming a more durable product boundary than the identity of the model running inside it.

Field notes

Longer analysis

1 notes
  1. Devin Outposts Splits the Agent Brain from the Execution Plane

    Devin Outposts moves command execution, repository access, and sandbox lifecycle into customer-controlled infrastructure while the agent loop remains in Cognition's cloud.

Raw signals

Recent observations

9 signals
  1. Render Packages Deployment Primitives for Agent Workloads

    Render combines services, workers, databases, cron jobs, previews, and infrastructure definitions into a deployment surface suitable for long-running agent systems.

  2. agentOS packages a lightweight runtime for coding agents

    Rivet's agentOS combines isolated execution, durable workflows, resource limits, and host-side secrets in a WebAssembly and Rust runtime.

  3. DeerFlow 2.0 Packages an Open Runtime for Autonomous Agents

    ByteDance's open runtime combines planning, subagents, files, tools, and long-running execution into a deployable system.

  4. AI SDK 7 Grows into an Agent Runtime

    Vercel expands a model integration library with tool loops, state, transport, and UI primitives needed for production agent applications.

  5. The Computer Becomes a Runtime Assigned to the Agent

    Giving each agent an isolated machine turns browser, shell, files, and installed software into controlled execution infrastructure.

  6. Tokens Stay the Cost While Runtime Becomes the Product

    The differentiated layer shifts toward execution, tools, policy, state, and user workflow while model inference remains metered input.

  7. The Agent Becomes a Separate Hosting Layer

    Anthropic's Agent SDK hosting pattern separates model calls from a persistent process that owns tools, state, execution, and recovery.

  8. Cline SDK Exposes an Open Harness for Coding Agents

    Cline separates the reusable agent runtime from its interface, making tool execution and coding workflows embeddable in other products.

  9. Claude Managed Agents Add Outcomes and Multi-Agent Orchestration

    Anthropic's managed-agent layer adds long-running outcomes, orchestration, and background work around the model call.