Click any tag below to further narrow down your results
Links
Aleks Volochnev discusses the complexities of reviewing AI-generated code compared to writing it. He highlights how automation in code creation has increased the burden of verification and understanding, necessitating better tools for code review. The article emphasizes the importance of integrating AI in the review process to maintain quality.
Greptile automates code review in GitHub and GitLab, providing context-aware comments on pull requests. Teams can customize coding standards and track rule effectiveness to improve code quality and speed up merges. It supports multiple programming languages and offers self-hosting options.
This article details how to create an AI-powered automated code reviewer for Azure DevOps using Microsoft Foundry and Large Language Models. It covers the setup process, necessary scripts, and how to ensure the review outputs are structured for effective automation.
This article explains how to use Continuous Claude, a CLI tool that automates the process of creating pull requests and improving code coverage by running Claude Code in a continuous loop. It allows for persistent context across iterations, enabling efficient handling of multi-step projects without losing track of progress.
The article discusses the growing competition in AI code review tools and emphasizes Greptile's unique approach. It highlights three key principles—independence, autonomy, and feedback loops—that shape their vision for the future of code validation.
Sentry's AI Code Review tool has identified over 30,000 bugs in just one month, significantly speeding up the code review process by 50%. The updates include clearer comments, actionable AI prompts, and a new feature that automates patch generation.
This article discusses how AI is changing the code review process for both solo developers and teams. It emphasizes the need for evidence of working code, highlights the risks of relying too heavily on AI, and outlines best practices for integrating AI into code reviews while maintaining human oversight.
Codacy introduces a hybrid code review engine that enhances Pull Request feedback by identifying logic gaps, security issues, and code complexity. It automates the review process, letting developers ship code faster and with more confidence.
The article discusses how AI is transforming software development by generating code quickly but often producing low-quality output known as "AI slop." To address this issue, AI-powered code reviewers are emerging to ensure quality and security, changing the developer's role from coder to overseer. This shift highlights the need for skilled developers to manage AI tools effectively.
This article discusses Unblocked, a code review tool that focuses on significant issues rather than trivial style problems. It uses your team's historical decisions and discussions to provide relevant feedback, ensuring that reviews are efficient and context-aware. Unblocked also offers actionable insights when CI fails and integrates with your existing workflows.
Claude Code is a GitHub action that enhances PRs and issues by intelligently responding to context and executing code changes. It supports multiple authentication methods and includes features like code review, implementation of fixes, and seamless integration with GitHub workflows. The setup process is streamlined for users, providing various automation patterns and a comprehensive guide for migration and usage.
The author discusses the concept of compounding engineering, where AI systems learn from past code reviews and bugs to improve future development processes. By utilizing AI like Claude Code, developers can create self-improving systems that enhance efficiency and reduce repetitive work, ultimately transforming how they approach coding and debugging.
The article explores the essential components of a pull request generator, detailing its significance in streamlining the code review process and enhancing collaboration among developers. It emphasizes the importance of automation and best practices in creating effective pull requests to improve software development workflows.
The article discusses the integration of Claude, an AI system developed by Anthropic, to automate security reviews in software development. By leveraging Claude's capabilities, teams can enhance their security processes, reduce manual effort, and improve overall code quality. This innovation aims to streamline security practices in the tech industry.