TWITTER_POST

Fractals is presented as a new coding-agent architecture from TinyAGI built…

Brief

Fractals is presented as a new coding-agent architecture from TinyAGI built around recursive decomposition: a single task is split into nested subtasks, executed in parallel by isolated agents, and then recombined upward through the same tree structure. Jianxliao frames this as a new paradigm for coding orchestration, specifically highlighting GPT-5.4 as especially effective for the approach.

Source evidence

title: @jianxliao: Introducing Fractals 🌀 @tinyagicompany A ...
author: jianxliao
contenttype: twitterpost
published: 2026-03-05T20:13:06+00:00
source_url: https://x.com/jianxliao/status/2029651439040221323

word_count: 97

Tweet by @jianxliao

Introducing Fractals 🌀 @tinyagicompany A new paradigm. The recursive agent orchestrator for coding. The new GPT-5.4 is exceptionally good at this. You give it one task. It breaks it down into subtasks. Each subtask gets broken down again. And again. Until every piece is small enough for an agent to just do it. Then they all run in parallel, each in its own git worktree, its own branch, completely isolated. When they're done, results propagate back up the tree. It's the same pattern at every level. Like a fractal. Runs on port 1618, the golden ratio. https://github.com/TinyAGI/fractals…


Posted: 2026-03-05T20:13:06.000Z
Engagement: 849 likes, 64 retweets, 41 replies