@svpino@Plasma__AI@svpino You have complete control over budget and (recursive) spawning abilities.
Here's a list of the configurable parameters by node:
We built fractal (https://t.co/g0delwEE6V) as a tool for creating and managing long-running swarms of agents.
Though it is one small step towards what we're building at Plasma, we have been blown away by what it's capable of. Check it out!
@nicholas_diao and I just open sourced Fractal, a tool that we use internally at @Plasma__AI.
Fractal began with the question "can agent loops effectively manage other agent loops?"
The bottleneck in AI is no longer the intelligence of the models; it is the infrastructure and governance that allows them to cooperate at scale.
We've found that with the right tools and coordination framework, agents can now solve much larger problems.
@adelbucetta@frontrunvc@Plasma__AI@karpathy We've found our wiki tool to be an effective solution for managing agent memory in a way that can be explored and understood by humans.
@adelbucetta@frontrunvc@Plasma__AI@karpathy This includes automatic indexing, linting (e.g. detecting stale links), and other error-prone actions typically handed off to agents. When using our CLI, agents can spend tokens on content rather than maintenance.
@adelbucetta@frontrunvc@Plasma__AI@karpathy This tool was actually built to solve the exact problem that you mention – our deterministic CLI enforces an opinionated wiki structure so that any agent (or human) can easily explore, search, and maintain knowledge bases.