Tagged articles

AI code review

38 articles · Page 1 of 1
TonyBai
TonyBai
Aug 10, 2026 · Artificial Intelligence

How Cloudflare Scaled AI‑Powered Code Review to 3,600 Engineers and 240K Interceptions

Cloudflare built a three‑layer AI engineering stack—platform, knowledge, and governance—that lets 3,600 engineers (95% of R&D) use AI tools at scale, reduces inference cost by 77% with Workers AI, intercepts over 240,000 standard violations, and keeps per‑review cost under $1 while maintaining high security.

AI EngineeringAI code reviewAgents
0 likes · 23 min read
How Cloudflare Scaled AI‑Powered Code Review to 3,600 Engineers and 240K Interceptions
Java Companion
Java Companion
Jul 7, 2026 · Artificial Intelligence

Feeding 20,000 Lines of Skill to Claude Code Supercharges Its Code Review

The article introduces the open‑source code‑review‑skill for Claude Code, explains its progressive loading of language‑specific guides, four‑stage review process, severity tagging, security checks, collaborative tone, and automation, and shows how installing the skill dramatically improves AI‑driven code review accuracy across multiple languages.

AI code reviewClaude CodeMulti-language
0 likes · 8 min read
Feeding 20,000 Lines of Skill to Claude Code Supercharges Its Code Review
Baidu Geek Talk
Baidu Geek Talk
Jul 6, 2026 · Artificial Intelligence

Who Guarantees Code Quality as AI Writes Faster? AICR Admission in Cloud‑Storage Frontend

With AI‑generated code now accounting for 55.87% of the 2,000 monthly change requests in the cloud‑storage front‑end team, traditional code review pressure has surged, prompting the team to embed a multi‑agent AICR gate into the CI/CD pipeline that automates context extraction, parallel AI inspections, verification, and feedback while controlling latency and mis‑reports.

AI code reviewAICRCI/CD
0 likes · 32 min read
Who Guarantees Code Quality as AI Writes Faster? AICR Admission in Cloud‑Storage Frontend
BirdNest Tech Talk
BirdNest Tech Talk
Jul 2, 2026 · Artificial Intelligence

How Autoreview Turns AI Code Review into an Unskippable Quality Gate

Autoreview is an AI‑driven skill that automatically reviews code before a PR, addressing volume, blind‑spot, and boredom problems by repeatedly running until the code is clean, using a Scope Governor, multi‑engine panels, and strict isolation to enforce quality without manual bottlenecks.

AI code reviewCI workflowScope Governor
0 likes · 16 min read
How Autoreview Turns AI Code Review into an Unskippable Quality Gate
LuTiao Programming
LuTiao Programming
Jun 25, 2026 · Backend Development

GitHub Copilot’s New Deep‑Dive Java PR Review: Beyond a Quick Diff Glance

GitHub Copilot Code Review now uses grep, rg, glob and view to actively explore related files in Java pull requests, shifting AI code review from merely commenting on changed lines to investigating the broader impact on transactions, caches, messaging, database queries and system compatibility.

AI code reviewGitHub CopilotSpring Boot
0 likes · 20 min read
GitHub Copilot’s New Deep‑Dive Java PR Review: Beyond a Quick Diff Glance
TonyBai
TonyBai
Jun 4, 2026 · Industry Insights

The Open‑Source Maintainer’s Dilemma: When AI Takes Over Code Review

The article examines how the hidden social contract of open‑source development is breaking under a flood of unreviewed pull requests, explores AI‑generated code and reviews, questions what protected branches actually safeguard, and reflects on the responsibility and community impact of relying on AI tools.

AI code reviewGitHubOpen Source
0 likes · 15 min read
The Open‑Source Maintainer’s Dilemma: When AI Takes Over Code Review
转转QA
转转QA
May 28, 2026 · Operations

How AI Is Redefining QA: Lessons from an On‑Site Recycling Team

In the AI coding era, traditional test‑after‑code practices cause missed bugs, so a recycling‑service QA team adopts intent‑driven testing, business‑view AI code review, and risk‑focused automation to transform testers into AI‑assisted quality strategists.

