Tag

AI code review

0 views collected around this technical thread.

37 Interactive Technology Team
37 Interactive Technology Team
Aug 19, 2024 · Artificial Intelligence

Nova: An AI‑Powered Code Review System Integrated with CI/CD Pipelines

Nova is an AI-powered code review system integrated with GitLab CI and SonarQube, offering full-project context, multi-language support, extensibility for models and search methods, easy Docker deployment, safety filters, and aims to improve review precision and provide customizable audit prompts.

AI code reviewCI/CDContext Retrieval
0 likes · 3 min read
Nova: An AI‑Powered Code Review System Integrated with CI/CD Pipelines
JD Tech Talk
JD Tech Talk
Jun 6, 2024 · Artificial Intelligence

AI‑Powered Code Review Integrated into CI Pipelines for Faster, Higher‑Quality Development

This article analyses the drawbacks of manual code review, explains why they arise, and presents a practical solution that embeds a large‑language‑model‑based AI reviewer into a CI/CD pipeline, detailing configuration steps, script examples, and the resulting efficiency and quality gains.

AI code reviewCI/CDDevOps
0 likes · 8 min read
AI‑Powered Code Review Integrated into CI Pipelines for Faster, Higher‑Quality Development
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/CDJava
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 reviewLLMRAG
0 likes · 8 min read
Enhancing AI Code Review Quality with Contextual Embedding and Function Calling