Multiplayer agentic engineering — Arjun Singh, Superconductor
Superconductor’s team workflow keeps agent sessions visible across interfaces, runs them in isolated cloud environments, and benchmarks models on its own codebase before routing work.
Superconductor says **99.9% of its pull requests** are heavily agent-generated, while every change still receives human review. Shared sessions expose agent work across Slack, GitHub, screenshots, and video; isolated cloud sandboxes keep runs off individual laptops.
For a team using coding agents, make work inspectable wherever it starts, restrict each run to the access it needs, and evaluate models against representative pull requests from your own repository. That reduces interface handoffs and avoids choosing agents solely from public benchmarks.
Superconductor says **99.9% of its pull requests** are heavily agent-generated, while every change still receives human review. Shared sessions expose agent work across Slack, GitHub, screenshots, and video; isolated cloud sandboxes keep runs off individual laptops. For a team using coding agents, make work inspectable wherever it starts, restrict each run to the access it needs, and evaluate models against representative pull requests from your own repository. That reduces interface handoffs and avoids choosing agents solely from public benchmarks. The usage and cost figures are self-reported from one small team and its codebase. Turning meetings or support requests directly into prototypes can shorten feedback loops, but it does not remove the need for acceptance criteria, engineering review, or security controls.
This moves multiplayer agent engineering from parallel generation toward an inspectable, least-privilege team workflow: agent work can begin in several interfaces, but shared visibility, repository-specific evaluation, sandboxing, and human review remain the controls that make it usable. It confirms existing harness and isolation patterns with a reported production practice, while the single-team evidence limits generalization.