Zig president says AI coding contributions are 'invariably garbage,' so he banned them
Summary
Zig president Andrew Kelley banned AI-assisted code contributions, calling them 'invariably garbage' and a waste of reviewer time. The policy prohibits any LLM-generated, paraphrased, or AI-edited code in the open-source project.
View Cached Full Text
Cached at: 05/31/26, 01:25 AM
Similar Articles
The Zig project's rationale for their firm anti-AI contribution policy
The article discusses the Zig project's strict ban on AI-generated contributions, citing Loris Cro's 'contributor poker' rationale that prioritizes nurturing human contributors over processing code volume. It highlights how this policy affects the Bun runtime, which uses an AI-assisted fork of Zig.
Reviewing AI Code Is Not A Viable Argument (2025)
The article argues that requiring thorough code review negates the supposed productivity gains of LLM coding assistants, as empirical research shows they do not help write code better or faster, and proponents fail to address the inherent error rates.
@rohanpaul_ai: Godot is banning vibe coding after AI-made PRs turned review time into the bottleneck. Substantial AI-generated code wi…
Godot Engine announces a ban on AI-generated 'vibe coding' contributions due to review time bottlenecks, requiring disclosure of AI assistance and barring substantial AI-written code while allowing small completions.
Zig Creator Calls Spade a Spade, Anthropic Blows Smoke
The article critiques Anthropic's narrative that AI will replace software engineering, discusses the controversy surrounding Bun's rewrite from Zig to Rust, and praises Zig creator Andrew Kelley's blunt response to the migration's justification.
When I reject AI code even if it works
The author explains why they often reject AI-generated code even when it works, citing reasons like inability to explain the approach, overly large diffs, premature abstractions, and reduced system reasoning, and argues for mandatory human review.