Augury is moving towards continuous delivery (CD) of software by implementing several phases. Phase 1 involves building quality into the development process by having developers own quality assurance rather than having a separate QA team. Phase 2 breaks features into smaller, independently deployable units that can be deployed to production by developers to get faster feedback. This moves development closer to production and allows monitoring code behavior in production. It also separates deployment from releases using feature flags. These changes have resulted in developers feeling more impactful and skilled as the company has moved to continuous delivery.