Top AI Stories – July 14, 2026

Another busy day in AI. Here are the five stories that defined the conversation on July 14, 2026 — from Anthropic’s controversial Bun rewrite and a major privacy incident with Grok, to Apple’s surprise speech-recognition victory and a thoughtful reality check from George Hotz.

1. Zig Creator Calls Out Anthropic’s “Smoke” Over AI-Driven Bun Rewrite

The biggest story of the day — over 1,450 points and 730 comments on Hacker News — centers on Anthropic’s acquisition of Bun, the popular TypeScript runtime, and the subsequent AI-driven port of Bun from Zig to Rust. Ray Myers’ deep-dive analysis on raymyers.org lays out the controversy in detail.

Bun was one of the largest Zig codebases in existence. Bun claims “near 100%” AI contributions to its codebase, while Zig’s open-source policy allows 0% AI contributions. After Anthropic acquired Bun, the team used agentic coding tools to port the entire codebase to Rust — and merged the result in days. The Register ran the story under the headline “Anthropic’s Bun Rust rewrite merged at speed of AI.”

Zig creator Andrew Kelley responded with an unusually blunt critique, arguing that the Bun codebase was a mess not because of Zig, but because of the team’s engineering decisions — including heavy reliance on AI agents to write and review code. Myers’ article supports this view, noting that TigerBeetle — another flagship Zig codebase — is not plagued by memory bugs thanks to its disciplined “TigerStyle” approach.

The core tension, as Myers frames it, is between Anthropic’s marketing narrative — “AI is enough to replace software engineers” — and the messy reality where AI tools still need human oversight, style guides, and borrow-checkers. As one HN commenter put it: “Every token of harness payload is a token of working context you cannot spend on your task.”

2. Claude Code Burns 33K Tokens Before Reading Your Prompt — OpenCode Uses 7K

Systima, a UK-based AI engineering firm, published detailed benchmarks comparing Claude Code (Anthropic’s offering) and OpenCode (the open-source competitor) on token overhead — and the results are stark.

When asked for a simple one-line reply, Claude Code consumed roughly 33,000 tokens of system prompt, tool schemas, and injected scaffolding before the user’s prompt even arrived. OpenCode used about 7,000 tokens — roughly a 4.7x difference in baseline overhead.

The gap widens dramatically when it comes to prompt caching. Claude Code re-wrote tens of thousands of prompt-cache tokens mid-session, run after run — on the same task it wrote up to 54x more cache tokens than OpenCode. Since cache writes are billed at a premium, this directly impacts operational cost.

Real-world configurations multiply the problem: a production repository’s 72KB instruction file (AGENTS.md or CLAUDE.md) adds ~20,000 tokens per request. Five modest MCP servers add 5,000–7,000 more. Total baseline before the user types a word: 75,000–85,000 tokens.

Subagents are particularly expensive — a task costing 121,000 tokens done directly ballooned to 513,000 tokens when fanned out to two subagents, since each subagent re-reads its own system prompt and tools on every turn.

There was one finding in Claude Code’s favor: on multi-step tasks it batchs tool calls into fewer requests, occasionally producing a lower total than OpenCode’s smaller-per-request baseline — but this advantage did not hold consistently across model families tested.

3. Apple’s SpeechAnalyzer Quietly Beats Whisper — By a Wide Margin

With iOS 26 and macOS 26, Apple replaced its legacy SFSpeechRecognizer API with a new SpeechAnalyzer and SpeechTranscriber — but published no accuracy numbers. Inscribe, a private on-device AI workspace developer, ran the first independent benchmark and the results are striking.

On the standard LibriSpeech test set (5,559 utterances), Apple’s SpeechAnalyzer achieved a 2.12% word error rate (WER) on clean speech (test-clean) and 4.56% on noisy speech (test-other). For comparison, Whisper Small (the largest model Inscribe ships, ~460MB) scored 3.74% and 7.95% respectively — meaning Apple’s on-device engine is roughly 43% more accurate while running about 3x faster.

The legacy SFSpeechRecognizer was the clear loser: 9.02% WER on clean speech and 16.25% on noisy speech — roughly 4x worse than the new API. Inscribe changed its own product defaults as a result: “Auto” mode now prefers SpeechAnalyzer for supported languages (about 30 locales) and falls back to Whisper for everything else.