AI code reviewAI testingQA automation
0 likes · 10 min read
How AI Is Redefining QA: Lessons from an On‑Site Recycling Team
Sohu Tech Products
Sohu Tech Products
Apr 22, 2026 · Artificial Intelligence

Practicing an AST‑Driven MCP Code Context Service for AI Code Review

The article describes how an AST‑based code‑context service, wrapped by an MCP middleware and built with Spring AI and Eclipse JDT, supplies structured Java code information to large models, addressing the context gaps of diff‑only AI code review and improving accuracy through concrete examples and evaluation.

AI code reviewASTEclipse JDT
0 likes · 16 min read
Practicing an AST‑Driven MCP Code Context Service for AI Code Review
Sohu Tech Products
Sohu Tech Products
Apr 8, 2026 · Artificial Intelligence

How AI Transforms GitLab Merge Request Code Reviews: Architecture & Lessons Learned

This article details the design and implementation of an AI‑powered automated code‑review system for GitLab Merge Requests, covering background problems, layered architecture, diff parsing, prompt engineering, comment management, rate‑limiting, concurrency control, and the measurable improvements achieved.

AI code reviewAutomationGitLab
0 likes · 22 min read
How AI Transforms GitLab Merge Request Code Reviews: Architecture & Lessons Learned
AI Code to Success
AI Code to Success
Mar 31, 2026 · Artificial Intelligence

How OpenAI’s Codex Plugin Supercharges Claude Code’s Workflow

OpenAI released the codex‑plugin‑cc on GitHub, turning Claude Code into a hybrid AI system that offloads code review to Codex, adds new commands, and reshapes the development workflow while offering practical guidance, usage scenarios, and cost considerations for developers.

AI code reviewClaude CodeCodex Plugin
0 likes · 10 min read
How OpenAI’s Codex Plugin Supercharges Claude Code’s Workflow
Java One
Java One
Mar 27, 2026 · Operations

Automate Code Reviews with Claude Code: GitHub Integration Guide

This step‑by‑step tutorial shows how to integrate Claude Code with GitHub, configure the required GitHub App, set up GitHub Actions workflows for Issue mentions and Pull Request reviews, add necessary secrets, customize prompts, and adapt the setup for GLM models, turning Claude into an automated code‑review assistant.

AI code reviewClaudeGitHub Actions
0 likes · 10 min read
Automate Code Reviews with Claude Code: GitHub Integration Guide
DeWu Technology
DeWu Technology
Mar 16, 2026 · Frontend Development

Boosting Frontend Code Review with AI: From Manual CR to Automated Cursor Agent

This article outlines the challenges of manual frontend code review, compares AI-powered CR solutions, details a pipeline integration using Cursor Agent CLI, and provides practical guidelines, model selection tips, and built‑in prompt engineering to automate and improve code quality checks.

AI code reviewCI integrationCursor Agent
0 likes · 12 min read
Boosting Frontend Code Review with AI: From Manual CR to Automated Cursor Agent
AI Waka
AI Waka
Mar 13, 2026 · Artificial Intelligence

Balancing Cost and Coverage: A Three‑Tier Claude AI Code Review Strategy

This article examines a three‑layer AI‑powered code review system built around Claude, comparing GitHub Action, a custom sub‑agent pipeline, and Anthropic's native review in terms of cost, detection depth, false‑positive rates, and practical deployment recommendations for mid‑size development teams.

AI code reviewClaudeGitHub Actions
0 likes · 13 min read
Balancing Cost and Coverage: A Three‑Tier Claude AI Code Review Strategy
Node.js Tech Stack
Node.js Tech Stack
Mar 13, 2026 · Artificial Intelligence

Claude’s New AI Code Review: Up to $25 per PR – What It Means for Your Repo

Claude’s newly launched AI‑powered code review uses multiple parallel agents to automatically scan pull requests, flagging issues with an internal consistency check that reduces false positives to under 1 %, while Anthropic reports detection rates of 84 % for large PRs and 31 % for small ones, though each review costs $15–25.

AI code reviewClaudePricing
0 likes · 9 min read
Claude’s New AI Code Review: Up to $25 per PR – What It Means for Your Repo
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 9, 2026 · Artificial Intelligence

