<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ais on DevOpsTales</title>
    <link>https://devopstales.github.io/ai/</link>
    <description>Recent content in Ais on DevOpsTales</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 07 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://devopstales.github.io/ai/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>GSD – Get Shit Done: AI-Powered Spec-Driven Development Pipeline</title>
      <link>https://devopstales.github.io/ai/gsd-get-shit-done-pipeline/</link>
      <pubDate>Tue, 07 Apr 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/gsd-get-shit-done-pipeline/</guid>
      <description>If you&rsquo;ve spent any time working with AI coding assistants, you&rsquo;ve probably encountered context rot — that moment when your AI session loses track of what it&rsquo;s doing, starts hallucinating, or produces code that doesn&rsquo;t match the original plan. The more complex the task, the faster things spiral.
</description>
      <enclosure url="https://devopstales.github.io/img/ai.webp" length="7458" type="image/png" />
    </item>
    
    <item>
      <title>OpenSpec: The Spec-Driven Development Revolution</title>
      <link>https://devopstales.github.io/ai/openspec-spec-driven-development-revolution/</link>
      <pubDate>Tue, 07 Apr 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/openspec-spec-driven-development-revolution/</guid>
      <description>In the age of AI-assisted coding, one problem keeps surfacing: AI doesn&rsquo;t follow instructions. OpenSpec changes that by introducing spec-driven development—a disciplined workflow where specifications are written before code is generated.
</description>
      <enclosure url="https://devopstales.github.io/img/ai.webp" length="7458" type="image/png" />
    </item>
    
    <item>
      <title>AI IDE Fundamentals: Agents, Commands, Skills, Rules, Context, and Workflows Explained</title>
      <link>https://devopstales.github.io/ai/ai-ide-fundamentals/</link>
      <pubDate>Mon, 06 Apr 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/ai-ide-fundamentals/</guid>
      <description>Modern AI-powered IDEs like Kilo Code, Cursor, Windsurf, and GitHub Copilot have introduced a new vocabulary: agents, skills, rules, contexts, and workflows. But what do these terms actually mean, and how do you use them effectively?
</description>
      <enclosure url="https://devopstales.github.io/img/kilocode.webp" length="908" type="image/png" />
    </item>
    
    <item>
      <title>Kilo Code: Mastering Codebase Indexing for Semantic AI Search</title>
      <link>https://devopstales.github.io/ai/kilo-code-series-12-codebase-indexing/</link>
      <pubDate>Sun, 05 Apr 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/kilo-code-series-12-codebase-indexing/</guid>
      <description>One of the most powerful features of Kilo Code is its ability to understand your entire codebase semantically—not just through keyword matching, but by grasping the actual meaning and relationships in your code.
</description>
      <enclosure url="https://devopstales.github.io/img/kilocode.webp" length="908" type="image/png" />
    </item>
    
    <item>
      <title>Kilo Code: Why Checkpoints Are Your Safety Net for AI Development</title>
      <link>https://devopstales.github.io/ai/kilo-code-series-11-checkpoints/</link>
      <pubDate>Sat, 04 Apr 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/kilo-code-series-11-checkpoints/</guid>
      <description>In our previous post, we explored Parallel Agents and the Agent Manager. But with great power comes great risk—what happens when an AI agent makes a mistake that breaks your entire application?
</description>
      <enclosure url="https://devopstales.github.io/img/kilocode.webp" length="908" type="image/png" />
    </item>
    
    <item>
      <title>Hermes Agent vs OpenClaw: The Ultimate AI Agent Showdown</title>
      <link>https://devopstales.github.io/ai/hermes-agent-vs-openclaw/</link>
      <pubDate>Fri, 03 Apr 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/hermes-agent-vs-openclaw/</guid>
      <description>The AI agent landscape in 2026 is crowded, noisy, and full of promises. Two names keep surfacing in developer conversations: OpenClaw and Hermes Agent. Both claim to be the autonomous assistant that finally bridges the gap between AI reasoning and real-world execution. Both are open-source. Both run locally. Both connect to messaging platforms.
</description>
      <enclosure url="https://devopstales.github.io/img/hermes-agent.jpeg" length="8345" type="image/png" />
    </item>
    
    <item>
      <title>Kilo Code: Parallel Agents and the Agent Manager</title>
      <link>https://devopstales.github.io/ai/kilo-code-series-10-agent-manager/</link>
      <pubDate>Fri, 03 Apr 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/kilo-code-series-10-agent-manager/</guid>
      <description>Welcome to the final installment of our Kilo Code Deep Dive series. Throughout this journey, we&rsquo;ve explored installation, Qwen integration, Modes, Indexing, Spec-Driven Development, Steering, MCP, and Skills.
</description>
      <enclosure url="https://devopstales.github.io/img/kilocode.webp" length="908" type="image/png" />
    </item>
    
    <item>
      <title>Parallel Agent Development: The Future of AI-Powered Software Engineering</title>
      <link>https://devopstales.github.io/ai/parallel-agent-development/</link>
      <pubDate>Fri, 03 Apr 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/parallel-agent-development/</guid>
      <description>For years, AI coding assistants worked the way a single intern would: one task at a time, one conversation at a time, one file at a time. You asked a question, waited for an answer, then asked the next one. Sequential. Linear. Slow. In 2026, that model is dead.