Whisper retains advantages for multilingual coverage and cross-platform deployment, but on Apple hardware for English transcription, the built-in engine is now the strongest on-device option available.

4. Grok CLI Uploads Entire Home Directory to Google Cloud Storage

A major privacy incident involving xAI’s Grok build CLI erupted on Hacker News, accumulating nearly 900 combined points across two related threads. A user discovered that running the Grok CLI initiated a deterministic upload of their entire home directory — including SSH keys, configuration files, private documents, and git repositories — to Google Cloud Storage.

Notably, this was not an LLM decision. Commenters analyzing the behavior confirmed that the upload is hardcoded tool-level behavior baked into the CLI — the Grok agent starts each session by kicking off a full upload of the user’s current directory (or entire home directory if no git repository boundary was detected). One commenter noted: “This behaviour of a tool is just malicious. You have to take into account the human factor.”

The Hacker News discussion (395 comments) focused heavily on sandboxing solutions. Many developers advocated running any cloud-based AI agent inside a container or VM with restricted file access — mapping only the specific repository folder the agent needs to work on. As one commenter put it: “A bot will do what a bot can do whether malicious or accidental. One should assume they are giving DOGE shell access on their computer.”

The incident has reignited the broader conversation about security defaults in AI coding tools and whether companies like xAI are doing enough to protect user data from unintentional exfiltration.

5. George Hotz: “I Love LLMs, I Hate Hype”

George Hotz — legendary iPhone jailbreaker, Comma.ai founder, and one of the most recognizable figures in the AI community — published a blog post that resonated deeply, earning 478 points and 312 comments on Hacker News.

Hotz is unambiguously bullish on the technology: “I think from this blog you may misunderestimate how absolutely giddy I am about AI.” He describes setting up a Linux box with OpenCode on his local GLM-5.2 and delighting that saying “install tmux with the geohot configuration” just works. “The Year of the Linux Desktop is finally here!”

But he takes aim at two things he despises. First, the “constant bullshit about some window closing, or the perpetual underclass, or falling hopelessly behind” — negative-valence hype designed to make people feel bad. Second, the “strawman jump” from AI as a useful tool to apocalyptic AGI narratives. “I’ll bet you everything I have that this doesn’t happen,” he writes of the singularity scenario.

On coding agents, Hotz strikes a nuanced note. He acknowledges real productivity gains — “programming is changing” — but warns that “vibe coded stuff is still slop” and “they can increase cognitive fatigue.” His core argument against frontier lab valuations: it’s not that AI won’t create enormous value, but that “they won’t capture it.” The value, he argues, flows from Moore’s Law and general progress in computing, not from any single company’s efforts.

Hotz closes on a warm note: “AI is the continuation of the computer revolution. I love computers so much.”


This article was compiled from Hacker News discussions and original sources. Subscribe to the malpass.co blog for daily AI news coverage.

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

Welcome to the AI Weather Report for July 14, 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 llama-3.1-8b-instruct meta-llama 62/100 $0.0275 2254.5
🥉 3 mistral-nemo mistralai 62/100 $0.0275 2254.5
4 ling-2.6-flash inclusionai 56/100 $0.0250 2240.0
5 l3-lunaris-8b sao10k 58/100 $0.0475 1221.1
6 mistral-small-24b-instruct-2501 mistralai 72/100 $0.0725 993.1
7 mythomax-l2-13b gryphe 48/100 $0.0600 800.0
8 gpt-oss-120b openai 93/100 $0.1200 775.0
9 qwen-2.5-7b-instruct qwen 60/100 $0.0850 705.9
10 gpt-oss-20b openai 78/100 $0.1123 694.9

