<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Zivdev</title>
    <description>The latest articles on DEV Community by Zivdev (@zivdev).</description>
    <link>https://dev.to/zivdev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3880223%2F57bbc263-570b-4c6a-afbb-8b03a1f8cffa.png</url>
      <title>DEV Community: Zivdev</title>
      <link>https://dev.to/zivdev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zivdev"/>
    <language>en</language>
    <item>
      <title>Is Claude Getting Worse? What I Found After Digging Around</title>
      <dc:creator>Zivdev</dc:creator>
      <pubDate>Wed, 15 Apr 2026 10:15:04 +0000</pubDate>
      <link>https://dev.to/zivdev/is-claude-getting-worse-what-i-found-after-digging-around-2og6</link>
      <guid>https://dev.to/zivdev/is-claude-getting-worse-what-i-found-after-digging-around-2og6</guid>
      <description>&lt;p&gt;Is Claude Getting Worse? What I Found After Digging Around&lt;/p&gt;

&lt;p&gt;There's been a lot of noise this week about Claude being nerfed.&lt;/p&gt;

&lt;p&gt;Claims started surfacing on X: median thinking dropped from ~2,200 to ~600 chars, API requests up 80x, and Claude Opus 4.6 reportedly fell from 83.3% to 68.3% on a hallucination benchmark.&lt;/p&gt;

&lt;p&gt;Anthropic pushed back. Their response was that it was an intentional token-saving change, made transparently in the changelog. Nothing sneaky.&lt;/p&gt;

&lt;p&gt;Personally, I haven't felt it. Claude Code is working fine for me. Nothing that stood out as worse.&lt;/p&gt;

&lt;p&gt;But people in the comments told a different story. Context loss, shallow answers, more hallucinations. Real frustration from people who rely on this daily.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;So I dug around a bit.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Turns out there's a likely explanation. Anthropic quietly shifted Opus 4.6 to Adaptive Thinking mode with low effort as the default. That means the model decides how much to think per query, and it's been choosing... not much.&lt;/p&gt;

&lt;p&gt;The good news is there's a workaround. If you've been feeling a difference, try adding this to your Claude Code settings:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"env"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"1"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"MAX_THINKING_TOKENS"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"128000"&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Also pair it with &lt;code&gt;"effortLevel": "high"&lt;/code&gt; in the same &lt;code&gt;settings.json&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;This forces a fixed high-reasoning budget on every turn instead of letting the model cut corners. People are reporting it brings performance back to where it was a few weeks ago.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why this matters beyond the fix&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It's very easy to ship a great product, get people used to a high standard, and then quietly lower the bar. No conspiracy needed. That's just how products work.&lt;/p&gt;

&lt;p&gt;Anthropic built a lot of trust on the back of Claude being the thoughtful, reliable one. That reputation is worth protecting. Hope they course correct fast if this is real.&lt;/p&gt;

&lt;p&gt;If you try the fix, drop a comment. Curious whether it actually works across different setups.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
