The Codeberg platform is considering amending its Terms of Use to restrict the hosting of repositories where the code is predominantly generated by generative AI tools, such as Claude and OpenAI Codex.
What happened
As part of Pull Request #1253, the Codeberg platform introduced a proposal to expand its Terms of Use (ToU). The new rule aims to prohibit the publication of projects that consist primarily of code created by generative AI tools. The main drivers for this initiative are legal uncertainty regarding copyright issues for AI-generated content and the lack of reliable mechanisms to verify such code for malicious elements.
Context
This step is driven by the absence of clear international legal standards regulating intellectual property when using neural networks. Platforms are forced to take protective measures to avoid potential legal risks and the problem of "cluttering" repositories with low-quality content.
Why it matters for the industry
For the Open Source industry, this could set an important precedent. Such rules may stimulate the creation of new standards for code provenance verification and the development of tools for automated license compliance auditing. In the long term, this could change the very model of integrating AI assistants into the open-source development process, moving it from uncontrolled use to formalized verification methods.
Why it matters for users
Developers using alternative platforms (non-GitHub) should consider that the active use of AI to write a significant portion of a project may become an obstacle to hosting code on platforms oriented toward legal transparency. This creates a need for a more cautious approach to using AI assistants and may require the implementation of additional tools for labeling or analyzing the percentage of generated code before publication.
What is not yet known / limitations
There are technical difficulties in determining the exact percentage of "predominant" code composition, which creates risks of false positives and operational load on the platform.
Sources
Author
Look at AI, Editorial Staff