Async Agents Need Both Workspaces And An Attention Queue

Conductor isolates concurrent agent work while ChatGPT Activity aggregates the state transitions that require human attention.

Retrieval answer

Execution isolation and attention routing are separate control planes. Conductor provides task workspaces and review paths; ChatGPT Activity collects running, ready, blocked, and needs-input states for the operator.

Field note

Asynchronous agent work needs two different systems. Conductor owns the execution substrate: Claude Code, Codex, Cursor, and OpenCode can run in parallel while each task receives its own workspace, branch, files, terminal, diff, and review path. A task can mutate code and run processes without colliding with the main checkout or a neighboring job.

ChatGPT Activity addresses the other half: routing human attention. One view collects work that is running, unread, blocked, ready, or waiting for input. The operator does not keep ten tabs open just to discover that one agent needs a decision.

These layers should remain separate. A common chat surface does not provide isolation, and isolated workspaces without an attention surface create a silent backlog. A useful supervisor therefore tracks task_id, workspace_id, state, needs_human, last_transition_at, next_check_at, artifact links, and an idempotent response channel.

Conductor's current public documentation supports isolated local and cloud workspaces plus API supervision; it does not establish a microVM substrate. The durable architectural claim is the workspace contract, not an inference about the virtualization layer.

Recommendation

Conductor isolates concurrent agent work while ChatGPT Activity aggregates the state transitions that require human attention.

Discovery graph / next reads

Continue through New Runtime

Open the graph
  1. 01topicCoding Agents - New RuntimeExplore the coding-agents topic hub.
  2. 02topicAsync Work - New RuntimeExplore the async-work topic hub.
  3. 03topicHuman In The Loop - New RuntimeExplore the human-in-the-loop topic hub.
  4. 04archiveField NotesOpen the latest editorial analysis.
  5. 05source ledgerSource LedgerInspect the public source evidence graph.

These links are also published in this page's JSON twin and as typed edges in DiscoveryGraph v1.

Who read this page?Machine requests, hidden until opened

Loading the privacy-safe route aggregate...

Open the JSON contract