Tagged articles
34 articles
Page 1 of 1
Machine Heart
Machine Heart
May 18, 2026 · Artificial Intelligence

ICML 2026: From Single‑Threaded Thinking to Native Parallel Reasoning in Agents

The paper introduces Native Parallel Reasoner (NPR), a framework that lets language agents generate and maintain multiple reasoning paths using a three‑stage self‑distillation and parallel reinforcement‑learning training paradigm, achieving up to 4.6× speedup and significant accuracy gains across eight reasoning benchmarks.

AI reasoningNative Parallel Reasonerbenchmark evaluation
0 likes · 18 min read
ICML 2026: From Single‑Threaded Thinking to Native Parallel Reasoning in Agents
Machine Heart
Machine Heart
Apr 30, 2026 · Artificial Intelligence

How DeepSeek’s Visual‑Primitive Paradigm Redefines Multimodal Reasoning

DeepSeek has released a multimodal model built on a visual‑primitive reasoning paradigm that treats coordinates and bounding boxes as reasoning units, dramatically compresses visual tokens, and achieves state‑of‑the‑art performance on counting, spatial, and topological tasks, while exposing current limits of multimodal inference.

AI reasoningCompressed Sparse AttentionDeepSeek
0 likes · 12 min read
How DeepSeek’s Visual‑Primitive Paradigm Redefines Multimodal Reasoning
Data STUDIO
Data STUDIO
Apr 10, 2026 · Artificial Intelligence

Tree of Thoughts Architecture: Enabling AI to Explore Multiple Reasoning Paths

This article introduces the Tree of Thoughts (ToT) reasoning framework, explains its search‑tree based workflow, demonstrates a full implementation with LangGraph to solve the classic wolf‑goat‑cabbage puzzle, and compares its reliability against a simple Chain‑of‑Thought approach.

AI reasoningLLMLangGraph
0 likes · 19 min read
Tree of Thoughts Architecture: Enabling AI to Explore Multiple Reasoning Paths
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Mar 28, 2026 · Artificial Intelligence

How a 17‑Year‑Old Prompt Turned Claude 3.5 into a Free O1‑Level AI

A teenage prodigy engineered a "Thinking Claude" prompt that adds a human‑like chain‑of‑thought protocol to Claude 3.5, enabling free O1‑level reasoning and producing impressive outputs such as a functional calculator, sci‑fi story, and playable games, while the article details the prompt’s design process and usage.

AI reasoningClaude 3.5OpenAI o1
0 likes · 8 min read
How a 17‑Year‑Old Prompt Turned Claude 3.5 into a Free O1‑Level AI
360 Tech Engineering
360 Tech Engineering
Mar 3, 2026 · Artificial Intelligence

How MMKG‑RDS Generates High‑Quality Multimodal Reasoning Data from Knowledge Graphs

The MMKG‑RDS framework introduced by 360 AI Lab creates a complete pipeline—from multimodal document parsing and knowledge‑graph construction to customizable task synthesis and multi‑dimensional quality assessment—enabling the production of high‑quality reasoning data that significantly boosts large‑model performance across diverse domains.

AI reasoningKnowledge Graphdata synthesis
0 likes · 7 min read
How MMKG‑RDS Generates High‑Quality Multimodal Reasoning Data from Knowledge Graphs
Shuge Unlimited
Shuge Unlimited
Feb 20, 2026 · Artificial Intelligence

Gemini 3.1 Pro Boosts Reasoning Ability by 148% – What’s New?

Google’s Gemini 3.1 Pro jumps to a 77.1% ARC‑AGI‑2 score—a 148% gain over its predecessor—offering stronger reasoning, agentic workflows, SVG generation and multimodal support, while the article compares its performance with Claude, GPT and outlines preview‑stage caveats.

AI reasoningARC-AGI-2Benchmark
0 likes · 15 min read
Gemini 3.1 Pro Boosts Reasoning Ability by 148% – What’s New?
PaperAgent
PaperAgent
Jan 17, 2026 · Artificial Intelligence

Hypergraphs Turn LLMs into Reliable Material Discovery Agents

This article explains how representing multi‑component scientific knowledge as hyperedges, rather than traditional triples, enables large language models to traverse complex material interactions, reduce hallucinations, and generate verifiable experimental designs, demonstrated through a large hypergraph built from thousands of scaffold papers.

AI reasoningHypergraphLLM
0 likes · 7 min read
Hypergraphs Turn LLMs into Reliable Material Discovery Agents
Frontend AI Walk
Frontend AI Walk
Jan 14, 2026 · Artificial Intelligence

Advanced Prompting: A Practical Guide to Breaking Linear Thinking with Tree of Thoughts (ToT)

