<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Md Athar</title>
    <description>The latest articles on Forem by Md Athar (@md_athar_69a4ebb7c8a90cfe).</description>
    <link>https://forem.com/md_athar_69a4ebb7c8a90cfe</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3648449%2F2c802317-d682-4844-a964-b02e38320b87.png</url>
      <title>Forem: Md Athar</title>
      <link>https://forem.com/md_athar_69a4ebb7c8a90cfe</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/md_athar_69a4ebb7c8a90cfe"/>
    <language>en</language>
    <item>
      <title>Gemini CLI Is My Weirdest AI Productivity Hack?</title>
      <dc:creator>Md Athar</dc:creator>
      <pubDate>Thu, 05 Mar 2026 20:57:17 +0000</pubDate>
      <link>https://forem.com/md_athar_69a4ebb7c8a90cfe/gemini-cli-is-my-weirdest-ai-productivity-hack-164j</link>
      <guid>https://forem.com/md_athar_69a4ebb7c8a90cfe/gemini-cli-is-my-weirdest-ai-productivity-hack-164j</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg6ynk7ok6be49zwkcir4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg6ynk7ok6be49zwkcir4.png" alt=" " width="800" height="377"&gt;&lt;/a&gt; &lt;br&gt;
I use a lot of AI tools—coding like copilot, agents, chat tools, and IDE integrations. But one tool somehow became one of the most used parts of my workflow: Gemini CLI.&lt;/p&gt;

&lt;p&gt;What started as curiosity turned into something much bigger. Over time I began using it for everything: setting up repositories, writing documentation, generating architecture plans, and even running multiple AI “workers” from different terminal tabs. At some point, it stopped feeling like just another AI tool and started feeling more like an experimental productivity engine.&lt;/p&gt;

&lt;p&gt;In This Article I'll talk about &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The strange reason Gemini CLI never seems to hit limits for me&lt;/li&gt;
&lt;li&gt;My workflow of running multiple AI terminals at once&lt;/li&gt;
&lt;li&gt;How I generate architecture docs and MVP plans in minutes&lt;/li&gt;
&lt;li&gt;A crazy experiment where I generated dozens of projects automatically&lt;/li&gt;
&lt;li&gt;The story of building a working CLI tool in 2.5 hours&lt;/li&gt;
&lt;li&gt;Things Gemini CLI does better than most AI coding tools&lt;/li&gt;
&lt;li&gt;And a few things that seriously need improvement&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  How I Started Using Gemini CLI
&lt;/h2&gt;

&lt;p&gt;When I first heard about Gemini CLI, two things stood out:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A very large context window&lt;/li&gt;
&lt;li&gt;A generous usage model compared to many other AI tools&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Naturally, I wanted to test it.&lt;/p&gt;

&lt;p&gt;What surprised me the most was something unexpected. While testing it with friends, they would often hit usage limits relatively quickly—sometimes after around a hundred requests. Meanwhile,** my sessions kept going. I could continue making requests, generating code, and experimenting without running into token limits. **  It's the same even now 😭&lt;/p&gt;

&lt;p&gt;Friends joked that I was somehow exploiting Gemini CLI and that someone from Google team would eventually reach out to me for my weird use cases.&lt;/p&gt;

&lt;p&gt;I still don’t know why that happened, but it gave me the freedom to experiment with some unusual workflows.&lt;/p&gt;
&lt;h2&gt;
  
  
  One Instruction Repository Setup
&lt;/h2&gt;

&lt;p&gt;One of the first practical uses I discovered was using Gemini CLI to set up entire project repositories with a single instruction.&lt;/p&gt;

&lt;p&gt;Normally, starting a project involves a lot of repetitive setup:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;creating folders&lt;/li&gt;
&lt;li&gt;configuring dependencies&lt;/li&gt;
&lt;li&gt;setting up linting and formatting&lt;/li&gt;
&lt;li&gt;writing base documentation&lt;/li&gt;
&lt;li&gt;preparing project architecture&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;With Gemini CLI, I started doing something much simpler. I would give it one instruction describing the project and the development stack, and it would generate the entire project scaffold.&lt;/p&gt;

&lt;p&gt;This includes directory structure, configuration files, dependencies, and even initial documentation. Instead of spending time on boilerplate setup, I can immediately start focusing on the actual idea.&lt;/p&gt;
&lt;h2&gt;
  
  
  My Multi-Terminal Gemini Workflow
&lt;/h2&gt;

