On Fri, May 09, 2026 at 11:28 AM Jarkko Sakkinen <[email protected]> wrote: > Just for sake of understanding: > > What is "kiro" and is assisted-by the tag supposed to be used here?
Kiro is an AI-powered IDE built on top of Claude [1]. In this case, it helped with reasoning about the correctness of the fix, generating test cases to validate the change, and formalizing the commit message. I'm trying to follow the established guidelines for AI attribution in kernel contributions to maintain scientific integrity [2] ;-) On a more utopian note, it is likely that in a year or so there'll be research conducted into how AI-assisted development is influencing the changes to the kernel. My goal is to get into the habit of indicating that AI was used to increase the number of valid data points. [1] https://kiro.dev/ [2] https://docs.kernel.org/process/coding-assistants.html Gunnar

