#70 · Primary category: AI Coding Assistants
Archon
The first open-source harness builder for AI coding. Make AI coding deterministic and repeatable.
Project last updated:08/29/26
GitHub Stars
23.3K
Forks
3.5K
Contributors
74
License
MIT
Why we included this project
Archon is a workflow engine that gives AI coding agents a fixed structure to work inside. Instead of letting a model improvise its way through a bug fix, you define the phases as YAML files committed to your repository: planning, implementation, validation, code review, and PR creation. Each run gets its own git worktree, so you can launch several fixes in parallel without conflicts and come back to finished pull requests with review comments. Teams running AI-assisted development across many projects will find the composability useful. Deterministic nodes like tests and git operations run alongside AI nodes, so the model only steps in where judgment is needed. It is a practical fit for developers and tech leads who want the structure of CI/CD applied to AI coding.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.