K-EXAONE 2.0 is Korea's largest model — 750B parameters, 262K context, 10 languages — and the lab that used to ship the most restrictive license in the business just made it Apache 2.0. That's the first frontier-class open weight you can legally fork, fine-tune, and sell without asking anyone. Here's the self-host math and when to actually use it.
The 'Google just dropped a 1-hour course on agentic engineering from scratch' post is all over your feed. We went looking for the actual video — and found a viral template, not a course. Here's the real Google curriculum, plus a self-paced path through the five things it teaches.
On August 5, 2026, Anthropic hard-retired Claude Opus 4.1 — requests to it now error. DeepSeek did the same to deepseek-chat and deepseek-reasoner on July 24. If a model ID is hard-coded in your app, a provider's calendar is your outage calendar. Here's the runbook that keeps a retirement from becoming a page.
Your agent emitted eight tool calls in one turn. Running all eight at once is how you turn a fast turn into a 429 storm. The fix is a bounded semaphore, backoff that honors Retry-After, and returning every result in one message — about 30 lines.
You picked serverless so you'd stop paying for an idle GPU. Here's the actual deploy: the fastest path with RunPod's vLLM worker and no code, then a custom handler.py for your own model — both scaling to zero when idle.
You rewrote the tool descriptions and cut the tool list. Did it work? A tool-selection eval turns that guess into a number you can watch — here's the 30-line harness that measures which tool your agent reaches for, and a confusion matrix that tells you why it's wrong.
A logistics-agent startup just raised a $150M Series C at a $1.2B valuation to run insurance claims and energy scheduling, not to answer questions. That's the clearest signal yet of where applied-agent capital is going: agents that finish operational work inside one industry. Here's why the premium moved, and how to position if you're building one.
OpenAI told staff Anthropic's ~$30B run-rate is really ~$22B. Both numbers can be GAAP-legal. The gap is one accounting choice — and the same choice quietly inflates a lot of startup ARR.
The July 30 price cut dropped GPT-5.6 Luna to $0.20/$1.20 per million tokens — about 12x cheaper on output than Kimi K3 and 25x cheaper than GPT-5.6 Sol. Output tokens dominate a coding-agent bill, so the cheap tier just rewrote the routing table. Here's the recomputed math, and the one number you have to measure before you switch.
Two traps hide in the August leaderboard: the SWE-bench Verified winner (DeepSeek V4 Pro, 1.6T) needs a multi-node rig to serve, and it loses the harder SWE-bench Pro to GLM-5.2. Open weights aren't runnable weights — here's the field with Qwen's Apache-2.0 option in it.
DeepSeek open-weighted a million-token, MIT-licensed model on July 31. Before you 'just self-host it,' here's the number nobody puts on the launch slide: the memory floor. The context window is the cheap part.
Between August 4 and 6, every major agentic coding CLI shipped a security release, and the Claude Code one closed a real permission-bypass: a command could hide part of itself from the approval dialog. If you run any of these against a live repo, this is a bump-your-version week.
Launched August 5, inference hooks route every enterprise prompt through your own HTTPS server for an allow-or-deny verdict before the model ever sees it. Here's the wire protocol, a working server, and the fail-open gotcha that quietly lets prompts through.
Anthropic confidentially filed for a possible October Nasdaq IPO at a ~$965B valuation — the first frontier lab you build on to face quarterly earnings. Four things change for founders.
Qwen3.8-Max's headline demo — 16 days, 265 commits, 127 PRs, every commit auditable on GitHub — is real and worth studying. But the thing that survived 16 days wasn't the model; it was a state machine, a watchdog, and a CI gate wrapped around a model that remembers nothing between steps. That harness is the part you can build on a far cheaper model.
The reactive-chatbot era is quietly ending. Four shipped products — Microsoft Scout, Google's Gemini Spark, BridgeApp, and Replit's SEO Agent — now run on a heartbeat, hold their own identity, or act inside your logged-in browser. Here's what each does and what it changes for a team of one.
In July the money split two ways — police the agents, or own a regulated vertical. By the first week of August the split had a winner: security, governance, ops, and observability rounds stacked up week after week, while the marquee vertical deals had already closed back in spring.
A coding agent that asks 'run this command? [y/N]' feels safe. This month, the most-audited agent CLI shipped a fix for a bug where the command in that very prompt could be spoofed. Here's the defense-in-depth model that holds when the prompt doesn't — sandbox, allowlist, least privilege, in that order.
This week the White House finalized a voluntary frontier-model testing framework — behind closed doors, and it hasn't shown the text to industry. In the same stretch, a fourth trillion-scale open-weight model landed. The throughline for founders: capability keeps getting more downloadable while oversight gets more private.
The through-line this week is price and access falling fast — and one deadline that already bit. Mid-tier inference got ~5x cheaper overnight, a frontier-adjacent model went MIT, an operational-agent startup hit a $1.2B valuation, and if you pinned an old model string months ago, it stopped answering yesterday.
This week the story was plumbing, not benchmarks. The OpenAI Responses API showed up as the default in both an indie tool and a cheap Chinese frontier model — a de-facto agent wire protocol forming in plain sight — while Qwen's flagship got more expensive. The founder read: how you wire an agent is consolidating, and 'cheap' is now a routing decision, not a default.
Demis Hassabis moves to chairman, Jeff Dean walks out the door to start Discovery Loop, and Google concentrates its AI leadership in California — all in one 48-hour reshuffle. Meanwhile Washington chose an opt-in safety framework and HappyRobot's $150M says the agent money is done funding chat. Here's the board as you open the week, and the one move each signal demands.
No headline model dropped this week. The money moved into the plumbing instead — a governance layer that vets prompts before the model sees them, a hosting runtime that reached GA, and a standard that crossed 400M monthly downloads. For a team of one, your moat is shifting from which model to which control plane.
The round is the news; the category is the point. Agent security just became a funded layer of the stack, and the reason is a number every founder is about to live inside: one autonomous agent per employee, then ten. Here's what the raise says you should already be doing.
A $0.14 model doesn't fail by throwing an error. It fails by getting slightly worse at every step until, forty turns in, it returns a confident wrong answer that passes your shallow check. Here are the four ways it happens and the four cheap guards that catch each one.
The White House closed the loop with a dozen AI labs on August 4. The framework is real, it's voluntary, and it hands the government up to 30 days of pre-release access to the most capable models. For a solo founder the rules barely touch you — but the three things deliberately left out will shape your access and your future compliance bill.
On August 3–4, a dozen labs met the White House to 'close the loop' on a voluntary framework for frontier models. If you build on models instead of training them, it doesn't touch you directly. The Gold Eagle clearinghouse is the part that reaches down to your stack.
Seventy-three vertical-AI rounds raised about $3.07B in the year to July, and the split is a strategy map. Legal, insurance, construction, and healthcare took roughly three-quarters of the capital — and the biggest lesson isn't which vertical won. It's that a narrow agent with proven ROI is now worth more than a flexible one without it.
What PayBox is, who it's for, how to connect it in a few minutes, what it costs, and the honest catch — a non-custodial vault that lets an AI agent prepare real crypto and card payments while a human holds the only key that moves money.
A brand-new launch in the hottest corner of dev tooling: run coding agents in cloud sandboxes without rebuilding your environment from scratch. Hoplite's pitch is local-to-cloud parity — your sessions, your MCP servers, your CLIs — plus triggers from Slack, Linear, iMessage, and Sentry. Here's what's confirmed, who it's for, and what to ask before you depend on it.