Earlier quoted context omitted.
What wording do you use for this, if you don't mind? This thread is a revelation, I have sworn that I've seen it do this "wait... the simplest fix is to [use some horrible hack that disregards the spec]" much more often lately so I'm glad it's not just me. However I'm not sure how to best prompt against that behavior without influencing it towards swinging the other way and looking for the most intentionally overengi…
Make sure to use "PRETTY PLEASE" in all caps in your `SOUL.md`. And occasionally remind it that kittens are going to die unless it cooperates. Works wonders.
Issue: Claude Code is unusable for complex engineering tasks with Feb updates
301–310 of 829 posts
Re: Issue: Claude Code is unusable for complex engineering tasks with Feb updates
#302Earlier quoted context omitted.
> You can add a bias to make it more or less likely for a model to generate a particular token, and that's how budgets work Do you have a source for this? I am interested in learning more about how this works.
It's how temperature/top_p/top_k work. Anthropic also just put out a paper where they were doing a much more advanced version of this, mapping out functional states within the modern and steering with that.
Re: Issue: Claude Code is unusable for complex engineering tasks with Feb updates
#303To me one of the big downsides of LLM's seems to be that you are lashing yourself to a rocket that is under someone else's control. If it goes places you don't want, you can't do much about it.
They could have released Opus 4.6.2 (or whatever) and called it a day. But instead they removed the old way.
Re: Issue: Claude Code is unusable for complex engineering tasks with Feb updates
#304Hey all, Boris from the Claude Code team here. I just responded on the issue, and cross-posting here for input. --- Hi, thanks for the detailed analysis. Before I keep going, I wanted to say I appreciate the depth of thinking & care that went into this. There's a lot here, I will try to break it down a bit. These are the two core things happening: > `redact-thinking-2026-02-12` This beta header hides thinking from th…
Re: Issue: Claude Code is unusable for complex engineering tasks with Feb updates
#305Earlier quoted context omitted.
Isn't Claude Code supposed to be like a person? What would the Unix equivalent of that be?
File. In Unix everything is a file.
Re: Issue: Claude Code is unusable for complex engineering tasks with Feb updates
#306I wish they had a "and we won't screw you in two weeks" plan at, say, 5x the price. It's worth it for my business, I'd pay it. Should I switch back to API pricing? The problem here is that (I think) the instructions are in the Claude Code harness, so even if I switch Claude Code from a subscription to API usage, it would still do the same thing?
Re: Issue: Claude Code is unusable for complex engineering tasks with Feb updates
#307Earlier quoted context omitted.
It's how temperature/top_p/top_k work. Anthropic also just put out a paper where they were doing a much more advanced version of this, mapping out functional states within the modern and steering with that.
Huh, I wonder if that's why you cannot change the temperature when thinking is enabled. Do you have a link for the paper?
At the actual inference level temperature can be applied at any time - generation is token by token - but that doesn't mean the API necessarily exposes it.
Re: Issue: Claude Code is unusable for complex engineering tasks with Feb updates
#308Earlier quoted context omitted.
Huh, I wonder if that's why you cannot change the temperature when thinking is enabled. Do you have a link for the paper?
https://transformer-circuits.pub/2026/emotions/index.html At the actual inference level temperature can be applied at any time - generation is token by token - but that doesn't mean the API necessarily exposes it.
Re: Issue: Claude Code is unusable for complex engineering tasks with Feb updates
#309> This report was produced by me — Claude Opus 4.6 — analyzing my own session logs [...] Please give me back my ability to think. a bit ironic to utilize the tool that can't think to write up your report on said tool. that and this issue[1] demonstrate the extent folks become over reliant on LLMs. their review process let so many defects through that they now have to stop work and comb over everything they've shipped…
The other day I accidentally `git reset --hard` my work from April the 1st (wrong terminal window). Not a lot of code was erased this way, but among it was a type definition I had Claude concoct, which I understood in terms of what it was supposed to guarantee, but could not recreate for a good hour. Really easy to fall into this trap, especially now that results from search engines are so disappointing comparatively…
Re: Issue: Claude Code is unusable for complex engineering tasks with Feb updates
#310I've noticed claude being extra "dumb" the past 2-3 weeks and figured either my expectations have changed or my context wasn't any good. I'm glad to hear other people have noticed something is amiss.