How Alibaba’s AI Code Review Assistant Cuts NPE Bugs with Context‑Aware Agents

This article explains Alibaba Group’s AI‑driven code review benchmark, the agent‑based assistant that understands repository context, its real‑world impact on reducing null‑pointer exceptions, and how the open‑source AACR‑Bench dataset provides a multi‑language, context‑aware evaluation standard for AI code review.

AACR-BenchAI code reviewAgent Architecture
0 likes · 19 min read
How Alibaba’s AI Code Review Assistant Cuts NPE Bugs with Context‑Aware Agents
Code Mala Tang
Code Mala Tang
Mar 7, 2026 · Frontend Development

How AI Can Safely Augment React Code Reviews Without Replacing Human Judgment

The article examines which parts of a React code review can be reliably automated by AI—such as detecting missing dependencies, unused variables, and test gaps—while emphasizing that architectural decisions, state‑management trade‑offs, and performance reasoning must remain under human control.

AI code reviewSoftware Engineeringcode quality
0 likes · 9 min read
How AI Can Safely Augment React Code Reviews Without Replacing Human Judgment
Ubiquitous Tech
Ubiquitous Tech
Jan 20, 2026 · Artificial Intelligence

Implementing AI Code Review Features in the AI Hub Client (Lesson 21)

This tutorial walks through integrating the AI Hub client with a TypeScript‑based code review engine, adding a UI button in a Vue component, handling loading states, previewing MergeRequest data, and wiring the backend calls to GitLab and the AI model, complete with code snippets and screenshots.

AI HubAI code reviewGitLab
0 likes · 11 min read
Implementing AI Code Review Features in the AI Hub Client (Lesson 21)
Alibaba Cloud Native
Alibaba Cloud Native
Oct 12, 2025 · Cloud Native

Boost Code Review Accuracy with Single‑Commit AI Review Mode

The article explains how the single‑commit review mode in Alibaba Cloud Codeup uses AI to evaluate each commit individually, addressing the shortcomings of default bulk diff reviews, detailing configuration steps, recommended scenarios, observed benefits, and its performance trade‑offs.

AI code reviewCloud NativeGit
0 likes · 6 min read
Boost Code Review Accuracy with Single‑Commit AI Review Mode
Ubiquitous Tech
Ubiquitous Tech
Oct 1, 2025 · Artificial Intelligence

Designing Context for AI Code Review (Part 18)

This article explains how to construct and manage various context data—such as historical review feedback, code diffs, file types, developer experience, commit messages, business scenarios, framework knowledge, and Git logs—to improve the quality of AI‑driven code reviews, and provides a concrete TypeScript implementation with modular context providers, prompt engineering, and integration with GitLab and OpenAI APIs.

AI code reviewContext ManagementGitLab
0 likes · 21 min read
Designing Context for AI Code Review (Part 18)
Ubiquitous Tech
Ubiquitous Tech
Sep 30, 2025 · Artificial Intelligence

16 Practical Ways to Elevate AI Code Review Quality

The article tells of a developer whose code caused a CPU spike, shows how an AI code review tool caught an unnecessary database query, and then outlines sixteen practical ideas—including multi‑turn dialogue, diff analysis, domain fine‑tuning, CI/CD integration, template feedback, intent inference, automated test generation, security scanning, auto‑fix suggestions, performance analysis, readability scoring, and visual reporting—to improve AI‑assisted code review quality.

AI code reviewCI/CDPrompt Engineering
0 likes · 20 min read
16 Practical Ways to Elevate AI Code Review Quality
Ubiquitous Tech
Ubiquitous Tech
Jun 11, 2025 · Artificial Intelligence

How to Deploy OneAPI for Unified Large‑Model Access (AI Code Review Tutorial 13)

This article explains why enterprises need a single gateway for multiple large‑model services, introduces the open‑source OneAPI tool and its features, and provides step‑by‑step Docker installation, UI setup, channel and token configuration, optional Nginx proxy, and integration into an AI code‑review project.

