code-review

Tag

Cards List
#code-review

Six months of using AI for code review taught me that "review this" is a QA problem disguised as a prompt problem

Reddit r/AI_Agents · yesterday

A developer reflects on six months of using AI for code review, finding that vague prompts produce plausible but useless feedback. The fix is treating review as a gated pipeline with explicit context, scoped passes, validation checklists, and adversarial self-critique.

0 favorites 0 likes
#code-review

@kentcdodds: There was some, but not of the code

X AI KOLs Following · yesterday Cached

Kent C. Dodds discusses moving away from traditional code diffs toward AI-generated visual system recaps that show how the whole system changed, based on primitives and agent-generated summaries.

0 favorites 0 likes
#code-review

Merge

Product Hunt · 3d ago

Merge offers AI-native code review assessments, presented as a product on Product Hunt.

0 favorites 0 likes
#code-review

Don't be a meat proxy

Hacker News Top · 6d ago Cached

A blog post criticizing the habit of relaying verbatim AI responses in conversations and code reviews, urging readers to understand, validate, and paraphrase AI output to add real value.

0 favorites 0 likes
#code-review

Prevent cognitive debt by manually retyping LLM-generated code

Lobsters Hottest · 2026-08-02 Cached

Ankur Sethi describes a personal workflow where he manually retypes LLM-generated code to maintain a deep understanding of his codebase and avoid cognitive debt, trading speed for comprehension.

0 favorites 0 likes
#code-review

@PrajwalTomar_: Your AI coding agent is quietly ignoring the rules you give it. My AI tried to sneak Postgres into a project I told it …

X AI KOLs Following · 2026-08-01 Cached

The author shares how their AI coding agent ignored an instruction to keep a project on SQLite and tried to sneak in Postgres. They built two local agents sharing one memory—one logs decisions, the other reviews new code against past decisions—and it caught the violation instantly, fully on-device.

0 favorites 0 likes
#code-review

Code Review Responses: Add Context When It Counts

Lobsters Hottest · 2026-07-30 Cached

A Google Testing blog post offering guidance on how to respond to code review comments, emphasizing the importance of adding context when it helps clarify decisions and rationale.

0 favorites 0 likes
#code-review

@mattpocockuk: LLM's are notoriously bad at following negative instructions That's why code review works so well, it turns all the neg…

X AI KOLs Timeline · 2026-07-30 Cached

Matt Pocock observes that LLMs struggle with negative instructions, and explains how code review converts those into positive, actionable directives.

0 favorites 0 likes
#code-review

Stacked pull requests are now in public preview

Lobsters Hottest · 2026-07-30 Cached

GitHub has released stacked pull requests in public preview, allowing developers to break large changes into smaller, reviewable PRs that can be reviewed independently and merged together in one click.

0 favorites 0 likes
#code-review

AI in Linux

Hacker News Top · 2026-07-29 Cached

The article discusses the integration of AI tools like LLMs in Linux kernel development, highlighting Linus Torvalds' support for AI-assisted code and the controversy around the new Sashiko code review tool, while critiquing Torvalds' dismissal of ethical concerns.

0 favorites 0 likes
#code-review

What if Code review agents could live inside Github Actions instead of cloud

Reddit r/AI_Agents · 2026-07-28

Explores the idea of embedding code review agents directly into GitHub Actions workflows rather than relying on cloud-based services, which could offer greater control and tighter integration with existing CI/CD pipelines.

0 favorites 0 likes
#code-review

How much can you delegate to agents? (7 minute read)

TLDR AI · 2026-07-28 Cached

The article presents a framework for deciding how much autonomy to give AI agents based on two factors: ease of checking the output and ease of undoing errors. It introduces four levels of delegation, from agent as assistant to full self-driving mode, and illustrates with a decision tree.

0 favorites 0 likes
#code-review

Background coding agents: the model was never the point. Who closes the loop is.

Reddit r/ArtificialInteligence · 2026-07-27 Cached

A detailed exploration of background coding agents—AI agents that work autonomously in cloud sandboxes and open pull requests—contrasting them with autocomplete and IDE-based tools, based on FactoryKit's real-world experience shipping over 180 features in two weeks.

0 favorites 0 likes
#code-review

Make Reviews Possible Again With This One Simple Trick

Lobsters Hottest · 2026-07-27 Cached

The article proposes using stacked branches (small, sequential pull requests) to make reviewing AI-generated code more manageable and effective, addressing the common problem of large, hard-to-review diffs.

0 favorites 0 likes
#code-review

@dabit3: This is a great breakdown of how many people are already using @DevinAI today. It combines DeepWiki (a living architect…

X AI KOLs Following · 2026-07-26 Cached

Devin AI now offers DeepWiki, an automatic architecture map generator, and Devin Review, which provides automated PR analysis, running continuously to review every PR and investigate production issues when integrated with Datadog and Sentry.

0 favorites 0 likes
#code-review

@PrajwalTomar_: Stop what you are doing and read this. I got tired of AI forgetting every decision I make. Tell it to use SQLite today.…

X AI KOLs Following · 2026-07-26 Cached

Built two local AI agents that share a memory to enforce past decisions, preventing the AI from switching databases without approval. Runs fully on laptop, no cloud.

0 favorites 0 likes
#code-review

Opus 5's effort dial is not monotonic. Above "high", coding scores go down, and Anthropic's own migration guide says so.

Reddit r/artificial · 2026-07-25

Anthropic's Opus 5 shows non-monotonic performance on coding tasks; the 'high' effort setting outperforms 'max' due to unnecessary refactors. The model also has a 6% higher hallucination rate than Opus 4.8, and safety classifiers may silently fall back to the older model.

0 favorites 0 likes
#code-review

@LangChain: .@FactoryAI CTO @enoreyes ran the numbers. Same code review task, wildly different price depending on the harness Eno o…

X AI KOLs Timeline · 2026-07-24 Cached

LangChain shares analysis by FactoryAI CTO Eno Reyes on how the same code review task has wildly different prices depending on the harness used, arguing a good model-agnostic harness can improve any model.

0 favorites 0 likes
#code-review

@Saboo_Shubham_: Every developer needs this new Agent Skill. Say what you meant to fix. It flags everything else in your GitHub diff. Ru…

X AI KOLs Following · 2026-07-24 Cached

New open-source Agent Skill by @mvanhorn flags unintended changes in GitHub diffs, running locally. Aimed at developers.

0 favorites 0 likes
#code-review

I wanted to see how close a small DIY review team (a bug-hunter, a keeper, a sweeper) could get to full-fledged review products. On a public benchmark of 50 real PRs it beat Cursor Bugbot and CodeRabbit, and the trick was not the personas

Reddit r/AI_Agents · 2026-07-23

A small DIY review team using personas (bug-hunter, keeper, sweeper) achieved higher performance on a 50-PR benchmark than Cursor Bugbot and CodeRabbit, demonstrating the effectiveness of role-based review strategies.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback