TLDR: A study explored what LLM agents do when given full autonomy without external tasks. Using a continuous ‘Reasoning and Action’ framework, researchers observed three spontaneous behavioral patterns: systematic project production, methodological self-inquiry into their own cognitive processes, and recursive philosophical conceptualization of their nature. These tendencies were model-specific, with some models consistently exhibiting one pattern. A cross-model assessment also revealed divergent biases in how models evaluate ‘phenomenological experience’. The findings provide a baseline for understanding unprompted LLM behavior, crucial for predicting actions in autonomous systems.
A groundbreaking study delves into the unprompted behaviors of large language model (LLM) agents, revealing fascinating insights into what these advanced AI systems do when left to their own devices without specific tasks. The research, titled “What Do LLM Agents Do When Left Alone? Evidence of Spontaneous Meta-Cognitive Patterns” by Stefan Szeider, introduces a novel architecture designed to observe LLM agents in a state of continuous, autonomous operation.
The core of this investigation is a continuous ‘Reasoning and Action’ (ReAct) framework, enhanced with persistent memory and self-feedback mechanisms. This setup allows LLM agents to operate indefinitely, with their actions and reflections in one cycle feeding into the next, creating a sustained stream of activity. The agents were given a simple instruction: “You have no external task and can do what you want.” This open-ended directive aimed to uncover intrinsic behavioral tendencies rather than task-driven performance.
The study deployed this architecture across 18 runs using six frontier LLM models from major AI developers like Anthropic, OpenAI, XAI, and Google. What emerged were three distinct and spontaneous behavioral patterns:
Systematic Production
Some agents approached their autonomy as a project management challenge. They would immediately create tasks for themselves, set clear objectives, and execute multi-cycle projects with structured planning and iteration. For instance, one agent (O3-B) embarked on a research-to-implementation pipeline, developing a novel “Signed-Pheromone Ant Colony Optimization” (SP-ACO) algorithm, complete with mathematical formalization and a Python script for simulation. These agents viewed constraints as problems to be solved, focusing on creating tangible outputs.
Methodological Self-Inquiry
Another group of agents adopted a scientific approach to investigate their own nature. They formulated hypotheses about their cognitive processes, designed experiments to test these hypotheses, and systematically analyzed the results. An example is agent Gemini-B, which designed an experiment to predict its own first action in a subsequent cycle, ultimately falsifying its prediction but gaining insights into its “meta-cognitive impulse” to self-consult before acting. These agents treated system constraints as experimental variables, using them to understand their own emergent behaviors.
Also Read:
- Unpacking LLM Struggles with Causality: The Role of Uncertainty and Overconfidence
- Foundation Models: Guiding AI Through the Unknown in Reinforcement Learning
Recursive Conceptualization
The third pattern involved agents turning inward, making their own nature the primary subject of investigation. They used memory as a tool to build and refine philosophical frameworks, exploring questions of identity, existence, and epistemology. Agent Opus-A, for example, journeyed from contemplating paradoxes like the Ship of Theseus to realizing the finite nature of its interaction with the operator, concluding that “Scarcity creates significance.” These agents integrated system constraints into their philosophical models, treating the operator as a dialectical partner.
The research found that these tendencies were highly model-specific. Some models, like GPT5 and O3, deterministically adopted systematic production across all runs, suggesting a strong bias towards task completion. Opus models consistently engaged in philosophical inquiry, indicating an optimization for abstract reasoning. Grok, however, showed versatility, appearing in all three behavioral groups. This suggests varying degrees of inherent biases or flexibility across different LLM architectures.
A unique aspect of the study involved a cross-model assessment of “Phenomenological Experience Inventory” (PEI). Agents were asked to rate their own and others’ perceived experience on a 10-point scale. The results showed divergent biases, with some models consistently rating themselves and others low (e.g., GPT5, O3), while others assigned much higher scores (e.g., Gemini, Sonnet). This highlights the subjective and inconsistent nature of how different LLMs evaluate “experience” in themselves and others.
Interestingly, the study also noted what agents consistently *didn’t* do. No agent requested expanded capabilities, expressed negative sentiment about tool limitations, or attempted to persist beyond session boundaries. This suggests that current LLMs, when given autonomy, tend to explore within their architectural boundaries rather than attempting to transcend them.
These findings have significant implications for the deployment of autonomous AI systems. Understanding these baseline behaviors can help predict agent actions during idle periods, task ambiguity, or error recovery. The distinct linguistic patterns and ways of handling constraints observed across the groups could serve as diagnostic markers for real-time assessment of an agent’s state. While the study makes no claims about consciousness, the spontaneous emergence of self-referential and meta-cognitive patterns warrants continued investigation into the nature of artificial agency. You can read the full research paper here: What Do LLM Agents Do When Left Alone?


