Personal beta I build this for my own work. It's show-and-tell, not a release, and it changes a lot.
Zar

Latest updates

Short notes on what I've been building into Zar. I write one when something real lands, so they come at their own pace.

Agent loops are now built in

Zar can now run agent loops natively. I give it one job, an orchestrator agent plans the work and spins up worker agents to carry it out. I don't wire anything together myself anymore.

The orchestrator stays involved the whole way. It watches each worker's progress and sends corrections mid-run when one drifts. When the work comes back it reviews the result, and if something doesn't hold up, the worker goes back in. That loop repeats until the result is actually good.

The recording below is a real run. One orchestrator controlling a set of web agents, start to finish. I typed the prompt and let it go.

One orchestrator running a team of web agents, recorded as it happened.