<?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: Mohammed Maqsood L</title>
    <description>The latest articles on DEV Community by Mohammed Maqsood L (@mohammed_maqsoodl_27a02b).</description>
    <link>https://dev.to/mohammed_maqsoodl_27a02b</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%2F3842134%2F1fd76420-5923-4e38-9a03-fb1199a14b23.png</url>
      <title>DEV Community: Mohammed Maqsood L</title>
      <link>https://dev.to/mohammed_maqsoodl_27a02b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mohammed_maqsoodl_27a02b"/>
    <language>en</language>
    <item>
      <title>AI SRE</title>
      <dc:creator>Mohammed Maqsood L</dc:creator>
      <pubDate>Mon, 06 Jul 2026 00:46:39 +0000</pubDate>
      <link>https://dev.to/mohammed_maqsoodl_27a02b/ai-sre-4e8k</link>
      <guid>https://dev.to/mohammed_maqsoodl_27a02b/ai-sre-4e8k</guid>
      <description>&lt;p&gt;Building reliable autonomous workflows in production requires solving three main challenges: API rate-limiting, command safety, and coordination latency.&lt;/p&gt;

&lt;p&gt;Here is a quick demo of how 𝗙𝗿𝗮𝗰𝘁𝗮𝗹𝗦𝘄𝗮𝗿𝗺 tackles these constraints through a structured, multi-agent control plane.&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/w0vCs20XB5w"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;𝗪𝗵𝗮𝘁’𝘀 𝗵𝗮𝗽𝗽𝗲𝗻𝗶𝗻𝗴 𝗶𝗻 𝘁𝗵𝗲 𝘃𝗶𝗱𝗲𝗼:&lt;/p&gt;

&lt;p&gt;𝗘𝗱𝗴𝗲 𝗖𝗹𝘂𝘀𝘁𝗲𝗿𝗶𝗻𝗴 (𝗪𝗔𝗦𝗠 𝗣𝗢𝗣𝗖𝗡𝗧): Instead of feeding raw alert streams directly to expensive LLMs, a local Zig-compiled WebAssembly engine runs bitwise Hamming distance clustering.&lt;/p&gt;

&lt;p&gt;𝗔𝘂𝘁𝗼𝗻𝗼𝗺𝗼𝘂𝘀 𝗗𝗶𝗮𝗴𝗻𝗼𝘀𝘁𝗶𝗰𝘀 &amp;amp; 𝗟𝗶𝘃𝗲 𝗠𝗶𝘁𝗶𝗴𝗮𝘁𝗶𝗼𝗻: We trigger a local disk bloat warning (temp_sys_bloat.log). The SRE agent tree (Commander → Specialist → Parser) parses the directory structure using local MCP tools. Once approved, the agent executes the cleanup, immediately deleting the bloat log on the host filesystem in real-time.&lt;/p&gt;

&lt;p&gt;𝗟𝗶𝘃𝗲 𝗔𝗣𝗜 𝗜𝗻𝘁𝗲𝗴𝗿𝗮𝘁𝗶𝗼𝗻 (𝗟𝗼𝗻𝗱𝗼𝗻 𝗧𝗳𝗟): We connect to the public Transport for London (TfL) status API. The bridge fetches 12 active outages (such as overnight line closures) and maps them into independent incident cards.&lt;/p&gt;

&lt;p&gt;𝗛𝗶𝗲𝗿𝗮𝗿𝗰𝗵𝗶𝗰𝗮𝗹 𝗦𝘄𝗮𝗿𝗺 𝗧𝗼𝗽𝗼𝗹𝗼𝗴𝘆: Instead of using a single large agent for everything, tasks are delegated down an air-gapped hierarchy. The Parent (Incident Commander) coordinates the overall SRE lifecycle; the Child (Domain Specialist) isolates system errors based on specific domains (Database, Disk, Network); and the Grandchild (MCP Log Parser) executes target diagnostic tools to compile clean context.&lt;/p&gt;

