This is a working research agenda, not a claim that AGI is imminent or that quantum computing currently improves general-purpose AI reasoning. The aim is to turn an ambitious hypothesis into questions that can be measured and disproved.

01

Working thesis

The core idea

Generality may depend on the quality of the reasoning loop, not only the size of the model.

A capable system should recognise when a problem is difficult, choose how much computation to spend, search beyond its first answer, test intermediate states and update its plan when evidence changes.

ARC’s original framing is useful because it defines intelligence through skill-acquisition efficiency, generalisation difficulty, priors and experience—not task performance alone.[François Chollet / arXiv, 5 November 2019] ARC-AGI-2 extends that challenge by pairing capability with resource efficiency.[ARC Prize Foundation, 24 March 2025]

My hypothesis is that optimising this full loop could contribute to more general intelligence. It would not, by itself, establish AGI. A benchmark score is evidence about a capability, not a universal definition of intelligence.

Research model

A loop that earns each next step.

The system should decide when to continue, when to call a tool, when to revise and when to stop.

01

Frame

Represent the objective, constraints, available evidence and acceptable failure conditions.

02

Allocate

Estimate difficulty and spend additional reasoning compute only where it is likely to improve the result.

03

Explore

Generate competing plans or representations instead of committing to the first plausible path.

04

Evaluate

Use tests, tools, environment feedback or independent verifiers—not confidence alone.

05

Correct

Identify the failed assumption, revise the plan and retain a bounded memory of what changed.

06

Transfer

Test whether the correction improves performance on unfamiliar tasks rather than only the original case.

Evidence and limits

What current research supports—and what it does not.

The evidence is strongest for adaptive computation and feedback-supported correction. Claims about general self-improvement or quantum advantage remain much narrower.

Adaptive compute

More thinking helps selectively.

Research on test-time scaling shows that the best inference strategy depends on both the problem and the base model.[ICLR / OpenReview, ICLR 2025] The design question is therefore how to allocate compute, not how to maximise it everywhere.

Tool mediation

MCP exposes capability; it does not create judgement.

MCP provides lifecycle management, capability negotiation and structured access to tools and resources.[Model Context Protocol, 26 March 2025 revision] The agent still needs routing logic, permissions, evaluation and a reason to call the tool.

General intelligence

A benchmark is a probe, not a finish line.

ARC is valuable for testing unfamiliar abstraction tasks and efficiency. It does not measure every capability required for safe, autonomous or broadly useful intelligence.

Conditional research path

Quantum-assisted planning—only when the structure earns it.

The research question is deliberately narrow: could a quantum service exposed through MCP improve a specific planning subproblem after a classical-first routing decision?

AgentDefines the planning problem
RouterTests relevance and constraints
Classical firstSolver or search baseline
Optional MCP toolQuantum or hybrid optimiser
VerifierChecks the candidate plan

QAOA was introduced for approximate combinatorial optimisation.[Farhi, Goldstone and Gutmann / arXiv, 14 November 2014] That makes constrained scheduling, routing or allocation a more plausible research target than open-ended language reasoning.

The broader literature stresses careful benchmarking against appropriate classical methods.[Nature Reviews Physics, 28 October 2024] Even promising work on constraint satisfaction documents substantial hardware, depth and comparative-performance challenges.[PRX Quantum, 10 September 2024]

MCP would be the controlled interface to such a service. It would not be the source of the optimisation advantage and would not give an agent permission to execute the resulting plan.

The routing gate

A quantum call should occur only when all five conditions are met.

  1. The planning subproblem can be expressed as a constrained optimisation or search problem.
  2. A quantum or hybrid method is benchmarked against strong classical solvers on the same objective.
  3. Expected quality, latency or resource gains justify the integration and operational overhead.
  4. The returned candidate can be independently checked before it affects a real workflow.
  5. Data handling, permissions and auditability remain within the agent’s operating boundary.

Current programme

What I am investigating now.

The work is currently at the research-design stage: literature synthesis, architecture, evaluation criteria and experiment definition. I am not presenting unpublished benchmark results.

  1. 01

    Can a controller allocate test-time compute from calibrated difficulty and uncertainty signals?

  2. 02

    Which external evaluators reduce false corrections without creating brittle dependence on one verifier?

  3. 03

    Can episodic error memory improve transfer while avoiding the accumulation of incorrect lessons?

  4. 04

    Which planning problems retain enough formal structure to justify a specialised optimisation tool?

  5. 05

    How should progress be measured across accuracy, action efficiency, compute, latency and correction quality?

Research sources

The work behind the questions.

Primary papers, benchmark documentation and protocol specifications used to define this research agenda.

View the full source library
François Chollet / arXiv5 November 2019

On the Measure of Intelligence

Original source
ARC Prize Foundation24 March 2025

Announcing ARC-AGI-2 and ARC Prize 2025

Original source
ICLR / OpenReviewICLR 2025

Scaling LLM Test-Time Compute Optimally Can Be More Effective Than Scaling Parameters for Reasoning

Original source
ICLR / OpenReview16 January 2024

Large Language Models Cannot Self-Correct Reasoning Yet

Original source
NeurIPSNeurIPS 2023

Reflexion: Language Agents with Verbal Reinforcement Learning

Original source
Model Context Protocol26 March 2025 revision

Protocol specification: Overview

Original source
Farhi, Goldstone and Gutmann / arXiv14 November 2014

A Quantum Approximate Optimization Algorithm

Original source
Nature Reviews Physics28 October 2024

Challenges and opportunities in quantum optimization

Original source
PRX Quantum10 September 2024

Solving Boolean Satisfiability Problems With the Quantum Approximate Optimization Algorithm

Original source