VOOZH about

URL: https://thenewstack.io/managed-ai-agent-runtimes/

⇱ With Google's debut, the most important AI agent feature is now the most boring one - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2026-05-27 11:18:38
With Google's debut, the most important AI agent feature is now the most boring one
AI / AI Agents / AI Models

With Google’s debut, the most important AI agent feature is now the most boring one

Google, Anthropic, and AWS all shipped managed AI agent runtimes within six weeks, signaling the runtime is no longer the deciding factor for developers.
May 27th, 2026 11:18am by Janakiram MSV
👁 Featued image for: With Google’s debut, the most important AI agent feature is now the most boring one

When Google announced last week at its I/O conference that it was repositioning Antigravity as a platform for developing and managing teams of autonomous AI agents, the pitch quickly took on a familiar arc.

For anyone paying attention to the space for the previous two months, the following felt a bit like déjà vu: One API call to the Antigravity agent spins up a remote Linux sandbox where the agent reasons, calls tools, runs code, and browses the web. You extend it by writing an AGENTS.md file and a SKILL.md file, register it as a named agent, and write no orchestration code.

I have watched this product ship twice already in the last two months, from two other vendors, and this trend says everything about how important managed agent runtime has become — it has become so important that it has become unimportant, a non-factor, because many labs are adding the service.

The same runtime shipped three times in six weeks

Anthropic shipped Claude Managed Agents into public beta on April 8. The pitch was that infrastructure — not intelligence — had become the bottleneck for production agents, so Anthropic would handle the agent loop, the sandbox, the state, and the credential scoping.

AWS followed on April 22 with a preview of a managed harness within Bedrock AgentCore. The runtime itself predates that release, having shipped in 2025, but the April update added the piece that matters here, a configuration-first harness that declares the model, tools, and instructions and runs the loop without bespoke orchestration code.

Then, Google at I/O, with Managed Agents in the Gemini API, did the same thing again.

Three vendors landed nearly the same runtime shape inside six weeks. Each launch post tells the same story: Building a production agent used to mean stitching together a model API, a sandbox, an orchestration layer, and hosting, and that the managed version collapses all of that into configuration and a handful of API calls.

When three companies independently converge on the same product within six weeks, the runtime has become table stakes rather than a reason to pick one platform over another.

The Markdown file is becoming the config standard nobody voted on

Google’s Managed Agents are defined by AGENTS.md and SKILL.md. Anthropic shipped Agent Skills as Markdown directories last year, and SKILL.md is now load-bearing across Claude Code and Managed Agents. AGENTS.md is an open format that grew out of work across OpenAI Codex, Cursor, Amp, Jules, and Factory, now sits in more than 60,000 open-source repositories, and is stewarded by the Linux Foundation. AWS leaned the same way, shipping prebuilt skills for Claude Code, Codex, Cursor, and Kiro alongside its harness.

So the agent is defined in a plain-text file that a developer can read, diff, and check into Git, with no proprietary DSL and no visual builder holding the definition hostage. The same file describes a Claude agent, a Gemini agent, or an AgentCore agent with very little edited between them. Models will keep leapfrogging each other on benchmarks, but the Markdown config is quietly becoming the portable layer beneath them all, the way a Dockerfile became the unit of a container long before anyone agreed it should.

What it means for the developer choosing now

For a developer picking an agent platform today, whether a lab has a managed agent runtime is no longer the deciding factor because Google, Anthropic, and AWS all offer it. The decision moves to the boring questions: where your data sits, what a session-hour costs, which model runs underneath, and how hard it is to leave when the next model is better elsewhere.

The honest counterargument is that Markdown portability is shallow today. An AGENTS.md written for Gemini still assumes Gemini tool semantics, and moving it to Claude is not a non-starter. If the labs deliberately fork the format to make migration painful, the standard fractures before it sets. But the incentive runs the other way, because the vendor that makes its agents easiest to define also makes them easiest to leave, and right now, every one of them wants the developers more than it wants the lock-in.

The config file is where the next standards fight gets decided, so that is the thing to watch.

TRENDING STORIES
Janakiram MSV (Jani) is a practicing architect, research analyst, and advisor to Silicon Valley startups. He focuses on the convergence of modern infrastructure powered by cloud-native technology and machine intelligence driven by generative AI. Before becoming an entrepreneur, he spent...
Read more from Janakiram MSV
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: Anthropic, OpenAI.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.