<?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: Miki</title>
    <description>The latest articles on Forem by Miki (@_fc47906375435dd06329).</description>
    <link>https://forem.com/_fc47906375435dd06329</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%2F3667964%2F9d48e5e5-e031-47be-a421-1c593c1de545.png</url>
      <title>Forem: Miki</title>
      <link>https://forem.com/_fc47906375435dd06329</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/_fc47906375435dd06329"/>
    <language>en</language>
    <item>
      <title>I decided to study AWS and AI in English!</title>
      <dc:creator>Miki</dc:creator>
      <pubDate>Thu, 26 Feb 2026 14:28:03 +0000</pubDate>
      <link>https://forem.com/_fc47906375435dd06329/i-decided-to-study-aws-and-ai-in-english-397i</link>
      <guid>https://forem.com/_fc47906375435dd06329/i-decided-to-study-aws-and-ai-in-english-397i</guid>
      <description>&lt;p&gt;I'm a 3rd-year university student majoring in IT. But I cannot speak English.&lt;/p&gt;

&lt;p&gt;Even so, I want to learn English and Information technology.&lt;/p&gt;

&lt;p&gt;That's why I decided to start writing articles about AWS and AI in English, even if I make some grammar mistakes.&lt;/p&gt;

&lt;p&gt;Nice to meet you all!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>learning</category>
    </item>
    <item>
      <title>How I directed 3 AI Agents to build a Kakeibo App (No-Code Journey)</title>
      <dc:creator>Miki</dc:creator>
      <pubDate>Thu, 18 Dec 2025 03:49:49 +0000</pubDate>
      <link>https://forem.com/_fc47906375435dd06329/how-i-directed-3-ai-agents-to-build-a-kakeibo-app-no-code-journey-22d0</link>
      <guid>https://forem.com/_fc47906375435dd06329/how-i-directed-3-ai-agents-to-build-a-kakeibo-app-no-code-journey-22d0</guid>
      <description>&lt;p&gt;&lt;strong&gt;Hello World!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;My name is Miki, and I’m a developer from Japan. I’m currently learning English, so please forgive any mistakes.&lt;/p&gt;

&lt;p&gt;I don’t write code manually, and I don’t have deep knowledge of Python or JavaScript. Still, today I want to share how I built a &lt;strong&gt;fully functional Kakeibo (budgeting) app&lt;/strong&gt; by acting as a &lt;strong&gt;“manager” for three different AI agents&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  The AI Stack I Used
&lt;/h2&gt;

&lt;p&gt;Instead of writing code line by line, I managed a workflow using multiple AI tools:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Kiro&lt;/strong&gt; — Requirements and design (Product Manager)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Codex&lt;/strong&gt; — Code generation (Junior Engineer)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google Antigravity&lt;/strong&gt; — Bug fixing and backend integration (Senior Engineer)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I didn’t code. I coordinated.&lt;/p&gt;




&lt;h2&gt;
  
  
  Step 1: The Plan (Kiro)
&lt;/h2&gt;

&lt;p&gt;I didn’t start by guessing. I used &lt;strong&gt;Kiro&lt;/strong&gt; as my Product Manager.&lt;/p&gt;

&lt;p&gt;Kakeibo is a Japanese method of mindful spending, so the challenge was translating that cultural idea into technical requirements.&lt;/p&gt;

&lt;p&gt;I told Kiro:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“I want a Kakeibo app that tracks needs vs. wants.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Kiro created clear &lt;strong&gt;user stories&lt;/strong&gt; and a &lt;strong&gt;detailed task list&lt;/strong&gt; for the app.&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%2Fvhn0awhefzd5ti47py7j.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%2Fvhn0awhefzd5ti47py7j.png" alt="Kiro AI acting as Product Manager planning Kakeibo app requirements" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Step 2: The Build (Codex)
&lt;/h2&gt;

&lt;p&gt;Next, I took the task list from Kiro and gave it to &lt;strong&gt;Codex&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Codex generated the code automatically. Based on the project structure, it used &lt;strong&gt;React, Next.js, and TypeScript&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I didn’t modify the code myself. My role was simply to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Copy tasks from Kiro&lt;/li&gt;
&lt;li&gt;Paste them into Codex&lt;/li&gt;
&lt;li&gt;Organize the generated files&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I acted as the bridge between planning and implementation.&lt;/p&gt;




&lt;h2&gt;
  
  
  Step 3: The Hard Part (Google Antigravity)
&lt;/h2&gt;

&lt;p&gt;Connecting the backend was the hardest part for me.&lt;/p&gt;

&lt;p&gt;I wanted to use &lt;strong&gt;Firebase with Google Authentication&lt;/strong&gt;, but I kept running into configuration errors and SDK issues.&lt;/p&gt;

&lt;p&gt;This is where &lt;strong&gt;Google Antigravity&lt;/strong&gt; helped.&lt;/p&gt;

&lt;p&gt;Because it has &lt;em&gt;agentic&lt;/em&gt; capabilities, it didn’t just give advice. It:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Planned the backend implementation&lt;/li&gt;
&lt;li&gt;Explained how the SDKs work together&lt;/li&gt;
&lt;li&gt;Fixed configuration and authentication errors step by step&lt;/li&gt;
&lt;/ul&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%2Fsxlt98w9wdr8b0dqy60j.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%2Fsxlt98w9wdr8b0dqy60j.png" alt="Google Antigravity AI Agent planning Firebase authentication" width="800" height="450"&gt;&lt;/a&gt; &lt;/p&gt;




&lt;h2&gt;
  
  
  The Result
&lt;/h2&gt;

&lt;p&gt;After letting the agents do their work, I ended up with a &lt;strong&gt;working application&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Google login&lt;/li&gt;
&lt;li&gt;Budget tracking based on the Kakeibo method&lt;/li&gt;
&lt;li&gt;A simple and clear dashboard&lt;/li&gt;
&lt;/ul&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%2Faq64eq5udpl50jhev7qc.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%2Faq64eq5udpl50jhev7qc.png" alt="Kakeibo App Dashboard built by AI" width="800" height="450"&gt;&lt;/a&gt;&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%2F5dqwzk9rzzkicdqxbtia.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%2F5dqwzk9rzzkicdqxbtia.png" alt="Kakeibo App Dashboard built by AI" width="800" height="450"&gt;&lt;/a&gt;&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%2Fykq9crgpbj1fzysjbjri.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%2Fykq9crgpbj1fzysjbjri.png" alt="Kakeibo App Dashboard built by AI" width="800" height="450"&gt;&lt;/a&gt;&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%2Fvhr5grwgktyk044ligna.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%2Fvhr5grwgktyk044ligna.png" alt="Kakeibo App Dashboard built by AI" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;I believe the future of coding is &lt;strong&gt;not writing syntax&lt;/strong&gt;, but &lt;strong&gt;orchestrating intelligent agents&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I’m still learning English, and I’m still exploring how to build products with AI.&lt;br&gt;&lt;br&gt;
If you have any advice about my workflow—or my English—I’d love to hear it.&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>antigravity</category>
      <category>kiro</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
