Top AI Stories – July 20, 2026

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

☁️ AI Weather Report — Top 10 Models for Coding Value — July 20, 2026

Welcome to the AI Weather Report for July 20, 2026. This daily report ranks the top 10 AI models for coding by bang for the buck — a combination of raw coding capability and API pricing.

📊 Today’s Top 10 Rankings

#ModelProviderCapabilityCost /M tokensValue Score
🥇 1 hy3:free tencent 68/100 $0.0000 6800.0
🥈 2 mistral-nemo mistralai 62/100 $0.0272 2275.2
🥉 3 ling-2.6-flash inclusionai 56/100 $0.0250 2240.0
4 l3-lunaris-8b sao10k 58/100 $0.0475 1221.1
5 mistral-small-24b-instruct-2501 mistralai 72/100 $0.0725 993.1
6 llama-3.1-8b-instruct meta-llama 62/100 $0.0725 855.2
7 mythomax-l2-13b gryphe 48/100 $0.0600 800.0
8 gpt-oss-20b openai 78/100 $0.1050 742.9
9 qwen-2.5-7b-instruct qwen 60/100 $0.0850 705.9
10 laguna-xs-2.1 poolside 72/100 $0.1050 685.7

📈 Analysis

🏆 Best Value Today: hy3:free scores 6800.0 with a capability rating of 68 at $0.0000/M tokens.

💵 Cheapest Premium Model: ling-2.6-flash at $0.0250/M tokens (capability: 56).

What “Value Score” means: Capability score (based on SWE-bench, HumanEval, LiveCodeBench) divided by blended cost per million tokens (25% input + 75% output weights for coding workloads). Free tier models get a massive boost. Higher is better.

📋 All Scored Models (68 total)

#ModelProviderCapabilityCost /M tokValue
1hy3:freetencent68$0.00006800.0
2mistral-nemomistralai62$0.02722275.2
3ling-2.6-flashinclusionai56$0.02502240.0
4l3-lunaris-8bsao10k58$0.04751221.1
5mistral-small-24b-instruct-2501mistralai72$0.0725993.1
6llama-3.1-8b-instructmeta-llama62$0.0725855.2
7mythomax-l2-13bgryphe48$0.0600800.0
8gpt-oss-20bopenai78$0.1050742.9
9qwen-2.5-7b-instructqwen60$0.0850705.9
10laguna-xs-2.1poolside72$0.1050685.7
11gpt-oss-120bopenai93$0.1368680.1
12gemma-3-4b-itgoogle50$0.0875571.4
13granite-4.1-8bibm-granite48$0.0875548.6
14deepseek-v4-flashdeepseek91$0.1715530.6
15qwen3.5-9bqwen72$0.1375523.6
16gemma-3-12b-itgoogle60$0.1250480.0
17command-r7b-12-2024cohere54$0.1219443.1
18granite-4.0-h-microibm-granite38$0.0882430.6
19ministral-3b-2512mistralai42$0.1000420.0
20nova-micro-v1amazon45$0.1137395.6
21hy3-previewtencent68$0.1732392.5
22qwen3-32bqwen88$0.2300382.6
23qwen3-coder-30b-a3b-instructqwen84$0.2200381.8
24qwen3.5-flash-02-23qwen70$0.2112331.4
25qwen3-30b-a3b-instruct-2507qwen82$0.2500328.0
26gpt-oss-safeguard-20bopenai77$0.2437315.9
27mistral-small-3.2-24b-instructmistralai78$0.2500312.0
28nemotron-3-nano-30b-a3bnvidia50$0.1625307.7
29nova-lite-v1amazon58$0.1950297.4
30gemma-3-27b-itgoogle68$0.2500272.0
31gemma-4-26b-a4b-itgoogle72$0.2725264.2
32seed-1.6-flashbytedance-seed64$0.2437262.6
33gpt-5-nanoopenai82$0.3125262.4
34llama-3.3-70b-instructmeta-llama84$0.3325252.6
35step-3.5-flashstepfun60$0.2500240.0
36nemotron-3-super-120b-a12bnvidia76$0.3212236.6
37laguna-m.1poolside80$0.3500228.6
38seed-2.0-minibytedance-seed72$0.3250221.5
39qwen3-235b-a22b-2507qwen96$0.4350220.7
40llama-3.1-70b-instructmeta-llama82$0.4000205.0
41llama-3.2-1b-instructmeta-llama30$0.1575190.5
42glm-4.7-flashz-ai60$0.3151190.4
43gpt-4.1-nanoopenai60$0.3250184.6
44llama-3.2-3b-instructmeta-llama48$0.2640181.8
45ring-2.6-1tinclusionai78$0.4875160.0
46gemma-4-31b-itgoogle74$0.4675158.3
47qwen3-next-80b-a3b-thinkingqwen93$0.6094152.6
48gpt-4o-miniopenai74$0.4875151.8
49ling-2.6-1tinclusionai74$0.4875151.8
50deepseek-chatdeepseek90$0.6501138.4
51command-r-08-2024cohere60$0.4875123.1
52qwen3-next-80b-a3b-instructqwen90$0.8500105.9
53qwen3-coderqwen85$0.8250103.0
54qwen-2.5-coder-32b-instructqwen86$0.915094.0
55hermes-3-llama-3.1-405bnousresearch78$1.0078.0
56claude-3-haikuanthropic72$1.0072.0
57dolphin-mistral-24b-venice-editioncognitivecomputations52$0.725071.7
58gpt-4.1-miniopenai76$1.3058.5
59deepseek-r1deepseek95$2.0546.3
60gemini-2.5-flashgoogle86$1.9544.1
61nova-pro-v1amazon70$2.6026.9
62gpt-4.1openai90$6.5013.8
63gpt-5openai97$7.8112.4
64gemini-2.5-progoogle94$7.8112.0
65gpt-4oopenai88$8.1310.8
66command-r-plus-08-2024cohere68$8.138.4
67claude-sonnet-4anthropic96$12.008.0
68claude-opus-4anthropic98$60.001.6

