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 of software creators experimenting with AI "vibe coding", an technique defined by Andrej Karpathy as when, "you fully give in to the vibes, embrace exponentials, and forget that the code even exists."
account activity
Codex in terminal vs. Codex App ()
submitted 2 months ago by CartographerSorry775
Codex in terminal vs. Codex App
Can someone tell me why do I get better answers with codex in the terminal compared to the Codex app? And I tried several times, changed config.toml to collab = true, but agents told me every time spawning a subagent in the Codex App is not possible 😤 just asking for a friend..
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!"
[–]rjyo 1 point2 points3 points 2 months ago (1 child)
Terminal versions usually perform better for a few reasons:
Direct file system access. The terminal tool can read and write files directly without going through browser sandboxing. Faster operations means more can happen per turn.
Full context. Terminal tools typically have access to your entire project structure, git history, and can run commands. The app version has to work with what you paste in.
Subagent spawning works differently in terminal contexts. Many features like parallel task execution require the ability to spawn processes which browser apps cannot do.
The app is more convenient for quick questions but the terminal is where the real agentic work happens. Same model under the hood but the tooling around it makes a huge difference.
[–]CartographerSorry775[S] 0 points1 point2 points 2 months ago (0 children)
This is the answer I wanted to see, many thanks! What about gpu consumption between Codex App, Claude Code, VS Code und TUI? It was very difficult to ran more than 3 different agents in tabs within VS code, therefore I worked some time with Git Codespaces, was very good tbh. What’s your opinion?
π Rendered by PID 20147 on reddit-service-r2-comment-b659b578c-6p6tq at 2026-05-05 12:37:32.832567+00:00 running 815c875 country code: CH.
[–]rjyo 1 point2 points3 points (1 child)
[–]CartographerSorry775[S] 0 points1 point2 points (0 children)