惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
Google DeepMind News
Google DeepMind News
美团技术团队
大猫的无限游戏
大猫的无限游戏
H
Help Net Security
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
M
MIT News - Artificial intelligence
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Security Blog
Microsoft Security Blog
F
Fortinet All Blogs
A
About on SuperTechFans
Recent Announcements
Recent Announcements
D
Docker
Vercel News
Vercel News
Engineering at Meta
Engineering at Meta
腾讯CDC
Martin Fowler
Martin Fowler
阮一峰的网络日志
阮一峰的网络日志

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
Open Source Maintainers Need a Spam Filter for AI Labor
Vincent Schmalbach · 2026-06-25 · via Hacker News - Newest: "AI"

AI makes bug reports, pull requests, and security disclosures cheap to create, but expensive to review. Still need to reproduce issues, check compatibility, judge security impact, moderate discussion. When low effort AI submissions pile up, real bugs and vulnerabilities get lost in the shuffle. Open source needs well defined intake rules to protect the time of the maintainers. The filter broke because it used to take real effort to make coherent bug reports, context aware pull requests, and credible security disclosures. AI has taken away much of the filter. Bad reports are nothing new. But now it's cheap to make something look real. It still takes 30 minutes to 3 hours to determine if a report is real, often with several people reviewing it. The most expensive are the believable fake submissions. They have real functions, plausible code paths and believable impact so maintainers need to do some serious investigation before dismissing them.

Daniel Stenberg described this pattern well. Prior to the latest wave of AI-slop, the curl bug bounty program had received 477 submissions in about five and a half years, with some 15.4 percent of those submissions resulting in confirmed vulnerabilities. Some were legitimate bugs but not security issues, most were not applicable, and the worst reports were the plausible false ones because they took the most time to analyze, Stenberg said.

By mid-2025 the trend had been reversed. Approximately 20% of the submissions for 2025 seem to be produced by AI. The curl project got about 2 security reports per week, and only around 5 percent of the reports that year were real vulnerabilities. “Getting through each report took three to four security team members 30 minutes to three hours, or around 1.5 to 12 maintainer-hours, before it could be rejected,” Stenberg said. A small spate of bad reports could eat up a lot of emergency-level review time before a real vulnerability showed up.

The bounty program ended in early 2026. Over the years it had racked up dozens of confirmed vulnerabilities and big paydays. AI + bounty incentives made it too cheap to submit something plausible and the system broke. Later on, Stenberg went into what any replacement would need: account-age requirements, rate limits, labels for AI-generated submissions, abuse blocking, ability to publicly disclose invalid-report patterns etc.

Pull requests have the same review cost problem. In early 2026, tldraw started automating the closing of pull requests from external contributors, as the number of AI generated pull requests exploded. Many seemed acceptable but did not add much value. They passed CI, ignored contribution templates, skipped contributor license agreement steps, didn't understand the project design and stalled when review questions came.

Steve Ruiz wrote about this in his write up. He’s using AI and expects his team to use AI but external code without context or ownership still creates review debt. Before AI a fuzzy problem was often fuzzy because it was real work to make it a patch. With AI you can take the same problem, turn it into a believable diff in minutes, and now the maintainers have more reading to do, with no benefit. When you have an open pull request you are making a promise to the maintainers to read carefully. It doesn't make sense to put that burden on someone who contributed next to nothing and can't defend the change. “Code generation is cheap, reading and reviewing code is still the hard part,” one commenter on Hacker News noted. The distinction still matters. AI is helpful if you’re familiar with the code base and you’re performing a well-scoped task.

The discussion around the curl decision made one simple point: open source licensing and public hosting do not require maintainers to provide unlimited triage, free security analysis or constant human availability.

Elsewhere on the web, you see that same cost shift. AI crawlers make automated requests inexpensive. Bandwidth is paid for by site operators. In public repos it’s similar but maintainers spend time on review. An open repository doesn't have to be an infinite review endpoint.

AI is still helpful. AI-powered analyzers and researchers had found real value, as Stenberg later wrote. Tools like AISLE, ZeroPath and Codex Security have over time produced many bugfixes and several confirmed CVEs. He also said that AI pull request review bots help to make the curl code better.

Projects need more stringent take-in rules. Maintainers need a well defined intake policy and explicit permission to quickly close low-trust automated work.

For security reports, projects should require affected version and component, exact preconditions, minimal trigger or exploit sketch and local reproduction by the reporter. Keep the impact statement separate from speculation. Scanners or AI output is not a report, unless independently validated. Stenberg’s proposal has clear policy implications: rate limits, account-age gates, AI labels, repeat-abuser blocks.

For pull requests, require an accepted issue or prior discussion with a maintainer, and more than just a diff. The submitter should be able to explain design decisions, show that the change is tested, and be available to review. If they cannot, close the pull request.

Both require disclosure of AI up front. AI-assisted work is okay as long as the submitter understands the work, is able to explain it, and will answer questions. Ask for reproducers, failing tests, bisected commits, design rationale. If it does not look like that, close the submission.

When generation and submission are almost free, openness needs filters to remain usable. AI is powerful but bad incentives, weak ownership, missing verification and vague production boundaries turn that power into review debt. Use AI-assisted work where there is evidence, context and accountability. Close the rest quickly. Without that filter, the work that is most important is lost in a sea of low-effort AI work.

Vroni What I'm building

Delegate tasks. Get software.

Give Vroni a GitHub issue, bug report, spec, or rough idea. It reads the repo, plans the change, writes code, runs checks, and works toward a review-ready pull request.

Take a look at vroni.com

I respect your privacy. Unsubscribe at any time.