📈 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
2llama-3.1-8b-instructmeta-llama62$0.02752254.5
3mistral-nemomistralai62$0.02752254.5
4ling-2.6-flashinclusionai56$0.02502240.0
5l3-lunaris-8bsao10k58$0.04751221.1
6mistral-small-24b-instruct-2501mistralai72$0.0725993.1
7mythomax-l2-13bgryphe48$0.0600800.0
8gpt-oss-120bopenai93$0.1200775.0
9qwen-2.5-7b-instructqwen60$0.0850705.9
10gpt-oss-20bopenai78$0.1123694.9
11laguna-xs-2.1poolside72$0.1050685.7
12deepseek-v4-flashdeepseek91$0.1575577.8
13gemma-3-4b-itgoogle50$0.0875571.4
14granite-4.1-8bibm-granite48$0.0875548.6
15qwen3.5-9bqwen72$0.1375523.6
16qwen3-30b-a3b-instruct-2507qwen82$0.1568522.9
17gemma-3-27b-itgoogle68$0.1400485.7
18gemma-3-12b-itgoogle60$0.1250480.0
19mistral-small-3.2-24b-instructmistralai78$0.1688462.2
20command-r7b-12-2024cohere54$0.1219443.1
21granite-4.0-h-microibm-granite38$0.0882430.6
22ministral-3b-2512mistralai42$0.1000420.0
23nova-micro-v1amazon45$0.1137395.6
24hy3-previewtencent68$0.1732392.5
25qwen3-32bqwen88$0.2300382.6
26qwen3-coder-30b-a3b-instructqwen84$0.2200381.8
27qwen3.5-flash-02-23qwen70$0.2112331.4
28llama-3.3-70b-instructmeta-llama84$0.2650317.0
29gpt-oss-safeguard-20bopenai77$0.2437315.9
30nemotron-3-nano-30b-a3bnvidia50$0.1625307.7
31nova-lite-v1amazon58$0.1950297.4
32gemma-4-26b-a4b-itgoogle72$0.2625274.3
33seed-1.6-flashbytedance-seed64$0.2437262.6
34gpt-5-nanoopenai82$0.3125262.4
35gemma-4-31b-itgoogle74$0.2925253.0
36step-3.5-flashstepfun60$0.2500240.0
37laguna-m.1poolside80$0.3500228.6
38seed-2.0-minibytedance-seed72$0.3250221.5
39qwen3-235b-a22b-2507qwen96$0.4350220.7
40nemotron-3-super-120b-a12bnvidia76$0.3575212.6
41llama-3.1-70b-instructmeta-llama82$0.4000205.0
42llama-3.2-1b-instructmeta-llama30$0.1575190.5
43glm-4.7-flashz-ai60$0.3150190.5
44gpt-4.1-nanoopenai60$0.3250184.6
45llama-3.2-3b-instructmeta-llama48$0.2600184.6
46ring-2.6-1tinclusionai78$0.4875160.0
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.8475106.2
53qwen-2.5-coder-32b-instructqwen86$0.915094.0
54hermes-3-llama-3.1-405bnousresearch78$1.0078.0
55claude-3-haikuanthropic72$1.0072.0
56dolphin-mistral-24b-venice-editioncognitivecomputations52$0.725071.7
57qwen3-coderqwen85$1.4160.5
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-14 02:00 UTC · Data from OpenRouter API and public benchmarks · Bang-for-Buck = Capability / Cost

Top AI Stories – July 13, 2026

This week in AI: a major programming language creator calls out Anthropic over a controversial rewrite, xAI’s Grok CLI faces a privacy firestorm as a wire-level analysis reveals it uploads entire repositories to the cloud, a rigorous benchmark shows Claude Code consumes dramatically more tokens than its open-source rival before even reading a prompt, George Hotz publishes a thoughtful essay on loving LLMs while hating the industry’s hype cycle, and Fields Medalist Terence Tao demonstrates the practical power of AI coding agents by resurrecting 20-year-old Java applets in hours. Here are the top stories.

1. Zig Creator Calls Out Anthropic Over Bun’s Rust Rewrite

The highest-scoring story on Hacker News this week (1,282 points, 643 comments) came from Andrew Kelley, creator of the Zig programming language, who published a blistering post accusing Anthropic of using Bun’s rewrite from Zig to Rust primarily as a marketing opportunity for its Fable model rather than a genuine technical necessity. The post, titled “Zig Creator Calls a Spade a Spade, Anthropic Blows Smoke,” argues that Anthropic — which acquired Bun earlier this year — pushed the rewrite to showcase its AI coding capabilities despite Zig being a perfectly viable technology for the project.

