DeepMind's Hassabis wants a FINRA for frontier AI: a US-led body that tests models before release. OpenAI and Anthropic are converging on the same idea. A pre-release certification gate is a safety win — and a moat. Here's what a certified frontier market does to a company built on top of it.
A published artifact used to be a snapshot frozen at build time. Now it can fetch through MCP connectors every time someone opens it — using the viewer's own connections. Here's what shipped, how it works, and the one prompt that builds it.
They keep getting pitched as rivals. They're not — one connects your agent to a system, the other teaches it a workflow. Here's the one-page decision, the token-cost math, and the four questions that settle it.
Five verified moves from July 15–19 that all point the same way: the open-model and where-it-runs story took over from the protocol story. A 2.8-trillion-parameter open weight matching the frontier on coding, a private local agent, a caching win hiding in the Claude API, and China's persona law going live. Each with the one line that changes your week.
Four verified moves that stopped being previews and became the thing you build against — enterprise-managed MCP authorization, the portable SKILL.md standard, LangGraph 1.2's fault tolerance, and Claude Code's built-in browser. Each with the one line that matters for a team of one.
Google renamed Vertex AI to the Gemini Enterprise Agent Platform and folded Agentspace into it. Your API endpoints didn't change — but the console, the billing, and the mental model did. Here's the map from old names to new, and the one line item worth a second look.
What RAGFlow is, who it's for, how to start in one docker command, what it costs (as of July 2026), and the honest catch — the open-source, Apache-2.0 engine that does deep document understanding first, so tables and layout survive the trip into your vector store.
What Laminar is, who it's for, how to start in one line, what it costs, and the honest catch — the open-source, Rust-built tracing-and-evals layer that treats a whole agent run as the unit, watches for stuck loops in plain English, and lets you query your traces with SQL.
For a year the pattern was 'put an MCP server in front of your data.' Snowflake inverted it: the warehouse now hosts the server itself, with per-user OAuth and your existing row policies as the guardrail. The strategic read for founders — data gravity now includes agent-tool gravity.
Three vendors shipped the same idea within weeks — let the model write code that orchestrates your tools instead of round-tripping one JSON call at a time. Here's what actually differs, and which one to reach for.
Fast mode runs the same Opus 4.8 at up to 2.5× the throughput for double the per-token price. Here's the one line of math that tells a solo founder whether to flip it on — and the two gotchas that quietly eat the savings.
Muse Spark 1.1 is Meta's first metered API model, not a weights drop. The company that turned 'download the weights' into a movement just decided its frontier agent model is worth charging for.
Mem0's July releases fixed injection holes in PGVector, Azure MySQL, Neptune, OpenSearch, and Elasticsearch. The real lesson isn't 'upgrade mem0' — it's that the filters your agent hands to its memory compile to live database queries.
Statelessness and the auth rewrite got the headlines. The quieter change is bigger: Extensions became first-class, MCP Apps let a server ship real UI, and Tasks moved out of the core — MCP stopped being a fixed protocol and became an extensible platform with governance.
The real split isn't feature lists or dashboards — it's whether the tool was designed around a single LLM call or around a whole agent run, and how you get alerted when the agent misbehaves.
A Kuaishou model most founders have never heard of now beats GLM-5.2 and GPT-5.5 on repository-level coding — at roughly a quarter of GLM's price. Here's whether it belongs in your routing table.
The 2026-07-28 spec made the core stateless — so how does a four-minute tool call survive when any request can hit any server instance? The Tasks extension. Here's the exact message flow, capability negotiation, and the client poll loop, protocol-level.
The whole terminal coding agent is now Apache 2.0 on GitHub. The reason it's newsworthy isn't the license — it's what security researchers found the closed version doing, and the one lesson every founder running a coding agent should take from it.
The tool-versus-companion split stopped being theoretical. Enterprise and productivity agents were left untouched; only the personas went dark — and the two giants chose opposite exits.
Oak came out of stealth on July 15 with $60M to give AI agents real identities — and the same week, MCP's spec made scoped agent auth mandatory. When the money and the standard point the same way, it's time to look at what your agents are actually allowed to do.
Four verified moves that change what a team of one ships this week — the stateless MCP release candidate, China's AI-companion law landing live, load-on-demand tool schemas in Agent Framework 1.11, and pluggable backends in CrewAI.
Strict mode kills the invalid-JSON problem you used to spend afternoons on. But three failures walk right through it — truncation, refusal, and a safety stop — and each one wants a different move, not another retry.
A 29k-star, Apache-2.0 canvas for wiring agents to 1,000+ tools — build them visually, conversationally, or in code, then self-host the whole thing on Bun and Postgres. What it is, who it's for, and how to start.
What Grok Build is, who it's for, how to start, what it costs, and the honest catch — xAI's new coding agent runs Grok 4.5 by default, drives from a terminal UI, headless, or embedded over ACP, and undercuts the frontier tier at $2/$6 per million tokens.
Fresh off a $60M Series A, Arcade is the 'secure action layer' for production agents: it runs the OAuth flow, holds the tokens, and injects credentials server-side so your agent can send the Gmail or update the Salesforce record — and the LLM never touches a secret.
All three frontier APIs now take a JSON Schema and hand you back guaranteed-valid JSON. But the same schema does not drop into all three unchanged — and the place it breaks is the one line most people copy from OpenAI's docs.
A LangGraph agent that dies mid-run doesn't have to start over. Compile with a checkpointer, invoke with a stable thread_id, and the graph rehydrates from its last checkpoint. Here's the copy-paste path from MemorySaver to Postgres.
V2 landed in June as a harness-first rewrite around one new primitive. V1 isn't dead — it's in long-term maintenance and still shipping security fixes. Here's how to decide which line your agent belongs on.
Zscaler ThreatLabz caught two live campaigns that hide payment instructions where a human never looks — off-screen CSS and, worse, the JSON-LD metadata your agent treats as trusted fact. Here's the attack, and the four defenses that actually hold.