The interesting action this cycle is off the leaderboard: custom chips, fast runtimes, and sovereign models are turning 'which model is best?' into 'which stack and jurisdiction did you just commit to?'. Agent ecosystems are getting more capable and more governed at once, while coding copilots are triggering a very human backlash over code quality and craft.
Meanwhile multimodal models are fragmenting into strange little specialist guilds, from anime-only generators to 30‑second 4K video, instead of converging into one big generalist brain.
Key Events
/OpenAI launched Jalapeño, a custom AI chip optimized for LLM inference with state-of-the-art performance per watt and a likely wafer-scale design.
/The EU is funding EUROPA, an open-source LLM with over 400 billion parameters to run on European supercomputers.
/Anthropic alleges Alibaba's Qwen lab scraped Claude by running about 29 million chats via roughly 25,000 fake accounts.
/Qwen-AgentWorld-35B-A3B scored 56.39 on AgentWorldBench, outperforming Claude Sonnet 4.6 on that benchmark.
/Amnesty International branded leading generative AI systems, including Gemini and DeepSeek, 'unlawful by design' and called for government prohibitions.
Report
OpenAI's custom Jalapeño chip, the EU's 400B-parameter EUROPA project, and Amnesty's 'unlawful by design' label on major models all landed in the same news window.
Together they say more about where AI is going than any single benchmark bump.
chips, fast models, and the hidden frontier
OpenAI's Jalapeño chip is reported to push state-of-the-art perf per watt for LLM inference, with a design tuned for memory movement and networking, and likely wafer-scale packaging.
Separately, OpenAI and Broadcom announced an LLM-optimized inference chip, reinforcing the shift toward custom silicon for model serving rather than generic GPUs alone.
GLM‑5.2 FAST reports up to 250 tokens per second in serverless setups with a 1M-token context window, while remaining cost-competitive with closed models.
Kog.ai's 2B model processes about 3,080 tokens per second, and SDXL can now run locally in browsers via WebGPU for offline image generation.
Consumer NPUs look anemic by comparison, with AMD's Strix Halo NPU managing roughly 12 transactions per second on Gemma e4B and suffering memory-bandwidth and tooling issues, even as KV-cache and latent-space communication methods report substantially faster multi-agent inference and higher task performance.
three blocs, three stories of 'frontier'
The EU is backing EUROPA, an open-source model with over 400 billion parameters to be trained on European supercomputers, pitched as affordable AI for public services.
Qwen‑AgentWorld‑35B‑A3B scores 56.39 on AgentWorldBench and outperforms Claude Sonnet 4.6 on that benchmark. GLM‑5.2 is reported to match Claude Opus on 45 coding-agent tasks while running at less than half of Opus's cost.
DeepSeek's R1 model is highlighted for competitive reasoning ability at far lower training cost than US frontier models, and Kimi DeepSeek MiMo workflows are reported to rival pricier systems.
US labs counter with hardware and branding power, from OpenAI's Jalapeño chip to GPT‑5.5 Instant, even as Amnesty International labels leading systems like DeepSeek and Gemini 'unlawful by design' and EU commentators doubt EUROPA's competitiveness.
At the same time, Anthropic accuses Alibaba's Qwen lab of illicitly extracting Claude capabilities via around 29 million chats from roughly 25,000 fake accounts, while export controls and lawsuits over the banned Fable 5 model signal tightening control of advanced weights.
agents, not models, are where the weirdness is
Qwen-AgentWorld simulates seven environments, including MCP and Android, using a 35B-parameter MoE model with about 3B active parameters per token.
That model scores 56.39 on AgentWorldBench and outperforms Claude Sonnet 4.6 on that benchmark. MCP tooling is exploding around this, with generators like mcpgen that turn OpenAPI specs into Python MCP servers, dynamic tool registries such as Heku, and policy enforcers like Imara tightening per-agent permissions.
Runlayer just raised $30M to connect MCP-style agents to enterprise oversight systems, while many teams prefer self-hosted AI tools over cloud APIs for security and compliance.
Grok Build v0.2.64 adds a dashboard for directory management and agent dispatch alongside an official MongoDB plugin, and Anthropic's Claude Tag feature plus LangChain/LangGraph stacks for airline-policy RAG show platforms converging on persistent, tool-rich coworker agents.
coding copilots vs the craft backlash
Companies are standardizing on coding agents like AWS Kiro, GitHub Copilot, Cursor, Codex, and Claude Code, with GLM‑5.2 and Qwen 3.6 27B also used as agentic coders on commodity 32GB GPUs.
A recent benchmark of eight AI coding agents found that none asked clarifying questions before planning and only one produced production-ready code, at a run cost of about $1.94.
Developers report that reviewing AI-generated code is often harder than writing it, especially for juniors, and many teams disable AI tools during code review to avoid leaking proprietary client code to external APIs.
Hacker News threads around Craft Capitallab describe an identity crisis as engineers see rising bug rates and burnout blamed on AI-written code, while major open-source maintainers explicitly reject AI-generated patches.
Linus Torvalds publicly mocked claims that 99% of code is written by AI and attacked Linux sched_ext's design until its authors rewrote it, even as practitioners note the real bottleneck has shifted from typing to planning and system design.
multimodal is splintering into weird little guilds
Anima, trained heavily on Danbooru-style datasets, is now the default for anime images on modest hardware, with its 2B-parameter model preserving diverse characters and styles more reliably than 12B-parameter Krea 2.
Krea 2 and its Turbo variant shine on prompt adherence, text rendering, and style adaptation, running in GGUF form on roughly 8GB of VRAM and producing images in a few seconds on a 3090-class GPU, but struggle with anime, emotional expression, and backgrounds.
A new realism LoRA for Krea 2 produces high-quality SFW and NSFW images, and character LoRAs are reported trainable on 16GB GPUs with 64GB RAM for under $3 via Runpod.
Using a 320MB LoRA with Krea 2 Turbo, however, can stretch per-image times from seconds to minutes and often needs tricks like disabling prompt_enhance to keep results usable.
On the video and document side, Seedance 2.5 can generate 30‑second 4K clips from a single prompt, HappyHorse 1.1 targets dynamic expressiveness, and Baidu's 3.3B-parameter Unlimited-OCR model under MIT license can parse dozens of pages in one pass.
Users still rate Gemini's vision features and tools like a 2‑second plant disease scanner above Claude's vision, but complain about hallucinations and overbearing guardrails even as they lean on these models for search-like tasks.
What This Means
The real differentiation is drifting from standalone models toward tightly coupled stacks of custom chips, fast runtimes, agent frameworks, and governance layers that behave very differently across US, Chinese, and EU ecosystems. Reading the news as a league table of IQ points per model is increasingly misleading, because cost, reliability, and even legality are being decided by hardware choices and policy fights rather than just new checkpoints.
On Watch
/Power users reporting lower-quality FP8 outputs from vLLM versus llama.cpp's Q8 quantization, plus persistent Vulkan-backend bugs on RDNA3, suggest a possible migration toward more conservative serving stacks like llama.cpp and ROCm/SYCL.
/String changes in Claude Code hint that banned model Fable 5 will return as a subscription feature with weekly caps, even as export controls and a lawsuit over foreign access make it a regulatory test case.
/New realism LoRAs for Krea 2 that can be trained for under $3 on Runpod, combined with Anima's 1.2 license allowing derivative sales, are quietly turning style-specific generators into micro-owned model businesses.
Interesting
/OpenAI's Daybreak program includes a Codex Security plugin for autonomously patching software vulnerabilities.
/Qwen-AgentWorld's benchmark includes 2,170 samples with an average of 22.8 turns per interaction, highlighting its extensive testing.
/ARC-AGI-2 has a performance score of 22.8% at a cost of $0.25, while ARC-AGI-1 scores 77.0% at $0.19.
/The Nex-N2-Mini-Ultra-Uncensored-Heretic model has a refusal rate of only 5%, indicating a high level of responsiveness.
/A user successfully runs 50 AI agents on a single 6GB GPU by optimizing scheduling rather than inference.
We processed 10,000+ comments and posts to generate this report.
AI-generated content. Verify critical information independently.
/OpenAI launched Jalapeño, a custom AI chip optimized for LLM inference with state-of-the-art performance per watt and a likely wafer-scale design.
/The EU is funding EUROPA, an open-source LLM with over 400 billion parameters to run on European supercomputers.
/Anthropic alleges Alibaba's Qwen lab scraped Claude by running about 29 million chats via roughly 25,000 fake accounts.
/Qwen-AgentWorld-35B-A3B scored 56.39 on AgentWorldBench, outperforming Claude Sonnet 4.6 on that benchmark.
/Amnesty International branded leading generative AI systems, including Gemini and DeepSeek, 'unlawful by design' and called for government prohibitions.
On Watch
/Power users reporting lower-quality FP8 outputs from vLLM versus llama.cpp's Q8 quantization, plus persistent Vulkan-backend bugs on RDNA3, suggest a possible migration toward more conservative serving stacks like llama.cpp and ROCm/SYCL.
/String changes in Claude Code hint that banned model Fable 5 will return as a subscription feature with weekly caps, even as export controls and a lawsuit over foreign access make it a regulatory test case.
/New realism LoRAs for Krea 2 that can be trained for under $3 on Runpod, combined with Anima's 1.2 license allowing derivative sales, are quietly turning style-specific generators into micro-owned model businesses.
Interesting
/OpenAI's Daybreak program includes a Codex Security plugin for autonomously patching software vulnerabilities.
/Qwen-AgentWorld's benchmark includes 2,170 samples with an average of 22.8 turns per interaction, highlighting its extensive testing.
/ARC-AGI-2 has a performance score of 22.8% at a cost of $0.25, while ARC-AGI-1 scores 77.0% at $0.19.
/The Nex-N2-Mini-Ultra-Uncensored-Heretic model has a refusal rate of only 5%, indicating a high level of responsiveness.
/A user successfully runs 50 AI agents on a single 6GB GPU by optimizing scheduling rather than inference.