Earlier quoted context omitted.
Amusing that you think businesses still have QA teams.
Parent comment said they end up "...pass[ing] it off to QA." Edit: suppose that very well could have been tongue-in-cheek. Side note: as someone who has been interested in programming for a while, but didn't end up in a software dev track in life, it's been pretty wild watching the ride you all have been going on lately. I used to be pretty bummed I didn't get to do that kind of work for a living, but lately I've bee…
Claude Code sends 33k tokens before reading the prompt; OpenCode sends 7k
331–340 of 433 posts
Re: Claude Code sends 33k tokens before reading the prompt; OpenCode sends 7k
#332Re: Claude Code sends 33k tokens before reading the prompt; OpenCode sends 7k
#333Earlier quoted context omitted.
> I just don't care anymore because it's not my responsibility or my code at all at that point Yep, 100%. Business has made it clear they don’t care, so there’s no point in burning one’s energy. Throw the whole thing on auto, check out, and go do something else during the day.
> Throw the whole thing on auto, check out, and go do something else during the day. If that's what you're doing, you're fucked (in today's society, at least). What happens to your job when they figure out that's what you're doing?
I agree, that work in these places is likely short lived, if for no other reason than working in them is awful and demoralising. My point is, that these places exist, and have such a hard-on for “oh my god, AI!!!1!1!” that putting in extra effort there, is a waste of your own energy.
Re: Claude Code sends 33k tokens before reading the prompt; OpenCode sends 7k
#334Re: Claude Code sends 33k tokens before reading the prompt; OpenCode sends 7k
#335Earlier quoted context omitted.
I bailed on Anthropic the moment they started blocking alternative harnesses like pi on their subscription plans.
If I were anthropic I’d force that too. They offer the harness and if they control the entire pipeline then they can optimize the entire experience. It doesn’t have to be nefarious.
So what? When you care about optimising the entire experience, you offer sane defaults.
When you prevent people from changing the defaults, it's about control, not experience.
Re: Claude Code sends 33k tokens before reading the prompt; OpenCode sends 7k
#336Re: Claude Code sends 33k tokens before reading the prompt; OpenCode sends 7k
#337Earlier quoted context omitted.
it's a very handwavey way to "explain" anything. Yes, they make money. But they have competition. And if someone runs out of tokens and switches to deepseek or just goes for a friggin hike in the woods, that does not benefit them. If they get a public image of a ripoff that burns all shit on trivial tasks, that does not do them good either. So there is a limit to this "companies make money" thing.
Sure, fair enough. Clearly, if they increase costs by too much, people will go to their competitors, but those competitors also make money selling tokens, so the whole industry is incentivized to inflate token consumption up to the point of driving people to the competition. And nobody is incentivized to reduce token count. In fact, the one model with great price/performance is Deepseek v4 Flash and I suspect that th…
Re: Claude Code sends 33k tokens before reading the prompt; OpenCode sends 7k
#338My opinion is that claude code uses more tokens simply because Anthropic makes more money that way and forces people into their subscriptions. This is supported by the fact that they won't let you use your sub on a different coding agent. I use pi btw.
Once I realized that Anthropic is a token merchant, I start to understand Anthropic’s decision more. They are always finding reasons for you to use more tokens through them unless the users revolt or demand some guardrails.
Re: Claude Code sends 33k tokens before reading the prompt; OpenCode sends 7k
#339I have been using claude code for a big project for a while and I feel like I have optimized my workflow now. Brainstorm - Gemini/Antigravity Plan - Gemini/Antigravity Detailed Plan - Sonnet Coding - Fable Do not use any subagents, especially the default ones. They are dumb. The top level agent works well enough
Does your detail plan outline exactly what to implement/ lines of code to edit? I found if I get a nice detailed plan that sonnet is good enough to implement. Did you try that before and found fable better at implementing?
Re: Claude Code sends 33k tokens before reading the prompt; OpenCode sends 7k
#340Earlier quoted context omitted.
This is how I worked with LLMs originally, and I much preferred it. This gave me a much better understanding of the code that I was adding. But, there's no way to keep up with my team like this anymore. It's just too slow when everyone else is working directly in Claude Code.
If the entire team is vibe coding and there is no human audit then there is no way but to vibe code, for sure. I would also just vibe it if there is no responsibility, but if I do it that way I don't even care what happens with the project. I get so detached from it that I stop caring and if it has huge critical bugs..I just don't care anymore because it's not my responsibility or my code at all at that point. I'm ju…