Plasma Open-Sources Fractal: A Local CLI Tool for Recursive Agent Trees

Plasma AI has officially open-sourced the command-line tool Fractal under the Apache 2.0 license. Designed to tackle the challenge of complex programming tasks exceeding a single agent's context window, it transforms a single Claude Code or Codex session into a continuously expanding recursive agent tree, leveraging hierarchical task decomposition to handle demanding development requirements.

Core Mechanisms and Constraints

Each node in Fractal operates with an independent git branch, worktree, memory, and lifecycle, following a five-step cycle: "prepare, plan, execute, review, commit." When spawning child nodes, the parent node allocates the budget layer by layer. The system enforces a unified budget via the root node to constrain overall execution, allowing hard limits to be set on depth, branching factor, iteration count, and wall-clock time.

Technical Architecture

The tool runs entirely locally without any special hosted runtimes or "magic" backends. Its underlying coordination, persistence, and terminal session management rely exclusively on standard local tools: git worktrees, tmux sessions, and a local SQLite database.

2026-07-22 ~ 2026-07-22 · 7 related posts

1 near-duplicate retellings: rohanpaul_ai