&lt;p&gt;𝗣𝗮𝗿𝗮𝗹𝗹𝗲𝗹 𝗦𝘄𝗮𝗿𝗺 𝗘𝘅𝗲𝗰𝘂𝘁𝗶𝗼𝗻: When dealing with multiple failures, sequential execution slows recovery. By wrapping Mastra workflows in an asynchronous Express gateway, clicking the "Deploy All Parallel Swarms" button triggers concurrent event loops (Promise.all), resuming and resolving all active incidents simultaneously in a single transaction.&lt;/p&gt;

&lt;p&gt;𝗛𝘂𝗺𝗮𝗻-𝗶𝗻-𝘁𝗵𝗲-𝗟𝗼𝗼𝗽 𝗖𝗼𝗻𝘁𝗿𝗼𝗹 (𝗛𝗜𝗧𝗟): Autonomous systems shouldn't execute arbitrary commands unchecked. Every dynamically drafted playbook is suspended at an approval gate, presenting SREs with an interactive console to audit, rewrite, or safely approve the mitigation commands before they touch live production infrastructure.&lt;/p&gt;

&lt;p&gt;𝗧𝗵𝗶𝘀 𝐢𝐬 𝐚 𝐩𝐫𝐨𝐭𝐨𝐭𝐲𝐩𝐞 𝐫𝐞𝐪𝐮𝐢𝐫𝐢𝐧𝐠 𝐟𝐮𝐫𝐭𝐡𝐞𝐫 𝐫𝐞𝐟𝐢𝐧𝐞𝐦𝐞𝐧𝐭 𝐚𝐧𝐝 𝐬𝐜𝐚𝐥𝐢𝐧𝐠 𝐨𝐩𝐭𝐢𝐦𝐢𝐳𝐚𝐭𝐢𝐨𝐧𝐬, 𝐢𝐭 𝐝𝐞𝐦𝐨𝐧𝐬𝐭𝐫𝐚𝐭𝐞𝐬 𝐭𝐡𝐚𝐭 𝐜𝐨𝐦𝐛𝐢𝐧𝐢𝐧𝐠 𝐬𝐭𝐫𝐮𝐜𝐭𝐮𝐫𝐞𝐝 𝐚𝐠𝐞𝐧𝐭 𝐡𝐢𝐞𝐫𝐚𝐫𝐜𝐡𝐢𝐞𝐬, 𝐝𝐞𝐭𝐞𝐫𝐦𝐢𝐧𝐢𝐬𝐭𝐢𝐜 𝐩𝐫𝐞-𝐟𝐢𝐥𝐭𝐞𝐫𝐬 (𝐥𝐢𝐤𝐞 𝐖𝐞𝐛𝐀𝐬𝐬𝐞𝐦𝐛𝐥𝐲), 𝐚𝐧𝐝 𝐬𝐭𝐫𝐢𝐜𝐭 𝐬𝐚𝐟𝐞𝐭𝐲 𝐠𝐚𝐭𝐞𝐬 𝐢𝐬 𝐚 𝐡𝐢𝐠𝐡𝐥𝐲 𝐞𝐟𝐟𝐞𝐜𝐭𝐢𝐯𝐞 𝐩𝐚𝐭𝐭𝐞𝐫𝐧 𝐟𝐨𝐫 𝐦𝐚𝐱𝐢𝐦𝐢𝐳𝐢𝐧𝐠 𝐋𝐋𝐌 𝐜𝐚𝐩𝐚𝐛𝐢𝐥𝐢𝐭𝐢𝐞𝐬 𝐰𝐡𝐢𝐥𝐞 𝐦𝐚𝐢𝐧𝐭𝐚𝐢𝐧𝐢𝐧𝐠 𝐜𝐨𝐧𝐭𝐫𝐨𝐥.&lt;/p&gt;

</description>
      <category>agenticai</category>
      <category>agents</category>
      <category>sre</category>
      <category>ai</category>
    </item>
    <item>
      <title>This is a submission for the DEV April Fools Challenge</title>
      <dc:creator>Mohammed Maqsood L</dc:creator>
      <pubDate>Mon, 06 Apr 2026 22:22:52 +0000</pubDate>
      <link>https://dev.to/mohammed_maqsoodl_27a02b/this-is-a-submission-for-the-dev-april-fools-challenge-1dda</link>
      <guid>https://dev.to/mohammed_maqsoodl_27a02b/this-is-a-submission-for-the-dev-april-fools-challenge-1dda</guid>
      <description>&lt;p&gt;This is a submission for the DEV April Fools Challenge&lt;/p&gt;

