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?