This cycle wasn’t about one giant new model; it was about routing and efficiency hacks that let 'good enough' models plus MoE and MTP behave like something much bigger, often on consumer hardware. Codegen and reasoning both look impressive on benchmarks but stay brittle and expensive in the wild, pushing attention toward hybrid stacks, guardrails, and cost control rather than raw IQ points.
The base models are starting to blur together; the real differences now live in how they’re orchestrated, what they cost to run, and which ecosystems own the user interface.
Key Events
/Gemma 4 12B launched as an Apache‑2.0 multimodal model with a 256K‑token context window, running locally on 16GB laptops.
/Open‑source AI usage jumped roughly 500% in the wake of Gemma 4 12B, which has already passed about 150M downloads.
/Microsoft’s new MAI coding model scores 51% on SWE‑Bench Pro, while the MAI‑Thinking‑1 MoE variant reaches 53%.
/The InstinctRazor‑Qwen3.5‑122B MoE model runs with around 8GB of active GPU VRAM and compresses to about 50GB on disk.
/ChatGPT reached roughly 1B monthly active users with 62% YoY growth, while Claude climbed to about 56M users.
Report
Most of the real progress this cycle happened in the parts of the stack we used to ignore: routing, pricing, and weirdly‑efficient local models. The headline isn’t a single 'frontier' model, it’s the way Gemma 4 12B, MAI, Qwen, and DeepSeek are quietly rewriting the scaling laws and the economics around them.
the new scaling law is 'good-enough model + smart routing'
A hybrid legal stack using GLM 5.1 as the main worker and Opus 4.7 as a specialist outperformed Opus alone on quality. The same workflow hit an 18% all‑pass rate where pure Opus managed 14%, using the expensive model only intermittently instead of as the default.
On the benchmark side, Microsoft’s MAI coding model scores 51% on SWE‑Bench Pro, while the MAI‑Thinking‑1 MoE variant reaches 53%. The InstinctRazor‑Qwen3.5‑122B‑A10B‑GGUF MoE runs with roughly 8GB of active GPU VRAM by offloading experts to CPU and compresses to about 50GB on disk, making 'too big' models effectively local.
At the small end, Qwen 3.5‑9B beating Gemma‑4‑12B‑it on 5 of 8 benchmarks shows that routing, training, and architecture now matter more than raw parameter count.
gemma 4 and the 'good enough, everywhere' open stack
Gemma 4 12B is a unified, encoder‑free multimodal model that handles text, images, and audio with a 256K‑token context window.
It runs on consumer laptops with 16GB of RAM, ships under Apache‑2.0, and explicitly allows commercial use, which is a rare combination at this capability level.
Since launch it has reportedly passed 150 million downloads, and open‑source AI usage jumped about 500% in the same window, with many attributing the spike to Gemma.
Community benchmarks and anecdotes still show Qwen models winning several coding and reasoning tests against Gemma‑4‑12B, and some users prefer Gemma mainly for retrieval and multilingual work rather than as a frontier replacement.
DeepSeek’s open‑weight models being roughly 10–30× cheaper than US SaaS APIs, while also seeing 500% usage growth in two months, reinforces Gemma’s role as one of several strong open bases rather than a singular frontier.
codegen crossed 50% of code; the bottleneck moved upstream
Some projects now report over 80% of their code being AI‑generated inside IDEs like VS Code, mostly via tools such as GitHub Copilot and similar assistants.
Claude Code is rated S‑tier on the SemiAnalysis VibeMAX benchmark for coding, and Microsoft’s MAI coding model hits around 51% on SWE‑Bench Pro, moving 'good enough' coding into genuinely hard problem territory.
OpenAI’s Codex has evolved from autocomplete into a desktop app that can spin up local servers, generate full apps, and even build and host live websites directly from prompts.
Developers report the bottleneck moving from typing to reviewing, with complaints about mounting technical debt, tools that lose project context over time, and fears that heavy reliance on AI is hollowing out foundational skills in newer engineers.
Costs are also biting, with Cursor users reporting up to $100 per day in usage, coding tools moving toward metered pricing, and proprietary models like Gemini 3.5 Flash coming in about three times more expensive than earlier versions.
reasoning is sharper on benchmarks and still brittle in the wild
Claude 4.8 and Opus 4.6 show big gains on logic tasks, with Anthropic reporting 4× fewer unremarked flaws compared to earlier models.
DeepSeek scored 103 out of 120 on a Putnam‑style math exam, indicating near‑top human undergraduate performance on that benchmark. The LEAP framework separately reached a 70% one‑shot solve rate on complex formal math problems, far beyond earlier systems.
Yet the same era of models—GPT‑4o, Claude 3.5, Gemini—still fail the classic Stroop attention test and routinely hallucinate, which is exactly the kind of brittle, pattern‑based 'reasoning' failure that keeps resurfacing.
Outside benchmarks, peptide companies are reportedly gaming ChatGPT and Google AI Search by spamming biohacker subreddits to steer optimization advice, exploiting how models overweight recent and highly‑linked content.
models are commoditizing; ecosystems and sentiment aren’t
ChatGPT is at roughly 1B monthly active users with 62% year‑over‑year growth, but Claude is smaller at 56M users and growing at about 640% annually.
Claude is also being wired directly into curricula at places like U Chicago and U Penn, giving Anthropic a privileged path into the next generation of power users.
On the quality front, users increasingly describe the big US models as 'commoditized', with many saying there is little difference in everyday outputs across Gemini, GPT‑class systems, and Claude.
At the same time, open‑source AI projects have surged by about 500% in two months, DeepSeek’s open weights are reportedly 10–30× cheaper than proprietary APIs, and Chinese competitors are emerging at even lower price points.
Routing layers like OpenRouter and the MCP AI Gateway, plus new low‑cost inference servers claiming 5–10× cheaper hosting, make it trivial to swap underlying models, pushing the real competition up into UX, support, and ecosystem lock‑in.
What This Means
Capability gaps between base models are narrowing while routing, efficiency tricks, and distribution do more of the real work, turning 'the model' into a mostly swappable component. The interesting differentiation is drifting into orchestration, memory, and ecosystems rather than yet another 10B parameters.
On Watch
/Multi‑Task Processing (MTP) variants of Qwen and Gemma‑class models are trading higher throughput and a reported ~5.5‑point acceptance gain for more VRAM use, tighter usable context, and app‑level instability in tools like OpenCode.
/Agent stacks are quietly standardizing on guardrails and policy middleware—Sotis guard nodes for LangGraph, FiGuard pre‑flight checks, ActionFence and Dunetrace for spend/policy limits, MCP AI Gateway routing—while users still report OpenClaw bugs and Hermes install pain.
/Long‑context and memory tooling is stretching from 1M‑token sparse attention to external memories and compression, but complaints about agents’ 'memory hygiene', rising DDR5 prices, and 'memory rot' governance show this will be a messy differentiator.
Interesting
/The 5% cannibalization of ChatGPT users by Claude indicates Claude's growing appeal in specific workflows.
/Half of the top 10 trending GitHub repositories in AI/ML are 'skills' projects, not models or libraries.
/The significant issues found in the DeepSWE audit raise concerns about the reliability of benchmarks in AI.
/Users have expressed concerns about the reliability of quantized models, indicating a preference for full-precision models in critical applications due to potential output quality degradation.
/Benchmarking for structured output in AI models is lacking, which could lead to earlier degradation in quality compared to prose.
We processed 10,000+ comments and posts to generate this report.
AI-generated content. Verify critical information independently.
/Gemma 4 12B launched as an Apache‑2.0 multimodal model with a 256K‑token context window, running locally on 16GB laptops.
/Open‑source AI usage jumped roughly 500% in the wake of Gemma 4 12B, which has already passed about 150M downloads.
/Microsoft’s new MAI coding model scores 51% on SWE‑Bench Pro, while the MAI‑Thinking‑1 MoE variant reaches 53%.
/The InstinctRazor‑Qwen3.5‑122B MoE model runs with around 8GB of active GPU VRAM and compresses to about 50GB on disk.
/ChatGPT reached roughly 1B monthly active users with 62% YoY growth, while Claude climbed to about 56M users.
On Watch
/Multi‑Task Processing (MTP) variants of Qwen and Gemma‑class models are trading higher throughput and a reported ~5.5‑point acceptance gain for more VRAM use, tighter usable context, and app‑level instability in tools like OpenCode.
/Agent stacks are quietly standardizing on guardrails and policy middleware—Sotis guard nodes for LangGraph, FiGuard pre‑flight checks, ActionFence and Dunetrace for spend/policy limits, MCP AI Gateway routing—while users still report OpenClaw bugs and Hermes install pain.
/Long‑context and memory tooling is stretching from 1M‑token sparse attention to external memories and compression, but complaints about agents’ 'memory hygiene', rising DDR5 prices, and 'memory rot' governance show this will be a messy differentiator.
Interesting
/The 5% cannibalization of ChatGPT users by Claude indicates Claude's growing appeal in specific workflows.
/Half of the top 10 trending GitHub repositories in AI/ML are 'skills' projects, not models or libraries.
/The significant issues found in the DeepSWE audit raise concerns about the reliability of benchmarks in AI.
/Users have expressed concerns about the reliability of quantized models, indicating a preference for full-precision models in critical applications due to potential output quality degradation.
/Benchmarking for structured output in AI models is lacking, which could lead to earlier degradation in quality compared to prose.