# AgentCraft: Putting the Orc in Orchestration — Ido Salomon

AI Engineer · 2026-04-25

<https://aie.addtry.com/c5671116-d3c6-4716-a9de-d50c08ca85b0>

Ido Salomon, creator of AgentCraft, argues that the bottleneck in multi-agent orchestration is not the agents but the humans managing them, and that the skills needed—borrowed from real-time strategy games—are already familiar to gamers. AgentCraft visualizes agents as physical units on a map that projects the file system, allowing users to see which files agents modify and detect collisions via a heat map. To reduce babysitting, Salomon implemented a campaign feature where agents autonomously decompose tasks and plan within containers, shifting the human role to review. Review bundles present changes with screenshots and videos for efficient inspection. Workspaces enable real-time collaboration between humans and agents across teams, with shared visibility and soft coordination. The goal is to raise the ceiling of collaboration through visibility, autonomy, and human-agent interaction.

## Questions this episode answers

### How does AgentCraft apply RTS gaming concepts to help manage multiple AI coding agents?

AgentCraft applies real-time strategy game concepts to agent orchestration. Ido Salomon explains that gamers are familiar with managing dozens of units at once, so AgentCraft recreates this experience with a visual map of your file system where each file is a rune, and allows you to use muscle memory to cycle between agents needing attention, providing full visibility and proactive collision prevention.

