Gentoo Bugzilla Taken Down Due to AI Bot Scraper Overload

Gentoo maintainer Michał Górny has taken #Gentoo Bugzilla down, citing an overload caused by AI bot scrapers. He made the announcement on Mastodon, pointing to the growing problem of automated scraping bots hammering infrastructure. So much for "democratizing access" to issue trackers.
What happened
The post is short and blunt: "I've taken #Gentoo Bugzilla down, because it was …" — presumably "overwhelmed by AI bot traffic" or similar. No graceful degradation, no CAPTCHA nonsense. Just took it offline to stop the bleeding.
This isn't a one-off. Over the past year, open-source projects have reported spikes in automated traffic from AI training scrapers, often with
What devs should do
If you rely on Bugzilla for Gentoo, you'll need to check the Gentoo website for updates. In the meantime, here's some practical context:
- Be patient — This is likely a temporary measure until the project can add proper rate limiting or blocklist rules.
- Use alternative channels — Gentoo's mailing lists and GitHub mirrors often track issues, though not with the full Bugzilla feature set.
- Don't scrape aggressively — If you're building AI tools that index public issue trackers, respect
robots.txtand set reasonable rate limits. TheUser-agentyou send matters.
The Gentoo project's infrastructure team will likely deploy mitigations like IP-based throttling, Cloudflare challenges, or stricter robots.txt rules once they can restore service. For now, the shutdown underscores a systemic issue: AI agents trained on public data are becoming an unsustainably aggressive traffic source for volunteer-run projects.
If you maintain a public-facing tool, consider rate limiting low-priority endpoints and monitoring
📖 Read the full source: HN AI Agents
👀 See Also

AMD Ryzen AI NPUs Gain Linux LLM Support via Lemonade 10.0 and FastFlowLM
AMD Ryzen AI NPUs now support running large language models on Linux through Lemonade 10.0 server with FastFlowLM runtime, requiring Linux 7.0 kernel or AMDXDNA driver back-ports.

Waymo Launches Fully Autonomous Operations with 6th-Gen Driver
Waymo's 6th-generation Driver begins fully autonomous operations, featuring a multi-modal sensing suite and next-gen 17-megapixel imagers.

Claude Code v2.1.136: Hard Deny for Auto Mode, MCP OAuth Fixes, and 40+ Bug Fixes
Anthropic released Claude Code v2.1.136 with a hard_deny setting for auto mode classifier rules, fixes for MCP server disappearance after /clear, OAuth token refresh concurrency issues, and over 40 other bug fixes.

The Frontier AI Race is Over: Networks of Smaller Models Beat Centralized AI on Cost and Capability
Networks of smaller AI models now outperform every frontier AI system on speed, accuracy, and cost. The article argues that centralized AI companies cannot regain the lead due to the "Hydra Effect" — ensembling cheaper models recursively beats any single model.