Challenging the Notion That LLMs Can’t Reason: A Case Study with Einstein’s Puzzle

When Apple declared that LLMs can't reason, they forgot one crucial detail: a hammer isn't meant to turn screws. In our groundbreaking study of Einstein's classic logic puzzle, we discovered something fascinating. While language models initially stumbled with pure reasoning - making amusing claims like "Plumbers don't drive Porsches" - they excelled at an unexpected task.
Challenging the Notion That LLMs Can’t Reason: A Case Study with Einstein’s Puzzle
Image Credit: SmartR AI

Introduction to LLMs and the Reasoning Debate

A recent Apple publication argued that Large Language Models (LLMs) cannot effectively reason. While there is some merit to this claim regarding out-of-the-box performance, this article demonstrates that with proper application, LLMs can indeed solve complex reasoning problems.

The Initial Experiment: Einstein’s Puzzle


We set out to test LLM reasoning capabilities using Einstein’s puzzle, a complex logic problem involving 5 houses with different characteristics and 15 clues to determine who owns a fish. Our initial tests with leading LLMs showed mixed results:

  • OpenAI’s model correctly guessed the answer, but without clear reasoning
  • Claude provided an incorrect answer
  • When we modified the puzzle with new elements (cars, hobbies, drinks, colors, and jobs), both models failed significantly

Tree of Thoughts Approach and Its Challenges

We implemented our Tree of Thoughts approach, where the model would:

  1. Make guesses about house arrangements
  2. Use critics to evaluate rule violations
  3. Feed this information back for the next round

However, this revealed several interesting failures in reasoning:

Logic Interpretation Issues

The critics often struggled with basic logical concepts. For example, when evaluating the rule “The Plumber lives next to the Pink house,” we received this confused response:

“The Plumber lives in House 2, which is also the Pink house. Since the Plumber lives in the Pink house, it means that the Plumber lives next to the Pink house, which is House 1 (Orange).”

Bias Interference

The models sometimes inserted unfounded biases into their reasoning. For instance:

“The Orange house cannot be in House 1 because the Plumber lives there and the Plumber does not drive a Porsche.”

The models also made assumptions about what music Porsche drivers would listen to, demonstrating how internal biases can interfere with pure logical reasoning.

A Solution Through Code Generation

While direct reasoning showed limitations, we discovered that LLMs could excel when used as code generators. We asked SCOTi to write MiniZinc code to solve the puzzle, resulting in a well-formed constraint programming solution. The key advantages of this approach were:

  1. Each rule could be cleanly translated into code statements
  2. The resulting code was highly readable
  3. MiniZinc could solve the puzzle efficiently

Example of Clear Rule Translation

The MiniZinc code demonstrated elegant translation of puzzle rules into constraints. For instance:

% Statement 11: The man who enjoys Music lives next to the man who drives Porsche
% Note / means AND in minizinc
constraint exists(i,j in 1..5)(abs(i-j) == 1 / hobbies[i] = Music / cars[j] = Porsche);

If you would like to get the full MiniZinc code, please contact me.

Implications and Conclusions: Rethinking the Role of LLMs

This experiment reveals several important insights about LLM capabilities:

  1. Direct reasoning with complex logic can be challenging for LLMs
  2. Simple rule application works well, but performance degrades when multiple steps of inference are required
  3. LLMs excel when used as agents to generate code for solving logical problems
  4. The combination of LLM code generation and traditional constraint solving tools creates powerful solutions

The key takeaway is that while LLMs may struggle with certain types of direct reasoning, they can be incredibly effective when properly applied as components in a larger system. This represents a significant advancement in software development capabilities, demonstrating how LLMs can be transformative when used strategically rather than as standalone reasoning engines.

This study reinforces the view that LLMs are best understood as transformational software components rather than complete reasoning systems. Their impact on software development and problem-solving will continue to evolve as we better understand how to leverage their strengths while working around their limitations.


Recent Content

As telecom innovation accelerates with 5G, AI, cloud computing, and 6G, regulators worldwide must balance progress with consumer protection, cybersecurity, and fair competition. At MWC 2025, industry leaders from the USA, India, and Europe will explore spectrum management, big tech regulation, net neutrality, and digital inclusion. This keynote provides critical insights into how telecom policies can foster innovation while ensuring security and fairness in a hyper-connected world.
The telecom industry is undergoing a major transformation. With AI, cloud computing, and 5G SA driving innovation, operators are shifting from traditional connectivity providers to tech-first companies. The Telco-to-Techco transformation is redefining business models, creating new revenue streams, and enhancing digital services. At MWC 2025, industry leaders from MTN, e&, and GSMA will discuss how telcos can navigate this shift and unlock new opportunities in the digital economy.
As the digital world evolves, connectivity is reshaping industries through API-driven telecom solutions. The GSMA Open Gateway initiative is pioneering this shift by enabling seamless integration between telecom operators, developers, and enterprises. With 5G expected to power 1.2 billion connections by 2025, Open Gateway’s standardized APIs are fostering innovation in smart cities, fintech, logistics, and more. Join us at MWC25 Barcelona to explore the future of telecom connectivity.
AI stirs both excitement and concern. While some companies rush to take advantage of it, many are cautious due to the challenges and costs. However, there may be a better approach: using Assistive Intelligence with small, specialized models instead of Large Language Models. This method is more affordable and can benefit businesses and society. Emphasizing open-source technology respects privacy and fosters true innovation. By focusing on solving real problems, we enable growth and empower people to explore Assistive AI without high costs.
Sustainability in telecom is no longer optional—it’s essential. With rising energy costs, regulatory pressure, and consumer demand for greener operations, telecom operators must act now. Smart network management powered by AI, automation, and lifecycle management can significantly cut energy waste, reduce e-waste, and enhance operational efficiency. Discover how VC4’s Service2Create (S2C) platform is revolutionizing telecom sustainability through real-time inventory tracking, AI-driven energy optimization, and automated network reconciliation—helping operators go green while improving their bottom line. Read more to explore how technology is shaping a sustainable telecom future!

Currently, no free downloads are available for related categories. Search similar content to download:

  • Reset

It seems we can't find what you're looking for.

Download Magazine

With Subscription

Subscribe To Our Newsletter

Scroll to Top