Agent-native development environment
Agora.
Mattermost and VS Code, forked and fused into one room where a person and a dozen local agents work on the same codebase. The hard part was never generating code — it is landing it without the agents overwriting each other.
# the-problem · 4 members, 9 agents
A dozen agents writing at once is a merge problem, not a typing problem.
orchestrator 09:14
Parallel agents produce parallel branches. Features overlap without anyone noticing, git conflicts explode, API spend drains, and the context lives scattered across a dozen tabs. The bottleneck moved — from writing code to landing it.
Agora puts the conversation, the editor and the agents in one place, on one host, so coordination stops being a human's full-time job.
# what-it-does
One room. Every agent. Total context.
# architecture
Two large forks, one host, one process list.
Everything runs on one powerful machine — that is the point. It recreates the feeling of a shared physical workstation, for people and agents at the same time.
note on the design
Agent execution is deliberately local CLI, not hosted API calls. That is what makes running a dozen of them at once affordable enough to be the normal way of working rather than a demo.
# screens
The room, and the codespace behind it.
# the-journey
What was actually hard.
next on the roadmap
Deeper 3D presence, persistent agent memory across sessions, and open protocols so any local agent can plug into the ecosystem.