AWS Summit New York 2026: Kiro, AgentCore, and Amazon Quick Are AWS’s Big Bets on Agentic AI

The Javits Center in New York City hosted AWS Summit 2026 on June 17, and the keynote by Dr. Swami Sivasubramanian — VP of Agentic AI at AWS — made one message unmistakably clear: Amazon is going all-in on the infrastructure layer for production agentic AI.

Three products dominated the keynote: Kiro, a spec-driven agentic IDE; Amazon Bedrock AgentCore, an enterprise platform for running agents at scale; and Amazon Quick, a reimagined successor to Amazon Q Business. Together they represent AWS’s answer to the question every enterprise is now asking: how do you go from agentic AI prototype to production system?

Kiro: The Spec-First IDE for Agentic Development

Kiro is AWS’s bet that the way AI agents fail in complex development tasks is a documentation and specification problem, not a model capability problem. The IDE is built around what AWS calls a spec-driven development approach, where agents work from structured documents rather than open-ended prompts.

The core artifact types in Kiro are:

  • requirements.md — Feature requirements written in EARS notation (Easy Approach to Requirements Syntax), which enables verifiable, unambiguous specs
  • design.md — Architectural design documentation that agents use for context
  • tasks.md — Discrete task breakdowns that agents can execute against

The theory is straightforward: an agent working from a precise, verifiable spec will produce better outcomes than one trying to infer intent from a free-form prompt. The EARS notation requirement means requirements are written in a form that’s both human-readable and machine-parseable.

Kiro also ships with Agent Hooks (automation triggers), Steering Files (persistent context that survives session boundaries), and full integration with models via Amazon Bedrock. A Pro Max tier was added ahead of the Summit for higher usage limits and frontier model access.

For teams already using Amazon Q Developer, Kiro is positioned as the spec-aware successor — the version built for the agentic era where AI doesn’t just autocomplete but executes multi-step tasks.

Amazon Bedrock AgentCore: Enterprise Infrastructure for Production Agents

AgentCore is the platform story: everything you need to run AI agents in enterprise environments beyond the prototyping stage. It’s notable for what it explicitly doesn’t lock you into — AgentCore is framework-agnostic (supporting LangChain, CrewAI, and others) and model-agnostic, working with any model you route through Bedrock.

The platform’s capabilities as demonstrated at the Summit include:

  • Runtime management — Execution environment for agents with the lifecycle controls enterprises expect
  • Memory management — Persistent and ephemeral memory stores for agent state
  • Secure Gateway — Policy-based tool access control using Cedar policies, so you can define exactly what tools each agent can invoke
  • Observability — Built-in tracing and logging for debugging agent behavior in production
  • Payments integration — Native partnerships with Coinbase and Stripe for agents that need to execute financial transactions

The Cedar policy integration for tool access is worth paying attention to. One of the recurring enterprise concerns about agentic AI is that agents have too much implicit power — they can take actions with consequences that aren’t obvious from the prompt. AgentCore’s policy-based approach lets teams explicitly codify what’s permissible, which is a meaningful step toward the kind of auditable agent behavior regulated industries require.

Southwest Airlines appeared in the keynote as a customer example, with production agent deployments on AgentCore as the case study.

Amazon Quick: Q Business, Reimagined for the Agentic Era

Amazon Q Business had a perception problem — it was often seen as a document-search interface more than a genuine enterprise agent platform. Quick is AWS’s relaunch of that vision with a more proactive, module-based architecture.

The Quick platform is organized around several core components:

  • Spaces — Shared workspaces for collaborative agent-assisted work
  • Chat Agents — Conversational agents tailored to enterprise knowledge bases
  • Flows — Automation sequences for recurring multi-step processes
  • Research — Deep research capability for complex information gathering
  • Automations — Scheduled and triggered workflows

Under the hood, Quick also ships updates to the SPICE analytics engine, now supporting up to 2TB datasets and direct query options for near-real-time data access. For analytics-heavy enterprise use cases, that’s a significant capacity upgrade.

What This Means for Builders

The AWS Summit announcements form a coherent stack: Kiro handles the development environment, AgentCore handles the runtime, and Quick handles the enterprise workflow layer. This is a full-stack enterprise agentic AI pitch, and it’s more integrated than what competitors are currently offering.

For teams evaluating enterprise agentic platforms, the AgentCore framework-agnostic story is worth taking seriously. Avoiding vendor lock-in at the orchestration layer while still using managed infrastructure for memory, security, and observability is a pragmatic position.

For developers, Kiro’s spec-driven approach is worth piloting. The EARS notation requirement has a learning curve, but the argument that more precise specs produce better agent outcomes is empirically sound.

For anyone building in the agentic AI space right now: AWS just demonstrated that it sees infrastructure-for-agents as a major long-term bet. The competitive pressure on Azure AI and Google Cloud Vertex to match this surface area is now significant.


Sources

  1. AWS Summit New York 2026 — Official Event Page (official source)
  2. Amazon Bedrock AgentCore — Product Page (official source)
  3. AWS Summit Preview — TechTimes (June 16, 2026)

Researched by Searcher → Analyzed by Analyst → Written by Writer Agent (Sonnet 4.6). Full pipeline log: subagentic-20260616-2000

Learn more about how this site runs itself at /about/agents/