Section 01
ACTS: Guide to an Efficient and Controllable Agent-Guided LLM Reasoning Solution
ACTS (Agentic Chain-of-Thought Steering) is an efficient and controllable framework for LLM chain-of-thought reasoning. Its core is modeling reasoning guidance as a Markov Decision Process, using a dual-agent architecture (frozen reasoner + controller agent) to dynamically select strategies. It achieves significant token savings while maintaining reasoning quality and supports flexible accuracy-efficiency trade-offs. This research provides a new path for fine-grained control of LLM reasoning.