← Back to all posts
News

AI Roundup June 2024: Claude 3.5 Sonnet, Apple Intelligence, and DeepSeek-Coder-V2 Land

June 30, 2024 · News
AI Roundup June 2024: Claude 3.5 Sonnet, Apple Intelligence, and DeepSeek-Coder-V2 Land

TL;DR

June was the month the mid-tier model ate the flagship. Anthropic dropped Claude 3.5 Sonnet, which beat its own Claude 3 Opus while running cheaper and faster. Apple finally showed its hand with Apple Intelligence at WWDC, betting on small on-device models plus an OpenAI fallback. On the open side, DeepSeek-Coder-V2 went toe to toe with GPT-4 Turbo on code, and Stability shipped the open weights for Stable Diffusion 3 Medium to a deeply mixed reception.


Claude 3.5 Sonnet Beat Opus, and Anthropic Shipped Artifacts

On June 20, Anthropic released Claude 3.5 Sonnet, and the headline was almost rude: the new mid-tier model outscored Claude 3 Opus, Anthropic's own flagship, across most benchmarks while costing a fraction as much. Pricing stayed at 3 dollars per million input tokens and 15 dollars per million output, with the 200K context window intact. For anyone building on the API, that is a free upgrade in both quality and unit economics, which almost never happens.

The other release was Artifacts, a side panel in the Claude UI where generated code, docs, and small apps render live next to the chat. It sounds like a UI tweak. It is actually a bet that the chat transcript is the wrong container for real work, and it quietly nudged Claude from a chatbot toward a workspace.

Why builders cared

Sonnet 3.5 became the new default for coding and agentic tool use overnight. If you were paying Opus prices for an agent loop, you could swap the model string and watch latency and cost drop while quality went up. That is the kind of change that reshuffles a whole month of roadmaps.


Apple Intelligence: On-Device First, OpenAI as the Escape Hatch

At WWDC on June 10, Apple unveiled Apple Intelligence, its long-awaited move into generative AI baked across iOS 18, iPadOS 18, and macOS Sequoia. The architecture is the interesting part. Apple leaned on small models running on-device, escalating to its own Private Cloud Compute for heavier requests, and only handing off to ChatGPT (via an OpenAI partnership) when you explicitly opt in for general world-knowledge questions.

For the local-AI crowd this was validation. The biggest consumer hardware company on earth decided the default should be a small model on your own silicon, with privacy as the pitch rather than raw capability. The catch: the rollout was staged, Siri's smarter version was clearly not shipping that day, and a chunk of the demo was promissory. Still, the strategic signal was loud.


DeepSeek-Coder-V2 Put Open Weights in GPT-4's Lane

On June 17, DeepSeek released DeepSeek-Coder-V2, a Mixture-of-Experts code model with 236B total parameters and roughly 21B active, a 128K context window, and support for over 300 programming languages. The benchmarks were the story: it landed in GPT-4 Turbo territory on coding and math evals, which is not a sentence anyone expected to write about an openly available model in the first half of 2024.

The practical impact is that serious code generation stopped being exclusively an API-key affair. With a quantized build and enough VRAM, you could self-host a model that competed with the closed flagships on the exact task most builders care about. June kept making the case that the open frontier was closing the gap faster than the leaderboards suggested.


Stable Diffusion 3 Medium Shipped Open, and the Community Pushed Back

Stability AI released Stable Diffusion 3 Medium weights publicly on June 12, the 2B-parameter member of the SD3 family. On prompt adherence and typography it was a real step up, and the new architecture was genuinely more capable at following multi-subject prompts.

Then the community actually ran it, and the reaction turned harsh fast. The open release struggled badly with human anatomy, generating mangled limbs in cases earlier models handled fine, and many tied this to the restrictive non-commercial license and the data filtering choices behind it. It became a cautionary tale: an open-weights drop is only as good as what the community can actually build on, and a great model under a hostile license can land with a thud.


Key Takeaways

  • The mid-tier is the new flagship. Claude 3.5 Sonnet beating Opus at a fraction of the price means "use the cheap model" is no longer a quality compromise, and your cost model should assume this keeps happening.
  • On-device AI got a billion-device endorsement. Apple Intelligence makes small local models plus a selective cloud fallback the mainstream default, which is exactly the architecture homelab builders were already running.
  • Open weights are tracking the closed frontier on code. DeepSeek-Coder-V2 hitting GPT-4 Turbo range means self-hosted coding assistants became genuinely viable, not just a privacy consolation prize.
  • License terms can sink a good model. SD3 Medium proved that capability without a workable license and a healthy fine-tune ecosystem leaves a release dead on arrival.
  • Tooling around the model now matters as much as the model. Artifacts hinted that the next competitive battleground is the workspace and the agent loop, not just the raw benchmark score.
claude 3.5 sonnetanthropicapple intelligencewwdcdeepseek-coder-v2stable diffusion 3open-weightson-device ai
CONSOLE
$