Necmttn/ax

81 stars · Last commit 2026-07-09

the agent experience layer · observability + memory for AI coding agents (Claude Code + Codex) · local-first, typed, yours

README preview

# ax

###### the retro loop for AI coding agents

**Make your agent learn.**
Turn every agent session into a better next run.

---

Every sub-agent you spawn finishes its work and disappears. Whatever it
figured out - which command failed three times before the right one, which
file actually mattered, which approach to skip - dies with it. The next
sub-agent rediscovers it from scratch. Your own next session does too.

`ax` watches every session your harness runs, spots the mistakes it
repeats, and turns them into small, repo-specific fixes you review and
apply - one at a time.

Under the hood, it's the loop that closes before the session ends. A Stop hook fires
at session-end (main or sub-agent), asks the agent for a structured retro

View full repository on GitHub →