How to Use It Well
- Setup time ~20 minutes (read SPEC + follow
elixir/README.mdfor the reference implementation) - 2 options: implement the SPEC yourself or use the experimental reference implementation
- GitHub stars + forks (verified): see Source & Thanks
If you’re already using coding agents, the biggest unlock is operationalizing them: isolate runs, make inputs/outputs explicit, and require proof-of-work (tests, checks, or review signals) so humans manage work, not prompt loops.
FAQ
Q: What is an “implementation run”? A: A single isolated agent execution that takes a work item and returns proof of work (outputs you can verify) instead of an open-ended chat loop.
Q: Do I have to use Elixir? A: No. The repo describes a language-agnostic SPEC and also provides an experimental Elixir reference implementation.
Q: Is it production-ready? A: The README labels it an engineering preview; run it only in trusted environments and validate the harness boundaries first.