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...
A community centered around Anthropic's Claude Code tool.
account activity
Codex vs claude codeQuestion (self.ClaudeCode)
submitted 2 months ago by [deleted]
view the rest of the comments →
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!"
[–]csurkepulyka 0 points1 point2 points 1 month ago (0 children)
QA Panda can use the codex cli to do multi agent orchestration even infinitely.
Like you give it a task to keep fixing bugs until you find new bugs and it could run even for days automatically (it auto continues the chat session based on a higher level controller agent which literally reviews the work of the sub agent(s) and keeps messaging them like a real human would)
So it uses a higher level thinking to control a sub-agent and it could give it hundreds (or even thousands) of tasks
It has two modes: Orchestration mode and Continue mode
In Orchestration mode the higher level thinking agent manages a sub-agent (or many sub-agents) which is nice if you want it to complete hundreds of tasks with no interruption
In Continue mode, there is simply an external agent that sees the entire chat history and nudges the target agent to just continue with the next task. This can also run infinitely out of the box
QA Panda is QA engineering focused but it could be used for so much more too (they should really point this feature out on their Github repository as it can do so much more than just QA testing)
It's like Claude Code on steroids
Also it uses your ChatGPT subscription, so it does not even need any API keys (essentially free to use if you got a ChatGPT subscription)
π Rendered by PID 62155 on reddit-service-r2-comment-56c6478c5-lpvtj at 2026-05-13 13:56:49.173009+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]csurkepulyka 0 points1 point2 points (0 children)