&lt;p&gt;One of the most unusual ways I use Gemini CLI is by running multiple sessions simultaneously.&lt;/p&gt;

&lt;p&gt;Instead of relying on a single AI interaction, I open several terminal tabs and assign different responsibilities to each one. Each session acts like a separate worker focused on a specific task.&lt;/p&gt;

&lt;p&gt;For example:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;one session generates system architecture

another handles frontend implementation

another builds backend logic

another writes documentation
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;All of these run at the same time.&lt;/p&gt;

&lt;p&gt;It feels a little chaotic, but it also dramatically speeds up development. Instead of waiting for one step to finish before starting the next, everything progresses in parallel.&lt;/p&gt;

&lt;h3&gt;
  
  
  My Implementation Plan System
&lt;/h3&gt;

&lt;p&gt;To make this workflow manageable, I usually start by generating an implementation plan.&lt;/p&gt;

&lt;p&gt;These plans break the project into smaller steps and tasks. I store them as files such as:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;implementation-1.4.md
implementation-1.5.md

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Each file contains:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;implementation steps&lt;/li&gt;
&lt;li&gt;expected outputs&lt;/li&gt;
&lt;li&gt;technical constraints&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Once these plans are ready, I distribute tasks across multiple Gemini CLI sessions. One session might &lt;strong&gt;implement step 1.4,&lt;/strong&gt; another &lt;strong&gt;step 1.5,&lt;/strong&gt; and another writes documentation explaining both.&lt;/p&gt;

&lt;p&gt;This structured approach turns Gemini CLI into something that feels surprisingly close to a small development team.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Use Gemini CLI for Documentation
&lt;/h2&gt;

&lt;p&gt;Another place where Gemini CLI shines is documentation.&lt;/p&gt;

&lt;p&gt;I frequently use it to generate:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;README files&lt;/li&gt;
&lt;li&gt;architecture documentation&lt;/li&gt;
&lt;li&gt;MVP planning documents&lt;/li&gt;
&lt;li&gt;project explanation guides&lt;/li&gt;
&lt;li&gt;system diagrams and architecture descriptions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because the context window is large, I can provide the full project structure and ask it to generate complete documentation around it.&lt;/p&gt;

&lt;p&gt;Some friends even asked how I was able to produce so many structured docs without constantly hitting AI limits. At the time I didn’t reveal the tool, but the answer was simple: Gemini CLI.&lt;/p&gt;

&lt;h3&gt;
  
  
  Research and Package Discovery
&lt;/h3&gt;

&lt;p&gt;One capability that stands out compared to many AI coding agents is research.&lt;/p&gt;

&lt;p&gt;Many tools struggle when asked to find the right libraries, frameworks, or documentation. They often suggest outdated packages or incomplete solutions.&lt;/p&gt;

&lt;p&gt;Gemini CLI performs much better in these scenarios, likely because it leverages the broader search ecosystem connected to Google.&lt;/p&gt;

&lt;p&gt;When I ask it to find a package, evaluate libraries, or read documentation to determine the correct dependency, it tends to produce much more reliable results.&lt;/p&gt;

&lt;p&gt;This is particularly useful when setting up new stacks or integrating unfamiliar tools.&lt;/p&gt;

&lt;h2&gt;
  
  
  Now few cool stories I have with Gemini cli
&lt;/h2&gt;

&lt;h3&gt;
  
  
  The 40-Project Experiment
&lt;/h3&gt;

&lt;p&gt;One of the first major experiments I tried with Gemini CLI was intentionally extreme.&lt;/p&gt;

&lt;p&gt;I found a repository on GitHub containing around fifty small web development projects. Instead of building them manually, I selected forty of those projects and asked Gemini CLI to analyse them and generate new versions inspired by them.&lt;/p&gt;

&lt;p&gt;The instruction was simple: use the existing projects as inspiration but rewrite them with modifications, improved functions, and additional features.&lt;/p&gt;

&lt;p&gt;The process ran for several hours. When it finished, Gemini CLI had produced roughly forty projects with altered logic and added functionality.&lt;/p&gt;

&lt;p&gt;They were not perfect, and some contained bugs, but a surprisingly large portion worked correctly. For me, this experiment demonstrated how powerful AI-assisted code generation could become when given sufficient context.&lt;/p&gt;

&lt;h3&gt;
  
  
  Rewriting Full-Stack Projects
&lt;/h3&gt;

&lt;p&gt;After seeing the results of the first experiment, I tried something more difficult.&lt;/p&gt;

&lt;p&gt;This time I found a repository containing multiple full-stack projects built with the MERN stack. I selected ten of those projects and asked Gemini CLI to analyze and rewrite them with structural modifications.&lt;/p&gt;

&lt;p&gt;Again, the results were not flawless, but many applications ran successfully with minimal adjustments. The fact that such large transformations could be generated automatically was impressive.&lt;/p&gt;

&lt;h3&gt;
  
  
  Building a Hackathon Project in Two and a Half Hours
&lt;/h3&gt;

&lt;p&gt;One of my most memorable uses of Gemini CLI happened during a hackathon organized by Major League Hacking.&lt;/p&gt;

&lt;p&gt;The challenge involved using MongoDB alongside Gemini.&lt;/p&gt;

&lt;p&gt;I didn’t have much time to code, so I decided to rely heavily on Gemini CLI. The project I built was a tool called GitWhisperer.&lt;/p&gt;

&lt;p&gt;The idea behind it was simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;store commit messages in MongoDB&lt;/li&gt;
&lt;li&gt;analyze commits using the Gemini API&lt;/li&gt;
&lt;li&gt;generate summaries of development progress&lt;/li&gt;
&lt;li&gt;automatically create demo explanations for completed projects&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Gemini CLI helped design the architecture, structure the CLI application, and implement the functionality. The entire project was completed in roughly two and a half hours.&lt;/p&gt;

&lt;p&gt;For a working command-line tool connected to external APIs, that speed was remarkable.&lt;/p&gt;

&lt;h2&gt;
  
  
  Now, Things I Think it Could Improve
&lt;/h2&gt;

&lt;p&gt;Even though Gemini CLI is extremely useful, there are still areas where improvements would make it significantly better.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;One limitation is the lack of straightforward image input support. Being able to pass screenshots, diagrams, or UI images directly into the CLI workflow would help with debugging and interface design.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Another issue is code visibility. Sometimes the CLI shows only partial code changes until they are approved. It would be helpful to preview the entire generated code before applying modifications.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Session management is another area that could be improved. Currently, sessions often need to be saved manually. Automatic session recovery and resume functionality would make long development sessions more reliable.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Performance could also be better. Installation can be resource-heavy, and even simple tasks sometimes require significant memory. A more lightweight implementation—possibly built with languages such as Go or Rust—could improve efficiency.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I Still Use It Every Day?
&lt;/h2&gt;

&lt;p&gt;Despite these issues, Gemini CLI has become one of my favorite tools.&lt;/p&gt;

&lt;p&gt;I regularly use it for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;documentation generation&lt;/li&gt;
&lt;li&gt;architecture planning&lt;/li&gt;
&lt;li&gt;repository setup&lt;/li&gt;
&lt;li&gt;research and package discovery&lt;/li&gt;
&lt;li&gt;rapid prototyping&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;More than anything, it enables experimentation. Running several sessions simultaneously and assigning different tasks makes development feel surprisingly dynamic.&lt;/p&gt;

&lt;p&gt;It sometimes feels less like using a single AI assistant and more like coordinating a small team of automated developers.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;AI tools often try to replace existing workflows. Gemini CLI fits differently into the process.&lt;/p&gt;

&lt;p&gt;Instead of replacing the workflow, it becomes an extension of it.&lt;/p&gt;

&lt;p&gt;For me, it has turned into a flexible system for experimentation, automation, and rapid idea exploration. If you enjoy building things quickly and experimenting with AI-assisted development, it is definitely a tool worth trying.&lt;/p&gt;

</description>
      <category>gemini</category>
      <category>google</category>
      <category>ai</category>
    </item>
    <item>
      <title>Kiro Somehow Replaced My Favourite CLI Overnight</title>
      <dc:creator>Md Athar</dc:creator>
      <pubDate>Fri, 05 Dec 2025 19:13:31 +0000</pubDate>
      <link>https://forem.com/md_athar_69a4ebb7c8a90cfe/kiro-somehow-replaced-my-favourite-cli-overnight-384b</link>
      <guid>https://forem.com/md_athar_69a4ebb7c8a90cfe/kiro-somehow-replaced-my-favourite-cli-overnight-384b</guid>
      <description>&lt;p&gt;When AWS announced that Kiro is officially GA (Nov 17, 2025), I figured I’d skim the release notes, bookmark a few things, and play with the new toys over the weekend.&lt;/p&gt;

