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

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
T
Tailwind CSS Blog
Microsoft Azure Blog
Microsoft Azure Blog
The Cloudflare Blog
博客园 - 叶小钗
N
Netflix TechBlog - Medium
罗磊的独立博客
量子位
MyScale Blog
MyScale Blog
A
About on SuperTechFans
Blog — PlanetScale
Blog — PlanetScale
V
Visual Studio Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
B
Blog
腾讯CDC
爱范儿
爱范儿
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
F
Fortinet All Blogs
雷峰网
雷峰网
G
Google Developers Blog
Google DeepMind News
Google DeepMind News

SiliconANGLE

Will agentic AI governance run amok? The lesson of Asimov’s Three Laws - SiliconANGLE AI + quantum, Amazon vs. Starlink and the wide-open US-China internet battle - SiliconANGLE Team Cymru launches Total Insights Feed to replace legacy threat intelligence lists - SiliconANGLE AI Mode in Chrome adds split-screen view to enhance the web search experience - SiliconANGLE Resolve AI raises $40M at $1.5B valuation to optimize production environments - SiliconANGLE How Zscaler and OpenAI turn zero-trust security into an AI accelerator - SiliconANGLE OpenAI ratchets up Codex's agentic capabilities to rival Claude Code - SiliconANGLE Anthropic launches Claude Opus 4.7 with coding, visual reasoning improvements - SiliconANGLE Slash raises $100M at a $1.4B valuation to expand AI-powered banking platform for online businesses - SiliconANGLE Canva unveils Canva AI 2.0, recasting its platform as an agentic system for work - SiliconANGLE Data center, consumer device chips boost TSMC’s revenue - SiliconANGLE Mission-critical security cannot be bolted on, says Oracle - SiliconANGLE Agentic infrastructure reshapes enterprise AI - SiliconANGLE Data quality, and data freedom, foundational for AI success - SiliconANGLE Data trust is a bedrock in successful, scalable AI outcomes - SiliconANGLE Google introduces new agentic AI-ready tools and resources for Android developers  - SiliconANGLE Agentic AI orchestration separates winners from laggards - SiliconANGLE Data-driven tools turning the tide against human trafficking - SiliconANGLE Achieving trusted AI development goes beyond 'vibes' - SiliconANGLE Impinj boosts edge computing power in updated R700 RAIN RFID reader - SiliconANGLE Certinia powers professional services with AI - SiliconANGLE Antioch prepares to accelerate simulated testing for autonomous robots after raising $8.5M - SiliconANGLE Developer tooling startup Expo nabs $45M investment - SiliconANGLE Solidroad lands $25M to bring AI to customer support interactions - SiliconANGLE DuploCloud lands compliance and AI governance certifications as enterprise buyers tighten scrutiny - SiliconANGLE Lua lands $5.8M to help businesses build and manage AI agent workforces - SiliconANGLE Best of frenemies: Oracle's and AWS' clouds unite with dedicated, private connectivity - SiliconANGLE NIST shifts National Vulnerability Database to risk-based triage as CVE submissions hit record levels - SiliconANGLE Cisco goes to the races with new Churchill Downs multiyear partnership - SiliconANGLE Susecon 2026 will tackle the future of open-source platforms - SiliconANGLE
AWS accelerates AI agent development in Amazon Bedrock Ag...
Mike Wheatle · 2026-04-23 · via SiliconANGLE

AWS accelerates AI agent development in Amazon Bedrock AgentCore

Amazon Web Services Inc. said today it’s taking steps toward simplifying the creation of the underlying infrastructure for new autonomous artificial intelligence agents.

With an update to its Amazon Bedrock AgentCore platform today, developers can access a new “managed agent harness” feature and command-line tools that eliminate the manually intensive backend work that slows down new projects. The update comes on the eve of Google Cloud Next, where Google LLC is expected to announce a raft of agent-related services and partnerships.

The company said it’s trying to speed up the time it takes to get new AI agents up and running in production. By giving AgentCore a prebuilt orchestration layer and tighter integration with the most popular AI models, AWS is replacing a days-long setup process with a task that only takes a couple of minutes to get through.