The article explains how Tree of Thoughts (ToT) lets AI explore multiple solution branches, compares it with Chain of Thought (CoT), details its four core components, outlines pros and cons, shows when to use it, and provides concrete templates and examples—including a login‑system design, novel plot branching, and the newer AoT and GoT variants.

AI reasoningAoTCoT
0 likes · 13 min read
Advanced Prompting: A Practical Guide to Breaking Linear Thinking with Tree of Thoughts (ToT)
KooFE Frontend Team
KooFE Frontend Team
Dec 14, 2025 · Artificial Intelligence

Boost LLM Reasoning with Few‑Shot Chain‑of‑Thought Prompting Techniques

This article explains how Few‑shot Chain‑of‑Thought (CoT) prompting works, presents a concrete example, and introduces advanced variants such as Contrastive CoT, Complexity‑based Prompting, Active Prompting, Memory‑of‑Thought, and Automatic CoT to improve large language model reasoning accuracy.

AI reasoningChain-of-ThoughtFew-Shot
0 likes · 10 min read
Boost LLM Reasoning with Few‑Shot Chain‑of‑Thought Prompting Techniques
KooFE Frontend Team
KooFE Frontend Team
Oct 26, 2025 · Artificial Intelligence

Master Zero-Shot Prompting: Advanced Techniques to Boost LLM Performance

Zero-shot prompting lets large language models perform tasks without examples, and by following principles of clarity and structured instructions, advanced strategies such as emotion prompting, zero-shot chain-of-thought, RE2 re-reading, Rephrase-and-Respond, role-play, and System-2 Attention can significantly improve accuracy and response quality across translation, reasoning, and QA tasks.

AI reasoningLLMPrompt engineering
0 likes · 13 min read
Master Zero-Shot Prompting: Advanced Techniques to Boost LLM Performance
Data Party THU
Data Party THU
Sep 19, 2025 · Artificial Intelligence

How DeepSeek R1 Redefines AI Reasoning with Pure Reinforcement Learning

DeepSeek R1 replaces traditional supervised fine‑tuning with a pure reinforcement‑learning pipeline, introducing the GRPO algorithm and a four‑stage training regime that dramatically lowers cost, boosts reasoning and code‑generation performance, and raises important ethical, privacy, and societal considerations for large language models.

AI reasoningDeepSeekGRPO
0 likes · 14 min read
How DeepSeek R1 Redefines AI Reasoning with Pure Reinforcement Learning
DataFunTalk
DataFunTalk
Sep 18, 2025 · Artificial Intelligence

How DeepSeek‑R1’s Reinforcement Learning Earned a Nature Cover

DeepSeek‑R1, the first peer‑reviewed large language model, leveraged a pure reinforcement‑learning framework and the novel GRPO algorithm to achieve breakthrough reasoning performance, low training cost, and widespread acclaim, culminating in a Nature magazine cover story.

AI reasoningDeepSeekGRPO
0 likes · 14 min read
How DeepSeek‑R1’s Reinforcement Learning Earned a Nature Cover
DataFunTalk
DataFunTalk
Sep 10, 2025 · Artificial Intelligence

Why RAG is Evolving: From Retrieval to Integrated Reasoning, Memory, and Multimodal AI

This article explores how Retrieval‑Augmented Generation (RAG) is transitioning from basic retrieve‑and‑generate pipelines to a unified architecture that incorporates reasoning chains, agent layers, knowledge graphs, Monte‑Carlo Tree Search, reinforcement learning, sophisticated memory management, and multimodal tensor‑based retrieval, while addressing engineering challenges such as storage expansion, re‑ranking, and index dimensionality.

AI reasoningRAGRetrieval-Augmented Generation
0 likes · 19 min read
Why RAG is Evolving: From Retrieval to Integrated Reasoning, Memory, and Multimodal AI
Data Party THU
Data Party THU
Aug 11, 2025 · Artificial Intelligence

What Makes GPT‑5 the Most Powerful AI Model Yet? A Deep Dive into Its Architecture and Benchmarks

The article analyzes GPT‑5’s unified system, advanced reasoning models, and impressive benchmark gains across programming, creative writing, and health domains, highlighting its new router, Verbosity API, and record‑setting performance on tasks such as Aider polyglot, AIME 2025, and HealthBench.

AI benchmarksAI reasoningGPT-5
0 likes · 7 min read
What Makes GPT‑5 the Most Powerful AI Model Yet? A Deep Dive into Its Architecture and Benchmarks
Code Mala Tang
Code Mala Tang
Jun 5, 2025 · Artificial Intelligence

