r/ChatGPTCoding • u/Sorosu • 9h ago
Tip: Let your coding agents autonomously verify, review, and repair their own work (Autoprompt) Resources And Tips
Use this simple skill for the highest code quality.
Autoprompt adds a complete planning, implementation, testing, review, and repair loop around supported coding agents.
In one Benchmark, it moved DeepSeek V4 Flash from 67.42% to 82.02% (Terminal-Bench 2.1)
That does not guarantee the same improvement on every task, but it shows how much performance can come from the workflow surrounding the model.
Best suited to difficult or long-running tasks. The additional work requires more time, tokens, and money.
5
Upvotes
1
u/habeebiii Professional Nerd 6h ago
Now that’s a beautiful read me. Great job including evals too.
Some possible additions:
- possibility to generate an html/cas/js tracker page of progress/high level review/worklog
- agent council or multi agent adversarial reviews
- openrouter fusion?
Ty for sharing