CodeRabbit Agent is now in Discord
CodeRabbit launched its AI-powered code review agent directly inside Discord, allowing maintainers to investigate, plan, and automate code tasks without leaving chat. The agent uses scoped connections…
CodeRabbit launched its AI-powered code review agent directly inside Discord, allowing maintainers to investigate, plan, and automate code tasks without leaving chat. The agent uses scoped connections…
A new trend called 'loop engineering' is gaining traction in the software development community, where engineers design autonomous loops that allow coding agents to execute tasks without human interve…
CodeRabbit launched an Overview page for pull requests that consolidates AI summaries, mergeability status, and ranked blockers into a single screen, aiming to reduce code review time and bugs by 50%.…
A developer built three AI-powered Chrome extensions—PR summarization, risk scoring, and draft review generation—with zero backend cost by using a Bring Your Own Key (BYOK) architecture. The extension…
CodeRabbit CEO Brandon Gubitosa argues that the industry's focus on AI code generation speed has created a dangerous review bottleneck, with AI now writing up to 30% of code at Microsoft and Google. T…
AI-generated code is flooding GitHub and degrading codebases, with research showing AI-written code has 1.7 times more critical issues and 45% ships with OWASP Top 10 vulnerabilities. Major projects l…
Loop engineering, a new trend in software development, allows engineers to design autonomous coding agents that operate without human intervention, freeing them from manual prompting. The concept, pop…
GitHub has 630 million repositories, with nearly half of all new code written by AI, but developer trust in AI code dropped from 77% to 60%. Carnegie Mellon University found 6 million fake stars, and …
Ayush Sridhar, a junior developer, turned a CalHacks hackathon project into a software engineering internship at CodeRabbit. His project, merj, an AI-powered merge conflict resolver, won CodeRabbit's …
Inithouse, a studio shipping multiple products in parallel, tested seven code quality checkers on vibecoded projects built with Lovable, Cursor, and Bolt. Audit Vibe Coding won for AI-specific audits,…
A growing phenomenon called 'cognitive surrender' is plaguing software engineering teams, where developers approve AI-generated code without understanding it, leading to a viral Reddit post and warnin…
CodeRabbit CEO Brandon Gubitosa argues that the real bottleneck in code review is understanding code, not reviewing it, as AI-generated code increases volume and complexity. He claims AI-written pull …
A growing reliance on AI-generated code is creating a dangerous feedback loop where AI systems generate and review code with minimal human oversight, leading to increased defects and security vulnerab…
A developer reflects on how AI coding assistants have removed the friction and struggle from programming, which previously provided the joy and sense of accomplishment. The author admits to outsourcin…
A developer with 12+ years of Magento experience built a RAG-powered code review tool that understands project-specific patterns, not just generic advice. The tool indexes a codebase using tree-sitter…
AI agents are moving beyond capability concerns to trust bottlenecks, with Anthropic reporting over 80% of code merged at the company now written by Claude. As agentic output outpaces human review, ex…
At CodeRabbit's app.js conference booth, developers played a speed code review game where bugs were missed under time pressure. Conversations revealed many rely on pre-installed review bots or coding …
CodeRabbit launched Automatic Repository Linking, a feature that automatically detects and links related repositories across an organization using code-level signals such as import graphs and dependen…
CodeRabbit Review, an AI-powered code review tool, reorganizes pull request diffs into guided, dependency-ordered walkthroughs called cohorts, addressing the problem of reviewers rubber-stamping large…
A developer warns that AI-generated tests often contain 'rotten green tests' that pass without actually verifying anything, citing research showing up to 62% of LLM-generated tests fail to compile and…