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

Claude Code Telegram Plugin Bug: MCP Notifications Silently Dropped — Workaround via File Polling and tmux Injection
A Telegram plugin for Claude Code works correctly but inbound messages are silently dropped because Claude Code discards MCP notifications on stdio transport. A workaround uses file polling and tmux send-keys with ~5-9s latency.

Claude Code: Feedback Honeypot Overrides Privacy Opt-Out — Users Report Session Transcript Trap
Anthropic's Claude Code now prompts users to allow session transcript review — pressing 'n' for no logs 'Thanks for your feedback' and may still train models. Dismiss key behavior is unclear.

Zig Project's Rationale for Its Strict Anti-LLM Contribution Policy
Zig enforces a blanket ban on LLM-assisted contributions: no AI for issues, PRs, or comments. VP Loris Cro explains the "contributor poker" philosophy — reviewing PRs is an investment in growing trusted contributors, not just landing code.

Diagnosing Operational Drift and Task Amnesia in OpenClaw with Gemini 2.5 Flash on Proxmox
OpenClaw users report issues with persistent workflows on a Proxmox VM, citing operational drift and task amnesia. Despite stable performance in one-off tasks, the Gemini 2.5 Flash model struggles with automation and memory in this setup.