<?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>DEV Community: Paduma</title>
    <description>The latest articles on DEV Community by Paduma (@brook94).</description>
    <link>https://dev.to/brook94</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%2F3769865%2F3e02703b-0583-44f4-ad3a-707d17131e47.png</url>
      <title>DEV Community: Paduma</title>
      <link>https://dev.to/brook94</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/brook94"/>
    <language>en</language>
    <item>
      <title>Day 2: I Didn't Write Any Code Today (And That's the Point)</title>
      <dc:creator>Paduma</dc:creator>
      <pubDate>Thu, 05 Mar 2026 16:02:15 +0000</pubDate>
      <link>https://dev.to/brook94/day-2-i-didnt-write-any-code-today-and-thats-the-point-1bg3</link>
      <guid>https://dev.to/brook94/day-2-i-didnt-write-any-code-today-and-thats-the-point-1bg3</guid>
      <description>&lt;p&gt;Let me be completely honest: &lt;strong&gt;I didn't write a single line of code for OpenOlex. Not today, not yesterday. The AI (Kiro) wrote 98-100% of it.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;So what did I actually do? And why am I even sharing this?&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Actually Did
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Clarified What OpenOlex Is
&lt;/h3&gt;

&lt;p&gt;The project kept drifting. "AI controls everything" → "Cross-device orchestration" → back to the original idea.&lt;/p&gt;

&lt;p&gt;I spent time defining: &lt;strong&gt;OpenOlex is the MCP protocol's physical world interface.&lt;/strong&gt; Not a robot. Not an app. Just infrastructure—a bridge between MCP and IoT devices.&lt;br&gt;
I spent time defining: &lt;strong&gt;&lt;a href="https://github.com/paduma/openolex" rel="noopener noreferrer"&gt;OpenOlex&lt;/a&gt; is the &lt;a href="https://modelcontextprotocol.io/" rel="noopener noreferrer"&gt;MCP protocol&lt;/a&gt;'s physical world interface.&lt;/strong&gt; Not a robot. Not an app. Just infrastructure—a bridge between MCP and IoT devices. bridge between MCP and IoT devices.&lt;br&gt;
This clarity matters because it determines what gets built.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Decided: Tests Over Features
&lt;/h3&gt;

&lt;p&gt;Day 1 had 45% test coverage. I could have told the AI to build more features. Instead, I said: "Write comprehensive tests for MQTT Broker and Gateway."&lt;/p&gt;

&lt;p&gt;Result: 56% coverage, found a data loss bug, cleaned up 51 ESLint warnings.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The AI wrote all the tests. I made the decision that tests were more important than features today.&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Reviewed What Got Built
&lt;/h3&gt;

&lt;p&gt;I read through the test code. I checked the coverage reports. I verified the architecture still makes sense.&lt;/p&gt;

&lt;p&gt;I didn't write it, but I'm responsible for it.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Uncomfortable Truth
&lt;/h2&gt;

&lt;p&gt;98-100% of the code is AI-generated. Here's what that means:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What the AI does:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Writes all TypeScript code&lt;/li&gt;
&lt;li&gt;Implements all tests&lt;/li&gt;
&lt;li&gt;Fixes all bugs&lt;/li&gt;
&lt;li&gt;Handles all the "coding"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What I do:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Identify gaps in the industry (MCP needs physical world interface)&lt;/li&gt;
&lt;li&gt;Define the project vision and positioning&lt;/li&gt;
&lt;li&gt;Make priority decisions (features vs quality)&lt;/li&gt;
&lt;li&gt;Review and validate what gets built&lt;/li&gt;
&lt;li&gt;Make architectural choices&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Is this "real" software development? I don't know. But it's fast, and the code quality is actually good.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Share This?
&lt;/h2&gt;

&lt;p&gt;Because I think this is going to be normal soon, and we should talk about it honestly.&lt;/p&gt;

&lt;p&gt;Most "I built X with AI" posts hide how much AI did. They make it sound like the human wrote most of the code and AI just "helped."&lt;/p&gt;

&lt;p&gt;That's not what's happening here. The AI is doing the heavy lifting. I'm doing something else—something closer to product management + architecture.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The question I'm exploring&lt;/strong&gt;: If AI can write all the code, what's the human's actual value?&lt;/p&gt;

&lt;p&gt;My current answer: &lt;strong&gt;Decisions and direction.&lt;/strong&gt; The AI can implement anything, but it can't decide what's worth building or why.&lt;/p&gt;




&lt;h2&gt;
  
  
  Day 2 Numbers
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Test coverage: 45% → 56%&lt;/li&gt;
&lt;li&gt;ESLint warnings: 51 → 0&lt;/li&gt;
&lt;li&gt;Lines of code I wrote: 0&lt;/li&gt;
&lt;li&gt;Lines of code AI wrote: ~2000&lt;/li&gt;
&lt;li&gt;Time spent: Defining direction, reviewing output, making decisions&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;Day 3: Storage abstraction layer, session management, push toward 60% coverage.&lt;/p&gt;

&lt;p&gt;The AI will write it. I'll decide what and why.&lt;/p&gt;




&lt;h2&gt;
  
  
  About This Experiment
&lt;/h2&gt;

&lt;p&gt;I'm building OpenOlex in public over 21 days using AI tools. It's open source. It's 100% AI-generated code.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why?&lt;/strong&gt; To see what happens when you let AI do all the coding and focus entirely on decisions and direction.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Follow along:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.linkedin.com/in/alexacademy/" rel="noopener noreferrer"&gt;LinkedIn - Alex Academy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/paduma/openolex" rel="noopener noreferrer"&gt;GitHub - OpenOlex&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Day 2 of 21: Zero code written. All decisions made.&lt;/em&gt; 🤖&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Real question&lt;/strong&gt;: Is this still "software development"? Or is it something new? I genuinely don't know, but I'm documenting the journey. 👇&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>productivity</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
