The document discusses how policy can be implemented as code to improve cooperation between development and operations teams. Initially operations inserts governance into development, building trust and cooperation over time. This leads teams to share tools and methods, including representing infrastructure and configuration as code. Implementing policy as code provides benefits like being human and machine readable, versioned, and automatable, allowing policy to move at the same cadence as development and be reviewed like code. Examples of policy as code include Terraform, Kubernetes, configuration management tools and OpenAPI specifications. The document recommends talking to developers, converting tribal knowledge and manual processes to code, and cooperating to get started with a policy as code approach.