Earlier quoted context omitted.
too expensive. I cant understand why everyone is into claude code vs using claude in cursor or windsurf.
I think it depends a lot on how you value your time. I'm personally willing to spend hundreds or thousands per month happily if it saves me enough hours. I'd estimate that if I were to do consulting, I'd likely be charging in the $150-250 per hour range, so by my math, it's pretty easy to justify any tools that save me even a few hours per month.
OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
81–90 of 298 posts
Re: OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
#82Re: OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
#83Sorry for being a grumpy old man, but I don't have npm on my machine and I never will. It's a bit frustrating to see more and more CLI tools depending on it.
Re: OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
#84Earlier quoted context omitted.
I think it depends a lot on how you value your time. I'm personally willing to spend hundreds or thousands per month happily if it saves me enough hours. I'd estimate that if I were to do consulting, I'd likely be charging in the $150-250 per hour range, so by my math, it's pretty easy to justify any tools that save me even a few hours per month.
ok but in what way a terminal is a bettter UI than an IDE? I am trying all of them on a weekly basis and windsurf UX seems miles ahead/ more efficient than a terminal. that is also what OAI believes or else they wouldnt try to buy it
With Claude Code I can stay in Goland, and have Claude Code in the terminal.
Re: OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
#85Earlier quoted context omitted.
too expensive. I cant understand why everyone is into claude code vs using claude in cursor or windsurf.
If you have AWS credits... export CLAUDE_CODE_USE_BEDROCK=1 export ANTHROPIC_MODEL=us.anthropic.claude-3-7-sonnet-20250219-v1:0 export ANTHROPIC_API_TYPE=bedrock
Re: OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
#86Earlier quoted context omitted.
too expensive. I cant understand why everyone is into claude code vs using claude in cursor or windsurf.
If you have AWS credits... export CLAUDE_CODE_USE_BEDROCK=1 export ANTHROPIC_MODEL=us.anthropic.claude-3-7-sonnet-20250219-v1:0 export ANTHROPIC_API_TYPE=bedrock
Re: OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
#87Sorry for being a grumpy old man, but I don't have npm on my machine and I never will. It's a bit frustrating to see more and more CLI tools depending on it.
Re: OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
#88Fingers crossed for this to work well! Claude Code is pretty excellent. I’m actually legitimately surprised how good it is, since other coding agents I’ve used before have mostly been a letdown, which made me only use Claude in direct change prompting with Zed (“implement xyz here”, “rewrite this function with abc”, etc), so very hands-on. So I’ve went into trying out Claude Code rather pessimistically, and now I’m u…
Claude Code has a closed license https://github.com/anthropics/claude-code/blob/main/LICENSE.... There is fork named Anon Kode https://github.com/dnakov/anon-kode which can use more models and non-Anthropic ones. But the license is unclear for it. It's interesting to see codex to be Apache License. Maybe somebody extends it to be usable with competing models.
Re: OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
#89Sorry for being a grumpy old man, but I don't have npm on my machine and I never will. It's a bit frustrating to see more and more CLI tools depending on it.
https://github.com/openai/codex/blob/main/codex-cli/scripts/...
Re: OpenAI Codex CLI: Lightweight coding agent that runs in your terminal
#90Sorry for being a grumpy old man, but I don't have npm on my machine and I never will. It's a bit frustrating to see more and more CLI tools depending on it.