

iii
66 posts

@iiidevs
unreasonably simple software engineering. GitHub: https://t.co/gYgSu54UPV Discord: https://t.co/RmFaK77BCY









Marcus Elwin hand-rolled his own multi-agent harness, then he built the production version with iii and loved it. A very detailed writeup, definitely worth your time. He says: “The harness is the set of jobs that make an agent safe, durable, observable, and operable. iii’s bet is that those jobs should be workers on a shared bus, not hidden inside one framework object. [...] The powerful idea isn’t “use this one agent framework.” It’s seeing queues, streams, state, model providers, policy gates, approval surfaces, browser tabs, and business services as the same kind of thing: workers. If a capability is missing, add or replace a worker. Don’t keep changing the core engine.” He put these ideas to the test by moving his hand-rolled harness onto iii while keeping the frontend app stable. This is exactly the experiment we hoped someone would run. His read: “the primitives are strong, the defaults can get sharper.” That's the most useful feedback we can get, and it's already shaping what we build next. His writeup is one of the clearest takes we’ve seen on iii thus far. Well worth your time if you're running agents in production. Check out his multi-agent harness here: github.com/MarcusElwin/mu… And follow us to keep updated with what’s coming next.


