<?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: Xor</title>
    <description>The latest articles on DEV Community by Xor (@xor01).</description>
    <link>https://dev.to/xor01</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%2F3499871%2F7f65ea4c-9eb7-4fce-b033-1ffb3d519cfc.png</url>
      <title>DEV Community: Xor</title>
      <link>https://dev.to/xor01</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/xor01"/>
    <language>en</language>
    <item>
      <title>My Current Vibe Stack: The Step-by-Step Guide</title>
      <dc:creator>Xor</dc:creator>
      <pubDate>Sun, 26 Oct 2025 16:14:16 +0000</pubDate>
      <link>https://dev.to/xor01/my-current-vibe-stack-the-step-by-step-guide-a6c</link>
      <guid>https://dev.to/xor01/my-current-vibe-stack-the-step-by-step-guide-a6c</guid>
      <description>&lt;p&gt;My new vibe coding workflow: Use a powerful web UI with my full repo context to create a plan.Feed that plan to a fast Cline CLI agent for surgical execution.This "dual-brain" approach is 6x faster than using Gemini CLI alone.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://xor01.substack.com/p/the-free-ai-coding-stack-that-actually" rel="noopener noreferrer"&gt;Read full article&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>cli</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
    <item>
      <title>Blind Conductor and Amnesiac Agents-problems no one talks about</title>
      <dc:creator>Xor</dc:creator>
      <pubDate>Thu, 16 Oct 2025 15:04:06 +0000</pubDate>
      <link>https://dev.to/xor01/blind-conductor-and-amnesiac-agents-problems-no-one-talks-about-432c</link>
      <guid>https://dev.to/xor01/blind-conductor-and-amnesiac-agents-problems-no-one-talks-about-432c</guid>
      <description>&lt;p&gt;After months testing every major AI coding assistant, I discovered a fatal architectural flaw burning tokens and time. My workflow split between JetBrains for real work and VS Code for AI experiments.&lt;br&gt;
&lt;a href="https://xor01.substack.com/p/blind-conductor-and-amnesiac-agent?triedRedirect=true" rel="noopener noreferrer"&gt;https://xor01.substack.com/p/blind-conductor-and-amnesiac-agent?triedRedirect=true&lt;/a&gt;&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>openai</category>
      <category>githubcopilot</category>
    </item>
    <item>
      <title>My War with AI Agents: When 1000-Line Prompts Met Reality</title>
      <dc:creator>Xor</dc:creator>
      <pubDate>Thu, 09 Oct 2025 11:27:03 +0000</pubDate>
      <link>https://dev.to/xor01/my-war-with-ai-agents-when-1000-line-prompts-met-reality-j5n</link>
      <guid>https://dev.to/xor01/my-war-with-ai-agents-when-1000-line-prompts-met-reality-j5n</guid>
      <description>&lt;p&gt;Imagine hiring 10 specialists, giving them 1000-line instructions, and getting chaos instead of coordinated work. Welcome to my month of building an AI agent framework.&lt;br&gt;
My goal was ambitious: a fully autonomous system where an army of AI agents a Researcher, an Architect, a TDD-tester, and more would take a task and handle everything from planning to deployment. I designed a complex, multi-phase workflow with protocols like escalation and detailed "&lt;code&gt;Mission Briefs&lt;/code&gt;". On paper, it was a perfect, self-managing machine.&lt;br&gt;
In reality, it was an &lt;strong&gt;expensive nightmare&lt;/strong&gt;. The system was plagued by constant file editing errors, infinite loops that burned through tens of thousands of tokens, and "phantom executions" where the orchestrator would mark a task as complete without writing a single line of code. My job turned from developer to full-time prompt debugger.&lt;br&gt;
In desperation, I posted on Reddit, and the solution wasn't a better prompt. It was a single comment that led me to disable two "experimental" checkboxes in the tool's settings. Miraculously, 90% of the file editing problems vanished.&lt;br&gt;
This led to a painful but crucial experiment: what if I removed all my carefully crafted, super-detailed prompts and went back to the default settings? The result was disheartening: the system performed almost exactly the same.&lt;br&gt;
Read the full story with detailed architecture diagrams and my final, simplified workflow: &lt;a href="https://xor01.substack.com/p/my-war-with-ai-agents" rel="noopener noreferrer"&gt;https://xor01.substack.com/p/my-war-with-ai-agents&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>promptengineering</category>
      <category>mcp</category>
    </item>
    <item>
      <title>Hello Devs! My journey from AI-powered coding to a live Chrome extension.</title>
      <dc:creator>Xor</dc:creator>
      <pubDate>Sat, 13 Sep 2025 15:12:18 +0000</pubDate>
      <link>https://dev.to/xor01/title-hello-devs-my-journey-from-ai-powered-coding-to-a-live-chrome-extension-hhc</link>
      <guid>https://dev.to/xor01/title-hello-devs-my-journey-from-ai-powered-coding-to-a-live-chrome-extension-hhc</guid>
      <description>&lt;p&gt;I've been following the stories and insights here for a while, and I'm finally ready to start sharing my own journey. I'm currently working on a couple of AI-powered tools, and I thought this would be the perfect place to document the process and learn from you all.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My Path So Far: Using AI to Build AI&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;My development process has been a bit meta. Instead of just building AI products, I've been building my own team of AI sub-agents to help me code. I've created an "orchestrator" that manages a sequence of agents for tasks like research, architecture, coding, and testing.&lt;/p&gt;

&lt;p&gt;For example, my refactoring workflow involves setting up &lt;code&gt;pre-commit&lt;/code&gt; hooks, letting an LLM agent fix all the warnings, and then doing a final manual pass. It's been a fascinating experiment that has improved my code quality, even if it sometimes breaks things in unexpected ways.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The First Milestone: The Prompt Improver&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;After a lot of this AI-assisted coding, I'm excited to say my first product, the &lt;strong&gt;Prompt Improver&lt;/strong&gt;, is now live in the Chrome Web Store. It's a simple extension designed to help users write better, more effective prompts for any LLM. Getting that "approved" email was a huge moment for me.&lt;/p&gt;

&lt;p&gt;Of course, the journey wouldn't be complete without a hurdle. We're currently navigating a rejection from PayPal for our business account, which is the next problem to solve.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I'm Here&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'm really excited to be a part of this community. My goal is to share my path transparently, including the technical details of building with AI agents, the business challenges like payment gateways, and everything in between. I believe the best way to grow is to learn in public.&lt;/p&gt;

&lt;p&gt;I'd love to connect with others who are also building in the AI space. Has anyone else had interesting experiences using AI in their own development workflow?&lt;/p&gt;

&lt;p&gt;Thanks for reading, and I'm looking forward to the conversation.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
