@potamitisn.bsky.social
2 followers 1 following 9 posts
Posts Media Videos Starter Packs
potamitisn.bsky.social
We systematically disable components of FoA to assess their impact. Removing selection, resampling, backtracking, caching, or batching each leads to lower success or higher cost. Results show that all parts of the system contribute meaningfully to its overall performance.
potamitisn.bsky.social
We evaluate raw Llama3.2 models on structured reasoning tasks. Alone, both perform poorly. But with FoA, performance improves 5-6 times. Notably, Llama3.2-11B with FoA, outperforms the much larger 90B model. FoA allows smaller models to rival or beat larger ones, bridging the reasoning gap.
potamitisn.bsky.social
We compare FoA to top methods under a fixed $5 budget, allowing multiple trials per method. FoA consistently outperforms others across all budget points. While some baselines may improve with more spending, FoA offers the best cost-quality trade-off in resource-constrained settings.
potamitisn.bsky.social
In the selection phase, the fleet evaluates all agent states using a value function and resamples the population with replacement. FoA also supports backtracking: instead of sampling only from current states, it can revisit earlier ones from its history, with older states gradually discounted.
potamitisn.bsky.social
In the mutation phase, each agent in the fleet independently explores the search space by simulating a sequence of transitions. Any agent that enters an invalid or terminal state is immediately removed and replaced by a randomly selected copy of a surviving agent.
potamitisn.bsky.social
✅ Model-agnostic gains: FoA outperforms top reasoning frameworks across tasks and models

💸 Better cost-quality trade-off: Up to 70% improvements at a fraction of the compute

⚙️ Plug-and-play: Works with any prompting strategy.

📏 Tunable & predictable: Control compute precisely

😁 More details 👇
potamitisn.bsky.social
In Fleet of agents, each agent explores the problem space independently by generating thoughts, taking actions, or making moves. After a round of exploration, agents are scored, and the best-performing ones are resampled to continue, while weak or invalid ones are eliminated and replaced.
potamitisn.bsky.social
Excited to be in Vancouver this week for #ICML2025! 🌲☕🛰️

We’ll be presenting our paper “Fleet of Agents (FoA)”, a lightweight, open-source framework that boosts LLM reasoning by orchestrating multiple LLM agents as a collective intelligence using a genetic-style dynamic tree search.

🧵 (1/n)