Mastering LLM Prompts: Proven Techniques to Get Precise Answers

By rethinking how we interact with large language models—using role‑play, task decomposition, chain‑of‑thought, ReAct, and other advanced prompting strategies—readers can transform generic ChatGPT answers into precise, context‑aware responses, leveraging pattern recognition and context windows for superior AI assistance.

AI reasoningLLM techniquesPrompt engineering
0 likes · 21 min read
Mastering LLM Prompts: Proven Techniques to Get Precise Answers
Java Architecture Diary
Java Architecture Diary
Jun 5, 2025 · Artificial Intelligence

Unlock AI Reasoning: How Ollama’s New ‘Thinking’ Feature Works

Version 0.9.0 of Ollama introduces a ‘thinking’ control that lets users view and manage the AI model’s reasoning process, with detailed CLI commands, REST API usage, model support list, scripting options, and advanced Modelfile configurations for models like DeepSeek R1 and Qwen 3.

AI reasoningCLIDeepSeek
0 likes · 6 min read
Unlock AI Reasoning: How Ollama’s New ‘Thinking’ Feature Works
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 9, 2025 · Artificial Intelligence

Unlocking LLM Reasoning: A Deep Dive into Prompt Engineering Techniques

This article surveys classic prompt‑engineering methods such as Chain‑of‑Thought, Self‑Consistency, Least‑to‑Most, Boosting of Thoughts, Tree of Thoughts, and AutoGPT, summarizing their core ideas, advantages, limitations, and experimental results to help readers understand how to enhance large language model reasoning without model fine‑tuning.

AI reasoningSelf-Consistencychain-of-thought
0 likes · 22 min read
Unlocking LLM Reasoning: A Deep Dive into Prompt Engineering Techniques
21CTO
21CTO
Mar 27, 2025 · Artificial Intelligence

Google Unveils Gemini 2.5: The Most Advanced Reasoning AI Yet

Google's Gemini 2.5, billed as its most intelligent AI model, introduces advanced reasoning capabilities that outperform rivals on benchmarks like LMArena and Humanity's Last Exam, excels at web and agent code generation, and is now available to premium users via AI Studio with a 1‑million token context window.

AI reasoningCode GenerationGoogle Gemini
0 likes · 4 min read
Google Unveils Gemini 2.5: The Most Advanced Reasoning AI Yet
AI Frontier Lectures
AI Frontier Lectures
Mar 21, 2025 · Artificial Intelligence

Can Chain‑of‑Thought Templates Unlock Higher Reasoning Limits in LLMs?

The article examines how chain‑of‑thought (CoT) templates are evolving from short‑term heuristics to long‑range planning in large language models, highlighting recent advances such as OpenAI o1, DeepSeek R1, and Kimi 1.5, and explores template designs that boost reasoning performance, efficiency, and multimodal capabilities.

AI reasoningLong CoTPrompt engineering
0 likes · 7 min read
Can Chain‑of‑Thought Templates Unlock Higher Reasoning Limits in LLMs?
DataFunTalk
DataFunTalk
Mar 9, 2025 · Artificial Intelligence

Critique Fine-Tuning (CFT): Boosting Large Language Model Reasoning with Minimal Data

The paper introduces Critique Fine-Tuning (CFT), a method that replaces simple imitation in supervised fine‑tuning with critique‑based learning, achieving superior reasoning performance on mathematical benchmarks using only 50 K samples, outperforming traditional reinforcement‑learning approaches that require millions of examples.

AI reasoningCritique Fine-TuningMathematical Benchmarks
0 likes · 7 min read
Critique Fine-Tuning (CFT): Boosting Large Language Model Reasoning with Minimal Data
Fun with Large Models
Fun with Large Models
Mar 8, 2025 · Artificial Intelligence

Make AI Obey: A Detailed Prompt Engineering Guide to Boost Large‑Model Logic

This tutorial explains how to enhance large language models' logical reasoning by using DeepSeek‑R1's deep‑thinking mode, few‑shot prompting, chain‑of‑thought, and zero‑shot chain‑of‑thought techniques, providing concrete examples, comparisons, and a step‑by‑step template for effective prompt design.

AI reasoningDeepSeekchain-of-thought
0 likes · 10 min read
Make AI Obey: A Detailed Prompt Engineering Guide to Boost Large‑Model Logic
AI Large Model Application Practice
AI Large Model Application Practice
Mar 3, 2025 · Artificial Intelligence

Can DeepSeek‑R1 Unlock True “Deep Thinking” for Enterprise RAG?

This article examines how swapping in DeepSeek‑R1 enhances Retrieval‑Augmented Generation with deeper reasoning, outlines its benefits and pitfalls—including slower inference, higher compute costs, and hallucinations—provides a simple hallucination test, and proposes an Agentic RAG research assistant to balance accuracy and creativity.