In a blog post, AWS explained that one of the main challenges developers face in building AI agents isn’t the underlying logic. Rather, it’s setting up the “agent harness” that includes the compute resources, authentication protocols, persistent storage and sandboxes for code execution – all essential resources agents need to run in production.

Another major task involves building the “orchestration loop” logic, which is needed to call the underlying AI model, decide which tools to use and manage context windows. This underlying infrastructure is a major pain point that forces developers to spend days thinking about infrastructure rather than agent behavior.

To get around this, AWS has launched the managed agent harness in AgentCore, which is a managed, framework-agnostic platform designed to build, deploy and operate AI agents at scale without managing infrastructure. Powered by the open-source Strands Agents framework, it enables developers to define a new agent’s model, tools and instructions quickly using a simple configuration file instead of writing custom code each time.

With this approach, swapping out a model such as Claude Opus 4.6 for Google Gemini 3 no longer requires teams to rewrite masses of new code. Instead, they can simply adjust their application programming interface parameters and make it happen almost instantly.

AWS is also streamlining the process of deploying new agents in production. Typically, this means stepping outside the code editor it was built in to set up a deployment pipeline and configure environments – another mundane, hours-long manual process. With the new AgentCore CLI, developers can retain the same workflow across the full development lifecycle, from prototyping to deployment. AgentCore CLI handles all of the logistics using infrastructure-as-code, ensuring that the agent’s configuration is reproducible and version-controlled.

Finally, in a nod to the reality that most developers are using coding assistants to create the code for new AI agents, AWS has announced a suite of prebuilt skills for Kiro, Claude Code, Codex and Cursor. This is all about enhancing context, giving coding agents curated, up-to-date knowledge of AgentCore’s best practices. The company said this is invaluable, because it means AI coding agents will make fewer wrong turns on an AgentCore platform that evolves at breakneck speed.

These updates push Amazon Bedrock AgentCore to the forefront of AI agent development. Its tight integration with agentic frameworks like CrewAI, LangGraph and LlamaIndex allows it to serve as a solid foundation for running AI agents at scale. Early adapters of the new features say they can now validate new ideas in minutes rather than days or weeks.

“Parrot Analytics helps media, entertainment and investment firms understand what content audiences care about, using AI agents to turn unstructured signals into intelligence to reduce risk and increase content investment returns,” said Parrot Analytics Inc. Engineering Director Sanjeev Sharma. “With AI agents now running across the product suite and internal teams, the team is scaling fast. Amazon Bedrock AgentCore’s new developer experience capabilities give the company’s agent developers a faster path from idea to deployment. Switching models or adjusting agent behavior is a configuration change, not a rewrite, so they can experiment more and ship improvements faster.”

AWS said the managed agent harness tool is launching in preview in four regions: US West (Oregon), US East (N. Virginia), Asia Pacific (Sydney), Europe (Frankfurt), while the new AgentCore CLI and coding assistant skills can be found in every AWS region that currently offers AgentCore.

Image: SiliconANGLE/Dreamina

A message from John Furrier, co-founder of SiliconANGLE:

Support our mission to keep content open and free by engaging with theCUBE community. Join theCUBE’s Alumni Trust Network, where technology leaders connect, share intelligence and create opportunities.

  • 15M+ viewers of theCUBE videos, powering conversations across AI, cloud, cybersecurity and more
  • 11.4k+ theCUBE alumni — Connect with more than 11,400 tech and business leaders shaping the future through a unique trusted-based network.

About SiliconANGLE Media

SiliconANGLE Media is a recognized leader in digital media innovation, uniting breakthrough technology, strategic insights and real-time audience engagement. As the parent company of SiliconANGLE, theCUBE Network, theCUBE Research, CUBE365, theCUBE AI and theCUBE SuperStudios — with flagship locations in Silicon Valley and the New York Stock Exchange — SiliconANGLE Media operates at the intersection of media, technology and AI.

Founded by tech visionaries John Furrier and Dave Vellante, SiliconANGLE Media has built a dynamic ecosystem of industry-leading digital media brands that reach 15+ million elite tech professionals. Our new proprietary theCUBE AI Video Cloud is breaking ground in audience interaction, leveraging theCUBEai.com neural network to help technology companies make data-driven decisions and stay at the forefront of industry conversations.