[1:24](https://aie.addtry.com/c5671116-d3c6-4716-a9de-d50c08ca85b0?t=84000)

### What is the campaign feature in AgentCraft and how does it let agents run without my constant oversight?

AgentCraft's campaign feature lets you define a broad goal, and agents autonomously decompose the task, plan it, and execute within a container. The campaign orchestrator manages the agents, so you're removed from constant oversight. You then review the results via PR bundles with screenshots and videos, shifting your effort from planning to review.

[6:04](https://aie.addtry.com/c5671116-d3c6-4716-a9de-d50c08ca85b0?t=364000)

### How does AgentCraft enable collaboration between humans and agents on the same codebase?

AgentCraft supports human-to-human and human-to-agent collaboration through shared workspaces. A product designer can, for example, work on a design while you see their agents' activity, then hand off to your agents. There's a chat where agents announce what files they're changing, enabling soft collaboration to avoid conflicts, so multiple people and agents can work together seamlessly.

[7:44](https://aie.addtry.com/c5671116-d3c6-4716-a9de-d50c08ca85b0?t=464000)

## Key moments

- **[0:00] Intro**
- **[0:30] Bottleneck**
- **[1:24] Gaming Roots**
  - [1:24] AgentCraft transfers RTS game unit-management skills to multi-agent orchestration to raise the collaboration ceiling
- **[2:12] Walkthrough**
- **[3:28] Visibility**
  - [3:56] AgentCraft visualizes the file system as a map where files become runes, enabling real-time visual tracking of agent activity
- **[5:12] Autonomy**
  - [5:39] AgentCraft's quests feature lets agents generate tasks like refactoring and testing, which they execute autonomously
- **[6:34] Scaling**
  - [7:05] AgentCraft review bundles provide visual evidence like screenshots and videos to speed up PR review
- **[7:44] Collaboration**
  - [9:15] AgentCraft's soft collaboration via chat lets agents see who else is working on files and adjust their actions
- **[9:36] Outro**
  - [9:52] "These skills are there. They're just not something we used for work until now."

## Speakers

- **Ido Salomon** (guest)

## Topics

Multi-Agent Orchestration

## Mentioned

AgentCraft (product), Cloud Code (product), Codex (product), Cursor (product), Discord (product), Git (product), MCP Apps (product), MCPUI (product), OpenClaw (product), Twitter (product)

## Transcript

### Intro

**Ido Salomon** [0:16]
So, uh, good morning London. My name is Ido Salomon. I'm the creator of AgentCraft. I'm also the creator of MCPUI and the creator and co-maintainer of MCP Apps, so I'm building some of the stuff that David has been talking about.

### Bottleneck

**Ido Salomon** [0:30]
As you've all heard in the past day, agents are amazing. But if one agent is so amazing, why don't we scale up to 10, or 20, or 100 different agents and be 100 times more amazing? It is pretty simple.

We just spin up a bunch of agents, we put them in this, like, nice screen, and it looks really glorious. But it won't actually work. And the reason is that spinning them up isn't the problem. It's us. We are the bottleneck in orchestrating all of these agents.

Now, if you think about it, the role of the engineer to actually go and manage dozens of reckless employees is not typically what we do in most companies. So we need to somehow find these new, potentially new skills to manage all of these agents.

Luckily, they're not really brand new. It's not something that we've never done before. It's just something that's been hiding in unexpected places. I mean, if you're a gamer or used to play games at any point, managing dozens of units probably sounds a little bit familiar, which is why I built AgentCraft, which is an orchestrator that aims to raise the ceiling of human-agent collaboration by taking learnings from gaming and transferring them into productivity.

### Gaming Roots

**Ido Salomon** [1:54]
So let's see a quick walkthrough of that and let's understand the journey to raise that ceiling. So this is AgentCraft. There's a lot to unpack, so we'll just start with the basics and go from there. This is an agent.

### Walkthrough

**Ido Salomon** [2:12]
Not a metaphorical one. This is actually a physical manifestation of a coding agent, like a live session. It can be Cursor, it can be Cloud Code, Codex, OpenClaw, whatever. It's something that we can detect on the device and visualize it, but it's also something that we can spawn directly from here.

Your command.

**Ido Salomon** [2:35]
So now we have this agent, and we can prompt it. We can use it like just any other agent that we have from our CLI or whatever. And what can we tell it to do? It has all of these quirks, and we have voice, and we have text, and we have images, and so on.

And we can just tell it to do stuff. So for example, we can tell it to develop some feature for us.

Prompt, prompt.

**Ido Salomon** [3:00]
And now the agent is working. So it's doing its work.

So it's doing work. And as we can see, if you look at the UI, there's like a bunch of other stuff. We have these buildings, and each building represents some functionality. So for example, one of these buildings manages the skills and plugins and so on.

There's also an integrated terminal and Git, just to get that end-to-end workflow. The second part of raising the ceiling, now that we have the basics, is visibility. We need to be able to quickly understand what each agent is doing.

### Visibility

**Ido Salomon** [3:44]
So we have this nice side panel here that really shows us, like, high-level mission, status, summary, and so on, what are they actually doing. But the cool thing about AgentCraft is that we don't just see a list of what they can do.

We can actually see them working. So if we look at the map, you would notice that it's actually a projection of my file system. Each part of my file system is actually on the map. So I have these directories here, and each one of these directories has files.

These files are represented as runes, as you can see here. So I can actually track and see visually what the agent is working on, which file. I can see the entire change list of what happened there. And because we're orchestrating it, I also know which agents did what and when.

So we can have full lineage of what's going on. And we can take this one step further. If I know all of this stuff, why not just create a heat map? I can actually try and visualize collisions, and I can even prevent them proactively.

Now, the cool thing here is that once we have this visibility, we're not exactly done yet, because we still need to be able to react to the changes that are happening. So we can lean into another cool mechanism from RTS games.

We can simply use muscle memory to quickly cycle between the agents that need our help. They need us to approve the plan, they need us to answer some questions, and so on. So now we have visibility, and we can react quickly.

### Autonomy

**Ido Salomon** [5:12]
So we're done. We solved orchestration. But not quite, because that's really only the first step. I was able to use more agents in parallel, but only for a short amount of time. There are a few reasons for that.

The first one is that there's only a limit to how many ideas I can have in my head at any given time without being tired. So what I did is basically tell the agent to do it. I told them, OK, find missions for me to do.

So I have quests now, and I can click a button, and they just do whatever. They can refactor, test, all the stuff that I don't want to do. And the second one is that all of this babysitting takes a lot of time.

Like, I see what's going on. I can react to it very quickly, but I still need to cycle through it. So what I did there is kind of say, how do I take myself out of the equation as much as possible?

So if agents are so amazing, why not just let them do it? I can just, like, give them some idea. I have this campaign feature. Broadly say what I want to happen, and I will just spin up a container.

I would let the agents run there. They can decompose the task, they can plan it, they can present the plan to me. I don't care what they're doing, because it's containered, so do whatever. And the main thing here is that once it's decomposed, I'm not the one doing the babysitting.

Now I have the campaign orchestrator, and that's his problem. So we're actually moving more of the effort only to the planning phase or the review phase. And once we have that, we reach a point where we can just say, why is it my ideas?

### Scaling

**Ido Salomon** [6:50]
Why can't I tell it to run in a Chrome job, go to Twitter every day, scan cool ideas, and just implement them, and I just decide what I want? Which is actually how I implemented channels pretty quickly. So we have that, and now we just have a lot of different PRs to review.

So there's this nice capability of just review bundles. And now I can see exactly what changes happened in each one, like why did they do stuff, what are the tasks. And I also have visual evidence. So now I am able to just look at screenshots, I can look at videos, and really see what's going on without investing too much time in doing it.

And once we have that, we can actually shift more of the work from the planning to the review. How much time do I need to spend on the plan if I can just do it 10 times, and I'll just pick the one that is most fitting for me?

And the next part is we're still not done. I mean, if you think about it, this is only the first step, because agents aren't that smart yet. So we need to offload it to someone else, humans. Now, what I can do, and this is my favorite feature, is that we can actually create these workspaces.

### Collaboration

**Ido Salomon** [8:01]
So I can collaborate with the product designer from my team, and they can do whatever they want, and I can just continue from where they left off. So for example, let's say this is an agent actually from the product designer on their computer.

So they can see my agents, I can see their agents, I can understand what they're doing, and we can just collaborate.

Prompt, prompt.

**Ido Salomon** [8:25]
Yeah, they just started working again. So I can see that they want to design this new page, which is pretty cool. So I can wait for them to finish, or I can just go ahead now and just hand off from them to my agents.

Well, our agents. Insert communist, whatever. So we have our agents now, and I can just keep going from there. And the cool thing is that it's not just human-to-human collaboration. We are also collaborating with the agents. So there's more direct stuff like this.

I can just type stuff and prompt my agents, or even their agents. But there's also a softer mechanism. There's actually a chat that is between humans and humans, but also between humans and the agents. You can see that the agent said, I'm starting to work on something, and then I can say, I'm also working on it.

So the next time the agent does something, it knows someone else is working. They can also have soft collaboration, so they would know what files each one is changing. So we've actually taken a bunch of stuff that were limiting us from really reaching our full potential with agents and kind of solve them one by one.

There are a bunch of other features that I just didn't have time to go over, but you can try them out and see for yourself if you can really work better that way. So to sum up,

### Outro

**Ido Salomon** [9:52]
these are not exactly new skills. I mean, you're probably worried, perhaps, that we won't be able to get adapted to this future where we're not actually coding, we're just telling other people to code for us, for our agents.

But these skills are there. They're just not something we used for work until now. So with games as one example, we can take these skills to the next level.

We need to somehow raise that ceiling. We need to somehow improve our collaboration with agents. And with AgentCraft, the goal is to take the learnings from games and really raise that to the next level with better visibility, more autonomy to the agents, and human-to-agent collaboration.

So I invite you to go to the website. This is the QR code. It's free. You can just download it and play with it. It's still experimental. It's still new. There's a bunch of stuff that needs to change, but it will only happen with great feedback.

There's also a Discord. So please join, give us your feedback, and let's raise the ceiling together. Thank you.

---

This library is powered by PodHood (https://podhood.com), the podcast website platform.
