Kitaru is open source and ready to use
Kitaru is live: open-source infrastructure platform for running Python agents in production.
Read post →Thoughts on durable execution, agent infrastructure, and building reliable AI systems.
Kitaru is live: open-source infrastructure platform for running Python agents in production.
Read post →
A production coding agent isn't a prompt and a while loop. It's eight stages, each with different failure modes, costs, and human touchpoints. Here's the full pattern.
ML pipelines were DAGs. Agents are loops. The orchestration layer that worked for training jobs doesn't work for autonomous systems, and the industry is scrambling to catch up.
We spent five years building ML pipeline infrastructure. Then agents showed up and we realized the next problem needed a new tool — not an extension of the old one.
Tracing shows you what went wrong. But what if you could go back, fix the input, and resume from where it failed — without re-running everything?
Every durable execution engine today forces your code to be deterministic. Kitaru takes a different approach — and it matters more than you think.
AI agents fail - they timeout, hit rate limits, crash on bad API responses. Without durable execution, every failure means starting over from scratch.
Durable execution engines were built for payment flows and order processing. AI agents need something different. Here's why.