AI reasoningAgenticDeepSeek
0 likes · 10 min read
Can DeepSeek‑R1 Unlock True “Deep Thinking” for Enterprise RAG?
Code Mala Tang
Code Mala Tang
Feb 27, 2025 · Artificial Intelligence

Do New AI Reasoning Models Really Think? Unpacking the Debate

The article examines whether the latest AI models that claim to perform true reasoning—by breaking problems into steps and using chain‑of‑thought—actually reason like humans, presenting skeptical and supportive expert viewpoints, and offering practical guidance on how to use such models responsibly.

AI SafetyAI reasoningchain-of-thought
0 likes · 14 min read
Do New AI Reasoning Models Really Think? Unpacking the Debate
Ops Development & AI Practice
Ops Development & AI Practice
Feb 25, 2025 · Artificial Intelligence

What Is Hybrid Reasoning in Claude 3.7 Sonnet and Why It Matters

Hybrid reasoning lets Claude 3.7 Sonnet dynamically switch between fast, intuition‑like answers and step‑by‑step, deep analysis, improving both speed and accuracy for tasks ranging from simple code snippets to complex algorithm design, and signals a broader shift in large language model capabilities.

AI reasoningClaude 3.7Hybrid Reasoning
0 likes · 9 min read
What Is Hybrid Reasoning in Claude 3.7 Sonnet and Why It Matters
DataFunTalk
DataFunTalk
Dec 9, 2024 · Artificial Intelligence

The Future of Mathematics with AI: Insights from Terence Tao, OpenAI Researchers, and James Donovan

In a December 2024 online event titled “o1 Reasoning and the Future of Mathematics,” UCLA professor Terence Tao, OpenAI senior vice president Mark Chen, and policy lead James Donovan discuss how advanced AI reasoning models could transform mathematical research, problem solving, collaboration, and education.

AI reasoningartificial intelligenceeducation
0 likes · 41 min read
The Future of Mathematics with AI: Insights from Terence Tao, OpenAI Researchers, and James Donovan
Fighter's World
Fighter's World
Nov 30, 2024 · Artificial Intelligence

How to Replicate OpenAI’s o1: A Detailed Step‑by‑Step Guide

This article breaks down the replication of OpenAI’s o1 model into four phases—assessment, journey‑learning foundation, component implementation, and training—while highlighting key challenges such as building scalable long‑thought data, reward models, and policy reasoning trees, and discusses the broader impact of o1’s reasoning abilities.

AI reasoningLLM replicationOpenAI o1
0 likes · 18 min read
How to Replicate OpenAI’s o1: A Detailed Step‑by‑Step Guide
MaGe Linux Operations
MaGe Linux Operations
Sep 13, 2024 · Artificial Intelligence

Can OpenAI’s New o1 Model Reach Human‑Level Reasoning?

OpenAI’s newly released o1 series introduces a reinforcement‑learning‑trained LLM that generates long chain‑of‑thought reasoning, achieving top‑50% scores on IOI contests, high rankings on Codeforces and AIME, and dramatically outperforming GPT‑4o across scientific and mathematical tasks.

AI reasoningOpenAIartificial intelligence
0 likes · 8 min read
Can OpenAI’s New o1 Model Reach Human‑Level Reasoning?
Architect
Architect
Feb 18, 2023 · Artificial Intelligence

Paradigm Shifts in Large Language Models: From Pre‑training to AGI and Future Research Directions

The article reviews the evolution of large language models, highlighting two major paradigm shifts after GPT‑3, the role of scaling laws, knowledge acquisition, prompting techniques, reasoning abilities, and outlines future research priorities for building more capable and efficient AI systems.

AI reasoningIn-Context LearningModel Scaling
0 likes · 71 min read
Paradigm Shifts in Large Language Models: From Pre‑training to AGI and Future Research Directions
Hulu Beijing
Hulu Beijing
Jan 3, 2020 · Artificial Intelligence

How Dynamically Pruned Message Passing Networks Revolutionize Large‑Scale Knowledge Graph Reasoning

The Hulu AI team’s ICLR‑2020 paper introduces a consciousness‑prior‑driven graph neural network that dynamically prunes message‑passing subgraphs, achieving state‑of‑the‑art results on large‑scale knowledge‑graph completion tasks while improving interpretability and computational efficiency.

AI reasoningGraph Neural NetworkKnowledge Graph
0 likes · 7 min read
How Dynamically Pruned Message Passing Networks Revolutionize Large‑Scale Knowledge Graph Reasoning