Kiro-CLI
-
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).
-
Automating made easy with Kiro CLI
Dec 10, 2025 | 16 minute read
What are you automating with generative AI ? I have spoken at many events this year sharing how I see developers using AI coding assistants like Kiro and Kiro CLI. The top use case was debugging code, and I wrote about that in Debugging and troubleshooting issues with AI coding assistants. In this post I am going to talk about another very common use case, automation. I will share a couple of things that I found trivial to automate with the help of Kiro, but also some unexpected things I learned along the way.