This document discusses artificial intelligence planning and summarizes key ideas in 3 sentences or less:
Artificial intelligence planning involves representing problems as initial states, goals, and actions that can transform states. Classical planning uses representations like STRIPS to search for sequences of actions to transform the initial state into a goal state. Recent research focuses on more expressive representations and techniques like partial-order planning to reduce the complexity of searching large problem spaces.