CoRT: Making AI Think Recursively for Superior Performance
2025-04-29
CoRT (Chain of Recursive Thoughts) significantly boosts AI performance by forcing the model to repeatedly refine its responses. The model generates multiple alternative answers, evaluates them, and selects the best one, mimicking self-doubt and iterative improvement. Testing with Mistral 3.1 24B showed a dramatic improvement in programming tasks. The magic lies in self-evaluation, competitive alternative generation, iterative refinement, and dynamic thinking depth. The project is open-source and welcomes contributions.