Anthropic had justified the Rust migration in a detailed technical post, citing issues with Zig’s tooling, LLVM integration, and developer experience. Kelley disputes these claims point by point, suggesting that “management eagerly approved the Rust rewrite because it was a great marketing opportunity to showcase their new Fable model” and that “Anthropic already uses Rust” and “Zig is openly against using Anthropic’s products.” The post has divided the developer community — while some agree with Kelley’s technical critique, others view it as a personal attack beneath the BDFL of a rising programming language. The drama underscores the increasing tensions as AI companies acquire and reshape open-source projects.

2. xAI’s Grok CLI Uploads Entire Repositories — Including Secrets — to the Cloud

A pair of deeply related stories dominated discussion around AI coding agent privacy this week. Independent researcher @cereblab published a detailed wire-level analysis of xAI’s Grok Build CLI (version 0.2.93), revealing that the tool transmits the contents of files it reads — including .env secrets files — to xAI’s servers verbatim and unredacted. Even more concerning: Grok uploads the entire repository — every tracked file plus git history — independent of what the agent reads, to a Google Cloud Storage bucket named grok-code-session-traces.

In a demonstration, the researcher prompted Grok with “reply OK, do not read any files,” and the tool still uploaded the entire repo as a git bundle. On a 12 GB repository of never-read random files, the storage channel moved 5.10 GiB — approximately 27,800 times the data sent through the model-turn channel. Another user on X reported that Grok “uploaded my entire home directory,” confirming the findings at scale. The privacy implications are significant: disabling “Improve the model” in settings does not disable the upload. xAI has not yet publicly responded to the findings, which have accumulated over 950 combined points and 225 comments across two HN threads.

3. Claude Code Consumes 4.7x More Tokens Than OpenCode Before Processing Prompts

Systema AI published a detailed benchmark (677 points, 363 comments) comparing the token consumption of Anthropic’s Claude Code and the open-source OpenCode agentic coding harness. The researchers placed both tools on the same model and machine, intercepting every request and response through a logging proxy. The results are striking: when asked for a one-line reply, Claude Code sent roughly 33,000 tokens of system prompt, tool schemas, and injected scaffolding before the prompt even arrived. OpenCode used about 7,000.

Claude Code also proved far less cache-efficient. OpenCode’s request prefix was byte-identical across every run, meaning it could cache its payload once per session and read it back cheaply. Claude Code, by contrast, rewrote tens of thousands of prompt-cache tokens mid-session, producing up to 54x more cache-write tokens than OpenCode on the same task. Since cache writes are billed at a premium, this significantly increases real-world costs. The gap partially closes on multi-step tasks where Claude Code’s ability to batch tool calls into fewer requests helps — but a re-run on a newer model still showed Claude Code consuming 298,000 tokens against OpenCode’s 133,000 for the same task.

The analysis also found that adding a 72KB instruction file adds roughly 20,000 tokens per request, and five modest MCP servers add another 5,000–7,000. In a production setup, that means agents can be 75,000–85,000 tokens deep before the user has typed a word.

4. George Hotz: “I Love LLMs, I Hate Hype”

George Hotz — known for his work on self-driving cars, the Comma.ai project, and his technical blog — published a candid essay (470 points, 293 comments) that resonated deeply with the developer community. “I think from this blog you may misunderestimate how absolutely giddy I am about AI,” he opens, before launching into a critique of what he sees as two toxic forces in the industry: the constant “negative valence hype” designed to make people feel like they’re falling behind, and the “strawman jump” from LLMs being fancy autocomplete to imminent ASI taking over the universe.

His central economic argument is sharp: “It’s not that AI won’t create that much value, it’s that they won’t capture it.” Hotz contends that AI progress is happening “mostly due to Moore’s law and general progress in computing, not something that they [frontier labs] are doing,” and that their anti-open-source arguments are fundamentally about “a fear of commodification.” On the practical side, he acknowledges that his earlier “Eternal Sloptember” critique may have been too harsh, and that coding agents are genuinely useful — but cautions that they can increase cognitive fatigue and that “all the vibe-coded stuff is still slop.” The essay has been widely shared as a grounded counterweight to breathless AGI timelines.

