PSO: Particle Swarm Optimization—a computational method that optimizes a problem by iteratively trying to improve a candidate solution (particle) with regard to a given measure of quality
Agentic System: A system where autonomous agents with specific roles collaborate to solve complex tasks
Velocity Update: In SwarmAgentic, the generation of a textual optimization plan based on failures, personal bests, and global bests
Position Update: The application of the velocity update plan to modify the actual code/structure of the agentic system
Flaw Identification: An LLM-driven process that analyzes execution logs to categorize errors into agent flaws (e.g., missing role) or structure flaws (e.g., bad sequencing)
Collaborative Structure: The defined workflow or graph that dictates how agents interact and the order of task execution
MGSM: Multilingual Grade School Math benchmark—a dataset for testing mathematical reasoning capabilities
ADAS: Automated Design of Agentic Systems—a baseline framework that uses a meta-agent to discover agent systems in code
Direct Prompting: Using a standard LLM prompt to solve a task without a multi-agent structure