What Is an Agent?
An agent is a system that takes in information, selects actions, and can affect what happens next. In reinforcement learning, this matters because the system participates in a loop that changes future observations.
Agenticness is a spectrum. A thermostat has a narrow form of agenticness: it observes temperature and turns heating or cooling on. A robot navigating a room has richer agenticness because it must perceive, choose, move, adapt, and pursue goals over time. A language model using tools can become more agentic when it chooses actions that affect external systems.
What is an agent?
Tune the agenticness spectrum
Agenticness can be treated as a spectrum: environmental interaction, autonomy, goal-directed behavior, learning/adaptation, and temporal coherence.
The Useful Question
Ask what the system can affect, what it can observe, what it can learn from, and what it is pursuing over time.
Which change would usually make a system more agentic?