DEV Community

Cover image for Trusting Kiro for Agentic Development
kkeles
kkeles

Posted on • Originally published at kadirkeles.com

Trusting Kiro for Agentic Development

Two years ago, a friend of mine reached out with a SaaS idea to build together. He is a surgeon, has no clue how to code, and thought that I can do my magic and build what he is looking for. The problem is, you need more than just a cloud engineer to build a SaaS app. Backend, frontend, data, network, security, testing, then cloud, maybe? The number was five digits of euros and we would be done today with the technology of back then.

Fast forward to now, it took me just a few weeks, and a 20$ a month Kiro subscription to prototype the idea.

What is Kiro

While all the attention is collected over OpenAI Codes, Claude Code and Cursor, Kiro has its own circle with its own capabilities and potential. It's a tool officially built by AWS, and kiro.dev is the site to learn all about it.

The original use is via IDE (such as VS Code) and I'm used to use Kiro that way, however CLI is also available and very powerful, similar to other coding companions in the market. Kiro powers is some sort of extension specific to your needs, developed by open source or third party partners. And promptz.dev is your go-to place if you want to get the most out of Kiro, developed by Christian Bonzelet to share good practices and common solutions. Consider it like a cookbook for Kiro to fit to your special needs.

How to open a Kiro account

The official docs recommend to install Kiro and sign up by kiro.dev website. But I find it difficult to maintain and I would like to show you an alternative way: go to your AWS Account and navigate to Amazon Q Developer. This is a not-so-known menu that allows you to generate sub-accounts that you can administer and provide any Kiro usage as you like. You can easily create a user, or a group in the future if you decide to build your own team.

Amazon Q Developer page is a hidden gem in your AWS Console.

Trust me. This way is much better and easier to use Kiro.

How to start using Kiro

Once you installed Kiro and handled authentication, all you have to do is to use the chat box at the right side for prompting. For starters, I recommend you these steps: open an empty folder as your first project, use the chat box on the right side, select vibe with auto as your model, and ask to build something simple. A single HTML page introducing your favorite artist, or a brief bash script that sorts your files. Just to discover the power of Kiro. Then you will take it from there, and will shine out once you know how to Spec.

Chatbox for Kiro is already old school, but I enjoy prompting this way.

I hope you will consider giving a chance to Kiro, and let me know if you have better ideas on how to use the tool!

Read the full post

Top comments (0)