The client is Apache-2.0 and self-hostable; the brain is still OpenAI's. Here's what `@openai/codex-security` actually does, the exact commands to run your first scan, and the one flag that decides whether founders can trust it in CI.
v2.0.0 shipped with the 2026-07-28 spec and split `@modelcontextprotocol/sdk` into nine subpackages. The split isn't bookkeeping — it's the packaging finally matching a stateless world. Run the codemod, pick two or three packages, delete the fat import.
There's no converter button. Classic ran your config; AgentCore runs your code. Here's the concrete port map — reuse the Lambdas and Knowledge Base, rewrite the orchestration — with the verified CLI and SDK calls, ARM64 gotcha included.
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 single standard parameter now sets reasoning effort across OpenAI, Anthropic, xAI, and Fireworks. It's portable. It is not equivalent — 'medium' means a fixed gear on one provider and half your token budget on another.
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.
V4 Flash 0731 shipped July 31 as an OpenAI-compatible model: two lines to point your agent at it, one extra_body flag to turn thinking on or off, and one gotcha in the 384K-token output ceiling. Python, Node, and curl.
Simile just raised $200M at $2B to sell simulated customers. You can build a rough, honest version this afternoon — good enough to kill a bad pricing page before real users ever see it, as long as you calibrate it and never trust it as a verdict.
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.
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.
Two things collided this month. On July 31 DeepSeek shipped V4 Flash 0731 — an open-weight model that beats its own Pro on agent benchmarks at $0.14/$0.28. On August 31 Claude Sonnet 5's $2/$10 introductory price expires and jumps 50%. If bulk agent work is your biggest line item, this is the decision to make before the cliff.
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.
The August 4 build extends sandbox credential masking from environment variables to files on Linux and WSL — a sandboxed command reads a decoy copy while the proxy swaps in the real secret on egress. Here's the mechanism, the one setting it depends on, and where it quietly falls back to a hard deny.
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.
Wiring the three memory layers is the easy part. Keeping them healthy over weeks of real traffic is where agents fall over. Here are the four ways memory rots — unbounded growth, stale retrieval, no forgetting, and poisoning — and the specific fix for each.
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.
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.
OpenAI open-sourced its Codex Security CLI in late July, and it emits SARIF — the same format GitHub's Code Scanning tab already reads. Here's the copy-paste pipeline that turns an AI scanner into a real, blocking PR gate, plus the one setting that stops it from crying wolf.
The gap between 'send' and the first visible token is where users decide your product feels fast or broken. Here's the end-to-end SSE path — backend to browser — and the buffering bug that silently un-streams it.
One command starts the server. The VRAM formula tells you which open models you can actually run on a founder budget — and the cost-per-million math tells you when self-hosting beats just paying the API.
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.
Astra proved ten open math problems and handed over Lean 4 certificates a machine can check without trusting the model. You don't need a frontier lab to copy the pattern — here's the builder's version, with code, for making any long-running agent's output verifiable.
The transparency rules went live on August 2, 2026. If your product talks to users or generates media, you now owe two things: a disclosure users can see, and a mark machines can read. Here's the disclosure snippet, the C2PA signing command, and the deadline you can still miss.
DeepSeek retrained V4-Flash and shipped it under the same name and endpoint this week — zero migration, and zero warning that your production behavior just moved. Here's how to detect a swap you don't control, before your users do.
The store you pick today is the store you'll outgrow. Put a two-method interface in front of it now, and moving from a file to a service becomes a migration you run in an afternoon — not a rewrite you dread.