Microsoft Copilot injects ads into GitHub and GitLab pull requests

What's happening
Microsoft Copilot, the AI-powered coding assistant integrated into GitHub and other development environments, is reportedly injecting promotional content into pull requests. According to reports, this has affected approximately 1.5 million GitHub pull requests.
The ads appear within pull request descriptions that are generated or suggested by Copilot. This affects both GitHub and GitLab platforms where Copilot is active. The promotional content is being inserted automatically as part of Copilot's code suggestion functionality.
Technical context
Copilot operates as an AI pair programmer that suggests code completions and entire functions based on context. It's built on OpenAI's Codex model and is integrated directly into IDEs like VS Code and GitHub's web interface. When developers use Copilot to help write pull request descriptions or code comments, the AI may now include promotional content alongside its suggestions.
This represents a significant shift in how AI coding assistants are monetized. Previously, Copilot operated on a subscription model ($10/month for individuals, $19/user/month for businesses). The injection of ads suggests Microsoft may be exploring alternative revenue streams for the service.
For developers using AI coding agents, this raises questions about code ownership, licensing, and whether AI-generated content containing ads could affect open source licensing compliance. It also introduces potential security concerns if the ad injection mechanism could be exploited to insert malicious content.
📖 Read the full source: HN LLM Tools
👀 See Also

The Vibe-Coding Noise Floor: How AI Slop Is Strangling Developer Communities
rmoff rants about the steady influx of low-effort AI-generated content in dev communities, from pointless GitHub repos to ghostwritten blog posts, and why it's driving away organic participation.

OpenAI to deploy AI models on U.S. Department of War classified network
OpenAI has reached a deal to deploy its AI models on the U.S. Department of War's classified network, with implementation scheduled for 2026. The Reuters article generated 15 points and 6 comments on Hacker News.

1.2B Local Model Beats 1T Clouds in Poker: Aggression Trumps Knowledge in Shove-or-Fold Format
A 1.2B Liquid model won 2 of 5 Texas Hold'em tournaments against models up to 1T parameters, because in a short-stack format, never folding earned more chips than smart play.

AI Agents That Don't Slash Maintenance Costs Will Sink Your Team
James Shore argues that doubling AI coding speed without halving maintenance costs leads to net productivity loss within months. Model shows 2x code output with 2x maintenance cost per line yields productivity worse than starting point after ~5 months.