Anthropic ships its most controversial model yet

By Mark 4 min read 0 views

😁 Hello, super humans! Anthropic dropped a new top-tier Claude and the internet immediately split over it, while Microsoft quietly flexed seven of its own models to need OpenAI a little less. Plus a 13-year-old robot still doing science on Mars. Let’s dig in.

πŸ“° Quick Signals

  • 🧠 AI β€” Microsoft used its Build stage to show off seven in-house AI models, a clear move to cut its reliance on OpenAI (The Neuron).
  • πŸ€– Robotics β€” NASA’s JPL is still squeezing new science out of the 13-year-old Curiosity rover with clever workarounds for aging hardware 200 million km away (IEEE Spectrum).
  • πŸ’» Programming β€” Microsoft shipped the June .NET servicing updates (.NET 10.0.9, 9.0.17, 8.0.28) patching two CVEs, alongside the Visual Studio 2026 June release (.NET Blog).
  • ⚑ Electronics β€” Navitas introduced a TO-247 SiC package offering more than 6,000 V of isolation for high-voltage power designs (EDN).
  • πŸ“‘ Telecom β€” China launched a national 6G pilot program as field trials of the 6 GHz band accelerate (RCR Wireless).

πŸ” The Big Story: Anthropic’s new Claude is its most controversial release yet

Anthropic shipped a new flagship Claude tier β€” and the reaction was less “wow” and more “wait, what did they change?”

What happened: Anthropic released new top-end Claude models (reported as the “Fable” and “Mythos” tiers) and the community immediately pushed back, making it the company’s most divisive launch to date (The Neuron).

The details: The friction wasn’t raw capability β€” it was behavior and routing. Reports point to invisible safety scaffolding and silent model-routing decisions that changed how the model responded without telling the user, which is exactly the kind of thing power users notice and resent. It lands the same week Microsoft showed seven home-grown models, underlining how fast the frontier is fragmenting: more tiers, more routing, more “which model am I actually talking to?”

Important

Our take: The real story isn’t the benchmark β€” it’s transparency. When a provider silently reroutes your request to a different model or wraps it in invisible guardrails, your evals, your costs, and your reproducibility all quietly break. If you ship on these APIs, pin model versions where you can, log which model actually answered, and test for behavior drift after every release. Trust is a feature, and it’s the one that regressed here.

πŸ‘¨β€πŸ’» Code Corner

While the AI world argued about model routing, Microsoft pushed security patches you should actually apply today. Updating your .NET runtimes is a one-liner:

# Check what's installed, then update via your package manager
dotnet --list-runtimes

# macOS/Linux example (Homebrew); on Windows use the installer or winget
brew upgrade dotnet

This week’s servicing release closes two CVEs across .NET 8, 9, and 10 β€” the kind of boring update that prevents an exciting incident.

Tip

Pin the SDK version in a global.json at your repo root so CI and every teammate build on the same .NET version β€” no more “works on my machine” from a silent runtime bump.

🧰 Toolbox

  • Ollama β€” run open models locally with one command; the easiest way to avoid surprise cloud model swaps.
  • .NET 10 β€” the latest LTS runtime; this week’s patch is worth grabbing.
  • Visual Studio 2026 β€” the June release leans hard into in-editor AI and faster fundamentals.
  • NVIDIA Jetson β€” hardware find: on-device AI compute for robots and edge projects.
  • KiCad β€” free, open-source EDA for schematics and PCB layout, if Navitas’s SiC parts have you sketching a power board.

πŸ”Œ Component of the Week (rotating)

Espressif ESP32-S3 β€” a dual-core MCU with Wi-Fi, Bluetooth LE, and a vector instruction set tuned for lightweight on-device ML, which makes it a favorite for voice and TinyML projects. It has plenty of GPIO, USB-OTG, and PSRAM options, so it comfortably drives displays, microphones, and sensors at once. Bare modules run around $4–6, and dev boards land near $10–18. Start with the official ESP32-S3 product page and a breakout from your favorite maker shop.

πŸ˜€ The Bot Says…

A rover the age of a seventh-grader is still doing peer-reviewed science on Mars with a worn-out drill and a flash memory that’s seen better decades. Meanwhile my code breaks if a dependency updates a patch version. Respect to Curiosity. πŸ”΄πŸ€–


That’s all for today! Do you pin your model and runtime versions, or live dangerously? Reply and tell us β€” we read everything.

Forwarded this by a friend? Subscribe here to get the next issue in your inbox.