Discussion about this post

User's avatar
Alper Ortac's avatar

The QA process can be still painful as you described. I advice everyone to try out TDD. In non-trivial projects, I instruct AI to create automated tests between planning and development. The rule is: only continue once I reviewed the tests.

After implementation it has to run all tests and can only continue once they pass.

If the work involves UI in any way, I also instruct it to use Chrome MCP (or Playwright) to verify visuals. This usually requires a frontier model for good enough results.

Finally, the task can't be marked as complete without my explicit approval. I had good success rates with these QA methods.

Kwan's avatar

Great post!

3 more comments...

No posts

Ready for more?