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

推荐订阅源

T
The Blog of Author Tim Ferriss
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
大猫的无限游戏
大猫的无限游戏
月光博客
月光博客
博客园 - Franky
博客园 - 三生石上(FineUI控件)
爱范儿
爱范儿
腾讯CDC
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
Tailwind CSS Blog
P
Privacy International News Feed
The Cloudflare Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
T
Threat Research - Cisco Blogs
Hugging Face - Blog
Hugging Face - Blog
Project Zero
Project Zero
S
SegmentFault 最新的问题
美团技术团队
WordPress大学
WordPress大学
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
云风的 BLOG
云风的 BLOG
Spread Privacy
Spread Privacy
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
B
Blog
Cisco Talos Blog
Cisco Talos Blog
The GitHub Blog
The GitHub Blog
G
Google Developers Blog
T
The Exploit Database - CXSecurity.com
Simon Willison's Weblog
Simon Willison's Weblog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
C
Cisco Blogs
NISL@THU
NISL@THU
J
Java Code Geeks
C
CERT Recently Published Vulnerability Notes
T
Tor Project blog
K
Kaspersky official blog
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
I
Intezer
U
Unit 42
博客园 - 聂微东
C
Check Point Blog
Recent Announcements
Recent Announcements
Microsoft Azure Blog
Microsoft Azure Blog
Latest news
Latest news
博客园 - 司徒正美
G
GRAHAM CLULEY
S
Schneier on Security
V
Visual Studio Blog

Graphite blog

Introducing Code Tours: a new way to review Introducing Cursor Cloud Agents in Graphite Building the future of software development with Cursor Reimagining the PR Page: Designing for speed and focus Graphite changelog [11-20-2025] Graphite changelog [11-04-2025] Graphite changelog [10-16-2025] The future of engineering is collaborative (and already here) Meet Graphite Agent: the next evolution of AI code review Introducing frozen branches: A safer way to build on your teammates’ work Graphite changelog [09-17-2025] How we sped up code search for Graphite Chat Introducing Graphite Chat AI is writing code—here's why it also needs to review that code How I got Claude to write code I could actually ship How we built the first stack-aware merge queue (and why it matters) How we organize our monorepo to ship fast Graphite brings stacking to Tower Code review tooling: Should you build or buy? Making AI code review available to everyone Introducing: The new Graphite + Linear integration Graphite raises $52M and launches Diamond to reimagine code review for the age of AI How stacked PRs unblock distributed development teams Graphite is going to Developer Week 2025 Beating the end of year code freeze How Graphite’s eng team ships code remarkably fast Why we chose Anthropic's Claude to power Graphite Reviewer AI code generation will remain fragmented How we redesigned Graphite's landing page in-house Introducing Graphite Reviewer: your AI code review companion How AI code review reduces review cycles to improve developer productivity What if you could get instant feedback on your code? The new developer toolchain Not Rocket Science - How Bors and Google’s TAP inspired modern merge queues Graphite's State of code review 2024 How Google migrated billions of lines of code from Perforce to Piper Going from 0 to 1: How to write better unit tests when there are none Speed up your merges: Parallel CI is now generally available for teams using Graphite’s merge queue Down for less than four minutes a month: how AWS deploys code BitKeeper, Linux, and licensing disputes: How Linus wrote Git in 14 days Graphite is now free for startups and open source projects Launch week wrap-up (May 2024) Reduce CI costs for Buildkite and GitHub Actions Cheaper CI & faster merging with batching How Google does code review The technical learning curve at a startup is gentler than you might think Graphite will now automatically rebase your partially-merged stacks Multiple engineers can now seamlessly collaborate on the same stack of PRs Do you ever outgrow GitHub? From the 80's to 2024 - how CI tests were invented and optimized Graphite changelog [4/10/2024] 🎺 Graphite changelog [4/25/2024] 🐸 How Stack Overflow replaced Experts Exchange How GitHub monopolized code hosting Graphite changelog [3/27/2024] 🤝 The core principles of building a good AI feature Onboarding roulette: deleting our employee accounts daily Graphite changelog [3/13/2024] 🚁 Why Facebook doesn’t use Git How to recreate the Phabricator code review workflow Types of code reviews: Improve performance, velocity, and quality What's the best GitHub pull request merge strategy? Phabricator vs GitHub vs Graphite: How do they stack up? Improving team velocity through better pull request practices Moving fast breaks things: the importance of a staging environment Building trust as a software engineer Keeping code simple: moving fast by avoiding over-engineering What's better than GitHub pull request filters? The Graphite pull request inbox 7 Best Phabricator alternatives for PR stacking + code review [2024] Accurate eng estimations: predicting and negotiating the future Tracking and understanding GitHub PR stats: A step-by-step guide 8 pull request best practices for optimal engineering What’s next for Graphite Graphite Q1 Launch week: Stacking with the tools you love Graphite Q1 Launch week: Making stacking seamless Accelerating code review The Mom Test How to use stacked PRs to unblock your entire team Graphite Q1 launch week 2024 The practical and philosophical problems with AI code review Empirically sup code review best practices Call site attribution: how to pinpoint rogue SQL queries throttling your performance Every engineer should understand git reflog Post mortem: we took 124 seconds from you, here's 378 back Your GitHub pull request workflow is slowing everyone down Optimizing CI/CD workflows for trunk-based development Why we use AWS instead of Vercel to host our Next.js app How large pull requests slow down development 3 key lessons in application server optimization Trunk-based development: why you should stop using feature branches Git was built in 5 days Why large companies and fast-moving startups are banning merge commits How long should your CI take? Experimenting with AI code review CRA to AppRouter in 5 Steps: A case study with Graphite Graphite Changelog [10/18/2023] The comprehensive guide to writing the best PR title of all time How 10,000 Developers All Contribute to the same Repo
Why AI will never replace human code review
Greg Foster · 2025-03-18 · via Graphite blog

