UCB: Upper Confidence Bound—an algorithm used in decision-making to balance exploring new options and exploiting known good options.
Sybil attacks: A security threat where a single adversary controls multiple fake identities to gain influence (mentioned as related work context).
Prompt injection: A malicious attack where inputs are crafted to manipulate an LLM into ignoring its instructions or performing harmful actions.
Rating Network: A directed graph structure proposed in this paper where nodes are agents and edges represent the evaluation scores one agent gives to another's work.
Reputation Score: A dynamic value assigned to each agent reflecting its historical reliability and capability, updated after each round.
DyLAN: Dynamic LLM-Agent Network—a prior framework that selects agents via dynamic architecture search, used as a baseline comparison.
Reflexion: A technique where LLMs evaluate their own or others' outputs to provide feedback, used here for the rating mechanism.