AWS Launches Kiro with Stripe, Figma, and Datadog Integrations for AI-Assisted Coding

by Anika Shah - Technology
0 comments

AWS Launches Kiro Powers to Give AI Coding Assistants Specialized Expertise on Demand

Table of Contents

Amazon Web Services on Wednesday introduced Kiro powers, a system that allows software developers to give their AI coding assistants instant, specialized expertise in specific tools and workflows – addressing what teh company calls a fundamental bottleneck in how artificial intelligence agents operate today.

AWS made the announcement at its annual re:invent conference in Las Vegas. The capability marks a departure from how most AI coding tools work today. Typically,these tools load every possible capability into memory upfront – a process that burns through computational resources and can overwhelm the AI with irrelevant facts. Kiro powers takes the opposite approach, activating specialized knowledge only at the moment a developer actually needs it.

“Our goal is to give the agent specialized context so it can reach the right outcome faster – and in a way that also reduces cost,” said Deepak Singh, Vice President of Developer Agents and Experiences at Amazon, in an exclusive interview with VentureBeat.

the launch includes partnerships with nine technology companies: Datadog, Dynatrace, Figma, Neon, Netlify, Postman, Stripe, Supabase and AWS’s own services. Developers can also create and share their own powers with the community.

Why AI coding assistants choke when developers connect too many tools

To understand why Kiro powers matters, it helps to understand a growing tension in the AI development tool market.

Modern AI coding assistants rely on something called the Model Context Protocol or MCP, to connect with external tools and services. When a developer wants their AI assistant to work with stripe for payments, Figma for design, and Supabase for databases, they connect MCP servers for each service.

The problem: each connection loads dozens of tool definitions into the AI’s working memory before it writes a single line of code. According to AWS documentation,connecting just five MCP servers can consume more than 50,000 tokens – roughly 40 percent of an AI model’s context window – before the developer even types their first request.

Developers have grown increasingly vocal about this issue. many complain that they don’t want to burn through their token allocations just to have an AI agent figure out which tools are relevant to a specific task. They want to get to their workflow instantly – not watch an overloaded agent struggle to sort through irrelevant context.

This phenomenon,which some in the industry call “context rot,” leads to slower responses,lower-quality outputs,and significantly higher costs – since AI services typically charge by the token.

inside the technology that loads AI expertise on demand

Kiro powers addresses this by packaging three components into a single, dynamically-loaded bundle.

The first component is a steering file called POWER.md, which functions as an onboarding manual for the AI agent. It tells the agent what tools are available and, crucially, when to use them. The second component is the MCP server configuration itself – the actual connection to external services. The third includes optional hooks and automation that trigger specific actions.

When a developer mentions “payment” or “checkout” in their conversation with Kiro, the system automatically activates the Stripe power, loading its tools and best practices into context. When the developer shifts to database work, Supabase activates while Stripe deactivates. The baseline context usage when no powers are active approaches zero.

“You click a button and it automatically loads,” Singh said. “Once a power has been created,

AWS Launches Kiro Powers to Tackle AI Coding Assistant Complexity

Amazon web Services (AWS) has introduced Kiro Powers, a new feature designed to streamline the integration of third-party tools with AI-powered coding assistants. This move addresses the growing complexity developers face as the landscape of AI coding tools – including Cursor, Cline, and Claude Code – rapidly expands. kiro Powers aims to simplify the process of connecting AI agents to external services, building upon the foundation laid by the Model Context Protocol developed by Anthropic.

The Challenge of Context Overload in AI-Assisted Development

AI coding assistants have become increasingly popular, promising to boost developer productivity. However, their effectiveness hinges on seamless integration with the tools and services developers already use. The Model context Protocol, open-sourced by Anthropic in 2023, standardized how AI agents connect to external services, a significant step forward. However, this standardization also revealed a new challenge: managing the sheer volume of context and integrations required for complex development workflows. Kiro Powers directly addresses this “context overload” by providing a unified way to access and utilize various tools within AI coding environments.

AWS’s Position and Focus on Production-Ready Tools

AWS is positioning itself as a provider of AI development tools specifically geared towards professional software development at scale.According to Swami Sivasubramanian, Vice president of AWS Database, Analytics, and Machine Learning, Amazon’s two decades of experience running AWS and its large internal software engineering teams provide unique insights into the needs of developers.

“It’s not something you would use just for your prototype or your toy application,” Sivasubramanian stated in the AWS announcement. “If you want to build production applications, there’s a lot of knowledge that we bring in as AWS that applies here.” This emphasis on production readiness differentiates AWS’s offerings from tools primarily focused on experimentation.

How Kiro Powers Works and Future Compatibility

Currently, Kiro Powers functions exclusively within the Kiro IDE. However, AWS is actively working to expand compatibility to other popular AI development tools, including Cursor, Cline, and Claude Code. The company envisions a future where developers can “build a power once, use it anywhere,” creating reusable integrations that function across diffrent AI coding environments.

For technology partners, Kiro Powers offers a significant advantage. Instead of creating and maintaining individual integrations for each AI tool, they can develop a single “power” that works across the Kiro ecosystem, increasing efficiency and reducing development overhead. This is especially valuable as the market for AI coding assistants becomes increasingly crowded.

Availability and Underlying Philosophy

Kiro Powers is now available to developers using Kiro IDE version 0.7 or later, included with a standard Kiro subscription. Further information can be found on the Kiro blog.

The launch of Kiro Powers reflects a broader philosophy in software development: the most successful tools won’t necessarily be those that attempt to do everything, but those that intelligently focus on solving specific problems and integrating effectively with existing workflows.

Related Posts

Leave a Comment