Cursor Cloud Agents are now in Graphite. Create, review, and ship without leaving your PR.

author

Greg Foster

Mar 17, 2025

TL;DR: AI will not replace human code review. Instead, it will augment it. AI excels at automating low-level, objective checks like style violations and common bugs. Humans remain essential for high-level, subjective tasks that require business context, architectural judgment, and mentorship.

What is the role of AI in code review?

AI's primary role in code review is to act as a powerful assistant that automates the first layer of feedback. By handling objective, low-level issues, AI companions free up human reviewers to focus on more complex, high-impact concerns.

AI is most effective at the following tasks:

  • Automating low-level feedback: AI can instantly check for style guide violations, improper formatting, or lack of documentation. This offloads the burden of "nit-picking" from human reviewers, a practice that Google found to be a valuable time-saver in its Tricorder project.

  • Catching common pitfalls and security vulnerabilities: Modern LLMs are trained on vast datasets of open-source code, making them effective at identifying common programming errors, race conditions, or potential security risks like SQL injection and buffer overflows.

  • Validating test coverage: An AI can scan a pull request and quickly determine if the changes are accompanied by adequate tests, ensuring that new logic doesn't degrade the reliability of the codebase.

What are the limits of AI in code review?

AI's primary limitation is its lack of subjective understanding. The most critical feedback in a review session involves context, judgment, and foresight, which are areas where human expertise remains irreplaceable.

Why can't AI understand business context?

AI cannot understand business context because that information often lives outside the codebase in project management tools, design documents, and team meetings. An LLM can validate that code is syntactically correct, but it has no understanding of the *why* behind the code.

A human reviewer, however, can ask critical questions that an AI cannot:

  • Does this change align with the product roadmap and the user story in the ticket?

  • Does this implementation account for the business trade-off we discussed last week?

  • Is this the right problem to be solving right now?

Why does architectural review still require humans?

Architectural review requires humans because AI models excel at "local" reasoning within a single file but struggle with the "global" reasoning needed to maintain a large-scale system.

A senior engineer can evaluate a change's long-term impact, determining if it introduces a problematic dependency, violates a domain boundary, or should be implemented in a different microservice. This architectural oversight is essential for preventing technical debt and maintaining a scalable system.

Can AI replace the mentorship aspect of code review?

No. Code review is a critical process for knowledge sharing and team development, which AI cannot replicate. Studies from Microsoft Research have shown that key goals of code review include finding better solutions and transferring knowledge.

An AI can tell you that your code is inefficient, but a senior developer can explain why a different approach is better in the context of your specific system. This mentorship loop is critical for team growth and cannot be automated.

What is the best model for using AI in code review?

The most effective model is not replacement, but augmentation. In this model, AI and humans work together, each focusing on the tasks they are best suited for.

The ideal workflow uses AI to handle the first pass of a review. The AI companion flags all the low-level issues—style violations, potential bugs, and missing tests—before a human ever sees the pull request.

This allows the human reviewer to focus entirely on what matters most: the quality of the solution, its architectural integrity, and its business logic. The conversation shifts from "you missed a comma here" to "have you considered how this will scale in the future?"

This is the philosophy behind Graphite's platform. Tools like Graphite Agent act as a companion in the review process, automating the tedious work so developers can have more meaningful, high-level discussions. The goal is to build a workflow where human time is spent on the problems only humans can solve.

Related articles