Sign InOpen Brain
Atlas / Tools

Cloud Agents

Open JSONConfidence: Auto-collectedLast updated 2026-09-14

Current Answer

No editorial synthesis yet — the evidence below is collected automatically from source labels. A current answer lands here once an editor approves one.

Evidence

Every step you take, every call you make: the reliable agent stack — Giselle van Dongen, Restate
AI Engineer · 2026-09-14

Long-running agents need durable state, retries, cancellation, and human approval that survive deploys. Restate demonstrates these as infrastructure concerns rather than prompt logic.

How Featured's users make 100K media pitches per month on Vercel
Vercel · 2026-09-11

A three-engineer team consolidated model routing, long-running agent jobs, and deployment on Vercel while serving 100,000+ users. The case study shows where managed abstractions can remove operational work.

Introducing Projects
Cursor · 2026-09-10

Cursor Projects gives a coordinator persistent context, cloud and local subagents, and event-driven work for features, migrations, and maintenance that outlive one chat.

Introducing the Agents API
OpenAI · 2026-09-10

The Agents API exposes a managed Codex-based harness for orchestration, long-running sessions, and tool use, reducing the agent runtime a builder must operate directly.

Build with OpenAI Agents API on Vercel
Vercel · 2026-09-10

Vercel pairs OpenAI-managed agent sessions with isolated, persistent Sandboxes, using signed webhooks and queues for reconnection and scaling workers to zero.

ACP: The Universal Remote Control for AI Agents — Alex Hancock, Block
AI Engineer · 2026-09-09

ACP lets editors, terminals, and custom apps control compatible agent harnesses through one protocol, including remote sessions, tool updates, and permission requests.

Cursor Cloud Agents can now run in Vercel Sandbox
Vercel · 2026-09-03

Cursor Cloud Agents can execute inside per-request Vercel microVMs, giving teams control over isolation, credentials, retries, and worker lifecycle without operating persistent VMs.

Tethered: Our Agents Are Us — Shu Fang, Two Sigma
AI Engineer · 2026-09-03

Two Sigma runs remote agents under each employee’s real identity, adding trace propagation and controlled web access to preserve attribution and limit egress risk.

Everyone Gets A Software Company — Benjamin Guo, Zo Computer
AI Engineer · 2026-09-03

Zo packages a persistent Linux server, coding agents, files, integrations, and hosting into one personal cloud. The useful idea is collapsing build and deploy context into the agent’s workspace.

Run cloud agents on machines you manage
Cursor · 2026-09-02

Cursor cloud agents can now execute tools on machines and elastic pools inside your network while Cursor retains planning and inference. This unlocks internal access and custom hardware, not full self-hosting.

How do you diffuse AI into the real world? — Varun Shenoy, Long Lake
AI Engineer · 2026-08-28

Real-world agent adoption depends on workflow redesign, operational traces, and hands-on enablement. Code-agent patterns help, but service work has messier exceptions and triggers.

KV Cache-Aware Routing and P/D Disaggregation on Kubernetes — Yuchen Fama & Ashish Kamra, Red Hat
AI Engineer · 2026-08-27

Agentic inference makes KV-cache locality and prefill pressure first-class scheduling concerns. Red Hat's case study improved latency and capacity, but P/D separation needs suitable traffic and fast networking.

The Agent Behind the Curtain: Building the Oz Cloud Agent Platform — Safia Abdalla, Warp
AI Engineer · 2026-08-22

Warp’s cloud-agent design separates runtime, harness, artifacts, and orchestration so teams can swap tools without fragmenting workflows or removing human review.

Vercel Agent is now available in Slack code channels
Vercel · 2026-08-20

Vercel Agent can now investigate incidents, edit code, and review PRs inside shared Slack code channels, with approval gates and an audit trail for every action.

Firetiger joins Cursor
Cursor · 2026-08-13

Cursor is bringing Firetiger’s production-monitoring agents in-house, aiming to connect code generation with rollout checks and incident investigation. Change Monitors are the first named upcoming feature.

Cloud agents start 3x faster with builds
Cursor · 2026-08-13

Cursor Cloud Agents can start from continuously prepared environment snapshots instead of reinstalling each session. Internal time to first token improved 3x, with failed builds falling back to the last good state.

Always-on agents run production without the on-call tax — Justin Smith, Resolve AI
AI Engineer · 2026-08-09

