zarl @zarl.dev · Jun 17

We've all heard of Claude Code. Its creator @bcherny.bsky.social says he doesn't write prompts any more. He writes loops. That's what zkit is for: a Go toolkit for building agentic loops. And a loop is only as good as the thing that decides it's done. 🧵

0 likes 1 replies

?

Replies

zarl · Jun 17

If that's the model's own word, you've just written a longer prompt. So zkit lets you validate the goal against something real: a build, a test, your verifier. Zarlcode is my coding harness built on it, proven through SWE-bench. github.com/zarldev/zarlmono zarldev.github.io/zarlmono #golang