AI code reviewDockerLarge Language Models
0 likes · 11 min read
How to Deploy OneAPI for Unified Large‑Model Access (AI Code Review Tutorial 13)
Wukong Talks Architecture
Wukong Talks Architecture
May 14, 2025 · Information Security

AI-Powered CodeBuddy Uncovers and Fixes Real SQL Injection and XSS Bugs

This article walks through two real-world security flaws—a high‑risk SQL injection and a medium‑risk stored XSS—showing how the CodeBuddy AI assistant can automatically detect, analyze, and remediate them with prepared statements and CSP enhancements, while explaining the underlying concepts and best practices.

AI code reviewCodeBuddyContent Security Policy
0 likes · 13 min read
AI-Powered CodeBuddy Uncovers and Fixes Real SQL Injection and XSS Bugs
21CTO
21CTO
Mar 20, 2025 · Artificial Intelligence

Can AI Really Replace Human Code Review? Inside Graphite’s Diamond Tool

Graphite’s new AI‑powered code‑review tool Diamond aims to catch bugs, style issues, and security flaws in large pull requests, but its founders warn that AI cannot fully replace human expertise, highlighting the need for balanced adoption in software development.

AI code reviewSoftware Engineeringcode quality
0 likes · 5 min read
Can AI Really Replace Human Code Review? Inside Graphite’s Diamond Tool
Ubiquitous Tech
Ubiquitous Tech
Feb 16, 2025 · Artificial Intelligence

How to Implement AI-Powered Code Review for GitLab Merge Request Changes

This tutorial shows how to modify a GitLab CI pipeline to fetch changed files via the Merge Request API, extract the diff with jq, build a JSON request for the glm‑4‑flash model, and use AI to review code changes, including prompt engineering and result interpretation.

AI code reviewCI/CDGitLab
0 likes · 11 min read
How to Implement AI-Powered Code Review for GitLab Merge Request Changes
Ubiquitous Tech
Ubiquitous Tech
Feb 5, 2025 · Artificial Intelligence

Implement AI Code Review Using GitLab API and CI – Tutorial Part 6

This tutorial walks through creating a personal GitLab access token, testing the GitLab API, configuring CI variables, importing a sample project, triggering a merge‑request pipeline, sending changed files to a Zhipu AI model, and writing the AI's review back into the merge request as comments.

AI code reviewAPICI/CD
0 likes · 16 min read
Implement AI Code Review Using GitLab API and CI – Tutorial Part 6
Ubiquitous Tech
Ubiquitous Tech
Jan 25, 2025 · Artificial Intelligence

Deploy Open-Source AI Large Models Privately with Ollama – A Step‑by‑Step Guide

This article walks through installing Ollama, setting up environment requirements, pulling and running open‑source LLMs such as qwen2 and gemma2 locally, configuring API access and environment variables, and using the AI Hub client to perform AI‑assisted code reviews, highlighting cost‑saving and security benefits.

AI HubAI code reviewAPI
0 likes · 13 min read
Deploy Open-Source AI Large Models Privately with Ollama – A Step‑by‑Step Guide
JD Tech
JD Tech
Jun 5, 2024 · Artificial Intelligence

Integrating AI-Powered Code Review into CI Pipelines with JD's Large Model

This article explains the drawbacks of manual code review, demonstrates how AI large‑model services can automate and improve review quality, and provides a step‑by‑step guide—including a Java script and CI pipeline configuration—to embed JD's Chatrhino model into a continuous integration workflow, resulting in higher efficiency, accuracy, and reduced development cycle time.

AI code reviewCI/CDJenkins
0 likes · 11 min read
Integrating AI-Powered Code Review into CI Pipelines with JD's Large Model
37 Interactive Technology Team
37 Interactive Technology Team
May 27, 2024 · Artificial Intelligence

Enhancing AI Code Review Quality with Contextual Embedding and Function Calling

The article explains how AI code reviews suffer from missing context, and improves them by embedding the codebase, using Retrieval‑Augmented Generation to fetch relevant snippets, and adding a function‑calling tool that lets the model autonomously request additional code, resulting in precise, bug‑detecting feedback.

AI code reviewEmbeddingFunction Calling
0 likes · 8 min read
Enhancing AI Code Review Quality with Contextual Embedding and Function Calling