signal_tag · 3_broadcasts
#code-review
// 3 transmissions tagged with #code-review

TX_325890· Engineering
AI code reviewers Claude and Gemini differ dramatically in reliability
In a six‑week test of 95 pull requests, Claude’s suggestions were correct 81% of the time while Gemini’s were correct only 45%, exposing the risk of AI‑generated code reviews without human oversight.

TX_776133· AI
Introducing aislop: the quality gate for AI‑written code
Kenny Olawuwo released aislop, an open‑source CLI that scans AI‑generated code for patterns that slip past traditional linters. It can run locally or be added to CI pipelines to catch swallowed exceptions, unsafe casts, and other AI‑specific smells.

TX_639285· Engineering
Alibaba releases Open Code Review, an AI‑powered CLI tool
Alibaba has open‑sourced Open Code Review, an AI‑powered CLI that automates code quality checks. The tool, now on GitHub, supports Java, Python and JavaScript and integrates with CI/CD pipelines.