This week in AI has been extraordinary, headlined by Moonshot AI’s massive Kimi K3 open-weight model release and a stunning mathematical proof achieved by GPT-5.6 Sol. From regulatory moves in New York City to an important study on AI’s impact on critical thinking, here are the five most important AI stories from the past few days.
1. Moonshot AI Releases Kimi K3: A 2.8-Trillion Parameter Open Frontier Model
Moonshot AI has unveiled Kimi K3, its most capable model to date and the world’s first open-weight model to reach the 3-trillion-parameter class. At 2.8 trillion parameters with a 1-million-token context window and native vision capabilities, Kimi K3 represents a dramatic leap in open-source AI capabilities.
The model is built on two novel architectural innovations: Kimi Delta Attention (KDA) and Attention Residuals (AttnRes), designed to improve information flow across long sequences and deep model layers. Kimi K3 uses a Mixture of Experts (MoE) architecture with 896 experts, activating 16 per token through a Stable LatentMoE framework. These structural changes yield approximately 2.5× improvement in overall scaling efficiency compared to Kimi K2.
In internal evaluations, Kimi K3 demonstrated frontier-level performance competitive with Claude Fable 5 (with fallback) and substantially outperformed both GPT-5.6 Sol and GPT-5.5. The model excels at long-horizon coding, knowledge work, and reasoning tasks. It can sustain long engineering sessions with minimal human oversight, navigate massive repositories, and orchestrate terminal tools autonomously. In one striking demonstration, Kimi K3 developed MiniTriton, a compact Triton-like GPU compiler from scratch.
The model is available immediately on Kimi.com, Kimi Work, Kimi Code, and the Kimi API. API pricing is set at $0.30/MTok for cache-hit input, $3.00/MTok for cache-miss input, and $15.00/MTok for output — with a cache hit rate above 90% in coding workloads. The full model weights are scheduled for release by July 27, 2026, alongside a technical report with further architectural and training details.
Demand has been so overwhelming that Moonshot AI suspended new subscriptions just 48 hours after launch, with a statement saying demand had “pushed close to the limits of our current capacity.” Existing subscribers remain unaffected.
2. GPT-5.6 Sol Solves a 30-Year Open Problem in Convex Optimization
In a remarkable demonstration of AI-assisted mathematical research, OpenAI’s GPT-5.6 Sol was used to produce a proof closing a 30-year gap in the field of convex optimization. The conjecture relates to the convergence rate of a class of optimization algorithms over convex, Lipschitz functions — a fundamental problem that had resisted solution for three decades.
The researcher behind the work had been attempting to solve the problem for over a year using earlier GPT models (5.4 and 5.5), feeding all of that prior work into the prompt given to Sol Pro. The model produced the proof in approximately 148 minutes — though it is important to note that this represents the culmination of a year of human-guided research, not a spontaneous breakthrough.
This result follows OpenAI’s recent proof of the cyclic double cover conjecture (CDC), suggesting a pattern of AI systems making genuine contributions to mathematics. The proof has not yet been peer-reviewed, but experts in the field describe it as representing “a real contribution” to a relatively niche but important area of optimization theory.
The achievement has sparked renewed debate about the role of AI in mathematical research. As one commenter on the Reddit discussion noted, “I don’t think researchers in math/TCS will be made obsolete, but it will no longer make sense to work on any low-hanging, or even medium-hanging fruit.”
3. New York City Moves to Require AI Disclosure in Real Estate Listings
New York City Mayor Zohran Mamdani has announced a sweeping set of tenant protection measures that include requiring landlords and realtors to disclose when AI-generated or AI-edited images are used in rental listings. The policy is part of the administration’s “Rental Ripoff Report,” released following hearings across all five boroughs that heard from thousands of New Yorkers.
“From requiring disclosure of AI-altered listings to bringing our code enforcement systems into the 21st century and finally recognizing tenant unions, we are making it clear that every New Yorker deserves a safe home — and every landlord who refuses to provide one will be held accountable,” Mayor Mamdani said.
The problem of AI-generated real estate images has grown significantly in recent years. AI “virtual staging” can warp rooms to fit furniture that would not physically fit, creating deceptive listings that mislead prospective tenants — especially those who must sign leases remotely. Platforms like StreetEasy have been flooded with AI-staged apartments, and similar issues are reported on Facebook Marketplace and across UK property websites.
The policy specifies that landlords must “disclose when rental listings have been altered using artificial intelligence or other digital tools.” While enforcement mechanisms remain under discussion, the move represents one of the most concrete regulatory actions taken by a major US city specifically targeting AI-generated imagery in consumer-facing contexts.
4. Claude Code Now Runs on Bun — Written in Rust
Anthropic-owned Claude Code has been quietly running on a Rust port of the Bun JavaScript runtime since version 2.1.181, released June 17th. The revelation came via Jarred Sumner, Bun’s creator, who announced that the runtime had been rewritten from Zig to Rust — and that Claude Code was already shipping with the new version in production.
Simon Willison independently verified the claim by running strings ~/.local/bin/claude | grep -m1 'Bun v1', which returned Bun v1.4.0 — a version number that has not yet appeared in any tagged release, suggesting Claude Code ships a preview of the Rust-based Bun. The binary contains 563 Rust source file references, confirming the rewrite is substantial.
Sumner reported that the Rust port delivers a 10% startup speed improvement on Linux but otherwise was designed to be “boring” — a production drop-in replacement that users would not notice. The move has generated significant discussion about AI-assisted code translation: the Zig-to-Rust rewrite was itself partially accomplished using AI agents, raising questions about the compounding effects of AI on software engineering workflows.
Some users have reported segfaults and TUI rendering issues with the latest Claude Code builds, though it is unclear whether these are related to the Bun runtime change. The Rust version is now available as Bun canary (bun upgrade --canary).
5. Study: AI Advice Makes People Three Times Less Accurate but Twice as Confident
A new study from researchers at three French and Italian universities has produced sobering findings about AI’s impact on human judgment. The research, authored by Valerio Capraro (University of Milano-Bicocca), Chiara Marcoccia (École Normale Supérieure), and Walter Quattrociocchi (Sapienza University of Rome), found that access to AI advice collapses people’s willingness to say “I don’t know” from 44% to just 3%.
The study used questions deliberately designed to be ones where AI models typically fail — visual details from films, such as the color of a team’s uniform in Bend It Like Beckham. The researchers used Google’s Step 3.5 Flash, a model that was usually wrong on these questions, to ensure that any reduction in judgment could not be explained as sensible delegation. Accuracy dropped from 27% to 9%, while confidence rose from 30% to 76%.
“People became much worse, the accuracy was only one third, but they were twice as confident,” Capraro said. Monetary incentives helped only marginally: willingness to admit ignorance rose from 3% to 8% and accuracy from 9% to 16% — both still well below the no-AI baselines.
The findings align with the concept of “cognitive surrender” coined by Wharton researchers earlier this year, describing the phenomenon of people accepting incorrect AI answers 80% of the time while reporting higher confidence than those working without AI. Capraro expressed particular concern about children growing up with these systems before developing critical thinking skills. “For humans, the capacity to say ‘I don’t know’ is very important because it represents the recognition of the limits of our own knowledge,” he said.
Closing Thoughts
This week’s stories capture the accelerating, multi-dimensional nature of the AI revolution. We have a new frontier open-weight model from China that is competitive with the best proprietary systems, a mathematical proof produced with AI assistance that closes a three-decade research gap, a major US city taking concrete regulatory action against AI deception, a leading coding tool silently undergoing a complete runtime rewrite, and a study that should give us all pause about how AI affects our own judgment. The AI landscape is moving faster than ever — and it is moving in every direction at once.
Published July 20, 2026