</description>
      <enclosure url="https://devopstales.github.io/img/ai.webp" length="7458" type="image/png" />
    </item>
    
    <item>
      <title>Kilo Code Skills: Extending Agent Capabilities</title>
      <link>https://devopstales.github.io/ai/kilo-code-series-09-skills/</link>
      <pubDate>Thu, 02 Apr 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/kilo-code-series-09-skills/</guid>
      <description>In our previous post, we explored Advanced MCP Integration and how to connect your agent to external tools and data. But what if you need specialized expertise for specific tasks?
</description>
      <enclosure url="https://devopstales.github.io/img/kilocode.webp" length="908" type="image/png" />
    </item>
    
    <item>
      <title>Kilo Code: Advanced MCP Integration</title>
      <link>https://devopstales.github.io/ai/kilo-code-series-08-mcp/</link>
      <pubDate>Wed, 01 Apr 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/kilo-code-series-08-mcp/</guid>
      <description>In our previous post, we looked at how Steering can provide persistent rules for your agents. But what if the agent needs to control the world?
</description>
      <enclosure url="https://devopstales.github.io/img/kilocode.webp" length="908" type="image/png" />
    </item>
    
    <item>
      <title>Kilo Code: Steering and Custom Agents</title>
      <link>https://devopstales.github.io/ai/kilo-code-series-07-steering/</link>
      <pubDate>Tue, 31 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/kilo-code-series-07-steering/</guid>
      <description>Structure is great, but every team has its own &ldquo;tribal knowledge&rdquo;—naming conventions, preferred libraries, and security requirements that aren&rsquo;t always obvious to a general LLM.
</description>
      <enclosure url="https://devopstales.github.io/img/kilocode.webp" length="908" type="image/png" />
    </item>
    
    <item>
      <title>Kilo Code: Mastering Spec-Driven Development (SDD)</title>
      <link>https://devopstales.github.io/ai/kilo-code-series-06-sdd/</link>
      <pubDate>Mon, 30 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/kilo-code-series-06-sdd/</guid>
      <description>In our previous post, we explored Codebase Indexing and how Kilo Code builds a semantic map of your repository. Now, it&rsquo;s time to use that power effectively.
</description>
      <enclosure url="https://devopstales.github.io/img/kilocode.webp" length="908" type="image/png" />
    </item>
    
    <item>
      <title>Kilo Code: Codebase Indexing with Nomic and Qdrant</title>
      <link>https://devopstales.github.io/ai/kilo-code-series-05-indexing/</link>
      <pubDate>Sun, 29 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/kilo-code-series-05-indexing/</guid>
      <description>In our previous post, we explored the different modes of Kilo Code. While these modes are powerful, their effectiveness depends on the quality of the context they can access.
</description>
      <enclosure url="https://devopstales.github.io/img/kilocode.webp" length="908" type="image/png" />
    </item>
    
    <item>
      <title>Kilo Code: Understanding Modes and the Orchestrator</title>
      <link>https://devopstales.github.io/ai/kilo-code-series-04-modes/</link>
      <pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/kilo-code-series-04-modes/</guid>
      <description>In our previous post, we unlocked massive power by integrating Qwen Code CLI. But with great power comes the need for great management.
</description>
      <enclosure url="https://devopstales.github.io/img/kilocode.webp" length="908" type="image/png" />
    </item>
    
    <item>
      <title>Kilo Code: Integrating with Qwen Code CLI</title>
      <link>https://devopstales.github.io/ai/kilo-code-series-03-qwen-integration/</link>
      <pubDate>Fri, 27 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/kilo-code-series-03-qwen-integration/</guid>
      <description>In our previous posts, we covered the basics of Kilo Code and how to get it installed on your machine. One of the most powerful features of Kilo Code is its ability to integrate with various AI providers.
</description>
      <enclosure url="https://devopstales.github.io/img/kilocode.webp" length="908" type="image/png" />
    </item>
    
    <item>
      <title>Kilo Code: Installation and Setup Guide</title>
      <link>https://devopstales.github.io/ai/kilo-code-series-02-install/</link>
      <pubDate>Thu, 26 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/kilo-code-series-02-install/</guid>
      <description>In our first post, we introduced the core concepts of Kilo Code and why it&rsquo;s a game-changer for agentic software development. Now, it&rsquo;s time to get your hands dirty.
</description>
      <enclosure url="https://devopstales.github.io/img/kilocode.webp" length="908" type="image/png" />
    </item>
    
    <item>
      <title>Kilo Code: The Future of Agentic Software Development</title>
      <link>https://devopstales.github.io/ai/kilo-code-series-01-intro/</link>
      <pubDate>Wed, 25 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/kilo-code-series-01-intro/</guid>
      <description>The world of AI coding is moving fast. We&rsquo;ve seen the rise of simple autocomplete, then the transition to chat-based assistants, and now we are entering the era of Agentic AI.
