<?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: maptonik</title>
    <description>The latest articles on DEV Community by maptonik (@maptonik).</description>
    <link>https://dev.to/maptonik</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%2F3727164%2F5826eeed-3235-4a4f-bcea-7f2705448313.png</url>
      <title>DEV Community: maptonik</title>
      <link>https://dev.to/maptonik</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maptonik"/>
    <language>en</language>
    <item>
      <title>Do You still think coding speed is the bottleneck?</title>
      <dc:creator>maptonik</dc:creator>
      <pubDate>Tue, 03 Feb 2026 04:00:20 +0000</pubDate>
      <link>https://dev.to/maptonik/do-you-think-coding-speed-is-a-bottleneck-51k4</link>
      <guid>https://dev.to/maptonik/do-you-think-coding-speed-is-a-bottleneck-51k4</guid>
      <description>&lt;p&gt;&lt;strong&gt;Coding Speed is not the Constraint. Context is.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;With Cursor, Windsurf, Roo Code, Claude Code, GitHub CoPilot, we are able to generate entire files, refactor codebases, and autocomplete faster than we could ever imaged. P&amp;amp;L leaders expects that speed will ripple across software development. Yet why haven't we seen ROI increases in most organizations?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Because the bottleneck has moved.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Those AI coding assistants improve the same thing: how quickly code gets written once you already know what you’re building.&lt;/p&gt;

&lt;p&gt;The actual constraint in software delivery is context -- the domain business domain context and enterprise proprietary knowledge.&lt;/p&gt;

&lt;p&gt;Commonly, the context required to work effectively are fragmented. API contracts live in one place, authentication rules in another. Business workflows exist as diagrams. Articles in Confluence are incomplete, mixed with outdated versions or scattered in different projects. Slack threads, Zoom meetings. Legacy code bases. The list goes on.&lt;/p&gt;

&lt;p&gt;Developers spend most time reconstructing, understanding the context than producing code. They require support from product managers. This cognitive overhead compounds with every new service, team, and dependency.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;With no sufficient context, it is hard if not possible to turn vibe coding into economic gains in enterprise software delivery pipelines.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Read more on my blog: &lt;a href="https://maptonik.hashnode.dev/coding-speed-is-not-the-constraint-context-is" rel="noopener noreferrer"&gt;https://maptonik.hashnode.dev/coding-speed-is-not-the-constraint-context-is&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>I built a RAG as a second brain</title>
      <dc:creator>maptonik</dc:creator>
      <pubDate>Tue, 27 Jan 2026 14:06:00 +0000</pubDate>
      <link>https://dev.to/maptonik/i-built-a-rag-as-a-second-brain-407a</link>
      <guid>https://dev.to/maptonik/i-built-a-rag-as-a-second-brain-407a</guid>
      <description>&lt;p&gt;I work in software development. On my typical day I go from meeting to meeting and review lots of API contracts and design diagrams. The other day I simply couldn't recall something in a group discussion (I guess my brain was overloaded).&lt;/p&gt;

&lt;p&gt;Then it hit me: Why don't I build an app to house all stuff I have gone through so I could ask it for anything whenever? Works like the Pensieve in Harry Potter Dumbledore stores and retrieves memories. 🧙‍♂️ 🪄 It is like my second brain.&lt;/p&gt;

&lt;p&gt;So I vibe-coded &lt;a href="https://second-brain-484821.web.app/" rel="noopener noreferrer"&gt;Second Brain&lt;/a&gt; -- a private #RAG to serve as a digital twin for your personal and/or professional knowledge base.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;-- User Account for Preview --
Username: demo@second-brain.com
Password: second-brain
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;If you are interested, here is &lt;a href="https://maptonik.hashnode.dev/second-brain-enters-public-preview" rel="noopener noreferrer"&gt;the blog&lt;/a&gt; on my story behind it. Check it out. All comments are welcome.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>rag</category>
      <category>showdev</category>
      <category>vibecoding</category>
    </item>
    <item>
      <title>Fully Autonomous Agentic Weather Reporting System</title>
      <dc:creator>maptonik</dc:creator>
      <pubDate>Thu, 22 Jan 2026 23:19:11 +0000</pubDate>
      <link>https://dev.to/maptonik/fully-autonomous-agentic-weather-reporting-system-f89</link>
      <guid>https://dev.to/maptonik/fully-autonomous-agentic-weather-reporting-system-f89</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/new-year-new-you-google-ai-2025-12-31"&gt;New Year, New You Portfolio Challenge Presented by Google AI&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  About Me
&lt;/h2&gt;

&lt;p&gt;Developer by heart and Product Manager in brain&lt;/p&gt;

&lt;h2&gt;
  
  
  Portfolio
&lt;/h2&gt;

&lt;p&gt;WHUT Weather Reporting System is a fully functional weather reporting platform that leverages Google Cloud AI and modern cloud-native technologies to fully autonomously generate, store, and deliver weather forecasts with text, audio narration, and visual imagery. The system uses a team of AI agents to create professional weather reports and serves them through a modern web interface, with no human intervention.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;System In action&lt;/strong&gt;: &lt;a href="https://weather-station-951067725786.us-central1.run.app" rel="noopener noreferrer"&gt;https://weather-station-951067725786.us-central1.run.app&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%2Fbk54s5itu0uxi2arlrns.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%2Fbk54s5itu0uxi2arlrns.png" alt="Landing Page"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;

&lt;/p&gt;
&lt;div class="ltag__cloud-run"&gt;
  &lt;iframe height="600px" src="https://weather-station-951067725786.us-central1.run.app"&gt;
  &lt;/iframe&gt;
&lt;/div&gt;




&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&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%2F1hvo91ya594mw0mbazmf.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%2F1hvo91ya594mw0mbazmf.png" alt="High-level System Architecture"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://maptonik.hashnode.dev/introducing-agentic-autonomous-weather-reporting-system" rel="noopener noreferrer"&gt;Tech Details&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm Most Proud Of
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Fully autonomous system&lt;/strong&gt;. Demonstrate a multi-modal and multi-agent system can complete an operational function of a typical weather reporting organization&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cutting-edge AI technologies&lt;/strong&gt;. Leverage Multi-modal Gemini &amp;amp; Imagen, ADK Multi-Agent, MCP server, and Google managed serverless services (Cloud Run, CloudSql)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Extensible platform&lt;/strong&gt;. Easily add additional functions of a news reporting organization&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Extreme Cost Efficiency&lt;/strong&gt;: One report production costs less than 50 cents, end-to-end. The content is generated on-demand in response to viewer requests. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Thanks for hosting this challenge!&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>googleaichallenge</category>
      <category>portfolio</category>
      <category>gemini</category>
    </item>
  </channel>
</rss>
