This document discusses growing software from examples. It suggests that example-based development methods like Behaviour Driven Development (BDD) and Acceptance Test Driven Development (ATDD) are essentially the same, with minor differences in terminology. The goal is to use examples to discover the problem domain and decompose it through collaboration. Examples should be understandable, maintainable, necessary, granular, and reliable.