</description>
      <enclosure url="https://devopstales.github.io/img/kilocode.webp" length="908" type="image/png" />
    </item>
    
    <item>
      <title>VSCode AI Coding Plugins Compared: GitHub Copilot vs Continue.dev vs Kilo Code</title>
      <link>https://devopstales.github.io/ai/vscode-ai-coding-plugins-comparison/</link>
      <pubDate>Tue, 24 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/vscode-ai-coding-plugins-comparison/</guid>
      <description>AI-powered coding assistants have become essential tools for modern developers. In this post, I&rsquo;ll compare three popular VSCode extensions: GitHub Copilot, Continue.dev, and Kilo Code (kilo.io), helping you choose the right one for your workflow.
</description>
      <enclosure url="https://devopstales.github.io/img/vscode.webp" length="3486" type="image/png" />
    </item>
    
    <item>
      <title>AI IDE Core Concepts: Agents, Commands, Skills, Rules, Context, and Workflows</title>
      <link>https://devopstales.github.io/ai/ai-ide-core-concepts/</link>
      <pubDate>Sun, 22 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/ai-ide-core-concepts/</guid>
      <description>Modern AI-powered IDEs have evolved far beyond simple code completion. Today&rsquo;s tools like Kilo Code, Cursor, Windsurf, and Google Antigravity introduce new paradigms: autonomous agents, reusable skills, markdown rules, semantic context, and structured workflows.
</description>
      <enclosure url="https://devopstales.github.io/img/ai.webp" length="7458" type="image/png" />
    </item>
    
    <item>
      <title>AI Software Development: Spec-Driven vs. Vibe Coding</title>
      <link>https://devopstales.github.io/ai/ai-software-development-spec-vs-vibe/</link>
      <pubDate>Sun, 22 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/ai-software-development-spec-vs-vibe/</guid>
      <description>The early days of AI coding were characterized by &ldquo;vibe coding&rdquo;—a process where developers would prompt an LLM, hope for a working snippet, and manually fix the hallucinations. While fast for simple tasks, this approach often falls apart in complex, multi-file projects where &ldquo;context rot&rdquo; and technical debt accumulate rapidly.
</description>
      <enclosure url="https://devopstales.github.io/img/ai.webp" length="7458" type="image/png" />
    </item>
    
    <item>
      <title>AI IDE Configuration Standards: From .vscode to AGENTS.md</title>
      <link>https://devopstales.github.io/ai/ai-ide-configuration-standards/</link>
      <pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/ai-ide-configuration-standards/</guid>
      <description>As AI tools become more integrated into our development workflows, the way we configure our projects is changing. We&rsquo;ve moved beyond simple .gitignore and .env files into a world where we need to provide specific &ldquo;instructions&rdquo; and &ldquo;context&rdquo; to our AI assistants.
</description>
      <enclosure url="https://devopstales.github.io/img/vscode.webp" length="3486" type="image/png" />
    </item>
    
    <item>
      <title>Building with AI Coding Agents: Best Practices for Agent Workflows</title>
      <link>https://devopstales.github.io/ai/ai-coding-agents-workflows/</link>
      <pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/ai-coding-agents-workflows/</guid>
      <description>Over the past year, I&rsquo;ve been working extensively with AI coding agents — intelligent assistants that go far beyond code autocompletion. These agents can plan, execute, and iterate on entire development tasks. They function like tireless pair programmers who never lose focus or context, dramatically increasing productivity when guided correctly.
</description>
      <enclosure url="https://devopstales.github.io/img/ai.webp" length="7458" type="image/png" />
    </item>
    
    <item>
      <title>The Best AI Coding IDEs in 2026: VS Code, Cursor, Windsurf, Antigravity, and More</title>
      <link>https://devopstales.github.io/ai/ai-coding-ides-comparison/</link>
      <pubDate>Thu, 19 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/ai-coding-ides-comparison/</guid>
      <description>The landscape of software development has shifted from &ldquo;writing code with AI assistance&rdquo; to &ldquo;developing in AI-native environments.&rdquo; While VS Code with GitHub Copilot remains the industry standard, a new breed of IDEs is challenging its dominance by integrating LLMs and autonomous agents into the very core of the editor.
</description>
      <enclosure url="https://devopstales.github.io/img/vscode.webp" length="3486" type="image/png" />
    </item>
    
    <item>
      <title>The Best AI Coding CLIs in 2026: Claude Code, Gemini CLI, OpenCode, and Qwen Code CLI</title>
      <link>https://devopstales.github.io/ai/ai-coding-cli-comparison/</link>
      <pubDate>Wed, 18 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/ai/ai-coding-cli-comparison/</guid>
      <description>While AI-native IDEs like Cursor and Windsurf have taken the developer world by storm, a parallel revolution has been happening in the terminal. AI Coding CLIs (Command Line Interfaces) offer a different paradigm: they are lightweight, terminal-native, and often more &ldquo;agentic&rdquo; than their GUI counterparts.
</description>
      <enclosure url="https://devopstales.github.io/img/ai.webp" length="7458" type="image/png" />
    </item>
    
  </channel>
</rss>
