We need someone to compare the efficiency of these agent wrappers. They may use the same models, but not as efficiently as one another.
https://gosuevals.com/agents.html Is quite nice, there are also YouTube videos that do a deeper dive
Kiro: A new agentic IDE
231–240 of 498 posts
Re: Kiro: A new agentic IDE
#232Earlier quoted context omitted.
Not really, even at work I got to test couple different AI solutions and the experience is always slightly different, even if the editor is the same, for the most part. It's the tiny things like using the prompt template, or opening the panel. (I could, of course, make an attempt to customize the keybindings, but why bother when it changes so quickly.)
The entire idea that “I’m too cool to use an IDE” I find kind of dumb. I was using a Turbo C IDE in college in 1994, Visual Studio until 2019 and since then VSCode.
Re: Kiro: A new agentic IDE
#233Re: Kiro: A new agentic IDE
#234For anyone wondering, Amazon already offers an Agentic coding CLI similar to Claude Code: https://github.com/aws/amazon-q-developer-cli It has a pretty decent free tier, and maybe the subscription is better value than Claude Code, but hard to tell. It supports MCP as well. Amazon Q also has a VC Code and IntelliJ Idea plugin too, Kiro goes beyond what you can do as a plugin in VS Code though, similar to why Cursor ha…
Re: Kiro: A new agentic IDE
#235Earlier quoted context omitted.
“I really don’t want to do X” “Kirk is actually quite good at this: you just have to do X” “…”
At the prompt: "I have extensively used Copilot, Continue, Cursor, Cline, Aider, Roo Code, and Claude Code. I do not want to move my files over again for Kiro [even if it's as simple as dragging and dropping files]. Do it for me" Kiro will do it for you automatically.
Re: Kiro: A new agentic IDE
#236Earlier quoted context omitted.
Seems like social login isn't working for me on OSX. Just downloaded Kiro, clicked the Google option, allowed the app, and then get redirected back to http://localhost:3128/oauth/callback with an error "Error: AuthSSOServer: missing state".
Thanks for the report! I'll keep an eye on it. So far we aren't seeing any other reported issues, so it's possible that a browser extension, or something else in your setup is messing with the SSO flow. Redirect back to localhost:3128 is normal, that's where Kiro is watching for a callback, but the missing state is not normal. Something may have stripped the info out of the callback before it occurred, which is why I…
Then in Kiro I see "There was an error signing you in. Please try again.".
FWIW, I've tried GitHub & Google, in different browsers, on different networks.
Re: Kiro: A new agentic IDE
#237I am a heavy Jetbrains user, I never liked the idea of Cursor. I embraced Claude Code immediately when it came out.
Re: Kiro: A new agentic IDE
#238Re: Kiro: A new agentic IDE
#239So I'm glad there are more agentic dev tools coming out, but can we please stop making entirely new IDEs and start integrating as plugins to well-established (and some already paid for) IDEs we already use? Webstorm/other Jetbrains, VS Code, etc. It is a huge hassle to match my existing settings, which I've spent countless hours tweaking over the years, with a new editor that can't import them. :(
Re: Kiro: A new agentic IDE
#240Earlier quoted context omitted.
> 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…
Thanks a lot! I plan to fork the project and make a generic version that runs entirely locally using your GPU to do everything. My early tests ran pretty well on NVIDIA 5070. So that's next on my project list to open source in my free time. The only thing more fun that building an AI agent, is using it to build your own ideas!