惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
Vercel News
Vercel News
Microsoft Azure Blog
Microsoft Azure Blog
爱范儿
爱范儿
N
Netflix TechBlog - Medium
Google DeepMind News
Google DeepMind News
H
Help Net Security
罗磊的独立博客
The Cloudflare Blog
J
Java Code Geeks
博客园 - 叶小钗
I
InfoQ
B
Blog
Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
腾讯CDC
月光博客
月光博客
博客园_首页
雷峰网
雷峰网
M
MIT News - Artificial intelligence
博客园 - 【当耐特】
美团技术团队
T
The Blog of Author Tim Ferriss
博客园 - 司徒正美

Forbes - Innovation

Why Do Humans Have Fingerprints? Hint: It’s Not What You Think Booking.com Confirms Data Breach, Reservation PIN Codes Changed Why Major News Sites Are Blocking The Internet Archive’s Wayback Machine iPhone Fold Release Date: New Report Details Frustrating Apple News Comet Tracker: How To See Pan-STARRS And Three Planets On Wednesday NYT Mini Crossword Today: Tuesday, April 14 Hints And Answers Today’s NYT Strands Hints, Spangram, Answers: Tuesday, April 14 (It’s A Little Unclear) Today’s Wordle #1760 Hints And Answer For Tuesday, April 14 Most Of The Microplastics In Urban Air Come From Tires Today’s Wordle #1759 Hints And Answer For Monday, April 13 NYT Mini Crossword Today: Monday, April 13 Hints And Answers NYT Pips Today: Hints, Answers And Walkthrough For Monday, April 13 The YC Chief Who Codes 10,000 Lines A Day Has A Simple Secret Samsung Expands One UI 8.5 Beta To More Galaxy Owners Why You Should Stop Using Your iPhone If It’s On This List Chamath Says Firms That Treat AI As A Strategy Hand Rivals Their Edge 3 Unexpected Habits Of Secure Couples, By A Psychologist The First Lamp That Folds Your Clothes Samsung’s Disappointing Price Update For Galaxy Phone Buyers 3 Subtle Signs Someone Is Falling In Love With You, By A Psychologist Do Mantis Shrimp See More Colors Than Humans? A Biologist Explains NYT Connections Answers Explained For Monday, April 13 (#1,037) NYT Connections Hints Today: Monday, April 13 Clues And Answers (#1,037) LEGO Luigi & Mach 8 (72050) Review: 2026’s Best Set Yet? Marc Andreessen Says AI Productivity Will Trigger A Hiring Boom 3D Printing Is The Ultimate Hack To Reduce Household Spending Apple iPhone Fold: Striking Design Revealed In Leaked Photos Apple Smart Glasses: New Leak Reveals A Major Design Twist To Beat Meta Tested: The AI Coming To The Rivian R2 Quordle Hints Today: Monday, April 13 Clues And Answers
Why AWS AgentCore Harness Is A Big Deal For Enterprise Ag...
Janakiram MSV · 2026-06-22 · via Forbes - Innovation
Amazon Bedrock AgentCore

Amazon Bedrock AgentCore

AWS

At its New York Summit on June 18, AWS made the Amazon Bedrock AgentCore harness generally available, and the pitch reduced agent development to two API calls. CreateHarness defines an agent, InvokeHarness runs it, and a production-grade agent stands up in minutes.

The model is important, but it is not the hardest part of building and running agents at enterprise scale. A single developer can stand up a working agent on a laptop in an afternoon. The work multiplies the moment that agent has to serve more than one user, because concurrency, isolation, identity, state and scaling all arrive together. With the harness, AWS is turning that plumbing into a managed service customers configure rather than build, which moves the operational layer of every agent onto AWS.

What The Harness Wires Together

