Autonomous Question Formation for Large Language Model-Driven AI Systems
Hong Su
TL;DR
The paper tackles the problem that autonomous LLM-driven systems in dynamic environments struggle to determine which problems to pursue. It introduces a human-simulation framework where autonomous question formation precedes task execution, enabled by progressively enriched prompting scopes that incorporate internal state, environmental perception, and inter-agent awareness, and a learnable question-formation policy derived from experience. The approach is validated in a controlled multi-agent simulation, showing that environment-aware prompting reduces short-term no-eat events over baseline, and adding inter-agent awareness yields a further substantial reduction in cumulative no-eat events over a 20-day horizon, with statistical significance. Collectively, the work identifies autonomous question formation as a fundamental capability, demonstrates a practical framework for integrating internal, external, and social information, and demonstrates meaningful improvements in sustainability and decision quality for open, multi-agent systems.
Abstract
Large language model (LLM)-driven AI systems are increasingly important for autonomous decision-making in dynamic and open environments. However, most existing systems rely on predefined tasks and fixed prompts, limiting their ability to autonomously identify what problems should be solved when environmental conditions change. In this paper, we propose a human-simulation-based framework that enables AI systems to autonomously form questions and set tasks by reasoning over their internal states, environmental observations, and interactions with other AI systems. The proposed method treats question formation as a first-class decision process preceding task selection and execution, and integrates internal-driven, environment-aware, and inter-agent-aware prompting scopes to progressively expand cognitive coverage. In addition, the framework supports learning the question-formation process from experience, allowing the system to improve its adaptability and decision quality over time. xperimental results in a multi-agent simulation environment show that environment-aware prompting significantly reduces no-eat events compared with the internal-driven baseline, and inter-agent-aware prompting further reduces cumulative no-eat events by more than 60% over a 20-day simulation, with statistically significant improvements (p < 0.05).
