<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Agentastic.dev Blog</title>
    <link>https://www.agentastic.dev/blog</link>
    <description>Agentastic.dev blog: insights on agentic IDEs, multi-agent programming, worktree-first development, and AI coding workflows.</description>
    <language>en-us</language>
    <lastBuildDate>Tue, 01 Sep 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://www.agentastic.dev/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The Art of Building a Text Editor for Humans</title>
      <link>https://www.agentastic.dev/blog/building-a-text-editor-for-humans</link>
      <guid isPermaLink="true">https://www.agentastic.dev/blog/building-a-text-editor-for-humans</guid>
      <description>There is no native Mac code editor for the agent era, so we built one — a story about lines, trees, CoreText, and making text feel right under human hands.</description>
      <pubDate>Tue, 01 Sep 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Set Up .env, Ports, and Databases for Agent Worktrees</title>
      <link>https://www.agentastic.dev/blog/agent-worktree-environment-setup</link>
      <guid isPermaLink="true">https://www.agentastic.dev/blog/agent-worktree-environment-setup</guid>
      <description>A practical .agentastic/setup.sh for dependencies, ignored environment files, stable ports, per-worktree databases, and repeatable agent workspaces.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Parallel Claude Code: 7 Problems Worktrees Do Not Solve</title>
      <link>https://www.agentastic.dev/blog/parallel-claude-code-worktree-problems</link>
      <guid isPermaLink="true">https://www.agentastic.dev/blog/parallel-claude-code-worktree-problems</guid>
      <description>Git worktrees prevent parallel Claude Code sessions from overwriting files, but setup drift, ports, databases, dependencies, review, and lifecycle still fail.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Parallel Coding Agents: A Workflow That Survives Review</title>
      <link>https://www.agentastic.dev/blog/parallel-coding-agents-workflow</link>
      <guid isPermaLink="true">https://www.agentastic.dev/blog/parallel-coding-agents-workflow</guid>
      <description>A practical system for splitting, isolating, monitoring, testing, reviewing, and merging work from several AI coding agents in parallel.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Run Codex Agents in Parallel with Git Worktrees</title>
      <link>https://www.agentastic.dev/blog/run-codex-agents-in-parallel</link>
      <guid isPermaLink="true">https://www.agentastic.dev/blog/run-codex-agents-in-parallel</guid>
      <description>Run multiple OpenAI Codex agents in parallel using isolated worktrees, repeatable setup, visible status, browser verification, and diff review.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Run Multiple Claude Code Agents in Parallel</title>
      <link>https://www.agentastic.dev/blog/run-multiple-claude-code-agents-in-parallel</link>
      <guid isPermaLink="true">https://www.agentastic.dev/blog/run-multiple-claude-code-agents-in-parallel</guid>
      <description>Run multiple Claude Code agents in parallel with isolated Git worktrees, repeatable setup, visible status, browser testing, and diff review.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How to Actually Compare AI Coding Agents</title>
      <link>https://www.agentastic.dev/blog/comparing-coding-agents</link>
      <guid isPermaLink="true">https://www.agentastic.dev/blog/comparing-coding-agents</guid>
      <description>Thirty-plus coding agents sit on about five models. What you&apos;re really choosing is the harness — here&apos;s how they differ and how to pick one.</description>
      <pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The dev CLI Makes Agentastic Programmable</title>
      <link>https://www.agentastic.dev/blog/dev-cli-programmatic-agent-control</link>
      <guid isPermaLink="true">https://www.agentastic.dev/blog/dev-cli-programmatic-agent-control</guid>
      <description>Agentastic ships an internal and system-wide dev CLI so agents, scripts, schedulers, and remote controllers can drive the app programmatically.</description>
      <pubDate>Sat, 16 May 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How tmux -CC Works (and How Agentastic Renders It)</title>
      <link>https://www.agentastic.dev/blog/how-tmux-cc-works</link>
      <guid isPermaLink="true">https://www.agentastic.dev/blog/how-tmux-cc-works</guid>
      <description>tmux&apos;s control mode turns the multiplexer into a protocol stream. Agentastic consumes it directly and projects panes into native splits.</description>
      <pubDate>Sun, 26 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>What Is an Agentic Development Environment?</title>
      <link>https://www.agentastic.dev/blog/what-is-an-agentic-development-environment</link>
      <guid isPermaLink="true">https://www.agentastic.dev/blog/what-is-an-agentic-development-environment</guid>
      <description>An Agentic Development Environment orchestrates multiple AI coding agents in parallel. Here&apos;s what the term actually means and how Agentastic implements it.</description>
      <pubDate>Fri, 27 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The Rise of Agentic IDEs: Why Your Code Editor is About to Get a Lot Smarter</title>
      <link>https://www.agentastic.dev/blog/rise-of-agentic-ides</link>
      <guid isPermaLink="true">https://www.agentastic.dev/blog/rise-of-agentic-ides</guid>
      <description>Three generations of developer tools: traditional IDEs, AI-assisted editors, and now agentic IDEs built on isolation, parallelism, and closed loops.</description>
      <pubDate>Fri, 10 Jan 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Git Worktrees for AI Coding Agents: Worktrees vs Containers</title>
      <link>https://www.agentastic.dev/blog/worktree-first-development</link>
      <guid isPermaLink="true">https://www.agentastic.dev/blog/worktree-first-development</guid>
      <description>Use Git worktrees to isolate parallel coding-agent files, then add containers when processes, packages, services, mounts, or networks also need boundaries.</description>
      <pubDate>Wed, 01 Jan 2025 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>
