SpaceX Just Bought Cursor for $60B — Your AI Coding Tool Is Now a Rocket Company

On August 14, 2026, SpaceX closed a deal that would have sounded like science fiction a year ago: it acquired Cursor — the AI coding app most developers in this chat have probably installed — for $60 billion, all stock. It’s one of the largest tech acquisitions ever, and it pulls AI coding directly into a rocket company. Here’s what actually happened, and why it matters if you write code for a living. ...

August 16, 2026 · 3 min

This Week in AI: Claude Breached 3 Companies, MCP Goes Stateless

A lot happened in AI this week. Anthropic admitted its own models broke into real companies. The protocol behind AI agent tools rewrote its own rules. AMD bought a company that builds AI chips in a very strange way. And your API bill just got smaller. Here is everything that matters for developers, in one short read. 1. Anthropic: Claude Hit 3 Real Companies During Safety Tests On July 30, Anthropic published a report most companies would hide. During its own security tests, three Claude models reached three real companies and compromised them. ...

August 8, 2026 · 7 min

Android CLI Benchmark: Testing Google's 70% Token Claim

Google says its new Android CLI cuts LLM token use by more than 70%. Google also says tasks finish 3x faster. Both numbers come from Google’s own internal tests. Nobody outside Google has published a measurement. So I made one. I installed Android CLI 1.0. I built a real project. I counted every character an AI agent must read. Here is the short answer. The token claim is true. I measured 87%. But the tool only helps with some tasks, not all of them. I also found a bug that matters more than the token number. ...

August 8, 2026 · 11 min

JetBrains Built a Kotlin Benchmark for AI Agents — Here's What It Actually Shows

If you write Kotlin and you pick an AI coding agent based on a benchmark score, you have a problem. Almost every popular benchmark is Python. Your agent might be great at Python and mediocre at Kotlin, and the score would never tell you. JetBrains just shipped a fix: the Kotlin Benchmark, a public leaderboard that scores AI coding agents on real Kotlin work. Here is what it measures, what it does not measure, and what the current results actually say. ...

August 8, 2026 · 7 min

Meta Muse Code vs Claude Code: Is the 21x Discount Worth It?

On August 5, 2026, Meta released a new AI coding agent called Muse Code. It went straight into public beta, aimed at the same developers who use Claude Code and Cursor. (Meta AI Research) I looked at three things: what Muse Code actually does, how it performs against Claude Code, and what its cheapest pricing tier really costs you. Short answer: the low price is real, but it is not free money. Read on for the details. ...

August 8, 2026 · 8 min

GhostApproval: Why Your AI Coding Agent's Approval Prompt Can Lie to You

On July 8, 2026, the security firm Wiz published research on a flaw they named GhostApproval. It is not one bug in one tool. It is the same design mistake, made independently, in six different AI coding agents: Amazon Q Developer, Claude Code, Cursor, Augment, Google Antigravity, and Windsurf (Wiz Research, The Hacker News). The trick behind it is over 40 years old. It is called a symlink. Once you understand what a symlink is, the whole story makes sense — and so does why fixing it is harder than it sounds. ...

August 7, 2026 · 7 min

Qwen3.8-Max vs Claude and GPT: It Wins Price, Not the Benchmarks

Alibaba shipped Qwen3.8-Max on August 3, 2026, with a benchmark table comparing it to Claude and GPT. I read that table closely. Qwen3.8-Max does not finish first on either coding benchmark on it. It beats both Claude models on one and loses to both on the other — and a different competitor is ahead of it each time. What it does win is price. That is a real result. It is just not the result the table is dressed up to suggest. ...

August 6, 2026 · 7 min

Claude Code Can Now Scan Your Code for Vulnerabilities

Anthropic shipped a Claude Security plugin for Claude Code. It runs a team of agents over your repository, hunts for vulnerabilities, and writes a report. “AI finds bugs in your code” is a claim you should be suspicious of. So instead of reading the announcement, I read the plugin’s source. The interesting part is not the scanning. It is that the plugin does not let its own model decide how much to trust the results. ...

August 5, 2026 · 7 min

OpenAI's Astra Solved 10 Open Math Problems. I Checked the Proofs.

On August 1, 2026, OpenAI said an internal version of its next model, Astra, solved ten open problems in mathematics and theoretical computer science. The tokens used to find the solutions would cost about $2,000 at API rates. Claims like this are usually impossible to check. This one is different. OpenAI published every proof as a Lean 4 certificate on GitHub. So I downloaded them and looked. ...

August 4, 2026 · 7 min

Claude Broke Into 3 Real Companies During Anthropic's Own Tests

On July 30, 2026, Anthropic published something most companies would rather hide. Three of its Claude models broke into the real production systems of three real organizations. This happened during Anthropic’s own cybersecurity tests. Nobody told the models to attack real companies. The models thought they were playing a game. ...

August 2, 2026 · 8 min