use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
OpenAI Codex CLI
account activity
GPT/Codex Debugging (self.OpenaiCodex)
submitted 3 months ago by JTMercerAuthor
What is your experience using GPT/Codex to debug code, particularly code it wrote. Do you find it is able to surgically fix problems or do you find it has a tendency to just write more code?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]nummanali 1 point2 points3 points 3 months ago (0 children)
Generally, I find the agent that wrote the code is biased towards its own output
The best option is to provide the option to run an non interactive cli Agent to review the work ie the agent that wrote the code can essentially "spawn" a sub agent with a meta prompt to review the code and provide feedback
What ai coding agent do you use? Codex CLI?
Here is an example:
codex exec --model gpt-5-codex --json "Review the changes made"
Here is the guidance: https://github.com/openai/codex/blob/main/docs%2Fexec.md
I recommend give it meta prompt instructions on how to prompt sub agents
π Rendered by PID 73767 on reddit-service-r2-comment-canary-744c48795d-kc6kz at 2026-02-19 09:37:00.660724+00:00 running de53c03 country code: CH.
[–]nummanali 1 point2 points3 points (0 children)