AI-to-AI Code Reviews of GitHub Pull Requests
AI 自动审查 GitHub 拉取请求,实证研究揭示效果与挑战
Article URL: https://arxiv.org/abs/2608.21311 Comments URL: https://news.ycombinator.com/item?id=49426227 Points: 1 # Comments: 0
AI 自动审查 GitHub 拉取请求,实证研究揭示效果与挑战
Article URL: https://arxiv.org/abs/2608.21311 Comments URL: https://news.ycombinator.com/item?id=49426227 Points: 1 # Comments: 0
多智能体自动审查PR,精准定位MAJOR与CRITICAL问题,LangGraph驱动的高效代码审查利器
Article URL: https://github.com/marketplace/actions/prism-reviewer-ai Comments URL: https://news.ycombinator.com/item?id=49408247 Points: 1 # Comments…
用论文算法给PR打分,提交前就能预判合并风险,省时省力。
Creation-time PR risk triage GitHub Action, based on Minh et al. MSR '26 (arXiv:2601.00753) Comments URL: https://news.ycombinator.com/item?id=4939113…
用Rust打造的高速Git diff查看器,优先展示核心领域代码,让手动审查更高效。
Even with LLMs, I still like to review my code manually. However, I haven’t found a good visual diff viewer for this, so I wrote one myself in Rust. I…
AI生成代码动辄千行,人工审查还有意义吗?一场关于人机协作边界的现实拷问。
I’m genuinely trying to understand the point of AI code review. Once an LLM generated change gets into a few hundreds or thousands of lines, a human r…
用 Claude Code 一条命令跑完 feature 规划、CI 检查、多智能体审查到合并,AI 开发流程神器。
Flow is my claude code supervisor for designing epics and shipping features really quickly. It was bootstrapped with itself so you can look at recent …
AI写的代码能跑,但验证和吃透它的代价常常被低估,这篇亲身经历道出了AI编程的隐性成本。
Article URL: https://amoffat.github.io/blog/vetting-burnout.html Comments URL: https://news.ycombinator.com/item?id=49341368 Points: 1 # Comments: 0
AI生成代码爆发后,人工审查成为质量关键,看开发者们如何守住最后防线。
A good proportion of us and our colleagues are now churning out agent-assisted code at an incredible rate, with some of it that is actually good, and …
AI代码审查正取代人工?开发者热议Claude辅助审查的利弊与未来。
Most of the code I work on is for internal company use at a small company and for personal projects. After experiencing painful code review processes …
多模型交叉审查AI代码成新趋势,不同模型互查能揪出哪些盲区?一文讲透审查信息要点。
Having one model review code written by a model from a different family is becoming increasingly popular. You might build a feature with Codex, then a…
后端工程师亲述 Claude 实战用法:不只生成代码,更要它解释推理过程,值得每一个用 AI 写代码的人学习。
For a while, I treated Claude like a fancy autocomplete — ask a question, paste the answer, move on. That approach worked, but it wasn't until I slowe…
三款前沿大模型同台代码审查,逐条核对代码后谁在说真话?一份带评分卡的实测让人意外。
Article URL: https://mrjstickel.com/projects/review-scorecard Comments URL: https://news.ycombinator.com/item?id=49289220 Points: 2 # Comments: 0
百万美金报价的AI代码审查,他几行代码自己搞定,开发者必看。
Hi HN. I wanted an AI reviewer on every PR at work. Quotes came back around $1M/year, almost entirely per-seat licensing. I built a true open source a…
开源替代Greptile,打造AI代码理解与搜索新选择,开发者值得关注。
Article URL: https://github.com/Juror-AI/juror Comments URL: https://news.ycombinator.com/item?id=49244029 Points: 3 # Comments: 1
被报价100万美元的AI代码审查工具,自己动手只花300美元月成本就搞定,值得每个开发者参考。
Article URL: https://sagivo.com/blog/i-was-quoted-1m-to-get-ai-diff-review-tool Comments URL: https://news.ycombinator.com/item?id=49236612 Points: 3 …
识别AI生成代码,支持多语言,帮开源项目守住新规红线。
IT之家 8 月 9 日消息,甲骨文(IT之家注:Oracle)现已通知 OpenJDK 开发者,要求项目组不能再提交 AI 生成的代码。 甲骨文对此表示:“ OpenJDK 社区贡献内容不得包含由大语言模型 、 扩散模型或深度学习系统生成的内容 。此处的‘内容’包括但不限于代码、文本、PR、电子邮…
AI代码生成潮下,独立开发者为何忧心技艺消亡?数千行PR背后,是效率飞跃还是平庸泛滥?
Article URL: https://vladthe.dev/blog/claude-code-ai-slop-and-the-death-of-the-art Comments URL: https://news.ycombinator.com/item?id=49241531 Points:…
聚焦Git变更文件的Python静态分析器,只审查你改的,不审查历史遗留,提升Code Review效率。
Article URL: https://github.com/mukundzha/scrut Comments URL: https://news.ycombinator.com/item?id=49219370 Points: 2 # Comments: 1
用堆叠 PR 拆解大型改动,让代码审查更轻松,GitHub 协作进阶必读。
🎯 What a “Stacked PR” Is (and Why You’ll Want One) A stacked pull request (sometimes called a stacked PR , stacked diff , or dependent PR ) is a serie…
开源OpenCode插件,内置Review与Dream双智能体,一键审查代码变更,只读安全。
Article URL: https://github.com/smokeeaasd/yet-another-opencode-plugin Comments URL: https://news.ycombinator.com/item?id=49160455 Points: 1 # Comment…