Baseten closed a $1.5B Series F at up to a $13B valuation this summer — after being worth $5B in January. The number matters less than what it proves: serving other people's open models is now a standalone infrastructure business, not a feature. Here's the build-vs-buy call that shift changes for founders.
Your background agent runs when you're not watching, so a terminal prompt is useless and an in-app dialog has no user to click it. The pattern that actually fits a headless agent is an Approve/Deny button in a Slack channel — here's the whole loop, signature check included.
In one week the gap between a cheap coding model and a frontier one narrowed to about ten SWE-bench points — while the price gap widened to more than 30×. Here's the one-screen read on what shipped and what it does to your model bill.
There is no single 'best' — there's a best for each job. Here's the one-screen answer for the six jobs a solopreneur actually hires a coding tool to do: all-around assistant, terminal agent, large-codebase work, open-weight self-host, the free floor, and parallel background runs. Each pick links to the deep dive with the numbers.
There is no single best AI agent platform — there is the right one for your stack, your team's language, and how much you want to own. Here's the pick, by scenario, with the trade-offs up front.
Six dated cutoffs land this month — Atlas dies today, Anthropic's prompt-tools API on the 17th, OpenAI's Assistants API on the 26th, and two more on the 31st. Here's the whole month on one screen, each with the one-line fix and where the deep dive lives.
A memory layer that connects over MCP so every coding agent you use recalls the same projects, decisions, and preferences. Free to start — but you're routing your working context through one brand-new vendor.
The whole reserved-vs-on-demand question collapses to one number: your break-even utilization equals the reserved discount. Here's the rule, the worked math, and when a solopreneur should sign.
Prime Intellect open-sourced Prime Agent under MIT — a coding and long-running-task harness built on a persistent Python kernel, where tools are code, context is a variable you can slice, and sub-agents are just function calls. It's the cleanest expression yet of the 'code-mode' pattern, and it can rewrite its own scaffolding.
All three put an OpenAI-compatible endpoint in front of an open-weight model on your own machine. The choice isn't about speed — it's about how much of the plumbing you want to own. Here's the decision, with the commands to start each.
London's OLIX raised $312M at a $3.3B valuation — reportedly the largest semiconductor VC round by a European company — to build optical inference chips that skip HBM entirely. The product is a year-plus out, so nothing to buy today. But the bet it's making tells you exactly where your inference costs are stuck, and why.
Two open-source ways to build an agent, two opposite bets. LangGraph makes it a graph of nodes and edges you wire explicitly. NVIDIA's NOOA makes it a single typed Python class. Here's the axis-by-axis comparison — control flow, state, audit, memory, and speed — and a straight answer on which one your project should pick.
Collecting traces isn't the job — closing the loop is. Here's the runnable three-step pipeline that turns a flagged production failure into a human-labeled, versioned regression case, using only Langfuse's SDK and one REST call.
Most "the agent called the tool wrong" bugs aren't reasoning failures — the schema allowed the bad call. Fix the schema, not the prompt, and a whole class of errors becomes impossible.
A runaway agent loop bills tokens as fast as the API answers. Here is how to set a real spending ceiling at the gateway — one that rejects the call before it costs you — in LiteLLM and OpenRouter, with the caveat nobody mentions.
Your MCP tool can hand back a live dashboard, form, or chart instead of a wall of text. Here's the ui:// resource pattern, the ext-apps SDK, and the sandbox rules that keep it safe — a working MCP App in about 20 minutes.
All three coding agents shipped a way to run work in parallel this summer — but they made three different bets about who's in control, who pays, and what you can see. Here's which one fits how you actually build.
Cloudflare now offers agent memory as a managed call — ingest, recall, forget. Here's when to buy that, when to keep building on Durable Objects, and when a framework like Mem0 is the right middle.
Anthropic is flipping the permission model for its most-used coding agent: starting August 14, 2026, a safety classifier adjudicates each command instead of asking you to approve every one. It cites a study where the classifier caught 89% of dangerous commands to a human's 14%. Here's what actually changes, who's exempt, and the four things to put in place before the switch.
Two small lines in the changelog fix two things that used to fail as a mystery. A gateway spend cap now shows the developer the limit, its reset time, and who to ask — and `claude agents` finally prompts for workspace trust in an untrusted directory, the same as `claude` always has. Here's what each one closes and how to set it up.
Every month a cheaper model ships and the group chat says 'switch.' The rate card is the wrong number to switch on: an agent's real cost is tokens-per-task times price times a retry penalty, and only one of those three is on the pricing page. Here's the reusable test — freeze your tasks, measure completed-task cost, decide in an afternoon — with Gemini 3.6 vs 3.5 Flash as the worked example.
Spot GPUs are the same H100s at 60–90% off — until the provider reclaims one mid-job. The discount isn't the number that matters. The notice window is.
A copy-paste setup that wires three coding agents to the same searchable memory over MCP — so a fact one of them learns is a fact all of them know. Ten minutes, one npm package, no API key required.
Kimi K3 tops the Frontend Code Arena but is a rack to self-host and priced like a flagship. The right way to capture the win is task-based routing: send only your UI calls to K3, keep everything else where it is. Here's the router, the cost guardrails, and the math.
Alibaba's 2.4-trillion-parameter model is slated to open its weights this month. The headline is smaller than Kimi K3, but the number that sets your token bill — 95B active — is nearly double. Here's the serving math, and why it pushes the rent-vs-own line further toward 'just use the API.'
Within 48 hours in early August, OpenAI's Codex CLI and Anthropic's Claude Code both shipped installable plugins — and picked opposite defaults. Codex bets on a searchable catalog; Claude Code bets on a raw ZIP over HTTPS with a checksum. If you're publishing an extension, the choice decides who finds it and how they trust it.
The Agent Skills format is now an open standard that 30-plus tools read. So the same SKILL.md folder can run in five different coding agents — but only the frontmatter and body travel cleanly. Here's the install path for each, and the three things that quietly break portability.
The Aug 4 release makes Ollama's /v1/chat/completions streaming match OpenAI's wire format byte-for-byte: role on the first chunk, finish_reason on its own chunk, usage in a separate one. If you kept a fork of your streaming parser for local models, you can delete it.
A $1B acquisition just made 'non-human identity' a real budget line. Here's what it means when your AI agent needs credentials — and the five moves that give it access without handing it a password you can't revoke.