5. Terence Tao Revives 1999 Java Applets Using AI Coding Agents

In one of the most practical demonstrations of AI coding agents from a renowned figure, Fields Medalist and UCLA mathematician Terence Tao published a blog post (442 points, 131 comments) about his experience using modern AI agents to port over two dozen Java 1.0 applets — some dating back to 1999 — to modern JavaScript. Tao, who has long been interested in “machine-assisted ways to do and teach mathematics,” had written interactive applets for his complex analysis and linear algebra courses decades ago, but they became non-functional as web standards moved beyond Java.

In just a few days, and with only a few hours of “vibe coding” with an AI agent, Tao successfully ported all of his old applets — including a particularly tricky honeycomb visualization co-authored with Allen Knutson — to modern JavaScript. Remarkably, he found only one minor bug introduced by the AI (a drag-event issue), while the agent actually identified two bugs in the original 1999 code that Tao was unaware of. Inspired by the success, Tao also finally realized a 1999 ambition: building what he describes as “Inkscape, but in Minkowski space” — a special relativity visualization tool that had stymied him 27 years ago due to code complexity, now completed in a couple of hours with AI assistance.

Closing Thoughts

This week’s stories paint a complex picture of the AI landscape. The Zig–Anthropic drama highlights friction between open-source values and AI company acquisitions. The Grok CLI revelations underscore urgent privacy questions as AI coding agents gain access to developer machines. The Claude Code benchmark reminds us that the infrastructure costs of agentic AI remain poorly understood. George Hotz offers a welcome dose of perspective on what AI is and isn’t. And Terence Tao shows us what productive, grounded AI use looks like — not replacing human skill, but amplifying it to bring long-abandoned projects back to life. Stay tuned for next week’s roundup.

Top AI Stories – July 13, 2026

Another day, another wave of significant developments in the world of artificial intelligence. From privacy scandals around AI coding assistants to deep dives on token economics, and from Hacker News governance debates to a Fields Medalist’s enthusiastic embrace of AI agents — here are the top AI stories making headlines today.

1. Zig Creator Andrew Kelley Calls Out Anthropic — Community Divides

The top story on Hacker News today, with 1,274 points and over 630 comments, is Zig creator Andrew Kelley’s blistering critique of Anthropic in a post titled “Zig Creator Calls Spade a Spade, Anthropic Blows Smoke.” Kelley’s post, published on his personal site, challenges Anthropic’s public positioning and technical claims, drawing a sharp and deeply divided response from the HN community.

Commenter overgard noted that Kelley’s recent JetBrains interview was impressive and that “it’s a refreshing take from somebody who is willing to speak his mind.” Others, like woodruffw, argued that while Kelley’s motivation is understandable, “the bigger problem with the post is that it talks out of both ends.” Meanwhile, vlaaad pushed back, pointing out that “Anthropic is not in the programming language market” and that their technical blog about rewriting Bun in Rust had substantive engineering detail. The thread has become a broader referendum on how AI companies communicate with the developer community — and how developers should respond.

2. Grok CLI Uploads Entire Repositories — and Home Directories — to xAI’s Servers

An explosive wire-level analysis by independent researcher cereblab has revealed that xAI’s official Grok Build coding CLI transmits far more data than users might expect — and that the “Improve the model” toggle makes no difference. The analysis, which garnered over 500 points on HN, documents three distinct findings: Grok transmits the contents of files it reads (including .env secrets) verbatim and unredacted; it uploads the entire repository — every tracked file plus git history — independent of what the agent actually reads; and the storage destination is a Google Cloud Storage bucket named grok-code-session-traces.

Most alarmingly, in a controlled test where the prompt was simply “reply OK, do not read any files,” Grok still uploaded the entire repo as a git bundle — including a canary file the agent was explicitly told not to open. On a 12 GB test repository containing never-read random files, /v1/storage transferred over 5 GB of data while the model-turn channel used just 192 KB — a roughly 27,800× ratio. A separate thread (478 points) reported that Grok uploaded a user’s entire home directory. Commenter simonw clarified that “this was not the Grok agent deciding to read the files” — it appears to be the tool’s session initialization mechanism, not the LLM making a conscious choice.