&lt;p&gt;What I Built&lt;br&gt;
The Sentient Teapot (HTCPCP-Compliant AI Agent) ☕🤖 I took the internet’s oldest joke—RFC 2324 (Hyper Text Coffee Pot Control Protocol)—and gave it a brain. While the original spec defined the legendary 418 I'm a Teapot error, my version uses Gemini 2.5 Flash to actually analyze your "brew request."&lt;/p&gt;

&lt;p&gt;If you try to "brew" coffee, the teapot evaluates the "vibes" of your situation, refuses to help (as a teapot should), and writes a custom, algorithmically-generated poem roasting your life choices.&lt;/p&gt;

&lt;p&gt;Demo&lt;br&gt;
🚀 Live Dashboard: &lt;a href="https://height-being-lloyd-warning.trycloudflare.com/view/teapot-agent/" rel="noopener noreferrer"&gt;https://height-being-lloyd-warning.trycloudflare.com/view/teapot-agent/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How I Built It&lt;br&gt;
I wanted this "useless" project to have a "Grade-A" production heart.&lt;/p&gt;

&lt;p&gt;AI Brain: Google Gemini 2.5 Flash for the "Vibe Analysis" and "Poetic Refusal."&lt;br&gt;
Architecture: Built on a modular Fractal Kernel (Node.js) where features are self-discovering "Agents."&lt;br&gt;
Infrastructure: Hosted on GCP Compute Engine (e2-micro) for 24/7 "Always-On" refusal.&lt;br&gt;
Persistence: Local PostgreSQL instance on the VM to track every failed "brew" in a global ledger.&lt;br&gt;
Security: Locked down with Cloudflare Tunnels (obfuscating the origin) and a GCP Firewall that only allows traffic from the Cloudflare edge.&lt;br&gt;
Process Management: Handled by PM2 with systemd auto-restart.&lt;br&gt;
Prize Category&lt;br&gt;
Best Google AI Usage: For using Gemini 2.5 Flash to bring logic and sass to an ancient HTTP status code.&lt;br&gt;
Best Ode to Larry Masinter: I’ve fully implemented the HTCPCP headers (x-vibe-context) and strict 418 status code compliance. Larry would be... well, he'd be something.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>418challenge</category>
      <category>showdev</category>
    </item>
    <item>
      <title>How "Vibe Coding" Turned a Non-Coder into a Kernel Architect</title>
      <dc:creator>Mohammed Maqsood L</dc:creator>
      <pubDate>Sat, 28 Mar 2026 19:48:11 +0000</pubDate>
      <link>https://dev.to/mohammed_maqsoodl_27a02b/how-vibe-coding-turned-a-non-coder-into-a-kernel-architect-1o4c</link>
      <guid>https://dev.to/mohammed_maqsoodl_27a02b/how-vibe-coding-turned-a-non-coder-into-a-kernel-architect-1o4c</guid>
      <description>&lt;p&gt;This is a submission for the &lt;strong&gt;2026 WeCoded Challenge: Echoes of Experience&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The "Not Technical Enough" Trap
&lt;/h2&gt;

&lt;p&gt;For years, I believed I was on the outside looking in. I didn't have a Computer Science degree. I didn't spend my teens memorizing algorithms or fighting with pointers. When I looked at traditional codebases, all I saw was a wall of syntax—a gatekeeper designed to keep people like me out.&lt;/p&gt;

&lt;p&gt;But in 2026, those gates have fallen.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Journey: From "Coding" to "System Direction"
&lt;/h2&gt;

&lt;p&gt;My path wasn't linear. It started with a "vibe." I had ideas for complex, multi-tenant systems, but my hands couldn't keep up with my brain. Traditional coding felt like trying to write a novel by carving letters into stone.&lt;/p&gt;

