Garry Tan releases gbrain v0.11 featuring optimized agent orchestration with recursion limits and id

Deploy & Ops📅 2026/04/18
#Deployment#Developer#Fully Automatic#GitHub#Low Risk#Manual Trigger#代码仓库#性能优化#报告#生产中
gbrain v0.11 is out. garry tan ships minions agent orchestration, 10x faster than openclaw's default subagents.

→ spawn storm defense
caps recursion depth and per-parent child count. max 5 levels deep by default, max_children is tunable per parent

→ tasks run only once
tag a job with an idempotency key. same key, only one run ever. a cron misfire or two pods submitting at once collapses to a single row

→ children auto-notify the parent
when a child finishes, the result lands in the parent's inbox. the parent just reads its mail, no polling needed

garry benchmarked: 19,240 posts across 36 months, single bash loop, 15 minutes, $0. the sub-agent spawn approach failed on 40% of runs and cost $1.08 in tokens.

v0.10 taught the agent which skill to use. v0.11 makes sure the agent's work doesn't get dropped.