Intention = Choice + Commitment
Philip R. CohenHector J. Levesque
Establishes a foundational modal logic of rational agency that defines intentions through choice and persistent commitment, formally explaining how autonomous agents maintain, drop, and coordinate goals without adopting unwanted side effects.
Autonomous systems operating in multi-agent environments must be able to understand, predict, and coordinate with other entities. While past work focused on plan recognition, it frequently lacked a rigorous model of the underlying mental states, particularly how strongly an entity maintains its objectives over time. This gap makes it difficult to predict how an entity will behave following unexpected setbacks or changing conditions.
The article establishes a formal mathematical and logical definition of intention, demonstrating that it can be constructed as a composite of choice and persistent commitment. By developing a modal logic of rational action, the authors provide an analytical framework that formally captures how an agent adopts, pursues, and abandons goals.
The investigation employs a possible-worlds semantics combined with dynamic temporal logic. The framework models beliefs, desires, and actions across extended timelines while enforcing core constraints, such as realism (agents do not pursue what they believe is already impossible or achieved) and the elimination of endless deferral. The methodology formally deduces the behavioral properties that emerge when agents commit to specific future states.
The analysis yields four central findings. First, an intention is formally represented as a persistent goal: an agent will sustain a chosen objective until it believes the goal is fulfilled, is deemed impossible, or violates the underlying conditions that justified adopting it. Second, this model explains why agents do not necessarily intend all expected side effects of their planned actions, solving a longstanding philosophical paradox. Third, the framework proves that competent agents acting on persistent goals will eventually accomplish them rather than abandoning them prematurely. Fourth, by allowing commitments to depend on contextual conditions or beliefs about other parties, the framework provides a foundation for structured hierarchies of subgoals and interpersonal coordination.
These findings provide immediate benefits for artificial intelligence architecture and multi-agent coordination. By decoupling intention from low-level execution plans, autonomous systems can anticipate whether a collaborator will retry a failed task without needing to simulate their full internal replanning logic. This reduces computational overhead, improves behavioral reliability, and mitigates safety risks associated with unpredictable agent interactions.
Organizations developing cooperative robotic fleets, automated conversational interfaces, or distributed autonomous software should adopt this composite model of commitment to structure agent decision-making. Future initiatives should focus on translating this descriptive logic into computationally tractable algorithms and extending the model to support full interpersonal communication protocols.
While the theoretical analysis is robust, the model relies on idealized assumptions, including full logical consistency in agent beliefs and a possible-worlds framework that abstracts away fine-grained computational constraints. Leaders can have high confidence in the qualitative principles demonstrated, but practical deployment will require adapting the logic to systems with limited computational power and imperfect information.
- Paper: STRIPS: A New Approach to the Application of Theorem Proving to Problem Solving, Richard E. Fikes et al. (1971). Reading STRIPS first provides essential background on classical symbolic problem-solving and state representation that informed later formal treatments of intention and action.
- Paper: BDI Agents: From Theory to Practice, Anand S. Rao (1995). This paper builds directly upon the logical formalization of choice and commitment to construct practical Belief-Desire-Intention agent architectures and interpreters.
