Harness launches code repository and AI review for coding agents

Reddit r/artificial Products

Summary

Harness launched a new code repository with AI-powered code review designed for teams using AI coding agents, featuring scoped permissions and risk-based diff grouping to integrate review policies directly into the agent workflow.

Harness launched Agent-Ready Harness Code Repository and AI Code Review on Aug 27. The company says the system is designed for teams producing more code with AI agents, with agents getting scoped permissions for repositories, branches, and environments. It also groups diffs by risk and can make required AI checks block a merge. The release can be used through Harness MCP and CLI, and Harness says the repository is free to start with 50 GB of storage. The practical change is not another code generator. It is a control layer around the code agents already generate. That makes permissions and review policy part of the agent workflow, not a cleanup step after the merge. Source: https://www.prnewswire.com/news-releases/harness-launches-code-repository-with-ai-code-review-for-agent-ready-development-302861964.html
Original Article

Similar Articles

Harness Engineering

Hacker News Top

Harness engineering is a practice to maintain code quality in AI-assisted development by using deterministic tooling and agent-based review to prevent codebase drift and ensure coherence over time.

Open Code Review – An AI-powered code review CLI tool

Hacker News Top

Alibaba has open-sourced Open Code Review, an AI-powered CLI tool for code review that combines deterministic engineering with LLM agent capabilities. Originally an internal tool serving tens of thousands of developers and identifying millions of defects, it reads Git diffs and produces structured, line-level review comments using a configurable model endpoint.

Agentic Code Review (15 minute read)

TLDR AI

An analysis of how AI coding agents have shifted the bottleneck from writing code to reviewing it, with data showing a 861% increase in code churn and a rise in defect rates, making code review the most leveraged skill in software engineering.