Generated 2026-07-20 02:00 UTC · Data from OpenRouter API and public benchmarks · Bang-for-Buck = Capability / Cost

Top AI Stories – July 19, 2026

This week in artificial intelligence delivered a remarkable mix of breakthroughs, workplace battles, and geopolitical maneuvering. From a Chinese lab releasing the world’s largest open-weight model to GPT-5.6 solving a decades-old mathematics problem, and from nurses pushing back against AI surveillance to Apple’s escalating legal campaign against OpenAI, the AI landscape continues to shift at breakneck speed. Here are the top five stories shaping the conversation.

1. Kimi K3: The World’s First Open 3T-Class Model

Chinese AI lab Kimi has released Kimi K3, a 2.8-trillion-parameter Mixture-of-Experts model built on two novel architectural innovations — Kimi Delta Attention (KDA) and Attention Residuals (AttnRes). The model marks the first time an open-weight model has crossed the 3-trillion-parameter threshold, positioning it as a direct competitor to the most powerful proprietary systems from Anthropic and OpenAI.

Kimi K3 activates 16 of its 896 experts per forward pass using Stable LatentMoE, and comes with a native 1-million-token context window. The company claims a 2.5× improvement in overall scaling efficiency compared to its predecessor Kimi K2, with the model demonstrating frontier-level performance across coding, knowledge work, and long-horizon agentic reasoning tasks.

In benchmark comparisons, Kimi K3 performed competitively with Claude Fable 5 and GPT-5.6 Sol across multiple evaluations including SWE-Bench, ProgramBench, and the FrontierSWE suite. Notably, K3 autonomously built a GPU compiler from scratch (MiniTriton) that rivaled Triton and torch.compile on roofline benchmarks, and designed a chip using open-source EDA tools in a single 48-hour autonomous run.

Kimi K3 is available today on kimi.com, Kimi Work, Kimi Code, and the Kimi API, with pricing at $3/$15 per million tokens (input/output). The full model weights are scheduled for release by July 27, 2026. The model’s release has sparked intense debate in the AI community about whether open-weight models from China have reached parity with frontier US labs, and whether US government restrictions on open-weight models will accelerate adoption of foreign alternatives.

2. Kaiser Nurses Push Back Against AI Surveillance

Kaiser Permanente nurses are raising alarm about the growing use of AI-driven workplace surveillance as contract negotiations with the California Nurses Association begin this month. The nurses report that AI systems track call duration, predict productivity, and attempt to assess empathy and tone in their voices — creating an environment where compassion is penalized in favor of efficiency.

