Tagged articles
17 articles
Page 1 of 1
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 reviewAutomationDiff parsing
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 reviewClaudeMulti-Agent
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
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
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
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 reviewJavaJenkins
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