
Plasma AI open-sources Fractal agent framework
Plasma AI has open-sourced Fractal, an architecture designed to overcome context constraints in traditional single-path coding agents. The framework introduces hierarchical task decomposition and recursive agent loops, enabling parent nodes to delegate sub-tasks to child agents before merging outputs into the main workflow.
Hierarchical task decomposition and sub-agent orchestration are essential for moving autonomous coding beyond simple single-file edits to complex, multi-service architecture refactoring.
- –Linear agent contexts suffer from rapid context window degradation and cascading errors when attempting large-scale codebase changes.
- –Fractal addresses this bottleneck by isolating sub-tasks in recursive loops, allowing child agents to focus on scoped sub-problems before merging results.
- –Open-sourcing Fractal provides developers with an infrastructure pattern to scale agentic coding to enterprise multi-repository workflows.
DISCOVERED
2h ago
2026-07-23
PUBLISHED
2h ago
2026-07-23
RELEVANCE
AUTHOR
LinusEkenstam