According to a CalMatters investigation, nurses who spend more than 15 minutes on calls with patients routinely face criticism from management and lower performance scores. One nurse described taking a call with a suicidal patient that lasted over an hour, only to face scrutiny for the duration. Another recounted withholding compassion from a terminal cancer patient, fearing reprisal for going “off script.”

Kaiser Permanente, which provides healthcare to over 9 million Californians, defended its use of AI, stating it “does not use Average Handle Time to assess agent performance” and that any tools used have “human review and oversight.” However, union representatives report that nurses have been subjected to AI tone-of-voice analysis — a pilot program that ended in November 2024 but may return.

The labor dispute has broader implications: California lawmakers are considering at least half a dozen bills regulating AI in the workplace, including one that would protect healthcare workers who override automated care recommendations. The outcome of the Kaiser negotiations could set important precedents for how AI is deployed across the healthcare industry.

3. GPT-5.6 Closes a 30-Year Gap in Convex Optimization

In a striking demonstration of AI’s growing research capability, a researcher used OpenAI’s GPT-5.6 Sol Pro to solve a long-standing open problem in convex optimization — a gap that had resisted mathematicians for 30 years. The model produced a proof in approximately 148 minutes of continuous reasoning, tackling a conjecture about the convergence rate of optimization algorithms over convex, Lipschitz functions.

While the accomplishment is genuine, HN community discussion revealed important nuance: the researcher had been working on the problem for over a year with GPT-5.4 and GPT-5.5, feeding all of that prior work and context into the prompt given to Sol Pro. The “148 minutes” figure represents the time Sol Pro took to produce the final result, not the total research effort. Additionally, the proof has not yet been peer-reviewed.

Nevertheless, the achievement represents a real mathematical contribution — one that HN commenters with knowledge of the field described as “more niche than the cyclic double cover conjecture recently proved by OpenAI, but nevertheless a real contribution.” The result underscores how AI systems are increasingly capable of meaningful mathematical research, even if the framing sometimes overstates the speed of the discovery.

4. The State of Open Source AI: A Watershed Moment

Mozilla has released “The State of Open Source AI” report, a comprehensive analysis of the open-weight AI ecosystem authored by CTO Raffi Krikorian. The report paints a picture of an ecosystem that has crossed from promising to essential — with open-weight models now routing the majority of production tokens on platforms like OpenRouter.

Key findings include: the capability gap between open and closed models has shrunk to 3.3% (down from 50%+ two years ago), GPT-4-class inference costs have fallen 50× from $20 to $0.40 per million tokens in 36 months, and 79% of developers adding AI functionality now use open models. The five highest-volume models on OpenRouter are all open-weight — predominantly Chinese-built models, which now account for roughly 18 trillion weekly tokens against ~5.5 trillion for US-built models.

However, the report identifies a critical challenge: the “agentic harness” layer — the orchestration loop, tools, memory, and permission models — is being pulled in-house by frontier labs. Frontier labs have demonstrated that tightly coupling their models with proprietary scaffolds yields a 21.8-point performance advantage that cannot be replicated with open models on third-party harnesses. The report warns that without a co-designed open harness ecosystem, the open-weight advantage may be neutralized.

Financially, the ecosystem has matured significantly: Databricks crossed a $5.4B run-rate, Mistral scaled 20× to ~$400M ARR in twelve months, and DeepSeek recently raised $7.4B at a valuation over $50B. The report concludes with a call to action for the open-source community to build the governance and harness layers before the window closes.

5. Apple Targets OpenAI Employees with Legal Letters

Apple has sent legal letters to dozens of OpenAI employees, in what the Financial Times describes as an aggressive escalation of tensions between the two tech giants. While the exact contents of the letters remain confidential, they are widely understood to be document retention letters — a legal tactic that puts employees on notice that their communications and work product may be relevant to potential litigation.

The move is widely interpreted as Apple preparing a legal case against OpenAI for poaching hardware and chip talent. Apple has been racing to develop its own AI infrastructure and chips, and the loss of specialized hardware engineers to OpenAI — which is preparing for a potential IPO — is seen as a serious competitive threat. HN commenters noted that document retention letters are “extremely standard practice” in such situations, but that Apple “must have hard evidence” if it’s taking the step of sending dozens of them.

