Back to News
Advertisement
aakane8 about 8 hours ago 2 commentsRead Article on github.com

FR version is available. Content is displayed in original English for accuracy.

no-mistakes is how I kill AI slop. It puts a local git proxy in front of my real remote. I push to no-mistakes instead of origin, and it spins up a disposable worktree, runs my coding agent as a validation pipeline, forwards upstream only after every check passes, opens a clean PR automatically, and babysits CI pipeline for me.
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 72 words in the discussion.

Trending Topics

#agent#review#feedback#loop#interesting#idea#why#run#custom#part

Discussion (2 Comments)Read Original on HackerNews

snehesht•about 2 hours ago
Interesting idea, why not run this custom agent as part of PR Review process ?

Good clean PRs accepted based on score from your customer agent, rest are closed with comments.

If this is for AI agents to push code, I’d recommend introducing a feedback look from your review agent back to your coding agent.

akane8•about 1 hour ago
great questions! the goal is to kill as much slop as possible before it becomes a PR and potentially waste other human reviewers’ time.

the feedback loop does exist and there’s a smooth review->fix loop there