I Turned Coding Agents Into a Strategy Game — Ido Salomon, AgentCraft
Ido Salomon introduces AgentCraft, a game-inspired orchestrator designed to manage the complexity of large-scale AI agent deployments. The core premise is that while agents are highly capable, the human effort required to steer, direct, and review them at scale creates a bottleneck. AgentCraft addresses this by providing enhanced visibility (mapping the file system and work progress), increasing autonomy (via orchestrators and loops), and enabling seamless collaboration in shared, multi-agent workspaces.
Key takeaways
-
The Human Bottleneck in Agent Deployment
Managing multiple agents is not simple; it requires constant human steering, direction, and review, which becomes exhausting at scale. The skills needed to manage this complexity are analogous to those used in strategy video games like Warcraft or StarCraft.
-
AgentCraft: A Game-Inspired Orchestrator
3:40
AgentCraft visualizes agents as units on a map where the file system acts as the terrain. It provides integrated functionalities like plugins, skills, terminal, and Git, allowing all work to be managed within a single space.
-
Raising the Ceiling: Visibility and Autonomy
5:55
Visibility is achieved by projecting the file system onto the map and using heatmaps to visualize where agent work is concentrated. Autonomy is enhanced through 'orchestrators' and 'loops,' which allow agents to execute complex tasks in isolation without constant human intervention.
-
Lowering the Floor: Accessibility
To make agents accessible to non-power users (the 90%), a simpler, mobile-game-style mode (potentially 'Loopers') is being developed, focusing on basic, high-level prompts rather than deep file-level granularity.