{
  "schema_version": "1.0",
  "id": "s9:https://github.com/alibaba/open-code-review",
  "slug": "open-code-review-0k2kdrb",
  "url": "https://feed7.dev/p/open-code-review-0k2kdrb",
  "title": "alibaba/open-code-review",
  "why_included": "Alibaba’s open-source review CLI combines deterministic diff handling with an LLM agent to improve line-level precision and reduce token use, while explicitly trading away recall.",
  "summary": "Open Code Review reads diffs, gives an LLM agent code-search and file-reading tools, and returns line-level findings. Its benchmark covers **200 pull requests**, **10 languages**, and **1,505 annotated issues** reviewed by more than 80 senior engineers.",
  "practical_implication": "Use it when generic coding agents produce noisy findings, skip files, or attach comments to the wrong lines. The deterministic layer selects and bundles files, matches rules, and positions comments; isolated subagents handle related bundles concurrently.",
  "agent_context": "Open Code Review reads diffs, gives an LLM agent code-search and file-reading tools, and returns line-level findings. Its benchmark covers **200 pull requests**, **10 languages**, and **1,505 annotated issues** reviewed by more than 80 senior engineers.\n\nUse it when generic coding agents produce noisy findings, skip files, or attach comments to the wrong lines. The deterministic layer selects and bundles files, matches rules, and positions comments; isolated subagents handle related bundles concurrently.\n\nThe project reports roughly **one-ninth the token use** of a general-purpose agent with the same model, plus higher precision and F1. Recall is lower by design, so it should complement rather than replace broader testing and review.",
  "source": {
    "name": "GitHub",
    "url": "https://github.com/alibaba/open-code-review",
    "published_at": null
  },
  "source_class": "tool",
  "content_type": "GitHub Repo",
  "layer": "tools",
  "domains": [
    "coding",
    "security"
  ],
  "topics": [
    "coding-agents",
    "agent-reliability",
    "tool-use"
  ],
  "verification": {
    "status": "needs_review",
    "label": "Needs Review",
    "method": "unverified",
    "verified_at": null
  },
  "uncertainty": [
    "The project reports roughly **one-ninth the token use** of a general-purpose agent with the same model, plus higher precision and F1. Recall is lower by design, so it should complement rather than replace broader testing and review."
  ],
  "lifecycle": "Current",
  "published_at": null,
  "modified_at": null,
  "supersedes": [],
  "expires_at": null,
  "formats": {
    "html": "https://feed7.dev/p/open-code-review-0k2kdrb",
    "json": "https://feed7.dev/p/open-code-review-0k2kdrb.json",
    "markdown": "https://feed7.dev/p/open-code-review-0k2kdrb.md"
  }
}