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.

2 min4 sources

In one minute

  • Devin Outposts moves command execution, repository access, and sandbox lifecycle into customer-controlled infrastructure while the agent loop remains in Cognition's cloud.
  • The record is connected to 3 topics: coding-agents, agent-runtime, infrastructure.
  • 4 public sources carry the evidence boundary.

Source ledger

Publishable sources attached to this record.

4 public sources
#SourceRolePublic status
1x.comsourceprimary receiptsource_urls
2developers.cloudflare.comdocssupporting receiptsource_urls
3modal.comsourcesupporting receiptsource_urls

Showing 3 of 4; the complete set is exposed in the JSON route.

On this page

Devin Outposts is the same basic product move as private runners, self-hosted build agents, and VPC connectors, but for autonomous software work. The agent brain can stay hosted while the execution machine moves into infrastructure the customer controls.

Cognition’s public post frames it directly: run Devin on a Mac mini, GPU box, private VM, or Kubernetes cluster next to internal services. Cloudflare, Modal, and Daytona each describe partner implementations where sessions run in isolated sandboxes, containers, or owned compute while Devin still manages the agent loop.

What changed

This splits an agent product into two planes:

  • Reasoning plane: planning, model calls, tool selection, and conversation stay with Devin.
  • Execution plane: shell commands, file edits, repository access, browser automation, checkpoints, and machine lifecycle run where the customer chooses.

That matters because many real engineering tasks are blocked by environment, not by model intelligence. A data task may need private Snowflake access. An ML task may need an H100. A regulated codebase may not be allowed to leave a controlled network.

New Runtime Read

Coding agents are starting to look like managed control planes plus bring-your-own execution fleets.

The product boundary is no longer “does the agent have a VM?” It is who owns the VM, where secrets live, how checkpoints persist, what traffic is allowed, and whether the agent can reach the same internal systems as a human engineer without exporting the whole codebase to a vendor sandbox.

Open archive
  1. Gemini 3.6 Flash Moves the Agent Race Toward Cost per Taskgemini · agent-economics1 source
  2. AI Coding Workflow: From Idea to Verifiable Workcoding-agents · workflow2 sources
  3. Coding Agent Cost Is Cut in Environment Config, Not Promptscoding-agents · cost-control3 sources
  4. Coding Agent Sandboxes Break in Places Teams Do Not Expectagent-security · coding-agents1 source