Anthropic ships two agent-memory primitives with nearly identical names. One is an interface you back yourself; the other is managed, versioned state you rent. The deciding question isn't which remembers better — it's who runs your agent loop and who should own the bytes.
MAI-Realtime — spotted in a hidden preview this week — gives Microsoft a native listen-and-speak voice model. With OpenAI and Google already there, full-duplex just stopped being a differentiator. Here's where the moat moved.
A copy-paste walkthrough: the Cloudflare Agents SDK puts each agent in its own Durable Object — its own compute plus its own SQLite file — so memory lives inside the agent at the edge, with zero infrastructure to run.
Google shipped Agents CLI on August 3. The interesting part isn't a new terminal agent — it's that Google is distributing its Cloud-deploy playbook as skills you drop into Claude Code, Codex, or Antigravity. Here's what it actually is, and the wedge it opens.
Microsoft made Foundry's hosted agents generally available — and the interesting part isn't the runtime. It's that the old 'which framework?' decision is finally decoupled from 'where does it run?', and every deployed agent now gets its own Entra identity. Here's what actually changed for a solo builder, what it costs, and where the lock-in hides.
Google's Agents CLI shipped August 3. Here's the whole loop — install, scaffold, run locally, evaluate, deploy, publish — with the real commands, so you can take an ADK agent from an empty folder to a Google Cloud runtime in one sitting.
Four open-source tools now give Claude Code, Codex, and Cursor one shared memory. They don't disagree on recall — they disagree on what your agent's memory *is*: files you own, a tool your agents call, a local service, or a second-brain agent.
Cline's July 31 build routes native MCP tool calls by server name instead of a random in-memory id, so routing outlives restarts and server-list changes. It landed three days after MCP's spec dropped sessions entirely — the same lesson, on both sides of the wire.
Existing agents keep running, but the model catalog is frozen at July 30 and new accounts get a 403. The real decision isn't Classic vs AgentCore — it's whether your agent logic is portable enough that AWS's next retirement doesn't become your next rewrite.
July's funding wave bet on controlling the agents or owning a regulated vertical. On August 3, capital jumped one layer lower — to the reactors that power the models, the light-based chips meant to run them cheaper than a GPU, and the autonomous hackers that defend against other autonomous hackers. Here's the day's board and the one line each raise writes for a team of one.
Nine models, four price tiers, one decision. A founder's reference for what to run each agent workload on this month — with real per-token prices, the caveats that make them lie, and the one config change that lets you switch.
Last week the story was capital and access. This week it's the model tier you actually run agents on. An open-weight budget model started out-benchmarking flagships, a managed model's introductory price is about to jump 50%, and the EU's transparency duties quietly switched on. For a team of one, your default agent backend is now the decision worth an afternoon.
Comparing hourly GPU prices first is the rookie mistake — half these clouds don't sell you the thing you think you're buying. Here's the product shape of each, and the utilization math that decides between renting by the hour and paying by the token.
Agents that run for hours need retries and checkpoints that survive a crash or a deploy. Temporal gives you that with a cluster to run; Hatchet gives you the same on the Postgres you already have.
What goose is, who it's for, how to start in one command, what it costs, and the honest catch — the on-machine agent that connects to any tool over MCP and any model via your own key, now a Linux Foundation project with ~29K GitHub stars.
OpenAI shipped a login button on August 2, so the SSO menu now has a fourth option. But the three you already know are not interchangeable, and adding ChatGPT is a distribution bet, not a UX tweak. Here is the decision, by audience, cost, data, and lock-in — with the one rule Apple will reject your app for missing.
OpenAI is rolling out a login button — Airtable, GitLab, HubSpot, Notion, Supabase, and Vercel are first. The convenience is real, but the actual move is bigger: your signup can now start inside ChatGPT and Codex, where a growing share of builders already live. Here's what it does, what partners get, and whether you should add it.
Working memory, session memory, and long-term memory solve three different problems. Most agents that 'forget' are using the wrong one — or paying for all three when they needed one. A founder's decision guide, with the tools mapped.
A tenant_id column keeps your rows apart. It does nothing for your vector store, your prompt cache, your agent memory, or your trace logs — four leak surfaces classic SaaS never had. Here's how to close all five.
Software approval gates stop the agent that asks nicely. They do nothing about the one that's been prompt-injected. Here's the hands-on way to require a physical key press — bound to one specific action — before your agent can spend money, ship a config, or sign a contract.
There are now ~60 tools for running Claude Code and Codex in parallel. The choice that matters isn't the tool — it's the control surface. Here's the decision.
Both put an autonomous agent in your terminal. One is a free, model-agnostic, Linux Foundation project you point at any LLM; the other is a polished, opinionated agent wired to one lab's frontier models. Here's the decision, by what you actually optimize for.
Gemini CLI v0.53.0 landed an LLM triage orchestrator and a container build — but you don't need to wait for the built-in path. The headless flags to label, route, and comment on issues from a GitHub Action are already stable. Here's the whole loop, copy-paste.
A $75M Series B for autonomous supply-chain spend, co-led by Battery Ventures and NewRoad. The tell isn't the number — it's that the same founders built and exited a procure-to-pay SaaS first, then rebuilt it as agents.
Opus 5 gives you one model and a request-time effort knob. GPT-5.6 gives you three separate models at three prices. Same goal — spend less on easy work — but a dial economizes tokens while a menu cuts the per-token price, and that difference reshapes your caching, evals, and routing.
'Flash' used to be shorthand for the cheapest model. After last week's repricing it isn't — Gemini 3.6 Flash now costs about 10x the actual floor. Here's what a model's name stopped telling you about your bill.
One is a pytest for your prompts that runs on every PR; the other is where production traces go to be graded, annotated, and audited. Most teams eventually need both — the trick is knowing which loop each one closes.
Chai gave away its first model, sits below OpenAI and Anthropic on raw capability, and just raised $400M at a $3.8B valuation. The reason is the cleanest lesson of 2026 for founders: in a regulated vertical, the weights are not the moat — the closed data-and-validation loop is.
Nova Premier, Omni, Reel, and Canvas are now maintenance-only while Amazon restarts behind a single frontier model. If you shipped on a frozen model via Bedrock, you're on borrowed time — here's the migration triage and the durable lesson underneath it.
A free agentic-engineering course is racing across X this week — 'Google just dropped it,' the posts say. Strip the hype and it's a five-module map of the whole agent stack. That map is right. Here's what to actually learn in each, with the primary sources and the build guide behind every step.