What people previously said about Claude Code

Older than the 25 on Claude Code’s page
“I run Claude code in warp terminal, has a file explorer and you're able to view the diff of files changes as well change branches easily”
Shad0wWalker-_- · reddit ·
“Now you have Claude, which has the best models but not the best harness. And you have Cursor, that has the best harness, but obviously does not have the best models. So you do not have a company that is superior.”
1Poochh · reddit ·
“>Claude Code, please listen, build native indexing in your harness, otherwise, you are going to force me to leave your ecosystem.”
CorpT · reddit ·
“Claude Code has an experimental mode which sandboxes the whole harness. It uses bubblewrap on Linux and seatbelt on Mac OS.”
tomjakubowski · lobsters ·
“claude code is a harness not an AI model. It seems like you have a misunderstanding of what these things are.”
Ambitious_Injury_783 · reddit ·
“I'm not trying to take anything away from Claude Code, I just think there’s room for a different pricing model.”
Glass-Interaction972 · reddit ·
“Claude Code, compared to the past, today it makes less mistakes, it follows the guidelines, guardrails, CLAUDE.md better, and allucinates less. Especially if you use stuff like Superpowers.”
ontech7 · reddit ·
“Especially when you can make Claude code and codex both also use local models as well.”
I_Play_Zed · reddit ·
“Claude Code CLI > Codex CLI”
theo · x ·
“The durable version is already on disk without you doing anything. Claude Code writes every session as JSONL under ~/.claude/projects/<escaped-project-path>/<session-id>.jsonl, with each tool call and each result in it, whether or not verbose was on.”
ericoinen · reddit ·
“I usually ask Claude Code itself for a clean readable summary, and use Intellij IDE for visual git diff,”
KOHTheAnonymous · reddit ·
“Yes, there's a langfuse skill which you can use with Claude code, haven't set it up for codex but I'm sure it's something similar. Just note that you still need langfuse.”
nutter79 · reddit ·
“VS Code with Claude Code extension has done wonders for me”
Rodyadostoevsky · reddit ·
“If you get the claude code plugin for VS Code it literally is just a terminal panel that runs claude code.”
mhinimal · reddit ·
“In VS Code, Claude Code becomes just another tab in the IDE, right in bed with all the files in whatever parent folder I opened, versus in terminal/CLI, also in the parent folder.”
Godskin_Duo · reddit ·
“Then my second monitor has IDE plus a single Claude code chat in it. I'll typically use that one for special things, and keep my primary Claude work in the terminals.”
AncileBanish · reddit ·
“I can run commands with just a bank directly inside my Claude code sessions which make some things easier. Also I’m used to it… I also have my own typeface in Terminal which I like and I can customize it.”
m3xm · reddit ·
“I use both (for same session): open a terminal and /rc, talk to it via claude code app.”
Radiant-Bike-165 · reddit ·
“The terminal app and the desktop app are separate apps they dont both share all the same features. half the settings in the settings.json don't even make sense in the desktop app.”
ghost_operative · reddit ·
“I'm using Claude Code and really enjoying the productivity boost, but I'm missing one thing: whenever I want to see the project structure, navigate between classes, or just carefully check what got changed, I end up having to open Cursor because it's more visual there and I trust what I'm seeing more.”
Plastic_Dig2222 · reddit ·
“Yeah, it seems like the cluade agents are sort if intentionally opaque. If it notices that you reject requests it thinks it needs it will bury it in a python script and do it anyway.”
rsk1111 · reddit ·
“When I edit something in settings.json it also takes effect on the desktop app.”
CzarcasticX · reddit ·
“I have no idea what it actually did. Came back, the refactor worked, tests passed, I was happy for about five minutes.”
Independent_Bag_2904 · reddit ·
“and multiplayer to allow my cofounders to interact with this tool.Claude code was awesome, its now incredible with shadok”
gnarco2 · hn ·
“Best bet is using opencode rather than claude code”
thebadslime · reddit ·
“Claude Code in desktop can do a lot too though.”
lozcozard · reddit ·
“I’ve been trying to set up a reliable workflow to run terminal coding agents (like Claude Code and Aider) for my development projects without running into hard blocks.”
phantom_root · reddit ·
“Most folk use Claude Code in terminal because it has more functionality than Desktop and you've more direct control over your development environment. You can build statuslines for the TUI (terminal UI) as well as more directly interact with and build your own Claude Code setup in terms of rules, agents, memory, etc.”
LesbianVelociraptor · reddit ·
“What kept you away from the desktop Claude code app? It supports split windows and popout windows, as well as remote sessions, side-chats, and more in a pretty straightforward way.”
Anselwithmac · reddit ·
“Pure habit, grounds my brain that it is using Claude Code whereas the desktop app feels visually like web/mobile.”
CloudAccomplished389 · reddit ·
“Claude code itself can be wrapped and force everything to go through a proxy. The app has no such capabilities.”
Melodic-Cover-4332 · reddit ·
“I do actually enjoy writing code still, so I use the VSCode extension sometimes as well, so I can code and have claude coding at the same time. Most of my use now is with the desktop app, though. I'd say 80% desktop app, 20% VSCode extension.”
connurp · reddit ·
“If you end up spending tons of time tooling then you're not actually increasing your delivery efficiency, which was the whole point of Claude Code to begin with.”
ItsCodeTelemetry · reddit ·
“I ran a multi-agent Claude Code development team for two weeks. We merged 253 PRs.”
Extension-Business88 · reddit ·
“claude code uses basically electron version for cli, is basically the same”
insistent_reader · reddit ·
“I've been using the Claude Code desktop app for a while. I tried to use it in the terminal as well, but the desktop app is way more comfortable, flexible, and easy to read.”
Rick_AO · reddit ·
“Claude Desktop is a way to extract subscriptions from stupid people who don’t have any real work to be doing.”
SummitYourSister · reddit ·
“claude code: hooks (including subagents), remote (so it keeps working after you close your laptop) + everything you have in desktop or web.”
LilDwarfWithoutBeard · reddit ·
“Anyone feel like Claude code is super slow after the outage last night?”
warrior5715 · reddit ·
“Is there a reason to still use Claude Code given the usage limits? I mean ok the models are good but... expensive. Being that expensive and precious rends them almost unusable.”
Weak_Cookie7123 · reddit ·
“I use both Claude Code and Codex. I found it hard to manage both desktop apps with multiple sessions so I started using herdr and therefore went back to CLI. Not regretting leaving desktop app.”
Icy-Caterpillar-4459 · reddit ·
“But I am not able to open my PRs or Issues within the Claude Code browser, since they are private repos.”
Chamezz92 · reddit ·
“The desktop app is fine for browsing sessions, but the CLI is the only one that works over SSH, and it's scriptable. You can pipe prompts, run it in CI, hook it into your own tools.”
kemalios · reddit ·
“Is there still a reason to use the Claude code CLI, rather then Claude code desktop? Especially with the new browser functionality?”
TungTungTungSahur_42 · reddit ·
“Yea by having claude code in a terminal window within neovim rather than tmux you can leverage neovim commands to traverse, copy, paste and otherwise interact with the terminal window like any other buffer.There are also plugins with more specific workflows but I like really seeing how much vanilla neovim can get done”
MantisShrimp90 · hn ·
“I spend most of my time on TMUX with Claude Code and vim side by side btw, but I’m using it just to search some specific code and making small changes.”
rstagi · hn ·