Blog Post
Can AI Generate High-Quality Code?
March 10, 2025
Can AI generate high-quality code that is extensible, maintainable, and scalable?
This experiment was a simple test to first evaluate the quality of AI-generated code for a basic kata against technical excellence principles—assessing its structure, modularity, and maintainability.
Next, AI was prompted to apply a Test-Driven Development (TDD) approach to see if it could improve the quality with a software craftsmanship mindset and principles. The findings were insightful, revealing interesting patterns in how AI approaches structure, testing, and iterative development.