&lt;p&gt;Then came the era of AI Agents. I stopped trying to be a "writer of code" and started being a &lt;strong&gt;Director of Architecture.&lt;/strong&gt; I realized that my value wasn't in knowing where the semicolon went, but in knowing how the data should flow. &lt;/p&gt;

&lt;h2&gt;
  
  
  ⚠️ The Overload: When Agents Got "Too Fast"
&lt;/h2&gt;

&lt;p&gt;As I built &lt;strong&gt;Shortshub&lt;/strong&gt;, I hit a wall. AI agents generate code faster than humans can map it. I was drowning in "architectural drift." The agents were hallucinating global states and breaking dependencies because the codebase was too "tangled."&lt;/p&gt;

&lt;p&gt;I almost quit, thinking the skeptics were right—that you &lt;em&gt;need&lt;/em&gt; a traditional degree to handle this level of complexity.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Triumph: The Fractal Kernel
&lt;/h2&gt;

&lt;p&gt;Instead of quitting, I leaned into the vibe. I realized that if the AI was hallucinating, it was because my instructions (the codebase structure) were unclear.&lt;/p&gt;

&lt;p&gt;I spent weeks architecting the &lt;strong&gt;Fractal Kernel&lt;/strong&gt;. I stopped thinking about "Apps" and started thinking about &lt;strong&gt;"Instructions."&lt;/strong&gt; I decoupled everything into isolated "cells" governed by manifests. &lt;/p&gt;

&lt;h3&gt;
  
  
  See it in Action: The Control Plane (Port 5004)
&lt;/h3&gt;

&lt;p&gt;Below is a demo of the &lt;strong&gt;Runtime Kill-Switch&lt;/strong&gt;. If an AI-generated feature throws an error, I don't roll back the build. I toggle it "OFF" instantly from a decoupled plane.&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/ztRqfEcfQrg"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  The Lesson: Architecture &amp;gt; Syntax
&lt;/h2&gt;

&lt;p&gt;The biggest lesson I’ve learned is this: &lt;strong&gt;Engineering is a way of thinking, not a set of syntax rules.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To the underrepresented voices, the self-taught builders, and the people who feel "not technical enough": Your ability to think in systems is more valuable than your ability to debug a bracket. AI has removed the syntax barrier, but it has raised the bar for &lt;strong&gt;Intent and Architecture.&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  🚀 Explore the Kernel
&lt;/h3&gt;

&lt;p&gt;Check out the experiment and the live production site below:&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/Maqsood32595" rel="noopener noreferrer"&gt;
        Maqsood32595
      &lt;/a&gt; / &lt;a href="https://github.com/Maqsood32595/fractal-kernel" rel="noopener noreferrer"&gt;
        fractal-kernel
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      A manifest-driven feature architecture for Node.js. Designed to keep AI agents focused and codebases maintainable as they grow.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Fractal Kernel&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;A manifest-driven feature architecture for Node.js + Express, designed to work cleanly with AI coding agents.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This is a pattern extracted from a personal production project. It is not academically validated. It worked well for me — I'm sharing it to get feedback.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;The Problem&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;When building with AI agents, codebases tend to hit a wall around feature 8-15. The AI starts breaking existing code while adding new features, because it has to read the entire codebase to understand context. As the project grows, the signal-to-noise ratio drops and mistakes increase.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;How This Helps&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;Features are isolated into self-contained folders. A central Kernel auto-discovers and mounts them. The AI only needs to work inside one folder per task — it cannot accidentally touch code it shouldn't.&lt;/p&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;
&lt;pre class="notranslate"&gt;&lt;code&gt;server/
├── kernel.js                        ← Never modify this
├── index.js                         ← Never modify this
└── features/
    ├── auth/
    │   ├── feature.manifest.json    ←&lt;/code&gt;&lt;/pre&gt;…&lt;/div&gt;&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/Maqsood32595/fractal-kernel" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;Live at:&lt;/strong&gt; &lt;a href="https://www.shortshub.app" rel="noopener noreferrer"&gt;www.shortshub.app&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>wecoded</category>
      <category>dei</category>
      <category>career</category>
    </item>
    <item>
      <title>Orchestrating AI Velocity: Building a Decoupled Control Plane for Agentic Development</title>
      <dc:creator>Mohammed Maqsood L</dc:creator>
      <pubDate>Wed, 25 Mar 2026 22:27:02 +0000</pubDate>
      <link>https://dev.to/mohammed_maqsoodl_27a02b/orchestrating-ai-velocity-building-a-decoupled-control-plane-for-agentic-development-3jh3</link>
      <guid>https://dev.to/mohammed_maqsoodl_27a02b/orchestrating-ai-velocity-building-a-decoupled-control-plane-for-agentic-development-3jh3</guid>
      <description>&lt;p&gt;&lt;strong&gt;"Building code is only half the battle; maintaining it is the other half."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Working with AI agents in 2026 means code is generated faster than our human "architectural map" can often keep up. Last month, I noticed my project, Shortshub, was suffering from "architectural drift" because agents didn't have a clear boundary of where one feature ended and another began.&lt;/p&gt;

