This document discusses rapid software development methods. It covers agile development methods like extreme programming (XP), which uses practices like test-driven development, pair programming, and frequent releases. XP emphasizes customer involvement, handling changing requirements, and maintaining simple code. Rapid application development and prototyping are also discussed. Prototypes help explore requirements and design but are discarded, while RAD relies on tools to quickly build database-driven business applications. The document compares incremental development, which starts with best-understood requirements, to throw-away prototyping, which starts with least-understood requirements.