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

SuperAI Singapore 2025 will bring together over 7,000 global leaders in AI, robotics, healthcare, finance, and climate tech at Marina Bay Sands on June 18–19. With three stages, a hackathon, and a $200K startup competition, the event unites Eastern and Western AI ecosystems to spotlight frontier breakthroughs. Speakers include Emad Mostaque, Balaji Srinivasan, and Sharon Zhou, with more than 150 tech visionaries expected to appear.
Confidencial.io will unveil its unified AI data governance platform at RSAC 2025. Designed to secure unstructured data in AI workflows, the system applies object-level Zero Trust encryption and seamless compliance with NIST/ISO frameworks. It protects AI pipelines and agentic systems from sensitive data leakage while supporting safe, large-scale innovation.
Qubrid AI unveils Version 3 of its AI GPU Cloud, featuring smarter model tuning, auto-stop deployment, and enhanced RAG UI—all designed to streamline AI workflows. The company also teased its upcoming Agentic Workbench, a new toolkit to simplify building autonomous AI agents. Along with App Studio and data provider integration, Qubrid is positioning itself as the go-to enterprise AI platform for 2025.
OpenPhone introduces Sona, an AI-powered agent that ensures no business call goes unanswered. Perfect for small businesses and startups, Sona handles missed calls, FAQs, and detailed messages 24/7—empowering customer support, reducing missed revenue, and helping teams scale personal service without extra staffing.
The integration of tariffs and the EU AI Act creates a challenging environment for the advancement of AI and automation. Tariffs, by increasing the cost of essential hardware components, and the EU AI Act, by increasing compliance costs, can significantly raise the barrier to entry for new AI and automation ventures. European companies developing these technologies may face a double disadvantage: higher input costs due to tariffs and higher compliance costs due to the AI Act, making them less competitive globally. This combined pressure could discourage investment in AI and automation within the EU, hindering innovation and slowing adoption rates. The resulting slower adoption could limit the availability of crucial real-world data for training and improving AI algorithms, further impacting progress.
NVIDIA has launched a major U.S. manufacturing expansion for its next-gen AI infrastructure. Blackwell chips will now be produced at TSMC’s Arizona facilities, with AI supercomputers assembled in Texas by Foxconn and Wistron. Backed by partners like Amkor and SPIL, NVIDIA is localizing its AI supply chain from silicon to system integration—laying the foundation for “AI factories” powered by robotics, Omniverse digital twins, and real-time automation. By 2029, NVIDIA aims to manufacture up to $500B in AI infrastructure domestically.

Download Magazine

With Subscription
Whitepaper
Explore how Generative AI is transforming telecom infrastructure by solving critical industry challenges like massive data management, network optimization, and personalized customer experiences. This whitepaper offers in-depth insights into AI and Gen AI's role in boosting operational efficiency while ensuring security and regulatory compliance. Telecom operators can harness these AI-driven...
Supermicro and Nvidia Logo
Whitepaper
The whitepaper, "How Is Generative AI Optimizing Operational Efficiency and Assurance," provides an in-depth exploration of how Generative AI is transforming the telecom industry. It highlights how AI-driven solutions enhance customer support, optimize network performance, and drive personalized marketing strategies. Additionally, the whitepaper addresses the challenges of integrating AI into...
RADCOM Logo
Article & Insights
Non-terrestrial networks (NTNs) have evolved from experimental satellite systems to integral components of global connectivity. The transition from geostationary satellites to low Earth orbit constellations has significantly enhanced mobile broadband services. With the adoption of 3GPP standards, NTNs now seamlessly integrate with terrestrial networks, providing expanded coverage and new opportunities,...

Subscribe To Our Newsletter

Scroll to Top