Sub-Linear Memory Scaling (440.89 MiB → 14.76 MiB)
The Go runtime and Swarm daemon allocate fixed overhead for single-session engine startup, model catalog resolution, and compiled tool schemas (~440 MiB).
Once baseline buffers are resident, additional simultaneous pipelines reuse shared memory arenas and Goroutine stacks. Marginal memory drops exponentially: 88.83 MiB (5-way), 36.76 MiB (25-way), 25.68 MiB (50-way), down to 14.76 MiB per pipeline at 100 concurrent agents.
Peak daemon RSS at 100-way concurrency was only 1.82 GiB, proving massive autonomous agent swarms run comfortably on standard developer hardware without swapping.