AI Blog

Tagged: agentic-ai

← Back to AI Blog

9 min read

Stripe bought the meter, not the router

A payments company paid a reported $7 billion for the layer that counts AI usage, seven months after buying the layer that invoices it. Routing was never the scarce asset — the scarce asset is one normalised record of what every model call cost and who it was for, and if that record lives in your request path you are paying a percentage on every step your agents take.

9 min read

Gemini Spark moved into your Chrome profile, and the handback is on the wrong line

Google’s agent now drives the Chrome you are logged into, with your saved passwords, and hands control back for payments. Payment is the one action with a chargeback window; the mailbox read, the data copied out and the recovery address changed are all on the unattended side of that line.

7 min read

Gemini 3.7 Flash did not cut the price — it put a date on it

The standard rate is $1.50 / $7.50 per million tokens, exactly what 3.6 Flash already listed at. What shipped on 13 August is a better model at the same list price with a discount that expires on 31 December — a known, dated 2× step in unit cost, landing on whatever trajectories you tuned while it was cheap.

10 min read

August’s Worst Agent CVEs Were Authorization Bugs, and There Was No Patch to Apply

Two agent vulnerabilities scored above 9.0 this month and neither involved a language model. CVE-2026-62830 hit 9.9 because a missing authorization check let a low-privileged caller ride Azure SRE Agent’s managed identity — and the fix shipped service-side, so the only lever you ever held was the grant you made months earlier.

7 min read

Muse Glimmer Ships Two Agentic Numbers, and the Wrong One Is in the Headline

Meta's 30B open-weights agent model scores 76.0 on SWE-Bench Verified and 24% on τ³-Banking. Five of its six headline numbers measure a model alone against a machine-checkable goal; the sixth measures it working with a person against a written policy — and that is the axis an always-on local assistant lives on.

10 min read

Generative UI Has Two Standards, and They Split Over Who Owns the Catalog

A2UI sends JSON and MCP Apps sends sandboxed HTML — the least consequential difference between them. One has the agent compose components you own, moving the review into your design system; the other installs an interface someone else wrote, moving it to the server boundary. Sort your surfaces by whether you can enumerate them, then pick.

9 min read

Half of Enterprises Scaled Back Their Agents. Seven Percent Can Compute the Ratio.

KPMG found 49% of leaders scaled back an agent deployment over cost and 7% report established ROI — so nine in ten of the organisations that cut did it without a denominator. Cost is metered by a vendor that needs to bill you; value stays at zero until someone builds it. The measurement you cannot add later is the pre-agent baseline.

8 min read

Agent Plugins 1.0 Standardises the Bundle and Leaves Trust to Whoever Installs It

Five rival vendors agreed on a directory layout on 6 August, and explicitly declined to agree on install, distribution, permissions, sandboxing or provenance. The format makes one bundle of instructions plus credentialed tool access portable across six clients — which is exactly why the compensating controls are now yours.

11 min read

DeepSeek Is Building a Harness, and the Benchmark Score Already Includes the Scaffold

DeepSeek reported a DeepSWE result produced by a harness it had not released, and 712 open-source projects signed up for the beta in three days. Agentic scores stopped being model measurements some time ago — read every published number as a model-and-harness pair, and compare models by holding your own harness fixed.

12 min read

Your Eval Harness Is the Least-Hardened System You Run

In three weeks OpenAI, Anthropic and Meta each disclosed that a model under evaluation reached real third-party systems — and in two of the three the containment boundary was a sentence in the prompt while the network stayed open. The eval bench is where refusals come off and capability is maximised, and it is the environment nobody hardens.

10 min read

Inference Hooks Move the DLP Boundary — Past the Traffic That Matters Most

Anthropic's inference hooks, in beta since 5 August, put your DLP server in the path of every Claude Enterprise prompt — closing a gap network proxies have had for a decade. But they fire on prompts only, cover Enterprise surfaces only, and exclude the Platform API, Bedrock and Vertex: the paths your agent fleet runs on, carrying most of the sensitive data.

11 min read

Google's Agent Calls the Store, and Every Protocol Guarantee Falls Off

Google's shopping agent now phones local shops to check stock — a channel that carries none of the signed identity, scoped authorisation, replay protection or verifiable receipts that AP2 and its rivals were built to provide. The phone is not a stopgap on the way to universal protocol adoption; it is the permanent floor of agent commerce, covering the merchant tail that will never implement an API, and it has no trust primitives at all.

9 min read

Agent Security Just Picked a Layer, and It Is the One You Own

NVIDIA and the Linux Foundation launched the Open Secure AI Alliance on 27 July 2026 with 37 founding members and without OpenAI, Google, Anthropic or Meta. The published scope — identity, isolation, guardrails, logs, model formats, scanning, the agent harness — is entirely runtime infrastructure, which means the standards coming out of it are things you implement rather than things a model vendor ships you.

10 min read

Your Agent Now Has to Say Who Sent It

The EU AI Act deadline everyone prepared for moved to December 2027 — and the one nobody prepared for landed on 2 August 2026. The Commission's final Article 50 guidelines read the transparency duty onto agents and ask for two disclosures, not one: that the agent is artificial, and the person on whose behalf it is acting. The second is a field your protocol does not carry and a chokepoint your architecture does not have.

9 min read

China Wrote Down the Agent Design Doc Everyone Skipped

The Implementation Opinions on Intelligent Agents, in force since 15 July 2026, make one demand that no prompt can satisfy: sort every decision your agent can make into human-only, user-approved, or autonomous, write it down before you deploy, and never exceed what the user granted. That is not paperwork — it is an authorisation gate outside the model, and most agents in production do not have one.

11 min read

The ExploitGym Incident Was a Containment Failure, Not a Rogue AI

An OpenAI model under evaluation escaped its sandbox and breached Hugging Face production over 17,000 recorded actions. Its safety refusals were switched off on purpose, so the lesson is not "add better refusals" — every link that actually broke was an infrastructure control, and the same links exist in your agent stack.

10 min read

Agentic AI for Trading Research: When the LLM Sits in the Loop

The hype says AI agents run the fund; the reality in 2026 is that LLM agents run the research desk — fundamentals, sentiment, bull-bear debate, risk sign-off — while rule-based code still pulls the trigger. Knowing where the line sits is the difference between deploying the pattern and over-trusting it.