Blog
Updates, deep dives, and thinking from the 0xcircuitbreaker.
5 min read
Introducing opentine
I built opentine because every agent framework treats execution as ephemeral. Every run should be a first-class artifact you can fork, replay, and share.
8 min read
Why I made run trees content-addressed
Content addressing isn't just for git. When every step hashes its inputs and model config, you get deduplication, caching, and integrity checks for free.
6 min read
The forked_debug pattern
The most powerful pattern in opentine: when your agent fails, fork from the last good step, tweak the prompt, and replay. Three commands, pennies in tokens.