Philippe Ensarguet analyzes how IA générative is upending open source's contribution model, turning a technical problem into a community governance crisis.

The broken implicit contract: Open source ran on a tacit agreement where the effort of contributing signaled a genuine understanding of the project. AI decoupled this relationship by making it possible to produce "plausible-looking contributions with zero understanding and zero effort". Faced with this flood of "AI slop", major projects have reacted drastically: Ghostty imposes permanent bans for AI-generated code, tldraw automatically closes external PRs, and cURL had to shut down its bug bounty program, overwhelmed by meaningless submissions.

The Contribution Stack: Ensarguet proposes a framework breaking contributions down into five layers: raw code output, understanding of the project, personal investment, relationships with the community, and community belonging. Traditional friction naturally filtered at the deeper layers. AI instantly produces the superficial layer while completely bypassing meaningful engagement.

From effort-based filtering to context-based filtering: Rather than banning AI, the author advocates measuring demonstrated context. Is the submission clearly linked to existing issues? Does the description demonstrate real understanding? Are the tests comprehensive? Has the code actually been tested? These criteria are not revolutionary - they are the "basics of professional engineering" - but open source historically relied on effort barriers as an implicit filter for these qualities.

Three future scenarios: Walled gardens restrict contributions to known entities, risking stifling the emergence of new maintainers. Verification layers trace participation history and demonstrate genuine engagement. Bifurcation applies different governance models depending on project type, with infrastructure projects restricting themselves more severely than applications.

The foundations gap: While institutions have focused on licensing and intellectual property, maintainers face immediate problems of quality and burnout. Ensarguet suggests that foundations could fund detection tools, certification frameworks, and contribution analytics rather than imposing top-down policies.

The article explicitly positions itself not against AI, but as an analysis of the signal/noise challenge requiring an intentional redesign of contribution systems around demonstrated understanding rather than raw output volume.