Introduction: When “Thinking” Isn’t Intelligence
For the last few years, the AI story has been owned by large language models: systems that can write essays, pass exams, and increasingly “show their work” with chain‑of‑thought reasoning. At first glance, they look like the long‑promised artificial general intelligence—human‑level intelligence in silicon—but under stress they behave less like minds and more like powerful autocomplete engines.
A recent Apple study calls this the “illusion of thinking”: models that appear to reason but collapse precisely where humans start to shine, as task complexity grows. For Qognetix, this is not just a quirk of current models; it is a symptom of a deeper architectural mistake. Current systems are optimised for pattern‑matching over static datasets, not for living, adaptive cognition. Qognetix exists to explore the alternative: synthetic brains—biologically faithful, neuromorphic architectures that behave more like cortex than like a giant statistical spreadsheet.
What AGI Really Means (And Why Benchmarks Mislead)
The term AGI has been stretched so far that almost any impressive model can be marketed as “general,” but most serious definitions converge on a few core criteria.
- Breadth: Competence across most cognitive domains—language, perception, planning, abstraction, creativity—at roughly human level, not just on a handful of curated benchmarks.
- Transfer: Robust generalisation to new tasks and situations, including those never seen in training, without catastrophic failure or brittle prompt‑sensitivity.
- Autonomy: Lifelong learning and self‑improvement in open environments, instead of one‑shot pretraining followed by slow, manual updates.
On these terms, today’s LLM‑centric systems look less like general intelligences and more like broad but brittle savants: astonishingly capable inside the statistical envelope of their training data, and disturbingly unreliable outside it. Worse, the industry has learned to game the definition—declaring “AGI milestones” when a new model crosses a benchmark threshold that says more about the test than about genuine generality.
Qognetix takes a different stance. If AGI means anything, it should mean systems that share the structural properties that make brains general: continual plasticity, grounded world models, and energy‑efficient computation tightly coupled to experience. That is why the Qognetix platform focuses on building and simulating digital neural tissue—not as a metaphor, but as a substrate where breadth, transfer, and autonomy emerge from brain‑like dynamics rather than from ever larger piles of text.
Why Pattern‑Matching LLMs Hit a Wall
At their core, large language models and the newer “large reasoning models” are next‑token predictors: immense pattern‑matching systems that learn to continue text so well that the continuations look like thought. Apple’s “Illusion of Thinking” paper makes that gap explicit, showing that as puzzle complexity increases, these models hit a collapse threshold where they abruptly reduce their reasoning effort and start failing—despite having plenty of context window left.
Three structural problems keep resurfacing:
- Approximate reasoning instead of algorithms
Apple’s analysis finds that LRM-style models do not reliably implement exact procedures for logic or arithmetic; they approximate them via pattern recall, leading to inconsistent answers across similar problems and a sharp breakdown on harder instances. Follow‑up work on compositional benchmarks shows the same pattern: small changes in structure or wording can destroy performance, which is not how robust algorithms behave. - Brittleness and lack of systematic generalisation
Studies on compositional generalisation demonstrate that many LLMs struggle to combine learned concepts in new ways, succeeding on training‑like instances but failing as soon as tasks require multi‑step composition. Even when specialised methods like CARMA improve compositionality on narrow benchmarks, the gains are fragile and task‑specific, underscoring how hard it is to graft real structure onto a fundamentally statistical engine. - No continual, embodied learning
Today’s frontier models are trained in giant offline batches, then frozen and occasionally fine‑tuned; they do not learn continuously from the world, and they are prone to catastrophic forgetting when updated. By contrast, neuromorphic and continual‑learning research explicitly targets systems that accumulate knowledge over a lifetime while balancing stability and plasticity, something brains do but LLMs only simulate at the surface.
For Qognetix, this is the crux: if an architecture gives you approximate reasoning, brittle generalisation, and no true lifelong learning, calling it “AGI” is a category error. The Qognetix platform exists precisely because those failure modes look like symptoms of the wrong substrate, not just the wrong scale—and because brain‑like synthetic tissue offers a way to bake generality, compositional structure, and plasticity into the system from the ground up.
The Case for Biologically Faithful Synthetic Brains
If LLMs keep failing in the same ways—approximate reasoning, brittle generalisation, no true lifelong learning—the obvious conclusion is that the architecture itself is wrong for AGI. Brains solve exactly the problems LLMs struggle with: they learn continuously, generalise compositionally, stay robust under noise and novelty, and do it all within a tight energy budget, which is why the most credible path to real AGI is to build systems that share their structural principles.
What Neuromorphic Computing Brings
Neuromorphic computing starts from this premise and designs hardware and algorithms around spiking neurons, synapses, and event‑driven, massively parallel dynamics inspired by biological nervous systems.
Recent work highlights three advantages that map directly onto AGI requirements:
- Energy‑efficient, always‑on cognition
Neuromorphic platforms can perform sensing and inference at orders of magnitude lower power than GPU‑bound deep nets, enabling rich, continuous cognition at the edge rather than in remote data centres. That moves AI closer to how brains operate: always on, always learning, without a hyperscale power plant behind each thought. - Temporal, event‑based computation
Spiking networks naturally encode time and sequence in their dynamics, handling streams of events instead of static batches of tokens. This aligns with how organisms integrate sensory input, internal state, and action over time, and it is a much better fit for open‑ended agents than the single‑shot, prompt‑in‑completion‑out loop of current LLMs. - Hardware level plasticity and continual learning
Emerging neuromorphic systems support local learning rules and online synaptic updates, allowing models to adapt in real time without catastrophic forgetting. This is exactly the stability–plasticity balance that continual‑learning researchers chase in software, but implemented directly in the substrate, much closer to biology.
Qognetix: Synthetic Digital Tissue as an AGI Substrate
Qognetix takes these ideas one step further by focusing not just on neuromorphic hardware in the abstract, but on synthetic digital neural tissue that behaves like a living cortex inside a controllable software environment. Instead of treating neurons as simple units in a matrix, the Qognetix platform models populations of interconnected, biologically inspired elements whose activity unfolds over time and can be probed, perturbed, and reconfigured experimentally.
In practise, that means:
- Building and simulating digital “brain regions” with rich internal dynamics, rather than static layers in a feed‑forward network.
- Exploring neuromodulation‑like influences, plasticity rules, and multi‑timescale memory mechanisms that let synthetic tissue learn continuously while retaining past skills.
- Using this synthetic tissue as a testbed for AGI‑relevant behaviours—robust generalisation, compositional reasoning, adaptive control—before coupling it to neuromorphic hardware and real‑world embodiments.
Where LLM labs scale parameters and compute, Qognetix scales structure: more realistic neurons, richer connectivity, and brain‑like dynamics that make general intelligence a first‑class design goal rather than an accidental by‑product of language prediction.
LLM‑Centric “AGI” vs Neuromorphic AGI
At this point the AGI debate is really a clash between two futures: one where “AGI” is declared when LLMs plus plugins hit a moving benchmark, and another where AGI is reserved for systems that genuinely behave like general, adaptive minds. Putting those futures side by side makes the gap—and Qognetix’s bet—very clear.
| Dimension | LLM‑centric “AGI” | Neuromorphic / biologically faithful AGI (Qognetix vision) |
|---|---|---|
| Core mechanism | Massive next‑token predictors over text/code; dense matrix multiplications on GPUs and TPUs. | Synthetic neural tissue built from brain‑inspired units, spiking/event dynamics, and rich recurrent connectivity, mapped to neuromorphic or GPU backends. |
| Learning style | Giant offline pretraining runs, occasional fine‑tuning; fragile when updated, prone to catastrophic forgetting | Continuous, local plasticity with multi‑timescale memory, replay, and neuromodulation‑like mechanisms for stable lifelong learning. |
| Reasoning behavior | “Illusion of thinking”: improved medium‑complexity reasoning, but collapse on simple and very hard tasks; inconsistent internal algorithms. | Algorithm‑like subcircuits embedded in a dynamical substrate, closer to how cortex supports flexible abstraction, planning, and problem solving. |
| Grounding & embodiment | Disembodied text and code; limited world models; weak physical and causal understanding, patched via external tools. | Designed to couple directly to sensors, motors, and event streams, enabling grounded, embodied agents with experience‑based concepts. |
| Energy & deployment | Centralised, power‑hungry data centres; each capability jump demands more compute and infrastructure. | Brain‑like efficiency suitable for always‑on cognition at the edge, closer to how animals carry intelligence around in a few watts. |
| Path to “AGI” | Declare AGI when benchmarks or marketing narratives are satisfied; rely on scale, better prompts, and tool scaffolding. | Treat AGI as an emergent property of a living synthetic nervous system whose structure is explicitly designed to mirror the only working AGI we know: the brain. |
How Ridiculous The “AGI One‑Upmanship” Has Gotten
At one end, Sam Altman says OpenAI “knows how to build AGI” and is already thinking past it; at the other, he dismisses AGI as a “sloppy” term that no longer means much. Elon Musk keeps moving his AGI deadline forward a year at a time while tying it to ever‑bigger GPU clusters, and Mark Zuckerberg is pitching an open‑source Llama “tsunami” as if scaling the same brittle architecture will magically produce general intelligence.
When the people building the largest pattern‑matching machines in history cannot even agree on what AGI is, yet confidently declare timelines to it, the only reasonable response is to admit how ridiculous this has gotten—and to start talking seriously about architectures, like synthetic brains, that might actually deserve the name.
A More Honest AGI Roadmap
If AGI is allowed to mean “whatever today’s biggest model can just about do,” the term becomes a marketing label, not a scientific milestone. A more honest roadmap starts by asking what brains actually deliver—and then demanding the same from any system claiming the “general” label.
Three questions cut through the hype:
- Does it learn continuously from the world without forgetting how to walk every time it learns to run? Brains adjust synapses in real time while preserving core skills; LLMs, by contrast, need expensive retraining and still forget.
- Does it maintain coherent world models and robust behaviour under distribution shift, noise, and novelty, or does it crumble when the prompt is phrased differently?
- Can it operate within biological energy and latency constraints, closer to a brain than to a data centre, so that intelligence can live on devices, robots, and organisms, not just in clouds?
On these criteria, today’s LLMs look like a brilliant but transitional technology: an important chapter, not the end of the story. The Qognetix thesis is that truly general intelligence will come from synthetic brains—biologically faithful digital tissue and neuromorphic substrates that inherit the structural advantages of cortex, then extend them with the precision and control of computation.
In other words: the question is not whether AGI is “here” in your chatbot; it is whether we are willing to rebuild AI on foundations that actually look like intelligence—messy, plastic, grounded, and alive—and Qognetix exists to help make that shift real.
The Qognetix Call To A Realistic AGI Pathway
If you’re building in this space, Qognetix is looking for early collaborators, critics, and co‑conspirators who are ready to move beyond LLM cosmetics and into synthetic brains. If you want to experiment with biologically faithful digital tissue, neuromorphic‑ready architectures, or simply pressure‑test this thesis, you can connect with Qognetix, join the early access list, or reach out directly to explore pilots and research partnerships.
Sources
| Source | Type | Title / Description | Notes |
|---|---|---|---|
| Wikipedia | Encyclopedic | Artificial general intelligence | General background and definitions of AGI.wikipedia |
| DebateUS | Expert definitions | What is Artificial General Intelligence? Definitions from Experts | Collates multiple expert definitions of AGI.debateus |
| IBM | Industry explainer | What is Artificial General Intelligence (AGI)? | Corporate overview of AGI concepts and requirements.ibm |
| McKinsey | Industry explainer | What is Artificial General Intelligence (AGI)? | Business‑oriented discussion of AGI and timelines.mckinsey |
| Science (AAAS) | Academic article | Debates on the nature of artificial general intelligence | Peer‑reviewed overview of AGI debates.science |
| AIMultiple | Meta‑analysis | When Will AGI/Singularity Happen? 8,590 Predictions Analysed | Large‑scale analysis of AGI timing predictions.research.aimultiple |
| arXiv | Research preprint | What the F*ck Is Artificial General Intelligence? | Critical analysis of AGI definitions and claims.arxiv |
| Aire | Critical article | Why Might The LLM Market Not Achieve AGI? | Arguments against LLM‑only paths to AGI.aireapps |
| NJII | Critical article | How Close is AGI Actually? Why LLMs Alone Will Not Get Us to AGI | Industry critique of LLM‑centric AGI narratives.njii |
| Mashable | News / summary | “The illusion of thinking”: Apple research finds AI models collapse and give up with hard puzzles | Popular write‑up of Apple’s reasoning limits paper.mashable |
| Apple Machine Learning | Research blog | Understanding the Strengths and Limitations of Reasoning Models (Illusion of Thinking) | Original Apple study on reasoning models’ collapse.machinelearning.apple |
| InfoQ | Technical news | Apple’s Illusion of Thinking Paper Explores Limits of Large Reasoning Models | Technical summary and commentary on Apple’s paper.infoq |
| Arize AI | Technical blog | The Illusion of Thinking: What the Apple AI Paper Says About LLM Reasoning | Practitioner‑focused breakdown of Apple’s findings.arize |
| LinkedIn article | Commentary | The Illusion of Thinking: What Apple’s Research Reveals About AI Reasoning Limits | Commentary on Apple’s reasoning‑limits results.linkedin |
| arXiv | Research preprint | Not All LLM Reasoners Are Created Equal | Evaluation of different LLM reasoning models and their limits.arxiv+1 |
| EMNLP (ACL Anthology) | Conference paper | CARMA: Enhanced Compositionality in LLMs via … | Techniques to improve compositionality in LLMs; shows difficulty of robust structure.aclanthology |
| Heidelberg thesis | Academic thesis | Understanding and Improving the Compositional … | Detailed work on compositional generalization limits and improvements.archiv.uni-heidelberg |
| Nature | Journal article | Boosting AI with neuromorphic computing | Overview of neuromorphic computing benefits and potential for AI.nature |
| PNAS | Journal article | Can neuromorphic computing help reduce AI’s high energy cost? | Explores neuromorphic computing for energy‑efficient AI.pnas |
| Human / Unsupervised | Survey / landscape | Neuromorphic Computing 2025: Current SotA | Landscape review of neuromorphic computing state of the art.humanunsupervised |
| AlphaGamma | Explainer | What’s Neuromorphic Computing and How Will It Impact Artificial Intelligence? | Introductory explainer on neuromorphic computing.alphagamma |
| LinkedIn article | Commentary | Neuromorphic Computing: The Next Frontier in Brain‑Inspired AI | Commentary on neuromorphic computing as “next frontier”.linkedin |
| LinkedIn post | Commentary | Neuro‑inspired AI: A sustainable alternative to LLMs | Argues for bio‑inspired AI as more sustainable than LLMs.linkedin |
| NomadIT / EASST‑4S | Conference abstract | Death and the computer, or AI’s mortal materialism | Philosophical context on material limits of current AI.nomadit |
| Situated Cognition | Workshop | Workshop: Philosophy of Neuromorphic AI | Philosophical workshop on neuromorphic AI’s implications.situated-cognition |
| arXiv | Research preprint | Personalized Artificial General Intelligence (AGI) via Neuroscience … | Proposes a neuroscience‑inspired architecture for personalized AGI.arxiv |
| arXiv | Research preprint | Continual Learning with Neuromorphic Computing | Explores continual learning on neuromorphic substrates.arxiv |
| Frontiers in Neuroscience | Journal article | Astrocyte‑Gated Multi‑Timescale Plasticity for Online Learning in Spiking Networks | Shows multi‑timescale plasticity for online learning in spiking networks.frontiersin |
| Reddit (r/deeplearning) | Community discussion | New Generation Bio‑inspired AI Architecture: Moving Beyond LLM Statistical Models | Community discussion of bio‑inspired architectures beyond LLMs.reddit |
| Reddit (r/agi) | Community discussion | We need to get back to biologically inspired architectures | Grassroots argument for returning to biologically inspired AI.reddit |
- https://en.wikipedia.org/wiki/Artificial_general_intelligence
- https://debateus.org/what-is-artificial-general-intelligence-definitions-from-experts/
- https://www.ibm.com/think/topics/artificial-general-intelligence
- https://www.mckinsey.com/featured-insights/mckinsey-explainers/what-is-artificial-general-intelligence-agi
- https://www.science.org/doi/10.1126/science.ado7069
- https://research.aimultiple.com/artificial-general-intelligence-singularity-timing/
- https://arxiv.org/abs/2503.23923
- https://aireapps.com/articles/why-might-the-llm-market-not-achieve-agi/
- https://www.njii.com/2024/07/why-llms-alone-will-not-get-us-to-agi/
- https://mashable.com/article/apple-research-ai-reasoning-models-collapse-logic-puzzles
- https://machinelearning.apple.com/research/illusion-of-thinking
- https://www.infoq.com/news/2025/07/apple-illusion-thinking/
- https://arize.com/blog/the-illusion-of-thinking-what-the-apple-ai-paper-says-about-llm-reasoning/
- https://www.linkedin.com/pulse/illusion-thinking-what-apples-research-reveals-ai-vaibhav-kulshrestha-tmlic
- https://arxiv.org/html/2410.01748v1
- https://openreview.net/pdf?id=aPAWbip1xV
- https://aclanthology.org/2025.emnlp-main.822.pdf
- https://archiv.ub.uni-heidelberg.de/volltextserver/37640/1/thesis_fxy.pdf
- https://www.nature.com/articles/s43588-025-00770-4
- https://www.pnas.org/doi/10.1073/pnas.2528654122
- https://humanunsupervised.com/papers/neuromorphic_landscape.html
- https://www.alphagamma.eu/entrepreneurship/neuromorphic-computing-artificial-intelligence/
- https://www.linkedin.com/pulse/neuromorphic-computing-next-frontier-brain-inspired-ai-ramachandran-h0xxe
- https://www.linkedin.com/posts/satvik-tripathi_they-didnt-code-this-aithey-grew-it-from-activity-7350372582451232768-jFU1
- https://nomadit.co.uk/conference/easst-4s2024/paper/81733
- https://situated-cognition.com/2024/01/03/neuromorphic_ai/
- https://arxiv.org/html/2504.20109v1
- https://arxiv.org/html/2410.09218v3
- https://www.frontiersin.org/journals/neuroscience/articles/10.3389/fnins.2025.1768235/full
- https://www.reddit.com/r/deeplearning/comments/1o6nfqb/new_generation_bioinspired_ai_architecture_moving/
- https://www.reddit.com/r/agi/comments/1clsdy8/we_need_to_get_back_to_biologically_inspired/



