The "I don't know, Claude wrote this" pandemic
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…
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…
CodeRabbit launched Plan, a new workflow for its Slack agent that generates codebase-aware implementation plans from engineering requests within Slack threads, aiming to reduce rework and speed up dev…
CodeRabbit launched a Custom Roles API for Enterprise customers, enabling programmatic creation, configuration, and assignment of user roles via REST endpoints. The API automates access management, al…
CodeRabbit announced support for NVIDIA Nemotron 3 Ultra in its self-hosted AI code review platform, enabling 2x faster response times for junior-tier reviews while maintaining token efficiency. The i…
CodeRabbit VP of AI David Loker argues that building an internal AI code review tool costs far more than engineering teams anticipate, with annualized expenses ranging from $650,000 to $2 million for …
CodeRabbit CEO Yiwen Xu argues that enterprises should not build their own AI code reviewers because maintaining consistency across teams, tools, and code sources is too difficult. CodeRabbit acts as …
Ladybird, an open-source web browser, now clears Cloudflare Turnstile bot detection and has moved scrolling to an out-of-process compositor for smoother performance. The project also enabled Media Sou…
Colin McDonnell, creator of the TypeScript library Zod, released Pullfrog, an open-source AI GitHub bot that runs entirely within GitHub Actions as a model-agnostic alternative to CodeRabbit. The tool…
Engineering teams that fix root causes rather than patching issues build lasting excellence, according to a manager with 15+ years in tech. The article contrasts 'okay' teams that repeatedly patch the…