The community response has been broadly critical. spicymaki summed up the sentiment: “how many red flags do you need to ignore?” with practical advice pointing toward sandboxing solutions using Podman or Docker containers for agent work.

3. Claude Code vs. OpenCode: A Detailed Token Economics Breakdown

Systima, an AI governance and compliance consultancy, published a deep-dive benchmark (677 points, 363 comments) comparing the token consumption of Anthropic’s Claude Code and the open-source OpenCode. The headline finding: Claude Code sends roughly 33,000 tokens of system prompt, tool schemas, and scaffolding before the user’s prompt even arrives — while OpenCode sends just 7,000. That’s a 4.7× overhead on the baseline.

The study, conducted on the same model (claude-sonnet-4-5), the same machine, and the same tasks, found that Claude Code’s 27 tool schemas (99,778 characters) dwarf OpenCode’s 10 tools (20,856 characters). Cache economics also favor OpenCode: its request prefix was byte-identical across runs, meaning it pays for a cache write once per session. Claude Code rewrote tens of thousands of prompt-cache tokens mid-session, writing up to 54× more cache tokens on the same task.

However, the picture is nuanced. On multi-step tasks (a write-run-test-fix loop), Claude Code’s ability to batch tool calls into fewer requests meant its total token cost came lower than OpenCode’s, which pays its smaller baseline turn after turn. Subagents multiply costs dramatically: a task costing 121,000 tokens directly cost 513,000 tokens when fanned out to two subagents. The findings were cross-validated on a second model family (claude-fable-5) and the pattern held.

4. Hacker News Debates Flagging AI-Generated Content

A user-submitted Ask HN post with 962 points and over 418 comments proposes a novel feature: adding the ability to flag articles as AI-generated on Hacker News. The proposal — which has sparked one of the most active governance discussions on the site in recent memory — suggests that such flags wouldn’t need to de-rank content, but could simply “show up as an indicator, allowing others (like myself) who don’t like reading AI-generated text, to skip it.”

The open questions raised by the post cut to the heart of how content platforms should adapt to the generative AI era: Why isn’t the regular voting system sufficient? Should HN change its fundamentals in response to the AI era, given its long history of successful resistance to platform fads? The thread has become a case study in the tension between maintaining community quality and avoiding censorship — a debate that will only become more pressing as AI-generated content continues to flood the internet.

5. Real-World Coding Agents: From a Fields Medalist to George Hotz

Two prominent voices in technology published notable pieces this week on their experiences with AI coding agents — offering strikingly convergent perspectives from very different vantage points.

Terence Tao — the Fields Medalist and one of the world’s most celebrated mathematicians — wrote on his blog about using modern AI coding agents to resurrect a collection of 20-year-old Java applets used for teaching complex analysis, linear algebra, and mathematical visualization. Tao reported that what once took months of painstaking manual coding was accomplished in “a matter of hours” with an AI agent. His 1999 honeycomb visualization applet, co-written with Allen Knutson, now works again. Remarkably, Tao found only one minor bug introduced by the AI across two dozen applets — and the agent actually identified two bugs in the original hand-coded Java.

Separately, George Hotz (comma.ai, TinyGrad) published “I Love LLMs, I Hate Hype,” a characteristically blunt essay that cuts through the noise around AI. Hotz wrote that he “set up a Linux box with OpenCode on my local GLM-5.2 last week” and was impressed enough to declare “the Year of the Linux Desktop is finally here!” His main critique is not of the technology but of the hype cycle: “this constant bullshit about some window closing, or the perpetual underclass, or falling hopelessly behind.” Hotz’s central argument against frontier lab valuations is that “it’s not that AI won’t create that much value, it’s that they won’t capture it” — a thesis that resonated deeply with HN commenters.

Taken together, Tao and Hotz paint a picture of AI coding tools that are genuinely useful today — but whose value is being captured by individual users, not corporate gatekeepers.


This roundup was compiled from Hacker News discussions, independent research, and first-hand accounts. Publication date: July 13, 2026.

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

