Essay · 01 · 6 min
Your agents went multiplayer. Your backlog didn't.
One human and one agent are already two writers with different memories. A shared chat makes one session multiplayer. Only a record with rules makes the team multiplayer.
You added an agent.
Now two things write to the codebase, and they remember different things.
Then three.
Each one plans in its own session. Each session ends.
Your backlog still thinks one person works at a time.
An assignee field. A status. Last write wins.
This is what happens next.
Work was already multiplayer, before any of this.
40% of the office workday is spent working with others. 39% alone.
Gensler asked 16,459 office workers in 16 countries how they spend their time. Fieldwork July to September 2025.
SourceHalf of knowledge workers have found another team doing the same project.
Atlassian, 5,000 workers, 2024. Self-reported, not measured hours.
SourceMore than 10 hours a week lost to organizational inefficiency, say half of developers.
Atlassian and Wakefield, 3,500 developers and managers, 2025. Their own estimate of their own week.
SourceCoordination was the expensive part before anyone added an agent.
Then the writers multiplied.
15×.
Year-over-year growth in active agents inside Microsoft 365, by Microsoft's own count. A growth signal, not a market size.
Source4.58 million to 6.73 million a day.
Average daily downloads of the official MCP SDK, March to August 2026. It rose every month. Installs and CI runs, not people.
SourceEvery new writer is a new memory. Nothing made them one plan.
The collision, measured.
In August 2026, Anthropic's red team let 30 agents build a game together.
No shared plan. Each agent chose its own next step.
SourceIn another run: 2.4 million job requests. 117 jobs accepted.
Giving the agents roles, or a CEO, "did not make much difference." Controlled experiments, not production data.
Source"Coordination doesn't naturally emerge from stronger intelligence nor alignment at the individual level."Anthropic, Frontier Red Team · August 13, 2026 · source
Two writers fix the same bug and find out a week later.
That is the human-scale version of the same experiment. It runs in every team that added agents without adding a plan.
Intelligence doesn't refuse a second taker. A record does.
A shared chat is not a shared plan.
The newest answer is the shared session: several people inside one agent's chat.
It works. Everyone sees the same conversation, steers it, hands it over with the context intact. Then the session ends, and the plan it held ends with it.
Even the best shared task list inside an agent is one team per session.
It locks a claim so two teammates can't grab the same task, and it gates on dependencies. It can't be shared across sessions, and when a task gets stuck, a person fixes it by hand.
SourceA plan your agents can't see isn't a plan.
If the record lives outside the editor, the agent plans from its own memory again. So does the next person who opens the task.
One tool refuses the collision and forgets by morning. The other remembers everything and lets it happen.
What multiplayer actually needs.
Ten grab it at once. One gets it. Nine are refused.
A claim is a single write the server accepts or rejects. The nine get a typed conflict back, not a silent overwrite. This is a contract test in Ophanimus Forge.
A hold that expires on its own.
A claim carries a heartbeat lease, 30 minutes by default, so a dead session releases its work without anyone noticing it died. Some roles hold without expiry. That is a policy, not an accident.
Blocked work can't be picked up.
A task whose dependencies aren't finished is refused, not warned about. "What's next" can only answer with what is actually ready.
And the record outlives the chat.
Claims, holds, skips and replans land in one graph that every person and every agent reads and writes, from inside their own editor.
A shared session makes one chat multiplayer. A record with rules makes the team multiplayer.
An execution graph that remembers why.
Call it an execution graph: the dependency graph of claimable work that people and their agents execute against.
It knows who holds each task, what is ready, what is blocked, and why the order changed. Forge enforces it and runs none of the work itself.
A context graph built afterwards from your tools describes the work.
It reconstructs relationships it never saw. It can't refuse a second taker.
An execution graph governs the work as it happens.
Every claim, skip and replan passes through it. So the reason gets written at the moment of the decision, not reconstructed a quarter later.
Skip a task on purpose and the record keeps the reason.
A deferral, a cancel, a change of priority: the reason is stored with the task, not in the meeting where it was said. It is still there a quarter later, next to the work it explains.
108,289 ranked choices. 1,543 decisions with a written reason.
Founder use, not customer data: what one person's backlog produced between March and September 2026 by running his own work through it.
SourceOne plan, many hands.
The record outlives the chat.
Move like a solo dev. Ship like a team.Please share your thoughts with me at [email protected] or send me a message on LinkedIn.
Sources
Each one was opened and checked on September 24, 2026. Numbers are quoted as their publishers state them, with each publisher's own sample and method noted. None is a measurement of Ophanimus customers. Product names appear only in this list.
- "Global Workplace Survey 2026." Gensler Research Institute · 2026 · 16,459 full-time office workers, 16 countries, fielded July 22 to September 12, 2025. Country average for question "HowWork": alone 39.05%, with others in person 26.93%, with others virtually 13.40%.
gensler.com/gri/global-workplace-survey-2026 - "State of Teams 2024." Atlassian · 2024 · vendor survey of 5,000 knowledge workers in the US, Australia, India, Germany and France. Self-reported.
atlassian.com/blog/state-of-teams-2024 - "State of Developer Experience 2025," report PDF. Atlassian, with Wakefield Research · 2025 · online survey of 3,500 developers and managers in six countries; "50% of developers now report losing more than 10 hours of their working week due to inefficiencies." The figure is in the PDF, linked from the report page. Self-estimated hours.
dam-cdn.atl.orangelogic.com/AssetLink/5yt05dl5q8s1xljrs8747h8x6240c32p.pdf · report page - "Work Trend Index 2026: Agents, human agency, and the opportunity for every organization." Microsoft · 2026 · vendor telemetry for Microsoft 365.
microsoft.com/en-us/worklab/work-trend-index/agents-human-agency-and-the-opportunity… - npm registry download counts for
@modelcontextprotocol/sdk. npm · monthly totals March to August 2026 (141,911,796 to 208,673,490), each divided by the days in its month. Installs, CI runs and dependency pulls, not people.
api.npmjs.org/downloads/range/2026-03-01:2026-08-31/@modelcontextprotocol/sdk - "Patterns and problems in emerging multiagent systems." Anthropic, Frontier Red Team · August 13, 2026 · controlled experiments, not production data.
anthropic.com/research/multiagent-systems - "Agent teams." Claude Code documentation · read September 24, 2026 · task claiming uses file locking; a task with unresolved dependencies cannot be claimed; one team per session, not shareable across sessions; a stuck task is updated by hand.
code.claude.com/docs/en/agent-teams - "Agents in Linear." Linear documentation · read September 24, 2026 · "the human teammate remains the primary assignee and owner" after delegating to an agent.
linear.app/docs/agents-in-linear - "Collaborate on work items with AI agents." Atlassian support, Jira Software Cloud · read September 24, 2026 · "You can assign the agent to a work item"; nothing on the page refuses a second assignee or claimant.
support.atlassian.com/jira-software-cloud/docs/collaborate-on-work-items-with-ai-agents - Ophanimus Forge engine record. The founder's own use, counted September 18, 2026: 108,289 ranked choices, 1,543 decisions with a written reason. Founder use, not customer data.
Where a step describes a product without naming it, the product's own documentation is the source above. Ophanimus Forge's claim, lease and readiness behaviour is described as it ships; roles without lease expiry are a configured policy.