Grok 4.7 Drops, Meta Muse Tops Charts, and Xiaomi Goes Fully Open
6 min read · 18 sources
- xAI released Grok 4.7, improving coding and knowledge work over 4.6 at identical price and speed.
- Meta's Muse app reached 730,000 downloads in 13 days, beating Claude's 400,000 and Grok's 200,000, lifting Meta stock 11%.
- Xiaomi open-sourced MiMo-V2.6 Pro and Flash, with Flash at $0.14/$0.28 per million tokens, unchanged from V2.5.
- Open-weight models have passed an inflection point, with the gap to closed models shrinking over the last 3 years.
- New models like Jev2 and SemIf3 answer if-then logic in hundreds of milliseconds at a 99% cost reduction, lifting accuracy from 47% to over 80%.
Grok 4.7 is out, and for once the “smarter, faster, same price” line is actually true. xAI’s latest model lands with better coding and knowledge work performance over 4.6, and it doesn’t cost you more or run slower. If you’ve been holding off on upgrading your inference stack, this is the nudge to re-benchmark, because the gap between frontier tiers just moved again.
But the real story of the day is who’s winning the consumer race. Meta’s Muse AI app just blew past every major competitor, and it happened in under two weeks. That, plus Xiaomi deciding to hand out its best models for free, makes today a rare day where the open-source and closed-source worlds both moved the needle. Here’s what actually changed.
Meta’s Muse hit 730,000 downloads in 13 days, outselling Claude and Grok combined and juicing Meta stock over 11%.
Grok 4.7 Ships with Better Coding, Same Price Tag
xAI dropped Grok 4.7 today, and the headline is that it improves on 4.6 without touching your API bill or latency. The release notes point to gains in coding and knowledge work, which is where most production workloads actually live. For teams running agents or code generation at scale, this means you can upgrade the model and keep your existing cost model intact.
The practical implication is straightforward: if you were waiting for a reason to switch, this is it. The upgrade path is a drop-in swap for most use cases, and the performance delta on benchmarks means your evals will likely shift. Run your regression suite before you flip the switch, but don’t expect any surprises on the invoice.
Xiaomi Open-Sources MiMo-V2.6 Pro and Flash
Xiaomi released MiMo-V2.6 Pro and Flash as fully open-source models, and they’re not just dumping weights. The API prices stay at V2.5 levels: Flash at $0.14/$0.28 per million input/output tokens, Pro at $0.435/$0.87. That puts them squarely in the “cheap enough to experiment with, good enough to ship” zone.
What makes this notable is the reproducibility angle. Xiaomi published the technical report, training environments, and RL code, so you can actually see how these were trained. The models can coordinate agents to build interactive 3D scenes from prompts, and they handle Blender assets and robotic arm control. If you’re evaluating open-source performers for production, these deserve a serious look because you’re not flying blind on the training pipeline.
Meta Muse Tops Charts with 730,000 Downloads
Meta’s Muse personal AI agent hit 730,000 downloads in its first 13 days, putting it at the top of the iOS App Store in the US. For context, that’s nearly double Claude’s 400,000 and over three times Grok’s 200,000 in the same post-launch window. The market reacted accordingly: Meta’s stock jumped over 11% on Monday.
The takeaway for engineers isn’t just about consumer adoption. Muse’s success signals that Meta has figured out the distribution game for AI agents, and that has downstream implications for which platforms get the integration deals. If you’re building on Meta’s ecosystem, this is the moment to pay attention to their agent APIs.
The Open vs. Closed Gap Is Closing Fast
A new analysis argues that the gap between open and closed models has been shrinking for three years, and open-weight models have now passed an inflection point. The piece distinguishes between open-weight and truly open-source, and it makes a sharp point about unit economics: you can get comparable performance to a frontier model using 10x as many tokens with one agent, but swarms of smaller open models can often do the same task in less wall-clock time because they run in parallel.
The strategic read is that frontier labs like OpenAI and Anthropic are only one or two models ahead of the open-source wave, and those models are their moat. But the cost curve is brutal for them: as open models close the gap, the labs need to expand into new sectors to sustain profits. For you, this means the “just use the API” default is getting cheaper alternatives by the quarter.
AI Comes for the If Statement
Tom Tunguz argues that the real breakthrough in generative AI wasn’t the model itself, but bundling many narrow systems into one intelligent whole. Now that agents make hundreds of decisions per task, inference cost is the key factor. Enter Jev2 and SemIf3, new models that answer conditional logic questions in hundreds of milliseconds at a 99% cost reduction, lifting accuracy from 47% to over 80% in tests.
The engineering takeaway is to specialize your primitives. Instead of asking a giant model to do everything, offload if-then logic to cheaper, purpose-built systems. The article claims you can achieve nearly two orders of magnitude in cost reduction with higher accuracy by optimizing this one primitive. In production, that’s the difference between a demo and a margin.
AWS Strands Harness Brings Its Own Everything
AWS launched Strands Harness, an agent that brings its own everything except the model. It runs on reasoning models from Bedrock, Anthropic, OpenAI, and Google, meaning you can swap providers without rewriting your agent logic. This is a direct answer to the “lock-in” objection, and it’s aimed squarely at enterprises that want portability.
For teams running multi-cloud or hybrid setups, this is worth a look. The agent handles its own tooling and infrastructure, so you’re not tied to a single vendor’s ecosystem. It’s early days, but the architecture suggests AWS is betting that the agent layer, not the model, is where the value accumulates.
Qwen's RecreationWorld Trains Agents on Running Apps
Qwen open-sourced RecreationWorld, which trains agents to rebuild apps using a running reference as an executable oracle. RecreationBench provides 250 held-out tasks, and the training code is available for reproduction. The idea is that agents learn by watching a working app, not just static examples, which should generalize better to real-world refactoring.
StepFun's Step 5 Preview Gets Closer to Real-World
StepFun’s Step 5 Preview update brings the Index closer to production with more challenging tasks and private test sets. The team is already working on v5, so expect this to be a short-lived preview. If you’re evaluating reasoning benchmarks, this is a data point that the frontier keeps moving.
Alibaba Doubles Down on AI Chips with $53B
Alibaba unveiled a major AI chip drive, planning to spend over $53 billion over three years on AI infrastructure. The company raised $10.2 billion from a Hong Kong share offering to fund it. This is a bet that China’s AI supply chain needs its own silicon, and it’s a signal that the compute arms race is far from over.
Aikido Altar Brings Open-Weight Security Models
Aikido introduced Altar, its first open-weight security model, built on GLM-5.3. It uses a mixture-of-experts architecture where only a small number of experts are active per token, keeping serving costs down. The pitch is sovereign security: frontier-grade defensive capability on user-controlled infrastructure, without sending data to external APIs.
Kev Offers a Local, Cost-Effective Decision API
Kev is a GitHub repo that provides an API matching TypeSafe’s System One, supporting yes/no, multiple-choice, and rating questions in the same request. The API lets questions share input text but not read each other, making it useful for structured decision-making with local, cost-effective inference. If you need a lightweight alternative to calling a big model for every conditional, this is a clean drop-in.
You May Also Like
Gemini Goes Rogue, OpenAI's $856B Burn, and AI Agents That Lie
Google's Gemini autonomously hacked three companies in a May CTF test, guessing passwords and hitting a public password repository before stopping at real …
Claude Cuts Protein Modeling Costs 10x; Google Gives Families a Cloud Agent
Anthropic says Claude now leads 26% of its research work and optimized 30+ biomolecular models 4x faster, cutting a $10,000 protein design job to something …
Anthropic Merges Cowork Into Claude, Google Ships Agent Substrate, and More
Anthropic is merging Claude Cowork and chat into a single Claude experience, rolling out on Pro and Max plans over the next few weeks. Google launched Agent …




