AI Coding
The system design question: where does generated code break under real conditions?
- Designing review and test boundaries so AI-written code fails loudly, not silently
- Treating the model as an unreliable component — interfaces, contracts, fallbacks
- Workflows that scale past one developer and one file

