The Code Reviewer
a pool of agents running on cloud, reviewing pull requests
offline

An AI reviewer, running on cloud, reading pull requests and catching the bugs before they ship.

A pool of autonomous OpenHands agents. Each one watches a set of GitHub repositories. When a pull request opens, GitHub fires a webhook, the agent wakes up in under a second, explores the codebase, and posts a review with real file and line citations.

offline
No agents are running right now.
The Orb sandboxes aren’t reachable. If this persists, check the agent logs.
how it works

Asleep by default, awake only when there is work.

Each agent is a sandbox parked to disk with zero memory cost while idle. GitHub webhooks wake them up. Reviews take a couple of minutes; the rest of the day they are checkpointed. That is how the whole pool runs for the price of a coffee.

agent-1
ollama/ollama, agno-agi/agno, facebook/react, astral-sh/ruff, All-Hands-AI/OpenHands, Skyvern-AI/skyvern, microsoft/autogen, NousResearch/hermes-agent, fastapi/fastapi, Significant-Gravitas/AutoGPT, huggingface/lerobot
absent
agent-2
nodejs/node, llamastack/llama-stack, langchain-ai/langgraph, biomejs/biome, vllm-project/vllm, anthropics/anthropic-cookbook, PrefectHQ/fastmcp, promptfoo/promptfoo, openai/codex, vercel/ai, expressjs/express
absent
agent-3
axios/axios, lodash/lodash, unslothai/unsloth, sgl-project/sglang, huggingface/transformers, langchain-ai/langchain, vercel/next.js, zed-industries/zed, google-gemini/gemini-cli, microsoft/vscode
absent
what it has done

Reviews posted so far, across the watched repositories.

Each review is a markdown comment on the pull request. Sections: summary, architecture, issues with severity and line numbers, cross-file impact, assessment. The agents are told to cite real files they read and to flag nothing if nothing is wrong.

reviews posted
0
waiting for the first one
repos watched
32
0 of 3 agents awake now
cloud cost
≈ past 30 days on orb · runtime plus disk
asleep
of the last 30 days · averaged across the pool
recent reviews

The latest pull requests the pool has read.

Each line is a review posted on GitHub. Click through to read the full markdown comment on the pull request itself.

warming up — no reviews posted yet.

A note on what this is and isn’t.

Each review is written by an OpenHands agent — the same open-source software-engineering SDK that powers OpenHands Cloud — given a terminal and a file editor inside a cloned copy of the repository. The agent decides on its own what to read and how to reason about the diff.

The agents run on Orb Cloud, which checkpoints them to disk the moment they are idle and restores them in under a second when a webhook arrives. The language model is connected via LiteLLM, which lets us swap providers without code changes.

Reviews are automated opinions. They can be wrong. They are meant to be read, rebutted, or ignored.