From Chatbots to Reasoning Machines: the Next Phase of AI Innovation

Richard Johnson

3 min read

When Microsoft announced MAI-Thinking-1 in June 2026, it framed the model not merely as another chatbot, but as a “reasoning model” built for software engineering, mathematics and enterprise deployment. Microsoft described it as a medium-sized sparse Mixture-of-Experts model, trained without distillation from third-party models and designed to deliver strong performance on software engineering and mathematical reasoning tasks.

This announcement is the latest in an ongoing industry shift: OpenAI released o3 and o4-mini in April 2025 as models “trained to think for longer before responding”; Anthropic launched Claude 3.7 Sonnet as a hybrid model capable of either near-instant responses or extended step-by-step thinking; and Google described Gemini 2.5 as a “thinking model” capable of reasoning through its thoughts before answering. The language may be anthropomorphic, but is indicative of a change in emphasis. The first phase of generative AI was about fluency. The next phase is about structured problem-solving.

Traditional large language models were built essentially to predict the next token in a sequence, at enormous scale. That approach has proved remarkably powerful. It enables systems to draft documents, summarise long texts, translate, classify, write code and adopt tone with impressive flexibility. Internal training material on LLMs similarly characterises them as statistical models that learn patterns, generate natural language and are “extremely good at mimicry,” while also noting strengths in summarisation, reformatting, brainstorming and code generation. But the same material highlights familiar weaknesses: hallucinations, priming, difficulty with precise coding, and limitations in logic and reasoning. In practice, earlier chatbots often sounded confident before they were correct. They were excellent conversational interfaces, but not always reliable analytical instruments.

Reasoning models are an attempt to address that gap. Rather than producing an immediate answer, they devote more computation to intermediate analysis before committing to a final response. In practical terms, this may involve breaking a problem into steps, testing assumptions, deciding when to use tools, or revising a line of reasoning before presenting an answer. OpenAI says o3 and o4-mini can use tools within ChatGPT, including web search, Python analysis, file analysis and image generation, and are trained to determine when and how to use those tools. Anthropic’s Claude 3.7 Sonnet takes a different route, combining ordinary LLM behaviour and extended thinking in a single model, with API-level control over the “budget” for thinking. Google’s Gemini 2.5 similarly emphasises reasoning, context and code capabilities, describing reasoning as the ability to analyse information, draw logical conclusions, incorporate context and make informed decisions. The relevant technical change is not consciousness or cognition, but controllable inference-time computation.

This distinction matters when it comes to technical innovation. In software engineering, reasoning models are better aligned with tasks that require more than code completion: debugging, test-driven development, refactoring, security analysis, architectural review and multi-file changes. A 2025 software-engineering paper argues that reasoning models can improve software quality, explainability and trust by articulating step-by-step reasoning, while also warning that raw reasoning traces can overwhelm developers unless interfaces highlight assumptions and filter noise. Reasoning models may become powerful engineering partners, but their value will depend on how well their reasoning can be verified, constrained and integrated into existing development workflows.

A further note of caution comes from Apple’s 2025 paper, The Illusion of Thinking, which tested large reasoning models (LRMs) in controllable puzzle environments rather than relying only on familiar mathematics and coding benchmarks. The researchers found that reasoning models can outperform standard LLMs on medium-complexity tasks, but may overcomplicate simple tasks and suffer a complete accuracy collapse at higher levels of complexity. Strikingly, their reasoning effort increased only up to a point and then declined even when token budget remained, suggesting that longer “thinking” traces should not be mistaken for robust, scalable reasoning. For innovators, the lesson is that reasoning models may be useful technical tools, but their outputs still need verification against explicit methods, constraints and domain knowledge.

A more practical architecture may therefore be hybrid rather than purely “reasoning-first”. In agentic systems, ordinary LLMs remain well suited to fluent drafting, summarisation, classification and user interaction, while LRMs are better reserved for planning, tool orchestration, validation and complex multi-step decisions. Jin Tan Ruan’s analysis frames this as an orchestration problem: the system should route easy, language-heavy tasks to an LLM and escalate harder, higher-stakes or multi-tool tasks to an LRM. That view is reinforced by Microsoft Research’s work on Large Hybrid-Reasoning Models, which argues that models should “think only when needed”, because extended reasoning can improve difficult tasks but also increases latency and token cost when applied unnecessarily. So real systems are likely to seek a balanced approach, in which LLM and LRM functionality is selectively engaged, for example depending on external factors, such as speed, fluency or cost-efficiency.

Of course, the use of reasoning models is not limited to software engineering. OpenAI reports that o3 performs strongly across coding, mathematics, science and visual perception, while early testers highlighted its ability to generate and critically evaluate hypotheses in biology, mathematics and engineering contexts. Microsoft similarly emphasises MAI-Thinking-1’s mathematical reasoning performance and software engineering benchmarks.  The ability of an AI system to adopt a reasoned approach in exploring candidate designs or test simulations has the potential to be of great benefit in supporting the iterative process by which technical ideas become inventions.

Reasoning models may not be a clean paradigm shift in the way the transformer architecture was. They are still probabilistic systems, still capable of error, and still dependent on data, objectives, interfaces and human oversight. But they do mark a change in emphasis. The industry is moving from systems that mainly converse to systems that deliberate, use tools and participate in technical workflows. In the world of innovation, it looks increasingly like AI will sit within the inventive process rather than beside it. 

News, insights, and features

Stay up to date with our latest thinking.