Before explaining why the harness matters, let me dissect what it assembles. It pulls the existing AgentCore primitives into one managed unit rather than leaving a team to connect them by hand. The Runtime isolates each session, the Memory persists context across turns, and the Gateway exposes tools. The Identity vault holds credentials, and the Observability layer traces every step. In this model, the foundation model provides the reasoning while the harness provides the runtime, memory, identity and tool access required to execute the work.

Customers declare the model, the tools, the skills and the instructions, and AWS assembles and runs the loop. Several pieces are new at general availability. Memory now provisions automatically when a harness is created, so an agent recognizes a returning user without a second setup call. A single toggle loads an AWS-curated catalog of skills with no network fetch, and every step of an invocation streams back in real time and traces to Amazon CloudWatch.

The capability customers asked for most is model switching inside a session. A team can plan with Claude, write code with another model and summarize with Gemini, and the conversation keeps its context across the handoffs. The model becomes a field set per call. Everything that gives the agent continuity stays on AWS, the memory, the gateway and the identity vault that holds the API keys.

Every Big Cloud Is Building The Same Shape

The convergence across the major clouds makes this more than an AWS launch. At Cloud Next in April, Google announced the rebrand of Vertex AI as the Gemini Enterprise Agent Platform. It ships a managed Agent Engine, Sessions and Memory Bank, observability and one-command deployment through its Agent Development Kit. Microsoft moved the next generation of its Foundry Agent Service to general availability in March. It expects its hosted agents, with sandboxed sessions and filesystem access, to reach general availability by early July.

A closer look at the three announcements shows the providers converging on the same core capabilities, runtime, memory, tools, grounding, identity, observability and governance. All three vendors are moving in the same direction. The durable hold on an enterprise customer sits in the operational layer beneath the agent, not in the foundation model the agent calls.

AWS supports the point with adoption numbers. It reported that tasks performed by agents on AgentCore grew 15 times in six months, and it named Nasdaq, Visa and Experian among customers scaling agents in production.

The Lock-In Cuts Both Ways

Though the harness supports flexibility at the model layer, it also creates a retention mechanism at the operational layer. Enterprise buyers should evaluate that tradeoff early. Customers can swap the model, but the memory, gateway, skills catalog and identity vault remain AWS services. An agent built this way is portable in its model and tied to AWS in everything else.

To address portability, AWS provides an exit. A single CLI command exports a harness as Strands-based code. The company describes this as a move from configuration to code rather than an architecture change. The exported agent still runs on the same AWS compute and primitives. Strands is the only export target at launch, and the Claude Agent SDK is listed as coming soon.

Pricing is another area enterprise buyers need to evaluate carefully. There is no charge for the harness itself, but customers still pay for the underlying services that power it. Runtime compute bills by the second, the gateway bills by invocation, memory bills by event and retrieval, and observability bills at standard CloudWatch rates. That aligns with consumption-based pricing, but it makes forecasting harder. Google's multi-meter billing model has already shown how quickly agent pricing can become difficult to predict. Evaluations and optimization are meant to keep an agent improving on live traffic, and both are new enough that their behavior at scale is unproven.

What A Decision Maker Should Ask

The due diligence that matters here narrows to two questions. The first one is about ownership. Which parts of an agent are genuinely the customer's own work, and which are wrappers around AWS primitives that stop functioning once the agent leaves? Configuration blurs that line, making it harder to see where proprietary logic ends and the managed service begins.

The second question is cost predictability under production load. What happens when an agent's tool calls or retrievals double, given that each meter bills independently? A workload that looks cheap in a pilot can move in ways a flat per-seat license never would. Memory is the component to watch most. The context an agent accumulates over months is both the reason it becomes useful and the switching cost that grows the longer a team stays.

In summary, the AgentCore harness is a strong piece of engineering. More importantly, it shows the enterprise agent market moving from model selection to operational control. AWS has simplified the work of building agents while making the surrounding runtime, memory, identity, gateway and observability layers more strategic and harder to replace. That calculus is the one every enterprise buyer will carry into the next budget cycle across AWS, Google and Microsoft.