Always-on production agents can turn releases and operational events into tailored monitoring tasks. The useful pattern is persistent context plus scoped triggers, checks, and escalation.

Realtime multiplayer, automation, and you! — Idan Gazit, GitHub
AI Engineer · 2026-08-08

GitHub Next’s prototypes move coding agents from personal chat into governed background workflows and shared cloud workspaces that can act on team conversation.

Give every agent in Herdr its own Vercel Sandbox
Vercel · 2026-08-06

Herdr can place each terminal coding agent in a separate Vercel Sandbox, then return its work as an opt-in Git patch instead of letting remote edits touch the local checkout.

Introducing the new v0 API
Vercel · 2026-08-05

The generally available v0 API gives agents headless app generation with stateful chats, sandboxed execution, streamed traces, live previews, and one-call Vercel deployment.

How Factory scaled its cloud backend to tens of millions of daily requests on Vercel
Vercel · 2026-08-03

Factory runs its full cloud backend in one Next.js app while agents deploy internal tools through Vercel APIs. The case study is useful evidence for keeping agent-operated infrastructure programmable and guarded.

How Factory scaled its cloud backend to one billion monthly requests on Vercel
Vercel · 2026-08-03

Factory runs API routes, middleware, and webhooks in one Next.js backend at one billion daily requests and 350ms p95. Its agents also deploy internal tools through Vercel APIs under review guardrails.

How we set up our cloud agent environment
Cursor · 2026-07-30

Cursor’s cloud-agent adoption grew after it treated the dev environment as agent infrastructure: Linux parity, one discoverable CLI, end-to-end testing, and automated repair.

Gemini API Managed Agents: 3.6 Flash, hooks, and more
Google · 2026-07-28

Gemini Managed Agents now add model selection, sandbox hooks, token caps, schedules, and free-tier access, covering several controls needed for unattended coding work.

Introducing Cursor Start
Cursor · 2026-07-28

Cursor Start gives developers in India a ₹649 monthly tier with Grok 4.5, Composer, cloud agents, mobile control, and UPI payments, positioned between Free and Pro.

Run Claude Managed Agents with Chat SDK
Vercel · 2026-07-27

Chat SDK can put Claude Managed Agents behind browser and messaging interfaces while Anthropic retains the loop, tools, session state, and research sandbox.

Vercel MCP can now deploy code
Vercel · 2026-07-23

Vercel’s MCP server can deploy agent-built code to new or existing projects and return a shareable URL, extending chat-based coding workflows through delivery.

From fork() to Fleet: Designing an Agent Sandbox Cloud — Abhishek Bhardwaj, OpenAI

Long-running coding agents need isolated, persistent sandboxes: microVMs limit kernel exposure, while incremental snapshots enable recovery, branching, and faster placement across a fleet.

Expanding Managed Agents in Gemini API: background tasks, remote MCP and more

Gemini Managed Agents can now run asynchronously, connect to remote MCP servers, call client-side functions, and rotate credentials without losing sandbox state.

Introducing Claude Tag

Claude Tag puts a persistent Claude in Slack channels: tag @Claude to delegate async tasks running hours or days on Opus 4.8. Beta for Team/Enterprise; Anthropic says it writes 65% of its product team's code.

What we’ve learned building cloud agents

Cursor's writeup on a year of cloud agents: complete dev environments matter most, a Temporal rewrite pushed reliability past 99%, and over 40% of Cursor's internal PRs now come from cloud agents.

Scaling Managed Agents: Decoupling the brain from the hands

Anthropic details Managed Agents, a hosted long-horizon agent service that separates the harness from its sandboxes — stateless brains, replaceable containers, and a 60% drop in p50 time-to-first-token.

Agent Runs now available in the Vercel MCP and CLI

Your coding agent can now pull its own Agent Runs traces—reasoning, tool calls, token usage—from Vercel via MCP or CLI, so it can debug its runs and refine skills from real production behavior.

Build from anywhere with Cursor for iOS

Cursor shipped a native iOS app in public beta: launch cloud agents, remote-control agents on your local machine, and merge PRs from your phone. Paid plans only; Composer 2.5 runs are 75% off until July 5.

openai/codex
GitHub

Codex offers one coding agent across the terminal, supported IDEs, a desktop app, and the web, with local CLI installs for major desktop platforms and ChatGPT-plan sign-in.

Stable permalink · evidence auto-collected from source labels · synthesis maintained by feed7 editorial