1. Schema Discovery
Thor scans your database to find all tables, columns, and row counts.
2. AI Table Selection
AI analyzes table schemas and picks the most analytically valuable tables.
3. Spec Generation
An LLM writes the dashboard spec — KPIs, chart queries, and table views.
4. SQL Execution
All SQL queries run in parallel against your database. Results are rendered into a dashboard.