Hello folks! I've been working on Kiro for nearly a year now. Happy to chat about some of the things that make it unique in the IDE space. We've added a few powerful things that I think make it a bit different from other similar AI editors. In specific, I'm really proud of "spec driven development", which is based on the internal processes that software development teams at Amazon use to build very large technical pr…
> It's a fairly extensive codebase for an infinite crafting game, almost 95% AI coded, thanks to the power of Kiro: https://github.com/kirodotdev/spirit-of-kiro This, along with the "CHALLENGE.md" and "ROADMAP.md" document, is an incredibly cool way to show off your project and to give people a playground to use to try it out. The game idea itself is pretty interesting too. It would be awesome if I ... didn't have to…
Kiro: A new agentic IDE
211–220 of 498 posts
Re: Kiro: A new agentic IDE
#212Earlier quoted context omitted.
Why build an editor and not a CLI. VS code is really slow for me and I would have preferred a CLI.
They already have a CLI that is similar to Claude Code: Amazon Q CLI, you can download it here: https://github.com/aws/amazon-q-developer-cli It actually has a pretty decent free tier, and maybe the subscription is better value than Claude Code, but hard to tell.
Re: Kiro: A new agentic IDE
#213Earlier quoted context omitted.
Hello! What is the connection with AWS? Do you work for AWS? Is this going to be some official AWS product, backed by Amazon Q or Bedrock?
Kiro is created by an AWS team, and originates from AWS expertise. We are using Kiro internally as one of our recommended tools for development within AWS (and Amazon). So Kiro is an official AWS product, however, we are also keeping it slightly separated from the rest of core AWS. For example, you can use Kiro without having any AWS account at all. Kiro has social login through Google and GitHub. Basically, Kiro is…
Re: Kiro: A new agentic IDE
#214Earlier quoted context omitted.
While I like the product, implementation could be better. Kiro is sitting idle with Helper Plugin using a shitload of CPU for no reason.
Having ten "Electron Helper (Plugin)" eat a GB of RAM each on idle is the premier desktop experience nowadays. We can't have native apps any more: we don't know how to build them.
Re: Kiro: A new agentic IDE
#215Earlier quoted context omitted.
You will be happy to find out that Kiro is quite good at this! One of my favorite features is "Steering Rules". Kiro can help you write steering rules for your projects, and the steering rules that it auto generates are actually super great for large projects. You can see some examples of auto generated steering files here in one of my open source projects: https://github.com/kirodotdev/spirit-of-kiro/tree/main/.kiro…
“I really don’t want to do X” “Kirk is actually quite good at this: you just have to do X” “…”
Kiro will do it for you automatically.
Re: Kiro: A new agentic IDE
#216Earlier quoted context omitted.
And with atom you mean Notepad++ with extra tools slapped on top?
To be fair, npp is not using electron. Atom is.
Re: Kiro: A new agentic IDE
#217Earlier quoted context omitted.
Seems like Amazon started making this when Cursor was hot in the market, but now that CLI agents like Claude Code are taking over, Kiro will have an uphill battle. It’s also not free or unlimited (though throttled) like Cursor and Claude Code using max plan.
I think IDE-based tools like Cursor, VS Code, etc, will win out in the long term, especially as the younger generation grows up. In the short term though, I think CLI-based tools like Claude Code are taking off because hardcore developers see them as the last "vestige" they have in separating themselves from the "noobs." They know there's still a good portion of the public who don't know how to use the terminal, inst…
Re: Kiro: A new agentic IDE
#218Re: Kiro: A new agentic IDE
#219Re: Kiro: A new agentic IDE
#220Hello folks! I've been working on Kiro for nearly a year now. Happy to chat about some of the things that make it unique in the IDE space. We've added a few powerful things that I think make it a bit different from other similar AI editors. In specific, I'm really proud of "spec driven development", which is based on the internal processes that software development teams at Amazon use to build very large technical pr…
How much are you using Kiro to improve itself? 100% of the time? 10% of the time? Never?