AI Restrictions Are Driving Open Source Growth in Enterprise Development
Restrictions on using AI tools in enterprise and government projects are changing how developers structure code, according to a LinkedIn post published on 18 March 2026 by Alex Skrypnyk, Director at DrevOps. He argues that when AI cannot be applied directly to client code due to policy or compliance concerns, developers increasingly extract generic functionality into standalone open source modules.
This approach separates reusable logic from sensitive implementations. Developers build general-purpose modules without client data or proprietary constraints, while keeping integration layers private. Although this pattern predates AI, the post states that restrictions are accelerating its adoption by making extraction the most practical way to maintain development efficiency.
Once code is moved into open source, AI tools can be applied without restriction to improve documentation, testing, and refactoring. The post also questions whether AI policy should focus on how code is generated, arguing instead for emphasis on quality controls such as testing, code review, and standards. The broader effect is an increase in new open source modules, as more generic functionality is published by default rather than after the fact.

