π Paper: openreview.net/pdf?id=yNpYb...
π Blog: au-clan.github.io/2025-06-19-f...
π» Code: github.com/au-clan/FoA
cc: @akhilarora.bsky.social @larshklein.bsky.social @caglarai.bsky.social @icepfl.bsky.social @csaudk.bsky.social
@potamitisn.bsky.social
π Paper: openreview.net/pdf?id=yNpYb...
π Blog: au-clan.github.io/2025-06-19-f...
π» Code: github.com/au-clan/FoA
cc: @akhilarora.bsky.social @larshklein.bsky.social @caglarai.bsky.social @icepfl.bsky.social @csaudk.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.
15.07.2025 17:25 β π 1 π 0 π¬ 1 π 0We 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.
15.07.2025 17:25 β π 1 π 0 π¬ 1 π 0We 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.
15.07.2025 17:25 β π 1 π 0 π¬ 1 π 0In 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.
15.07.2025 17:25 β π 2 π 0 π¬ 1 π 0In 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.
15.07.2025 17:25 β π 1 π 0 π¬ 1 π 0β
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 π
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.
15.07.2025 17:25 β π 1 π 0 π¬ 1 π 0Excited 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)