ART·E: Building an Email Research Agent with Reinforcement Learning That Beats o3
Searching an email inbox to answer natural-language questions required manually opening the inbox, devising keywords, and reading through search results — a process the author wanted AI to replace.
ART·E is faster, cheaper, and more accurate than o3 on the email search task, taking almost a full turn less per query while hallucinating fewer wrong answers.
Training cost approximately $80 and completed in just under a day.
Show all 5 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
ART·E is faster, cheaper, and more accurate than o3 on the email search task, taking almost a full turn less per query while hallucinating fewer wrong answers.
What tools did this team use?
ART, GRPO, sqlite, FTS5, vLLM, Unsloth, Skypilot, Runpod, Weights & Biases.
What results were reported?
Accuracy vs o3: faster, cheaper, and more accurate than o3; Turns taken vs o3: almost a full turn less than o3; Hallucinations vs o3: hallucinated fewer wrong ones; Training cost: about $80 (source-reported, not independently verified).
How is this back office ops AI workflow structured?
User submits email query → Search inbox for emails → Read full email body → Return answer with sources → Score trajectories → GRPO model update.