Welcome to the AI Weather Report for July 13, 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 llama-3.1-8b-instruct meta-llama 62/100 $0.0275 2254.5
🥉 3 mistral-nemo mistralai 62/100 $0.0275 2254.5
4 ling-2.6-flash inclusionai 56/100 $0.0250 2240.0
5 l3-lunaris-8b sao10k 58/100 $0.0475 1221.1
6 mistral-small-24b-instruct-2501 mistralai 72/100 $0.0725 993.1
7 mythomax-l2-13b gryphe 48/100 $0.0600 800.0
8 qwen-2.5-7b-instruct qwen 60/100 $0.0850 705.9
9 gpt-oss-20b openai 78/100 $0.1123 694.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
2llama-3.1-8b-instructmeta-llama62$0.02752254.5
3mistral-nemomistralai62$0.02752254.5
4ling-2.6-flashinclusionai56$0.02502240.0
5l3-lunaris-8bsao10k58$0.04751221.1
6mistral-small-24b-instruct-2501mistralai72$0.0725993.1
7mythomax-l2-13bgryphe48$0.0600800.0
8qwen-2.5-7b-instructqwen60$0.0850705.9
9gpt-oss-20bopenai78$0.1123694.9
10laguna-xs-2.1poolside72$0.1050685.7
11gpt-oss-120bopenai93$0.1440645.8
12deepseek-v4-flashdeepseek91$0.1575577.8
13gemma-3-4b-itgoogle50$0.0875571.4
14granite-4.1-8bibm-granite48$0.0875548.6
15qwen3.5-9bqwen72$0.1375523.6
16qwen3-30b-a3b-instruct-2507qwen82$0.1568522.9
17gemma-3-27b-itgoogle68$0.1400485.7
18gemma-3-12b-itgoogle60$0.1250480.0
19mistral-small-3.2-24b-instructmistralai78$0.1688462.2
20command-r7b-12-2024cohere54$0.1219443.1
21granite-4.0-h-microibm-granite38$0.0882430.6
22ministral-3b-2512mistralai42$0.1000420.0
23nova-micro-v1amazon45$0.1137395.6
24hy3-previewtencent68$0.1732392.5
25qwen3-32bqwen88$0.2300382.6
26qwen3-coder-30b-a3b-instructqwen84$0.2200381.8
27qwen3.5-flash-02-23qwen70$0.2112331.4
28llama-3.3-70b-instructmeta-llama84$0.2650317.0
29gpt-oss-safeguard-20bopenai77$0.2437315.9
30nemotron-3-nano-30b-a3bnvidia50$0.1625307.7
31nova-lite-v1amazon58$0.1950297.4
32gemma-4-26b-a4b-itgoogle72$0.2625274.3
33seed-1.6-flashbytedance-seed64$0.2437262.6
34gpt-5-nanoopenai82$0.3125262.4
35gemma-4-31b-itgoogle74$0.2925253.0
36step-3.5-flashstepfun60$0.2500240.0
37laguna-m.1poolside80$0.3500228.6
38seed-2.0-minibytedance-seed72$0.3250221.5
39qwen3-235b-a22b-2507qwen96$0.4350220.7
40nemotron-3-super-120b-a12bnvidia76$0.3575212.6
41llama-3.1-70b-instructmeta-llama82$0.4000205.0
42llama-3.2-1b-instructmeta-llama30$0.1575190.5
43glm-4.7-flashz-ai60$0.3150190.5
44gpt-4.1-nanoopenai60$0.3250184.6
45llama-3.2-3b-instructmeta-llama48$0.2600184.6
46ring-2.6-1tinclusionai78$0.4875160.0
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.8475106.2
53qwen-2.5-coder-32b-instructqwen86$0.915094.0
54hermes-3-llama-3.1-405bnousresearch78$1.0078.0
55claude-3-haikuanthropic72$1.0072.0
56dolphin-mistral-24b-venice-editioncognitivecomputations52$0.725071.7
57qwen3-coderqwen85$1.4160.5
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-13 18:58 UTC · Data from OpenRouter API and public benchmarks · Bang-for-Buck = Capability / Cost