<?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: Johan Sulaiman</title>
    <description>The latest articles on DEV Community by Johan Sulaiman (@jsulaiman).</description>
    <link>https://dev.to/jsulaiman</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F677839%2Fadf561e9-f3fa-4e5b-8654-80781bea32ca.jpeg</url>
      <title>DEV Community: Johan Sulaiman</title>
      <link>https://dev.to/jsulaiman</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jsulaiman"/>
    <language>en</language>
    <item>
      <title>A One-Weekend AI Build Stack (and the day I finally made peace with IAM)</title>
      <dc:creator>Johan Sulaiman</dc:creator>
      <pubDate>Sun, 19 Jul 2026 23:25:39 +0000</pubDate>
      <link>https://dev.to/jsulaiman/a-one-weekend-ai-build-stack-and-the-day-i-finally-made-peace-with-iam-17fd</link>
      <guid>https://dev.to/jsulaiman/a-one-weekend-ai-build-stack-and-the-day-i-finally-made-peace-with-iam-17fd</guid>
      <description>&lt;p&gt;I spent this weekend finally joining the vibe coding revolution: not by writing much code — but building the thing that writes it.&lt;/p&gt;

&lt;p&gt;The shift: I stopped treating my AI tools as a smarter autocomplete and started treating them as a small team that hands work to each other. One prompt in plain English, and the "how" runs itself.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Weekend #1 stack
&lt;/h2&gt;

&lt;p&gt;Here's the actual wiring from two sessions (~10 hours, 158 shell runs, 12 tools stitched together):&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F38i23v8vcpwi7vz4g52z.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F38i23v8vcpwi7vz4g52z.png" alt=" " width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;You → Claude Code (orchestrator).&lt;/strong&gt; Plans, runs the shell, writes files, and drives a real browser to verify its own work.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Local agent mesh.&lt;/strong&gt; A local Qwen 2.5 model via Ollama, Cline inside VS Code, and a GitHub MCP server bridging the repo over Docker.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Code &amp;amp; cloud.&lt;/strong&gt; A Vue web app on a staging environment, backed by AWS Amplify + DynamoDB (and, yes, IAM).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data platform.&lt;/strong&gt; A Python pipeline → DuckDB → Metabase dashboards.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cross-cutting.&lt;/strong&gt; An always-on monitor + architecture-hygiene dashboard (LaunchAgent), and persistent memory files so context carries from one session to the next — I'm not re-explaining myself every morning.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The funny part: IAM
&lt;/h2&gt;

&lt;p&gt;I have &lt;em&gt;always&lt;/em&gt; hated IAM. Users, roles, policies, access keys — historically my cue to throw my hands up and quietly give up on whatever I was building.&lt;/p&gt;

&lt;p&gt;This weekend I ran &lt;code&gt;amplify pull&lt;/code&gt; and the whole thing — user, profile, policies, access keys — came up correctly in minutes. Even the scary &lt;strong&gt;"owners may reassign ownership"&lt;/strong&gt; warning didn't send me running. After years of that being my wall, it just… wasn't. A genuine 0→1 for me.&lt;/p&gt;

&lt;p&gt;That's the real story of "productivity" here. It's not that I type faster. It's that the tasks I used to avoid — the ones that quietly killed projects before they started — are now approachable. The ceiling moved because the floor did.&lt;/p&gt;

&lt;h2&gt;
  
  
  Up next
&lt;/h2&gt;

&lt;p&gt;Autonomous agents that build and self-improve on these projects, so the loop closes without me holding every thread. Curious, and a little cautious, about what that changes. Or a one-stop social media posting engine. Or a 3-way orchestration between ChatGPT, Claude, and my localLLM, to maintain my vibe coding momentum even when I hit token usage limits.&lt;/p&gt;

&lt;p&gt;What's the task you've always avoided that AI finally made approachable?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>devops</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