The implications are significant: if Apple’s legal campaign escalates to a full lawsuit, it could disrupt OpenAI’s IPO plans and its hardware ambitions. The move also highlights the extraordinary talent war playing out in Silicon Valley, where AI companies are aggressively recruiting from each other and from Apple’s deep hardware engineering bench. As one HN commenter put it, “It’s insane to cross Apple” — the company has a history of aggressive legal enforcement and could, in a worst case, remove the ChatGPT app from its platforms.


That’s your roundup of the top AI stories for July 19, 2026. The pace of change shows no signs of slowing — from open-weight models reaching unprecedented scale to the human consequences of AI deployment in healthcare, and from AI-powered mathematical discovery to the corporate battles shaping the industry’s future. We’ll be back with another update tomorrow.

☁️ AI Weather Report — Top 10 Models for Coding Value — July 19, 2026

Welcome to the AI Weather Report for July 19, 2026. This daily report ranks the top 10 AI models for coding by bang for the buck — a combination of raw coding capability and API pricing.

📊 Today’s Top 10 Rankings

#ModelProviderCapabilityCost /M tokensValue Score
🥇 1 hy3:free tencent 68/100 $0.0000 6800.0
🥈 2 mistral-nemo mistralai 62/100 $0.0272 2275.2
🥉 3 ling-2.6-flash inclusionai 56/100 $0.0250 2240.0
4 l3-lunaris-8b sao10k 58/100 $0.0475 1221.1
5 mistral-small-24b-instruct-2501 mistralai 72/100 $0.0725 993.1
6 llama-3.1-8b-instruct meta-llama 62/100 $0.0725 855.2
7 mythomax-l2-13b gryphe 48/100 $0.0600 800.0
8 gpt-oss-20b openai 78/100 $0.1050 742.9
9 qwen-2.5-7b-instruct qwen 60/100 $0.0850 705.9
10 laguna-xs-2.1 poolside 72/100 $0.1050 685.7

📈 Analysis

🏆 Best Value Today: hy3:free scores 6800.0 with a capability rating of 68 at $0.0000/M tokens.

💵 Cheapest Premium Model: ling-2.6-flash at $0.0250/M tokens (capability: 56).

What “Value Score” means: Capability score (based on SWE-bench, HumanEval, LiveCodeBench) divided by blended cost per million tokens (25% input + 75% output weights for coding workloads). Free tier models get a massive boost. Higher is better.

📋 All Scored Models (68 total)

