Run AI coding agents in an actor-critic feedback loop.
Actor executes. Critic evaluates. Loop until done.
The agent says "Done!" — but it's not done. Half the requirements are missing. Tests don't pass. You fix it manually, run again, and repeat.
You've become the feedback loop.
Codeloops runs a second agent as a critic that reviews every change. If something's missing, it sends feedback. The loop continues until the work is actually done.
Clone, build, run. No config files, no setup wizard, no account required.
Requires Rust toolchain
Plain text in prompt.md
Watch the loop work
Use different agents for actor and critic roles. Claude writes code, OpenCode reviews. Or any combination.
Just write a prompt and run.
Fast startup. Minimal memory. No runtime.
Every iteration logged to JSONL. Review what happened, debug issues, analyze patterns.
"iteration": 3,
"decision": "DONE",
"feedback": "All requirements met"
Browse sessions, view diffs, track iterations. One command: codeloops ui
Star on GitHub, read the docs, or just clone and build.