&lt;p&gt;Yeah… that didn’t happen.&lt;br&gt;
Because within a few hours, Kiro casually replaced one of my favorite CLIs ever — and I didn’t even see it coming.&lt;/p&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;h3&gt;
  
  
  Kiro : More Than Just Another Update
&lt;/h3&gt;

&lt;p&gt;**&lt;br&gt;
I’ve been a fan of Kiro for a while now — the vibe-coding experience, the spec-driven workflow, the smooth MCP integration, and those clever hooks that make everything feel almost alive.&lt;/p&gt;

&lt;p&gt;But the GA release introduced something new that immediately stood out:&lt;/p&gt;

&lt;p&gt;The brand-new Kiro CLI.&lt;/p&gt;

&lt;p&gt;And not just as a standalone tool — it’s deeply woven into the Kiro IDE in a way that makes both feel smarter together.&lt;/p&gt;

&lt;p&gt;Naturally, I planned to take it for a spin later.&lt;br&gt;
Naturally, AWS had other plans for me.&lt;/p&gt;

&lt;h3&gt;
  
  
  😄Goodbye Q CLI… Hello Kiro CLI
&lt;/h3&gt;

&lt;p&gt;While jumping through the docs, I noticed one line that made me blink twice:&lt;/p&gt;

&lt;p&gt;Kiro CLI now replaces the Amazon Q Developer CLI.&lt;/p&gt;

&lt;p&gt;Yep.&lt;br&gt;
My go-to CLI — the one I’ve used day in, day out — was quietly swapped out for… another one of my favourite dev tools.&lt;/p&gt;

&lt;p&gt;Honestly?&lt;br&gt;
It felt like my IDE had staged a friendly coup.&lt;/p&gt;

&lt;p&gt;⚡ The Upgrade Took Exactly One Command&lt;/p&gt;

&lt;p&gt;If you’re already logged in to the Q CLI, upgrading is hilariously simple:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;q update&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;That’s it. One command.&lt;br&gt;
A second later, my entire dev environment was reborn as the Kiro CLI.&lt;/p&gt;

&lt;p&gt;No broken configs.&lt;br&gt;
No re-auth headaches.&lt;br&gt;
Even my existing MCP setups recognized Kiro instantly.&lt;/p&gt;

&lt;p&gt;AWS didn’t just ship an upgrade — they delivered a teleportation.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why This Matters: Kiro Isn’t Just a Tool, It’s a Shift
&lt;/h3&gt;

&lt;p&gt;Kiro isn’t just “a new AWS product.”&lt;br&gt;
It feels like AWS is leaning all the way into conversational, intelligent, context-aware development.&lt;/p&gt;

&lt;p&gt;And the secret sauce behind that shift?&lt;/p&gt;

&lt;h3&gt;
  
  
  Introducing Kiro Powers: The Feature That Changes Everything
&lt;/h3&gt;

&lt;p&gt;This is where things get wild.&lt;/p&gt;

&lt;p&gt;Modern AI tools have a big problem:&lt;br&gt;
They’re smart, but not smart enough about your actual tools, frameworks, and workflows.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;❌ Without context, AI agents guess&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;They don’t automatically know:&lt;/p&gt;

&lt;p&gt;best practices for Stripe checkout&lt;/p&gt;

&lt;p&gt;connection pooling patterns for Neon&lt;/p&gt;

&lt;p&gt;how to structure Supabase calls&lt;/p&gt;

&lt;p&gt;when to use idempotent keys&lt;/p&gt;

&lt;p&gt;or what the “right” approach is for frameworks you don’t use every day&lt;/p&gt;

&lt;p&gt;So you end up debugging your AI instead of debugging your code.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;❌ With too much context, agents slow down&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Load 5 MCP servers?&lt;br&gt;
Congrats — your model now burns 50K+ tokens before writing a single line of code.&lt;/p&gt;

&lt;p&gt;Your agent becomes “smart but sluggish,” drowning in irrelevant tool definitions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;❌ And AI dev tools today feel… fragmented&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Claude Skills here.&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Cursor rules there.&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;MCP configs everywhere.&lt;/strong&gt;&lt;br&gt;
Dynamic tool loading in its own world.&lt;br&gt;
Switch IDEs? Redo part of it.&lt;/p&gt;

&lt;p&gt;Developers want one thing:&lt;/p&gt;