#ModelProviderCapabilityCost /M tokValue
1hy3:freetencent68$0.00006800.0
2mistral-nemomistralai62$0.02722275.2
3ling-2.6-flashinclusionai56$0.02502240.0
4l3-lunaris-8bsao10k58$0.04751221.1
5mistral-small-24b-instruct-2501mistralai72$0.0725993.1
6llama-3.1-8b-instructmeta-llama62$0.0725855.2
7mythomax-l2-13bgryphe48$0.0600800.0
8gpt-oss-20bopenai78$0.1050742.9
9qwen-2.5-7b-instructqwen60$0.0850705.9
10laguna-xs-2.1poolside72$0.1050685.7
11gpt-oss-120bopenai93$0.1368680.1
12gemma-3-4b-itgoogle50$0.0875571.4
13granite-4.1-8bibm-granite48$0.0875548.6
14deepseek-v4-flashdeepseek91$0.1715530.6
15qwen3.5-9bqwen72$0.1375523.6
16gemma-3-12b-itgoogle60$0.1250480.0
17command-r7b-12-2024cohere54$0.1219443.1
18granite-4.0-h-microibm-granite38$0.0882430.6
19ministral-3b-2512mistralai42$0.1000420.0
20nova-micro-v1amazon45$0.1137395.6
21hy3-previewtencent68$0.1732392.5
22qwen3-32bqwen88$0.2300382.6
23qwen3-coder-30b-a3b-instructqwen84$0.2200381.8
24qwen3.5-flash-02-23qwen70$0.2112331.4
25qwen3-30b-a3b-instruct-2507qwen82$0.2500328.0
26gpt-oss-safeguard-20bopenai77$0.2437315.9
27mistral-small-3.2-24b-instructmistralai78$0.2500312.0
28nemotron-3-nano-30b-a3bnvidia50$0.1625307.7
29nova-lite-v1amazon58$0.1950297.4
30gemma-3-27b-itgoogle68$0.2500272.0
31gemma-4-26b-a4b-itgoogle72$0.2725264.2
32seed-1.6-flashbytedance-seed64$0.2437262.6
33gpt-5-nanoopenai82$0.3125262.4
34llama-3.3-70b-instructmeta-llama84$0.3325252.6
35step-3.5-flashstepfun60$0.2500240.0
36laguna-m.1poolside80$0.3500228.6
37seed-2.0-minibytedance-seed72$0.3250221.5
38qwen3-235b-a22b-2507qwen96$0.4350220.7
39llama-3.1-70b-instructmeta-llama82$0.4000205.0
40nemotron-3-super-120b-a12bnvidia76$0.3938193.0
41llama-3.2-1b-instructmeta-llama30$0.1575190.5
42glm-4.7-flashz-ai60$0.3151190.4
43gpt-4.1-nanoopenai60$0.3250184.6
44llama-3.2-3b-instructmeta-llama48$0.2640181.8
45ring-2.6-1tinclusionai78$0.4875160.0
46gemma-4-31b-itgoogle74$0.4675158.3
47qwen3-next-80b-a3b-thinkingqwen93$0.6094152.6
48gpt-4o-miniopenai74$0.4875151.8
49ling-2.6-1tinclusionai74$0.4875151.8
50deepseek-chatdeepseek90$0.6501138.4
51command-r-08-2024cohere60$0.4875123.1
52qwen3-next-80b-a3b-instructqwen90$0.8500105.9
53qwen3-coderqwen85$0.8250103.0
54qwen-2.5-coder-32b-instructqwen86$0.915094.0
55hermes-3-llama-3.1-405bnousresearch78$1.0078.0
56claude-3-haikuanthropic72$1.0072.0
57dolphin-mistral-24b-venice-editioncognitivecomputations52$0.725071.7
58gpt-4.1-miniopenai76$1.3058.5
59deepseek-r1deepseek95$2.0546.3
60gemini-2.5-flashgoogle86$1.9544.1
61nova-pro-v1amazon70$2.6026.9
62gpt-4.1openai90$6.5013.8
63gpt-5openai97$7.8112.4
64gemini-2.5-progoogle94$7.8112.0
65gpt-4oopenai88$8.1310.8
66command-r-plus-08-2024cohere68$8.138.4
67claude-sonnet-4anthropic96$12.008.0
68claude-opus-4anthropic98$60.001.6

Generated 2026-07-19 02:00 UTC · Data from OpenRouter API and public benchmarks · Bang-for-Buck = Capability / Cost

☁️ AI Weather Report — Top 10 Models for Coding Value — July 18, 2026

Welcome to the AI Weather Report for July 18, 2026. This daily report ranks the top 10 AI models for coding by bang for the buck — a combination of raw coding capability and API pricing.

📊 Today’s Top 10 Rankings

#ModelProviderCapabilityCost /M tokensValue Score
🥇 1 hy3:free tencent 68/100 $0.0000 6800.0
🥈 2 mistral-nemo mistralai 62/100 $0.0272 2275.2
🥉 3 ling-2.6-flash inclusionai 56/100 $0.0250 2240.0
4 l3-lunaris-8b sao10k 58/100 $0.0475 1221.1
5 mistral-small-24b-instruct-2501 mistralai 72/100 $0.0725 993.1
6 llama-3.1-8b-instruct meta-llama 62/100 $0.0725 855.2
7 mythomax-l2-13b gryphe 48/100 $0.0600 800.0
8 gpt-oss-20b openai 78/100 $0.1050 742.9
9 qwen-2.5-7b-instruct qwen 60/100 $0.0850 705.9
10 laguna-xs-2.1 poolside 72/100 $0.1050 685.7

📈 Analysis

🏆 Best Value Today: hy3:free scores 6800.0 with a capability rating of 68 at $0.0000/M tokens.

💵 Cheapest Premium Model: ling-2.6-flash at $0.0250/M tokens (capability: 56).

What “Value Score” means: Capability score (based on SWE-bench, HumanEval, LiveCodeBench) divided by blended cost per million tokens (25% input + 75% output weights for coding workloads). Free tier models get a massive boost. Higher is better.

📋 All Scored Models (68 total)

