Project

Agentic AI

Agent is not a new concept, and the importance of agent in the AI era has been well recoganized. An agent can be viewed as a neural-symbolic approach, as discussed here. But I prefer to view agent as intelligence augmented by tools and their associated environments. Just as human’s capability is greatly enhanced by tools, AI’s capability grows significantly with the help of tools. Our study suggests that AI’s math reasoning can be significantly improved with the help of an MCTS-based, code augmented tool (Guan et al., 2025)(Shang et al., 2025), or a multi-agent system through a generation-discrimination process (Qi et al., 2025). More recently, we discover an agentic flow resembles the old DSP (draft, sketch, and prove) paradigm where general LLMs’ math reasoning capability can compete with LLMs trained specifically for math, even without any training (Cao et al., 2025). Based on this insight, we discover a new agentic reasoning paradigm, vibe reasoning (Wu et al., 2025), where AI reasons under the problem-agnostic guidance from human. Vibe reasoning solves IMO’25 P6, currently beyond the reach of frontier AI.

It is also worth noting that Agent will influence the future of systems. For example, will the future LLM serving systems look more like Parrot (Lin et al., 2024), or do we need to build new RL simulators like Android Arena (Xing et al., 2024) to enable OS agent?

References

2025

  1. rStar-Math: Small LLMs Can Master Math Reasoning with Self-Evolved Deep Thinking
    Xinyu Guan, and
    ICML 2025.
  2. rStar2-Agent: Agentic Reasoning Technical Report
    Ning Shang, and
    ArXiv 2025.
  3. Mutual Reasoning Makes Smaller LLMs Stronger Problem-Solvers
    Zhenting Qi, and
    ICLR 2025.
  4. Reviving DSP for Advanced Theorem Proving in the Era of Reasoning Models
    Chenrui Cao, and
    NeurIPS 2025.
  5. Vibe Reasoning: Eliciting Frontier AI Mathematical Capabilities – A Case Study on IMO 2025 Problem 6
    Jiaao Wu, and
    ArXiv 2025.

2024

  1. Parrot: Efficient Serving of LLM-based Applications with Semantic Variable
    Chaofan Lin, and
    OSDI 2024.
  2. KDD
    Understanding the Weakness of Large Language Model Agents within a Complex Android Environment
    Mingzhe Xing, and
    KDD 2024, Barcelona, Spain.

← Back to Projects