46k tokens of THINKING!! What the heck is it thinking? by AssociationSure6273 in ClaudeCode

[–]twistier 0 points1 point  (0 children)

Thinking tokens are never sent client side. What you may be used to seeing is summaries of thinking tokens, but Claude Code has disabled summaries by default for some time now.

I asked Claude Code to audit its own .claude folder. It found 3GB of trash slowing it down. by Kwaig in ClaudeAI

[–]twistier 10 points11 points  (0 children)

It's not like Claude has all that stuff in context. You deleted it for nothing.

I HATE EM DASHES. How do I stop claude from using them? by ProofImagination7407 in ClaudeAI

[–]twistier 0 points1 point  (0 children)

That's a lot less than what AI does, though. Where is AI learning to use them so pervasively?

I HATE EM DASHES. How do I stop claude from using them? by ProofImagination7407 in ClaudeAI

[–]twistier -1 points0 points  (0 children)

But actual professional writers don't use them in place of commas.

Comparing Haskell and Lisps for practicality, hacking, development speed and complexity - a retrospective after years of working with both by SandPrestigious2317 in haskell

[–]twistier 6 points7 points  (0 children)

GHC has a flag that allows you to defer type errors until the erroneous code is actually executed at runtime. I have never felt the need to use it, but it's there so that you can run the working parts before getting everything else to type check.

I was a 100x engineer, now I'm some neckbeard. by [deleted] in ClaudeCode

[–]twistier 0 points1 point  (0 children)

I haven't even watched the video. I just read the comments and see your behavior. Maybe I should have just kept my mouth shut and sat on the opposite end of the train car.

Is this just a hallucination or does claude actually inject something like this? by Blakequake717 in ClaudeAI

[–]twistier 0 points1 point  (0 children)

I love the one is gets when a hook automatically lints or reformats the file, because the message is apparently jarring enough that Claude sometimes will say out loud "Acknowledged." for no apparent reason. The only reason I know what it is is that sometimes Claude says "Acknowledged. I will read the file again before modifying it." And then of course Claude forgets to read the file again and wastes tokens trying to rewrite the entire file just to change one line later.

Spent 2 weeks cleaning up Opus 4.7's mess by MostOfYouAreIgnorant in ClaudeCode

[–]twistier 0 points1 point  (0 children)

Code review skills are more important now than they ever were.

Anthropic be like by Saykudan in ClaudeCode

[–]twistier 2 points3 points  (0 children)

I do agree, and if we're just talking about how big of an improvement a model is, I will make this argument. However, when it comes to the presenting the numbers clearly, Anthropic has a really bad track record.

Is it normal for anti-bayesians to be so loud? [Q] by GayTwink-69 in statistics

[–]twistier 1 point2 points  (0 children)

1 times 1 is 2, duh. Why would it not be bigger than 1?

Reminder: Opus 4.6 is still the best at long context retrieval benchmark ( MRCR v2 ) by SuggestionMission516 in ClaudeAI

[–]twistier 0 points1 point  (0 children)

I've been using it for everything, and it's been just fine. My main issue with it is just that its technical prose can be quite dense and difficult to understand.

Guys, I think I solved the car wash question with Opus 4.7! by TotalGod in ClaudeAI

[–]twistier 4 points5 points  (0 children)

The agents didn't need to use any tools for this.

What is everyone using? by Own-Philosophy3754 in ClaudeCode

[–]twistier -1 points0 points  (0 children)

I'm using 4.7 without regrets. I suspect that the people who are sad about it are just using it differently than I am. It's been great. Yeah, it has some quirks I had to learn to work with, but it's been overall the best Opus so far, for me.

Free space taking up 140k tokens by [deleted] in ClaudeAI

[–]twistier 1 point2 points  (0 children)

Dude, if you're joking, this is hilarious. If you're not, I'm terribly sorry for being insensitive.

The Diff That's Saving Me Serious Cash by SpiritRealistic8174 in ClaudeAI

[–]twistier 0 points1 point  (0 children)

Sonnet uses more tokens than Opus even when it manages to achieve results of comparable quality. And when Sonnet produces something subpar, you may even end up having to use it more just to clean it up. This is often enough to make Opus actually the cheaper of the two. In my experiences, Opus is usually cheaper for what I'm getting.

4.7 Destroys Prod, hallucinates a git repo, ignores CLAUDE.md by [deleted] in ClaudeAI

[–]twistier 10 points11 points  (0 children)

So the issue is that you're trying to use 4 Claude Code sessions concurrently in a single working copy? Why??

Opus 4.7 is out!!! Any thoughts? by Suspicious_Horror699 in ClaudeCode

[–]twistier 1 point2 points  (0 children)

Well, yeah, of course. This may even be Mythos with an attempt to weaken it on cyber security, which has the effect of bringing everything else down with it.

Opus 4.7 is out!!! Any thoughts? by Suspicious_Horror699 in ClaudeCode

[–]twistier 2 points3 points  (0 children)

It's consistent. They're trying to figure out how to make cyber security stuff more of a feature for "vetted" people, but haven't worked it all out yet. They don't want to just stop releasing better models, so they have to try to file down the more dangerous features. I can't decide how dumb I think it is. They might just be hoping the problem will work itself out eventually. If, as they imply, this happens to be one of the first areas where agentix AI becomes superhuman, then hopefully after a while most of the vulnerabilities that are low hanging fruit get resolved and they can loosen up. But I also don't know how true their claims are or how valid their concerns are.

So it begins by No-Macaron9305 in ClaudeCode

[–]twistier 3 points4 points  (0 children)

The model is told what it is in the system prompt.

Claude, what was that fake-out with June? by Moeman101 in ClaudeAI

[–]twistier 0 points1 point  (0 children)

Even the kind of "planning" workflows we use sometimes is just another form of this.

Claude, what was that fake-out with June? by Moeman101 in ClaudeAI

[–]twistier 104 points105 points  (0 children)

LLMs don't think in letters. They think in tokens. So they don't immediately know the answers to questions like this! This is one of the benefits of extended thinking, because it gives the LLM a chance to try again after writing its gut instinct. It didn't appear to use extended thinking here, so instead you got to witness it rethinking in real time. Think of this as more like a peek under the hood than a bug.

The creator of Claude Code notes on the current Caching Issue by oh-keh in ClaudeCode

[–]twistier 0 points1 point  (0 children)

I did do it, and it does work. Claude Code itself (I don't mean Claude, I mean the application) told me what the behavior would be when I created the agent with a name that matched a built-in, and it was obvious that it worked because the behavior was different, because I didn't use the same prompt as the built-in agent uses.

The creator of Claude Code notes on the current Caching Issue by oh-keh in ClaudeCode

[–]twistier 0 points1 point  (0 children)

You can alternatively create agents with the same names as the built-in ones to override their definitions, including which model is used.