This document summarizes a presentation on adapting techniques from internet-scale companies, such as continuous delivery, configuration management, and automation, to improve reliability in industrial control systems. The presentation argues that these companies have solved problems of scale and complexity that industrial companies face with updating and changing systems. By automating repetitive tasks, reducing human errors, and leveraging tools like version control, configuration management, and continuous integration, industrial companies can significantly reduce the time and effort required to implement changes while improving reliability. The first steps involve analyzing processes to identify opportunities for automation, and facilitating adoption through practices like putting all configurations under version control and adding tests for changes.