UT Austin's BayesBeliefAgent lets LLM agents adapt to teammates 10x faster
Overcooked tests show order-of-magnitude fewer replans with contradiction-triggered control
A team of researchers built BayesBeliefAgent, pairing a hierarchical LLM planner with a Bayesian tracking module to detect when a teammate's strategy shifts. Instead of constant replanning, it interrupts only when actions contradict the inferred skill. On Overcooked benchmarks, it narrowed the belief-action gap while needing an order of magnitude fewer replans than heuristic methods.
- BayesBeliefAgent combines a hierarchical LLM planner with a Bayesian tracking module to infer partner skills in real time.
- Replanning triggers only on contradiction—when actions directly conflict with the inferred skill—reducing replans by 10x vs. heuristics.
- On Overcooked benchmarks, it significantly shrinks the belief-action gap, keeping agents aligned with complementary skills.
Why It Matters
Efficient adaptive replanning could make multi-agent AI teams reliable enough for real-world robotics, logistics, and collaborative software tasks.