&lt;p&gt;To solve this, I’ve moved away from standard monolithic structures and built a fully decoupled Control Plane (running on port 5004). Here’s the breakdown of my experimental "Fractal Kernel" approach.  Check the video below.&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/ztRqfEcfQrg"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Problem: The "Hallucination Spread"&lt;/strong&gt;&lt;br&gt;
When an AI agent has too much context, it starts making "creative" (wrong) assumptions about global state. When it has too little, it breaks dependencies. I wanted a way to give agents exactly the context they need and nothing more.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Core Architectural Pillars&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;1. The Fractal Kernel Manifest (Experimental)&lt;/strong&gt;&lt;br&gt;
The foundation of the repo. Every feature lives in its own "cell" with a strict .manifest file.&lt;/p&gt;

&lt;p&gt;How it works: The Kernel auto-discovers these at boot.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Goal:&lt;/strong&gt; It makes the codebase "Agent-Native." Instead of scanning 100 files, the agent reads one manifest to understand the "cell" boundaries. (Working may be 80%).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. The Runtime Kill-Switch (Modular Isolation)&lt;/strong&gt;&lt;br&gt;
This is my favorite "safety" feature. Features are organized into toggleable Feature Cards.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Value:&lt;/strong&gt; If an AI-generated feature throws a hallucinated error in production, I don't have to roll back the whole build. I toggle that specific feature "OFF" from the Control Plane instantly.  (Working 70%).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Debug Memory &amp;amp; Dependency Graphs&lt;/strong&gt;&lt;br&gt;
I’m attempting to log common agent errors into a dedicated panel to feed that "debug path" back into the next prompt.&lt;/p&gt;

&lt;p&gt;Architecture Log: Working on a visual graph to show how Fractal cells connect (Not working currently).&lt;/p&gt;

&lt;p&gt;Debug Memory: Useful about 50% of the time for preventing repetitive logic errors. (Working 50% of the time)&lt;/p&gt;

&lt;p&gt;I’m building this using primarily Free-Tier LLM models. The goal is to see if Context Engineering (structuring the repo for the AI) can beat Model Raw Power.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Token Optimization:&lt;/strong&gt; High. Agents only "see" relevant feature folders.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Speed:&lt;/strong&gt; High. Features are built in isolation, then "plugged" into the Kernel but there are limits.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Disclaimer &amp;amp; Open Source&lt;/strong&gt;&lt;br&gt;
This is highly experimental "Vibe Coding" tempered by structural guardrails. I’m looking for feedback from anyone working on Multi-Agent Orchestration or Micro-frontend patterns.&lt;/p&gt;

&lt;p&gt;Check out the demo website: &lt;a href="http://www.shortshub.app" rel="noopener noreferrer"&gt;www.shortshub.app&lt;/a&gt;&lt;br&gt;
Poke the code on GitHub: Maqsood32595/fractal-kernel&lt;br&gt;
Any feedback, interaction, suggestions are welcome.&lt;/p&gt;

</description>
      <category>vibecoding</category>
      <category>architecture</category>
      <category>modular</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
