Anthropic hasn't announced it, but the leaks, the Cursor sighting, and the prediction markets all point at this week. The tell isn't a new capability ceiling — it's that the whole story is cost-per-hour for long-running agents.
Tomorrow, a request to claude-opus-4-7 with speed: "fast" stops running and starts erroring. The fix is a single model id — and while you're in the console, four other July changes are already moving your bill.
Kimi, Qwen, GLM and DeepSeek are cheap, strong, and now politically radioactive. You don't need to pick a side in the distillation debate — you need a supply chain that survives an Entity List letter. Here's the checklist.
Presence is enterprise-only and human-delivered. But its feature list is a spec. Here's each of the six controls, rebuilt with open tools you can wire in this afternoon.
Three open-source ways to hand an AI agent a real browser — a Python autopilot, a TypeScript control surface, and an MCP plug. Here's how to pick the one that fits your stack instead of fighting it.
AWS shipped a dashboard for the question every founder paying per token has been guessing at: are the coding agents actually speeding us up, and who should get more access? It reads Claude Code, Codex, and Copilot over plain OpenTelemetry.
Google Cloud's new reference architecture gives an agent durable memory with no vector database and no embeddings — an LLM consolidates in the background and writes to SQLite. Here's the decision: when that beats retrieval-on-demand, and when RAG still wins.
Alibaba Cloud used WAIC 2026 to stake a category — a cloud rebuilt around agents, not VMs. There's no price and no GA date yet, so read it as positioning. Here's the part a solo founder should actually act on.
Harness, AWS, and a wave of governance startups now sell tooling to build, test, deploy, and watch AI agents like software. Here's the honest staging for a team of one — the three layers worth adopting early, and the three safe to ignore until you have staff.
For two years, running your agent's code safely meant bolting on a third-party sandbox. In 2026 every layer shipped its own: OpenAI and Anthropic in their agent SDKs, Google in Cloud Run, Cloudflare at the edge. The build-vs-buy math just moved.
Three verified moves that rhyme: the agent stack grew an accountability layer this week. Coding-agent value became a dashboard, machine and agent identity got a $60M rebuild, and the consultants finally priced what's at stake.
Four verified moves that change what a team of one ships this week — Google's always-on memory agent that drops vector databases entirely, Alibaba's agent-native cloud stack from WAIC, Kimi K3's 2.8-trillion-parameter open weights landing July 27, and the MCP stateless spec now days from its July 28 lock.
At WAIC 2026 in Shanghai, 29 countries signed a China-backed AI treaty organization. There are now two incompatible governance orders — and if you ship AI globally, you no longer get to ignore either one.
Most memory layers retrieve fresh guesses at query time, so the same question can hand your agent different context twice in a row. Statewave compiles memory once and hands back a signed, reproducible bundle — same subject, same moment, same bytes — with a receipt for every fact it used.
Honeycomb pointed its production observability platform at agents: OpenTelemetry-native, no vendor SDK, no framework lock-in — and it renders multi-agent, multi-trace runs as one timeline.
Three open-source memory layers, three different answers to one question a regulator, a customer, or your own incident review will eventually ask: what did the agent know, and can you prove it? Mem0 optimizes recall, Zep optimizes change-over-time, Statewave optimizes proof.
The three real choices for shipping password resets and receipts, decided on the axes that matter to a team of one: free tier, price at scale, deliverability, and how much bounce-handling you have to build yourself. With the send code for each.
A 193-day-old startup just raised a Series A led by Forerunner to rebuild checkout for AI agents. The bet isn't a nicer API — it's that the human-era rails break the moment the buyer isn't a human.
The AI governance world just split into two incompatible blocs. Here's the config boundary that lets one codebase serve both — and why retrofitting it later costs 10x more than building it today.
The MCP Tasks extension gives your long-running tool a way to report progress without a held-open stream. It does not give you retries, durability, or scheduling. Here's which side of the line each one lives on.
The 2026-07-28 Model Context Protocol spec removes the handshake and the session. If you ship a remote MCP server, here's the one-week, do-this-in-order checklist — install the betas, kill sticky sessions, verify auth, load-test — with a link to the deep dive behind every step.
Four ways to build an agent on Claude, separated by two questions: who writes the loop, and who runs the box it executes in. A decision matrix for founders who've outgrown the hand-rolled while-loop.
The open standard from Stripe and OpenAI lets an agent complete a purchase from your store without a browser or a checkout page. Here are the five endpoints you implement, the payment token that keeps you in control, and the two defaults that will bite you.
LangGraph 1.0 is stable and durable — but the real MCP win is treating each tool as its own graph node. Most builders should not rewrite. Here's the line.
Moonshot is releasing the largest open-weight model ever built. 'Open' does not mean 'free to run' — the weights alone are ~1.4TB, and the honest answer for a team of one is almost always the API.
Your agent fires twenty tool calls across three MCP servers and one of them is slow. Which one? The 2026-07-28 spec fixes the trace-header names so the whole chain becomes a single span tree. Here's the wiring, client and server.
A code-first migration walkthrough — strip the session, read context from _meta, poll Tasks instead of SSE, and run behind a plain round-robin load balancer.
The startups getting funded this month sell one thing: a list of every agent running in the building. You can build that list yourself this afternoon — here's the registry schema, the scan, and the policy gate.
A supervisor hands off to a worker, the worker calls a tool, the tool calls an MCP server — and the run stalls. Here's how to make that legible with OpenTelemetry spans and one trace.