agentic ai
-
Using aws-vault to manage access to your AWS resources from Kiro CLI
Feb 19, 2026 | 8 minute read
As we say at AWS, security is our top priority. This is why I have been spending time thinking about how to manage what our agentic AI tools can do. After publishing a previous post on this topic (Getting Kiro CLI to use short lived AWS credentials), this post takes a look at another approach you can take. Vincent reminded me about an awesome open source tool called aws-vault that helps developers move to using short lived, temporary credentials.
-
Getting Kiro CLI to use short lived AWS credentials
Feb 19, 2026 | 10 minute read
Agentic AI tools like Kiro IDE and Kiro CLI are pretty awesome. You provide the right context, the right prompt, and away they will go. After a period of time, you can now review the output. Early on developers understood the power, but also the potential harm that could be cause (and we began to read stories like this one. Most developer tools now provide capabilities that allow you as a developer to have fine grain control of what they can and more importantly, should never do.
-
Implementing an agentic player coach workflow with Kiro CLI subagents
Jan 9, 2026 | 8 minute read
Edition #216 - November 2025 Over the Christmas period I spent some of my down time catching up on blog posts and open source projects that I had bookmarked to “read later”. I have been interested in learning about opinionated workflows that use agentic tools like Kiro CLI to generate better output. One of those projects looked at how you can improve the output from agentic tools through something called player/coach (I think it might be similar to the actor/critic method that I used back in the reinforcement learning days of Deep Racer).