> For the complete documentation index, see [llms.txt](https://docs.visdom.virtuslab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.visdom.virtuslab.com/visdom-code-review/visdom-code-review.md).

# Visdom Code Review

Multi-layered review for teams shipping AI-generated code.

Your CI says the code is fine. The tests pass. The AI wrote the tests too.

That is the problem this component exists for. Review was calibrated on the assumption that code and tests came from different heads, and that badly reasoned code tended to look badly written. Neither holds for generated code, so the signals a reviewer relies on stop arriving.

Visdom Code Review is a **review process**, not a service. It runs inside your CI, against your model provider, behind your network boundary, and the policy it enforces lives in your repository as a versioned file rather than in a vendor's console.

## What it is not

It is not a linter with a language model bolted on, and it is not a replacement for a reviewer. It classifies changes, spends effort proportional to risk, and hands a person the few per cent that genuinely need judgement, with the reasoning attached.

## How it is delivered

The reference implementation is open source and the pipeline runs in your own infrastructure. A deployment is an engagement, not a subscription: the pipeline is configured for your stack, the review lenses are tuned to your conventions, and your platform team owns and operates it afterwards. Code does not leave your network, and there are no per-seat fees, only the model costs you already pay.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.visdom.virtuslab.com/visdom-code-review/visdom-code-review.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
