Copium: Why We Don't Even Think About AI Risk
Relocated to
out-of-distribution.ai/copium/prop…
Relocated to
out-of-distribution.ai/copium/prop…
Simple public fyi post in case others were caught in the same trap.
I've been using ClaudeCode for a few months.
Given Claude Sonnet 4 and Opus 4 had been released, and were apparently available in Cursor, I was confused not to be seeing it.
I continued to get Claude 3.7 Sonnet (and very rarely 3.5) in my local install when I ran it. Also, web-documented options like "--model" to force a particular id were not recognized. Auto-update had reported as failed but I was regularly ranning "npm update" in my ~/.claude/local directory and seeing changes pulled.
I had even subscribed to Claude Max recently (was using the thing enough this reduced monthly cost.) Was this a UK availability thing? Traffic contention? Nobody else seemed to be wondering where 4 was.
Turns out there was a trap for early adopters who are node n00bs.
From my original install, I had "^0.2.90" as my version in package.json. But the package bumped to major version 1.0.x some time back, and "^" won't upgrade across major versions. I was on 0.2.126 in practice.
Switched to "latest". Now I'm on 1.03 and getting the goodies a few days late.