Christian Lehnert — Linux, Hacking & Faith

tag: #code-review

1 posts
3 weeks ago Close the Loop - Let the AI Review Its Own Code Before You Do

Most people run an AI to write code and then review the output by hand. The step almost nobody adds is the feedback loop - let the CI pipeline produce a report, hand it back to the AI, and let it fix its own mistakes on the feature branch before a human ever looks. It cuts the amount of AI code you have to review by a lot, because the model catches its own garbage first.

#ai #ci-cd #code-review #mcp