&lt;p&gt;“Just install Stripe and let my agent instantly know how to use Stripe correctly.”&lt;/p&gt;

&lt;p&gt;Not:&lt;br&gt;
“Configure eight different files across three clients and pray.”&lt;/p&gt;

&lt;p&gt;⚙️ Kiro Powers Fix All of This&lt;/p&gt;

&lt;p&gt;A Kiro power is basically:&lt;/p&gt;

&lt;p&gt;A bundle of tools, context, expertise, and best practices — loaded only when you need them.&lt;/p&gt;

&lt;p&gt;Like The Matrix, but for dev.&lt;/p&gt;

&lt;p&gt;A power includes:&lt;/p&gt;

&lt;p&gt;POWER.md — a steering brain that teaches the agent how to use the tool&lt;/p&gt;

&lt;p&gt;MCP configuration — all the actual tool endpoints&lt;/p&gt;

&lt;p&gt;Optional rules/hooks — behaviors and workflows&lt;/p&gt;

&lt;p&gt;And the magic trick?&lt;/p&gt;

&lt;p&gt;🟢 Powers load dynamically&lt;/p&gt;

&lt;p&gt;Mention “checkout”? Stripe power activates.&lt;br&gt;
Switch to “database”? Neon pops in, Stripe quietly steps away.&lt;br&gt;
Jump to “deploy”? Netlify steps up.&lt;/p&gt;

&lt;p&gt;Your context window stays clean.&lt;br&gt;
Your agent stays fast.&lt;br&gt;
Your tools feel alive.&lt;/p&gt;

&lt;h3&gt;
  
  
  Kiro launched with a seriously stacked partner lineup:
&lt;/h3&gt;

&lt;p&gt;Stripe&lt;/p&gt;

&lt;p&gt;Supabase&lt;/p&gt;

&lt;p&gt;Neon&lt;/p&gt;

&lt;p&gt;Figma&lt;/p&gt;

&lt;p&gt;Postman&lt;/p&gt;

&lt;p&gt;Netlify&lt;/p&gt;

&lt;p&gt;Datadog&lt;/p&gt;

&lt;p&gt;Dynatrace&lt;/p&gt;

&lt;p&gt;Strands&lt;/p&gt;

&lt;p&gt;Amazon Aurora&lt;br&gt;
…with more on the way.&lt;/p&gt;

&lt;p&gt;Plus the community has already started building:&lt;/p&gt;

&lt;p&gt;SaaS builder powers&lt;/p&gt;

&lt;p&gt;AWS CDK infrastructure powers&lt;/p&gt;

&lt;p&gt;Aurora DSQL helpers&lt;/p&gt;

&lt;p&gt;Instead of “finding the right MCP server,” you now just… install a power.&lt;/p&gt;

&lt;p&gt;Your agent becomes an expert instantly.&lt;/p&gt;

&lt;h3&gt;
  
  
  🧑‍💻 What This Means for Me (and Probably You)
&lt;/h3&gt;

&lt;p&gt;The moment Kiro CLI replaced Q CLI, I realized AWS wasn’t just iterating — they’re redefining the workflow.&lt;/p&gt;

&lt;p&gt;This is dev tooling that adapts to you.&lt;br&gt;
It listens. It loads context only when needed.&lt;br&gt;
It knows best practices out of the box.&lt;br&gt;
It makes agents feel more like collaborators rather than clever autocomplete.&lt;/p&gt;

&lt;p&gt;And honestly?&lt;/p&gt;

&lt;p&gt;It feels like the closest thing we have to a universal “developer brain” that plugs into your stack.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff9hcgtz9cr7m60j451tg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff9hcgtz9cr7m60j451tg.png" alt=" " width="800" height="254"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Wrapping Up
&lt;/h3&gt;

&lt;p&gt;I started the day thinking I’d casually test a new CLI.&lt;br&gt;
Instead, I watched one of my most-used tools transform into something smarter, faster, and genuinely exciting.&lt;/p&gt;

&lt;p&gt;Kiro GA isn’t just an AWS release.&lt;br&gt;
It’s a hint at where developer tooling is headed — unified context, dynamic intelligence, and agents that actually know what they’re doing.&lt;/p&gt;

&lt;p&gt;And re:Invent 2025?&lt;br&gt;
I’m suddenly way more curious about what surprises the Kiro team still has up their sleeve.&lt;/p&gt;

</description>
      <category>kiro</category>
      <category>cloud</category>
      <category>aws</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
