The article discusses a method called Chain of Recursive Thoughts (CoRT) that makes AI models think harder by arguing with themselves repeatedly. This approach involves generating initial responses, evaluating alternatives, and refining the output through multiple rounds of thinking. The author claims that CoRT significantly improves the performance of AI models, especially for small models, in tasks such as programming. The method is made available through a web UI and a Python script.