AI in production
- Context
- Delivery pressure, a small team and the temptation to let AI write code straight into production.
- What we did
- We built a pipeline where an AI agent takes the ticket, proposes the implementation and opens the pull request. The work is backed by unit and automated tests, PHP checks (custom PHPStan rules, PHPUnit coverage gates) and React front-end checks, and on every change to a pull request an automated AI reviewer requests changes or approves. People review business and product logic. Used daily in delivery, including multi-agent setups.
- Result
- About 90% less human code review, and faster delivery without lowering quality: the same gates for AI-written and human-written code.
- Stack
- Claude Code, PHPStan, PHPUnit, React, GitHub Actions