AI Football Recruitment Platform
Multi-agent system for evidence-based player evaluation
2025
A multi-agent AI system that simulates a football club's operations department, evaluating players through specialized reasoning agents instead of one model trying to do everything at once.
- Problem
- Player evaluation blends statistical performance, tactical fit, and financial feasibility. Asking a single model to reason across all of it at once produces muddled analysis, and gives the model no reason not to fill data gaps with confident guesses.
- Solution
- Specialist agents — Scout, Performance Analytics, Tactical Fit, Transfer Market, and a Devil's Advocate — each own one slice of the analysis and communicate through shared, schema-enforced contracts. Every agent is grounded in an actual player data layer and stays explicit about what it can't verify rather than filling gaps with model recall. A General Manager agent orchestrates the specialists; a Report agent turns their findings into a narrative without being allowed to redecide the verdict.
- Outcome
- A single evidence-based recommendation — Buy, Monitor, or Do Not Sign — with a full audit trail of sources used, data freshness, and a built-in challenge to the majority view, surfaced through an interactive Streamlit interface.