🗞️ Mira Murati’s Thinking Machines made finance expert judgment trainable, beats frontier models with 29.8% fewer errors.
Summary
Mira Murati's Thinking Machines developed a model that successfully replicated Bridgewater's private expert judgment in financial tasks, outperforming frontier models with 29.8% fewer errors and achieving 13.8x lower inference cost. The system, which filters finance articles and reports for investor relevance, saw accuracy jump from 46-50% with naive prompts to 74-78% with expert prompts. The breakthrough involved replacing explicit rules with high-quality labels from expert investors, refined through a process where model-disputed cases were reviewed by experts. Training utilized interleaved batches, CISPO loss, and on-policy distillation from stronger teacher checkpoints, enabling the model to learn subtle patterns experts couldn't verbalize. This demonstrates the significant advantage of integrating specialized private judgment over general AI in complex enterprise applications.
Key takeaway
For AI Engineers building specialized enterprise solutions, you should prioritize integrating proprietary expert judgment rather than solely relying on general frontier models. This approach, demonstrated by Thinking Machines, significantly improves accuracy and cost-efficiency in complex domains like finance. Focus on developing robust processes for expert labeling and iterative feedback to train models on nuanced, non-verbalizable patterns, ensuring your AI truly understands domain-specific "taste" and decision-making.
Key insights
Integrating private expert judgment into AI models significantly enhances performance in specialized enterprise tasks, surpassing general frontier models.
Principles
- Bringing private judgment in the loop beats general intelligence.
- High-quality expert labels are crucial for nuanced tasks.
- Iterative expert review refines model learning.
Method
The method involved replacing written rules with expert labels, cleaning labels via expert review, and training with interleaved batches, CISPO loss, and on-policy distillation.
In practice
- Use expert-labeled data for domain-specific AI.
- Implement iterative expert feedback loops.
- Consider CISPO loss for stable RL training.
Topics
- Expert Judgment AI
- Financial AI
- Reinforcement Learning
- CISPO Loss
- On-policy Distillation
- Enterprise AI
Code references
Best for: NLP Engineer, Investor, CTO, AI Engineer, Machine Learning Engineer, Director of AI/ML
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Rohan's Bytes.