Tiffany Tsang
← All Articles

June 2026

Tactician's Fundamentals

An AI-Powered Coaching Tool for Competitive TFT

Tactician's Fundamentals

Built as a capstone for UCLA Anderson's Science and Strategy of AI (MGMT298D), Tactician's Fundamentals is a full-stack coaching tool that compares your TFT games against a dataset of 140,000+ Challenger and Grandmaster matches. The goal: make the decision-making patterns of high-elo players legible to everyone else.

Most TFT tools give you stats. This one tries to explain what to do with them. After learning about retrieval-augmented generation and how models can be grounded in domain-specific context, I wanted to build an AI that could reason about TFT the way a high-elo player does — rather than repeat generic tier-list advice.

What it does

How it works

The reasoning layer uses a RAG-style approach: each response is grounded at inference time in champion data, trait breakpoints, item stats, and pro-level benchmarks rather than training data alone. Three models work in concert — Gemini 2.5 Flash for coaching and live search, Groq LLaMA 3.3 for champion tips and fallback responses, and Riot's Match API for personal game history.

AIData EngineeringFull-StackTFTUCLA Anderson
Visit the live app