Reading up on validation
2 deep · digging since feb 16
- Levels of Agentic Engineering
The article proposes an 8-level ladder of AI-assisted coding autonomy, from manual prompting to fully autonomous multi-agent software factories.
- Parse, Don't Validate (2019)
The article argues that data should be parsed into types that make illegal states unrepresentable at system boundaries, rather than scattered through validation checks.