Earlier quoted context omitted.
Why not just select Gemini Pro 2.5 in Copilot with Edit mode? Virtually unlimited use without extra fees. Copilot used to be useless, but over the last few months has become quite excellent once edit mode was added.
copilot (and others) try to be too smart and do context reduction (to save their own wallets). I want ENTIRETY of the files I attached to context, not RAG-ed version of it.
OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
161–170 of 298 posts
Re: OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
#162These days, I usually paste my entire (or some) repo into gemini and then APPLY changes back into my code using this handy script i wrote: https://github.com/asadm/vibemode I have tried aider/copilot/continue/etc. But they lack in one way or the other.
It’s not just about saving money or making less mistakes its also about iteration speed. I can’t believe this process is remotely comparable to aider. In aider everything is loaded in memory I can add drop files in terminal, discuss in terminal, switch models, every change is a commit, run terminal commands with ! at the start. Full codebase is more expensive and slower than relevant files. I understand when you don’…
- an embedded project for esp32 (100k tokens)
- visual inertial odometry algorithm (200k+ tokens)
- a web app (60k tokens)
- the tool itself mentioned above (~30k tokens)
it has worked well enough for me. Other methods have not.
Re: OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
#163Anyone have any anecdotes on how expensive this is to operate, ie compared to performing the same task via Claude Code?
Re: OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
#164Earlier quoted context omitted.
Why not just select Gemini Pro 2.5 in Copilot with Edit mode? Virtually unlimited use without extra fees. Copilot used to be useless, but over the last few months has become quite excellent once edit mode was added.
copilot (and others) try to be too smart and do context reduction (to save their own wallets). I want ENTIRETY of the files I attached to context, not RAG-ed version of it.
The code completion is chefs kiss though.
Re: OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
#165I tried one task head-to-head with Codex o4-mini vs Claude Code: writing documentation for a tricky area of a medium-sized codebase. Claude Code did great and wrote pretty decent docs. Codex didn't do well. It hallucinated a bunch of stuff that wasn't in the code, and completely misrepresented the architecture - it started talking about server backends and REST APIs in an app that doesn't have any of that. I'm curiou…
Claude Code still feels superior. o4-mini has all sorts of issues. o3 is better but at that point, you aren't saving money so who cares. I feel like people are sleeping on Claude Code for one reason or another. Its not cheap, but its by far the best, most consistent experience I have had.
It’s too expensive for what it does though. And it starts failing rapidly when it exhausts the context window.
Re: OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
#166I've been seeing similar things in different projects lately. WSL in long term seems to be reducing the scope of what people decide to develop natively on Windows.
Seeing the pressure to move "apps" to the Windows Store, VSCode connecting to remote (or WSL) for development, and Azure, it does seem intentional.
Re: OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
#167> Does it work on Windows? > Not directly. It requires Windows Subsystem for Linux (WSL2) – Codex has been tested on macOS and Linux with Node ≥ 22. I've been seeing similar things in different projects lately. WSL in long term seems to be reducing the scope of what people decide to develop natively on Windows. Seeing the pressure to move "apps" to the Windows Store, VSCode connecting to remote (or WSL) for developme…
Re: OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
#168Earlier quoted context omitted.
copilot (and others) try to be too smart and do context reduction (to save their own wallets). I want ENTIRETY of the files I attached to context, not RAG-ed version of it.
FWIW, Edit mode gives the impression of doing this, vs. originally only passing the context visible from the open window. You can choose files to include and they don't appear to be truncated in any way. Though to be fair, I haven't checked the network traffic, but it appears to operate in this fashion from day to day use.
Re: OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
#169Earlier quoted context omitted.
copilot (and others) try to be too smart and do context reduction (to save their own wallets). I want ENTIRETY of the files I attached to context, not RAG-ed version of it.
FWIW, Edit mode gives the impression of doing this, vs. originally only passing the context visible from the open window. You can choose files to include and they don't appear to be truncated in any way. Though to be fair, I haven't checked the network traffic, but it appears to operate in this fashion from day to day use.
Re: OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
#170Earlier quoted context omitted.
copilot (and others) try to be too smart and do context reduction (to save their own wallets). I want ENTIRETY of the files I attached to context, not RAG-ed version of it.
Is that why it’s so bad? I’ve been blown away by how bad it is. Never had a single successful edit. The code completion is chefs kiss though.