#ModelProviderCapabilityCost /M tokValue
1hy3:freetencent68$0.00006800.0
2mistral-nemomistralai62$0.02722275.2
3ling-2.6-flashinclusionai56$0.02502240.0
4l3-lunaris-8bsao10k58$0.04751221.1
5mistral-small-24b-instruct-2501mistralai72$0.0725993.1
6llama-3.1-8b-instructmeta-llama62$0.0725855.2
7mythomax-l2-13bgryphe48$0.0600800.0
8gpt-oss-20bopenai78$0.1050742.9
9qwen-2.5-7b-instructqwen60$0.0850705.9
10laguna-xs-2.1poolside72$0.1050685.7
11gpt-oss-120bopenai93$0.1368680.1
12gemma-3-4b-itgoogle50$0.0875571.4
13granite-4.1-8bibm-granite48$0.0875548.6
14deepseek-v4-flashdeepseek91$0.1715530.6
15qwen3.5-9bqwen72$0.1375523.6
16gemma-3-12b-itgoogle60$0.1250480.0
17command-r7b-12-2024cohere54$0.1219443.1
18granite-4.0-h-microibm-granite38$0.0882430.6
19ministral-3b-2512mistralai42$0.1000420.0
20nova-micro-v1amazon45$0.1137395.6
21hy3-previewtencent68$0.1732392.5
22qwen3-32bqwen88$0.2300382.6
23qwen3-coder-30b-a3b-instructqwen84$0.2200381.8
24qwen3.5-flash-02-23qwen70$0.2112331.4
25qwen3-30b-a3b-instruct-2507qwen82$0.2500328.0
26gpt-oss-safeguard-20bopenai77$0.2437315.9
27mistral-small-3.2-24b-instructmistralai78$0.2500312.0
28nemotron-3-nano-30b-a3bnvidia50$0.1625307.7
29nova-lite-v1amazon58$0.1950297.4
30gemma-4-26b-a4b-itgoogle72$0.2500288.0
31gemma-3-27b-itgoogle68$0.2500272.0
32seed-1.6-flashbytedance-seed64$0.2437262.6
33gpt-5-nanoopenai82$0.3125262.4
34llama-3.3-70b-instructmeta-llama84$0.3325252.6
35step-3.5-flashstepfun60$0.2500240.0
36laguna-m.1poolside80$0.3500228.6
37seed-2.0-minibytedance-seed72$0.3250221.5
38qwen3-235b-a22b-2507qwen96$0.4350220.7
39llama-3.1-70b-instructmeta-llama82$0.4000205.0
40nemotron-3-super-120b-a12bnvidia76$0.3938193.0
41llama-3.2-1b-instructmeta-llama30$0.1575190.5
42glm-4.7-flashz-ai60$0.3151190.4
43gpt-4.1-nanoopenai60$0.3250184.6
44llama-3.2-3b-instructmeta-llama48$0.2640181.8
45ring-2.6-1tinclusionai78$0.4875160.0
46gemma-4-31b-itgoogle74$0.4675158.3
47qwen3-next-80b-a3b-thinkingqwen93$0.6094152.6
48gpt-4o-miniopenai74$0.4875151.8
49ling-2.6-1tinclusionai74$0.4875151.8
50deepseek-chatdeepseek90$0.6501138.4
51command-r-08-2024cohere60$0.4875123.1
52qwen3-next-80b-a3b-instructqwen90$0.8500105.9
53qwen3-coderqwen85$0.8250103.0
54qwen-2.5-coder-32b-instructqwen86$0.915094.0
55hermes-3-llama-3.1-405bnousresearch78$1.0078.0
56claude-3-haikuanthropic72$1.0072.0
57dolphin-mistral-24b-venice-editioncognitivecomputations52$0.725071.7
58gpt-4.1-miniopenai76$1.3058.5
59deepseek-r1deepseek95$2.0546.3
60gemini-2.5-flashgoogle86$1.9544.1
61nova-pro-v1amazon70$2.6026.9
62gpt-4.1openai90$6.5013.8
63gpt-5openai97$7.8112.4
64gemini-2.5-progoogle94$7.8112.0
65gpt-4oopenai88$8.1310.8
66command-r-plus-08-2024cohere68$8.138.4
67claude-sonnet-4anthropic96$12.008.0
68claude-opus-4anthropic98$60.001.6

Generated 2026-07-18 02:00 UTC · Data from OpenRouter API and public benchmarks · Bang-for-Buck = Capability / Cost