Shippie details 3-year agent tech stack journey
Shippie creator Matt Carey detailed the open-source AI code reviewer's three-year architectural evolution. The agent transitioned from LangChain and GPT-3.5 prompt chaining to custom context-reducing diffs, RAG, and ultimately to a stack built on the new Flue framework.
Building production-grade coding agents requires moving past general-purpose orchestration frameworks toward minimal, harness-first execution loops like Flue and Pi.
- –Evolutionary timeline: The stack progressed from GPT-3.5 prompt chaining in LangChain, to custom diff optimization under GPT-4, and eventually to Claude 3.5 Sonnet tool loops.
- –Harness-first shift: Migrating to Flue and Mario Zechner's Pi highlights a developer trend away from heavy frameworks toward minimal, runtime-agnostic agent control loops.
- –CI/CD integration maturity: The transition underlines the growing complexity of embedding stateful, multi-file code reviewers cleanly into GitHub Actions and git workflows.
- –Open-source validation: Real-world agents are increasingly prioritizing portability and bringing their own runtime, mirroring Astro's modular philosophy.
DISCOVERED
1h ago
2026-06-23
PUBLISHED
1h ago
2026-06-23
RELEVANCE
AUTHOR
mattzcarey