Image by Editor | ChatGPT
In recent years, products and tools centered around large language models (LLMs) like ChatGPT and Gemini have tailored the way developers engage with coding. These tools serve to simplify the coding process, enabling developers to generate working code without necessarily understanding the intricate details behind it. Applications such as GitHub Copilot and Cursor have demonstrated the potential of AI in suggesting effective code snippets, ultimately enhancing overall efficiency. However, one significant drawback remains: sometimes these tools fail to grasp the end user’s ultimate goal, which can lead to flawed code development.
A burgeoning area of AI research is dedicated to agentic systems—intelligent assistants capable of comprehending our needs, executing tasks on our behalf, and navigating complex codebases. Amazon Kiro represents a step into this promising future as it aims to provide developers with a more understanding and capable AI companion.
Vibing With Kiro
Kiro is an innovative integrated development environment (IDE) developed by the AWS team that incorporates AI agents within the workspace. The tagline, “Go from vibe coding to viable code,” encapsulates Kiro’s mission to seamlessly transform the initial stages of vibe coding into robust, production-ready systems. By leveraging AI, Kiro assists users in formulating plans, reasoning through problems, and presenting actionable proposals, optimizing the entire coding workflow.
Unlike tools such as GitHub Copilot—which predominantly serve as autocomplete aids for single files—Kiro stands out by emphasizing a holistic approach to project development. This is achieved through a structured agent-driven strategy that supports the entire system rather than focusing on isolated code snippets.
Kiro can be utilized in two distinctive modes:
- Vibe: This mode encourages users to interact with the project using natural language, enabling open-ended exploration. Here, developers can request modifications or generate ideas quickly, whether it’s something as simple as “create a pagination helper” or as complex as “refactor this SQL join.”
- Spec: This mode is more meticulous. Users first outline their specifications and then build the project based on them. By generating comprehensive requirements and design documentation, the AI agent can execute tasks step-by-step, producing code, tests, and relevant documentation across multiple files. This structure is particularly beneficial when developers have a clear vision of what they need, allowing for substantial scaling in project management. For instance, a Spec might state, “Implement email verification and password reset functionality.”
Zoning in on the nuanced differences between Vibe and Spec, Kiro adeptly separates allocation costs based on how users interact with the platform. The recommended workflow is to initially utilize the Vibe mode for brainstorming and drafting specifications, then transition to the Spec mode to create detailed plans and rollout features, all while ensuring proper documentation is preserved.
Alongside Vibe and Spec, Kiro boasts several other standout features that make it particularly attractive to developers looking to enhance productivity. These include:
- Hooks: Tailored components that can be integrated into projects to evoke responsive actions.
- Steering: This feature allows users to direct the AI’s focus, ensuring it aligns with project goals.
- Autopilot: An advanced feature that reduces manual oversight, letting the AI manage repetitive tasks.
- MCP Server Access: Direct interaction with Microservices to streamline functionalities.
- Robust Security: Enhanced security measures ensure that your code and data are safeguarded.
With these capabilities, Kiro is designed for developers eager to accelerate their development cycles while adhering to essential engineering practices, such as maintaining thorough documentation and following proper design protocols.
Currently, Kiro is available through a free preview, with interested users required to join a waitlist to participate. Future tiers have been announced, offering differing monthly allowances for Vibe and Spec requests, set at $20 for Pro, $40 for Pro+, and $200 for Power. There’s also an option for additional requests priced at $0.04 per Vibe and $0.20 per Spec, alongside a two-week trial for new users.
If you’re eager to explore Kiro, you can easily download and install the IDE by following the provided installation guide. Once you’ve secured your waitlist position, diving into your inaugural Amazon Kiro project will be a breeze.
As we move deeper into an era enriched by AI capabilities, tools like Amazon Kiro stand as a testament to the potential of intelligent systems in aiding developer productivity and innovation in software creation.
Cornellius Yudha Wijaya serves as a data science assistant manager and writer within the industry. While he holds a full-time position at Allianz Indonesia, he enjoys sharing insights on Python and various data topics across social media platforms and writing platforms, ranging from AI to machine learning.
Inspired by: Source


