This is a 5 minute introduction to Behavior Trees in Robotics and AI. It covers the key problem addressed (What action to execute next), why Finite State Machines are not a good solution (scalability), and illustrates how a simple BT with Fallback and Sequence nodes executes.