A minimalist PHP framework built as an AI collaboration experiment.
The experiment: What happens when you give an AI complete architectural context and concrete tasks? Turns out: it writes code really, really fast.
What we're building:
- Explicit over magic – no mystery methods or auto-discovery
- Action-based routing – one endpoint, one purpose-built class
- Performance-focused – sub-5ms boot, minimal memory
- Close to zero vendor dependencies
This is me designing, Claude coding. A practical test of human-AI collaboration in software development.