Future Horizons
The Neurosymbolic Synthesis: Can Marrying Logic and Learning Fix AI's Reasoning Problem?
The neurosymbolic case rested on AlphaGeometry: hybrid beats either half alone. Then in July 2025 a plain language model took IMO gold in natural language, with no symbolic engine at all.

Gabriele Masetti ·
The Debate That Never Really Ended
In the summer of 2019, Gary Marcus — the NYU cognitive scientist and AI critic who had spent years arguing that deep learning would hit a ceiling it could not transcend — published a paper with Ernest Davis that provoked a fierce reaction from the deep learning establishment. "Rebooting AI," they argued, demanded a return to the ideas that dominated AI research before the neural network revolution: structured representations, explicit rules, symbolic logic, and common-sense knowledge bases. The response from leading deep learning researchers was largely dismissive. The field had momentum, benchmarks were improving, and the implicit assumption was that scaling and better architectures would overcome any remaining limitations.
Seven years later, with state-of-the-art language models capable of passing the bar exam but still stumbling on elementary logic puzzles when the phrasing is altered, Marcus has found himself in the uncomfortable position of having been half right, in ways nobody wanted to acknowledge and in ways he would not have chosen.
The pendulum has not swung back to the pure symbolic systems of the 1980s — the decades of evidence against their brittleness and inability to handle real-world ambiguity are too compelling. But across leading research labs, a new synthesis is taking shape: systems that combine the pattern-recognition power of neural networks with the precision and compositionality of symbolic reasoning. That is the neurosymbolic turn — and whether it represents a genuine architectural revolution or an incremental patch is the most important open debate in AI research today.
The Thirty-Year Schism: Neural versus Symbolic
To understand why this synthesis matters, it helps to understand the schism it is attempting to heal.
The history of AI research from the 1950s through the 1990s was dominated by symbolic AI — systems built on explicit representations of knowledge and rules of logical inference. Expert systems like MYCIN (medical diagnosis, Stanford, 1970s), Cyc (common-sense knowledge base, Lenat, 1984), and LISP-based reasoning engines demonstrated that machines could perform sophisticated inference when given well-structured knowledge bases. Their failure mode was equally well-understood: they were brittle (any knowledge gap caused failure), required exhausting manual knowledge engineering, and could not handle the messy ambiguity of natural language and real-world perception.
The neural network revolution that accelerated in the 2010s — driven by deep learning, GPUs, and large datasets — overcame precisely these limitations. Neural networks did not need hand-crafted rules; they learned from examples. They were robust to noise and ambiguity. They scaled with data and compute in ways symbolic systems never could. By 2020, they had surpassed human performance on a remarkable range of perceptual and language tasks.
But neural networks brought their own failure modes. They were opaque: their internal representations were essentially uninterpretable, making it impossible to audit their reasoning or diagnose failures. They were brittle in structure: small changes in problem phrasing or distribution could dramatically alter performance. They lacked compositional generalisation: they could not reliably combine known concepts in novel configurations, in the way that symbolic systems (and humans) can effortlessly do. And they had no notion of guaranteed correctness: a neural network that is 99% accurate will be wrong 1% of the time, with no way of knowing in advance which instances those will be.
The neurosymbolic agenda is to get the best of both worlds: the scalable learning and perceptual robustness of neural networks, combined with the structured reasoning, interpretability, and compositional generalisation of symbolic systems.
Why LLMs Keep Failing at Reasoning
The specific failure mode that has most energised the neurosymbolic research programme is the persistent reasoning failures of large language models when problem structure is varied.
In a series of studies beginning in 2023, researchers systematically demonstrated that LLMs perform poorly on reasoning tasks when surface features are changed in ways that should not affect the underlying logical structure. Adding irrelevant clauses to mathematical word problems drops performance by 40–65% on some benchmarks. Changing variable names in logical puzzles from familiar (John, Mary) to unfamiliar (Zobod, Frenaz) significantly degrades accuracy. Asking the same question in a slightly different order alters the answer. Introducing "bait" information designed to look like relevant constraints causes models to abandon correct reasoning paths they were executing correctly before the bait was inserted.
The failures share a common structure: the models are not executing an algorithm on the logical content of the problem; they are pattern-matching on surface features. When the surface features conflict with the logical structure, the surface features often win.
None of that is a minor benchmark concern. It is a fundamental limitation for any application where reasoning under novel conditions is required — which is most of the high-value applications people want AI to perform. A legal reasoning system that changes its conclusions based on phrasing rather than logical content is useless. A medical diagnostic system that is confused by irrelevant clinical details cannot be deployed safely. An autonomous system that misreads novel physical configurations because they superficially resemble familiar training examples is dangerous.
AlphaGeometry: What Hybrid Reasoning Actually Looks Like
The most striking concrete demonstration that neurosymbolic approaches can produce qualitatively better reasoning than either approach alone is DeepMind's AlphaGeometry, published in Nature in January 2024.
AlphaGeometry solves olympiad-level geometry problems — a task that requires both the recognition of geometric patterns and the construction of precise logical proofs. The system combines two components that operate in tight integration: a neural language model that proposes auxiliary geometric constructions (the creative, intuitive part of geometry problem-solving — recognising that adding a particular line or point to a diagram might open new proof paths), and a symbolic deduction engine that rigorously verifies each step of the proof according to formal logical rules.
Neither component could solve the problems alone. The neural component is powerful at pattern recognition and hypothesis generation but cannot guarantee the correctness of its steps. The symbolic component can verify and extend proofs with complete rigour but cannot generate the creative hypotheses that make hard problems tractable. Together, they solved 25 of 30 problems from the International Mathematical Olympiad — approaching the performance of human gold medallists and dramatically exceeding any prior AI system.
DeepMind published AlphaGeometry 2 on 5 February 2025. It swapped the bespoke language model for one built on Gemini, widened the domain language from 66 to 88 percent of IMO geometry problems from 2000 to 2024, and lifted the solve rate across that set from 54 to 84 percent. The architecture did not change. The hybrid got better at being a hybrid.
AlphaGeometry is important not just as a technical result but as a proof of concept. It demonstrates that a neural-symbolic architecture can produce verifiable, step-by-step reasoning that is both creative (requiring pattern recognition and hypothesis generation) and rigorous (requiring guaranteed correctness of each step). The combination — which neither pure neural nor pure symbolic systems can achieve — is exactly what is needed for AI systems to be trusted in high-stakes reasoning domains.
The Counter-Example: The 2025 Olympiad
The cleanest argument against that lesson arrived eighteen months later, from the same laboratory.
On 21 July 2025 Google DeepMind announced that an advanced version of Gemini with Deep Think had solved five of the six problems at that year's International Mathematical Olympiad for 35 points out of 42 — a gold-medal score, graded by the IMO's own coordinators under the criteria applied to students.
We can confirm that Google DeepMind has reached the much-desired milestone, earning 35 out of a possible 42 points — a gold medal score. — Gregor Dolinar, President, International Mathematical Olympiad
What matters here is how it was done. There was no symbolic deduction engine, no translation into a formal language such as Lean, no human formalising the statements. The model read the official problem text and wrote proofs in natural language inside the competition's time limit. A year earlier the same class of result had required expert formalisation and two to three days of computation.
OpenAI claimed a comparable result the same week, and it has worn less well: its proofs were graded by three former IMO medallists it engaged itself, not by the IMO's coordinators, and it published no attempt at problem 6, which no system solved. Terence Tao warned against comparing results whose testing methodology the labs selected themselves; Kevin Buzzard's objection is that company claims cannot be independently verified.
None of that rescues the strong neurosymbolic claim. A general language model, with no symbolic scaffolding, did in natural language what the year before had required a purpose-built hybrid to do in a formal one. Either scaling is stronger than the neurosymbolic programme allowed, or a model trained on enough proof traces has internalised something that works as a deduction engine without being written as one. Both readings are uncomfortable for the thesis that the architecture must be explicit.
MIT's Neuro-Symbolic Concept Learner: Seeing and Reasoning Together
A different demonstration of the neurosymbolic principle comes from the Neuro-Symbolic Concept Learner (NSCL) developed at MIT's Computer Science and Artificial Intelligence Laboratory by Jiayuan Mao, Chuang Gan, Pushmeet Kohli, Joshua Tenenbaum, and Jiajun Wu.
NSCL addresses a problem called visual question answering — answering natural language questions about images, such as "Is there a small red sphere to the left of the large metallic cube?" What makes NSCL remarkable is that it learns both visual concepts and the logical structure of language simultaneously, from just image-question-answer triples without any explicit supervision on the intermediate representation.
The system works by parsing the question into a structured logical program (using a neural semantic parser) and then executing that program against a structured scene representation (built by a neural visual parser). The answer is the result of the logical execution — not a pattern-matched probability, but a symbolic computation over structured representations.
The system therefore exhibits systematic generalisation in ways that purely neural approaches cannot: it can answer questions about novel combinations of concepts it has seen separately, because it reasons about them through explicit logical operations rather than pattern matching. It can also explain its reasoning — the logical program it executes is readable and auditable in a way that a neural network's internal activations are not.
Tenenbaum's broader programme at MIT — probabilistic programs, and collaborations with developmental psychologists on the "core knowledge" infants appear to start with — is among the most sophisticated arguments that symbolic structure is not an optional add-on to machine intelligence but a component of it.
Amazon's Industrial Deployment: Where Neurosymbolic AI Has Already Arrived
While academic debates continue, at least one major industrial actor has committed to neurosymbolic methods at scale. Amazon has deployed hybrid neural-symbolic approaches across multiple product lines, providing some of the clearest evidence that the synthesis is practically viable beyond laboratory demonstrations.
Amazon's Vulcan warehouse robots, which began deployment in 2025, use a neurosymbolic approach to grasp planning: a neural network for visual perception (identifying objects, estimating their physical properties, recognising packing configurations) combined with a symbolic constraint-satisfaction system that plans grasp strategies according to explicit logical rules about stability, weight distribution, and safety. Neither component alone was sufficient — the neural network could not reliably guarantee the physical constraints, and the symbolic planner could not handle the visual complexity of real warehouse environments.
Amazon's Rufus shopping assistant, deployed to Amazon.com, uses a similar hybrid: a neural language model for natural language understanding and conversation, combined with symbolic product ontologies and logical inference rules for product compatibility and recommendation logic. Pure language model approaches were found to generate plausible-sounding but logically inconsistent product recommendations — recommending accessories incompatible with the base product, or suggesting products that violated explicit user constraints.
Those deployments are not proof-of-concept demonstrations in controlled academic settings but production systems serving millions of users. The fact that Amazon chose hybrid approaches over pure neural baselines — despite the engineering complexity — suggests that the practical performance advantages are real and measurable.
Logic Tensor Networks and Differentiable Reasoning
For neurosymbolic AI to become a general-purpose approach rather than a collection of task-specific hybrids, it needs a unified framework that can express both learning and logical reasoning in a common mathematical language — one that is differentiable and thus compatible with standard gradient-based training.
Logic Tensor Networks (LTNs), developed by Luciano Serafini and Artur d'Avila Garcez and published in a landmark 2022 paper in Artificial Intelligence, provide one such framework. LTNs express logical formulas as differentiable functions over real-valued tensors, allowing the parameters of both the neural perception functions and the logical predicates to be jointly optimised by gradient descent. A neural network that recognises objects in images and a set of logical rules about how objects relate can be trained simultaneously, with the logical constraints providing supervision that guides the neural learning.
The key innovation is fuzzy logic — replacing the binary truth values of classical logic (true or false) with continuous satisfaction degrees between 0 and 1. That makes logical formulas differentiable, so they can be optimised as loss functions. A rule like "all birds can fly" becomes a loss term that penalises the model to the degree that it assigns "bird" to entities it does not assign "can fly." The rule is enforced as a soft constraint rather than a hard rule, allowing the model to balance logical consistency with empirical evidence.
Neural Theorem Provers (NTPs), developed by Tim Rocktäschel and Sebastian Riedel at University College London, take a different approach: they make the proof search process of theorem proving differentiable, allowing gradient-based methods to learn both the rules and the fact base used in reasoning. NTPs can learn logical rules from examples while using those rules to perform structured inference — a genuine integration of learning and reasoning.
GraphRAG, Microsoft's retrieval-augmented generation system, represents a more pragmatic neurosymbolic approach that is already in broad deployment: it augments language model generation with retrieval from structured knowledge graphs, providing the symbolic grounding that pure language models lack for factual and relational queries. By representing knowledge in explicit graph structures and querying those structures symbolically before using language models for generation, GraphRAG dramatically reduces hallucination rates on knowledge-intensive tasks.
The Marcus Vindication: What the Evidence Now Shows
Gary Marcus's core claims are worth revisiting, which were widely dismissed in 2019 and have since found substantial empirical support.
Marcus argued that deep learning systems would struggle with:
| Marcus's 2019 claim | Evidence since |
|---|---|
| Systematic compositionality — combining known concepts in novel ways | Confirmed: the SCAN and CFQ benchmarks show dramatic failures even at large scale |
| Robustness to distribution shift — holding performance when input statistics change | Confirmed: adversarial examples and spurious correlations are well documented |
| Abstract reasoning — reasoning about structure rather than statistical regularity | Weakening: ARC Prize released ARC-AGI-2 in 2025 under the banner that scale is not enough and set 85 percent as its target; leaderboards in September 2026 report the best general models above 90 percent |
| Sample efficiency — learning from small amounts of data | Confirmed: LLMs need orders of magnitude more data than humans for comparable tasks |
Three of those four rows have held. The fourth is coming apart, and it is the one the neurosymbolic argument leaned on hardest: if fluid abstract reasoning were structurally out of reach for scaled neural networks, ARC-AGI-2 is the benchmark that should have shown it, and it has not.
Marcus was not arguing that deep learning is useless. He was arguing that it is insufficient — that the limitations above are structural and cannot be overcome by scaling alone. The weaker version of that claim, that these failures are real and expensive, is now uncontroversial. The stronger version, that only an explicit symbolic component can fix them, is the one the last two years have put under pressure.
The interesting question is what form the synthesis takes. Marcus himself advocates for explicit hybrid architectures — neural networks combined with symbolic knowledge representations. Others argue that the right approach is to train much larger models with better data and architecture to induce symbolic-like representations implicitly. The empirical competition between these approaches will play out over the next decade.
Challenges and Open Problems
Neurosymbolic AI is not a solved problem. Several deep challenges remain before it can be considered a mature and general approach.
The first is knowledge acquisition: symbolic systems require structured knowledge, and acquiring that knowledge at scale remains a bottleneck. Cyc's 40-year effort to manually encode common sense demonstrated the limit of pure hand-crafting; the current excitement around LLMs suggests that statistical knowledge extraction from text is part of the answer, but whether it produces the structured symbolic knowledge that logical reasoning requires is unclear.
The second is scalability: the symbolic components of neurosymbolic systems tend to scale poorly with the size of the knowledge base. Logical inference over large knowledge graphs is computationally expensive, and the practical deployment of neurosymbolic systems at the scale of current LLM applications remains an open engineering challenge.
The third is integration: most current neurosymbolic systems combine neural and symbolic components through relatively simple interfaces — the neural component outputs a representation, the symbolic component operates on it. The deeper challenge is tight integration in which learning and reasoning mutually constrain each other in a continuous feedback loop.
The Horizon: Systems That Reason to Be Trusted
The long-term significance of the neurosymbolic synthesis lies not just in improved benchmark performance but in the prospect of AI systems that can be trusted to reason correctly in novel situations — systems whose reasoning is both accurate and auditable.
The applications most urgently awaiting this capability are those where AI errors have severe consequences: medical diagnosis and treatment recommendation, legal reasoning and judicial support, financial risk assessment, safety-critical engineering design, and scientific hypothesis generation. In all these domains, the inability to audit AI reasoning — to trace the chain of inference from evidence to conclusion and verify each step — is a fundamental barrier to deployment that improved neural scaling alone cannot remove.
Systems that produce structured, verifiable proofs of their conclusions — AlphaGeometry, and the proof assistants now being wrapped around general models — are a qualitatively different kind of AI from systems that produce plausible outputs with no guarantee of correctness. The open question has shifted. It is no longer whether verifiable reasoning can be built, but whether the verification has to sit in a separate symbolic component at all, or whether a large enough model plus a checker at the end gets there by a cheaper route.
What is no longer open is whether the attempt is worth making. Amazon did not build two systems out of aesthetic preference, and a guarantee you can audit is worth more in a courtroom than a probability you cannot. What 2025 changed is the terms: the hybrids now have to beat a moving baseline, and the baseline is a model that was supposed to be unable to do this at all.