Deep-Research Chat
Deep-Research Chat is plain-language Q&A over your repository and everything Sigilix has already learned about it. Ask why a finding fired, what a change is likely to affect, or how a subsystem fits together — and get answers anchored in the index, the code graph, and past reviews and their receipts, rather than a confident guess from whatever happened to fit in a context window. The distinction is the substrate. A generic code chatbot reads what fits in its window. Deep-Research Chat reads from the earned-context layer — the same verified understanding of your repo that powers hosted reviews. The chat loop is not the product; the verified context your model fetches is.Deep-Research Chat is part of the private beta. Availability is per-account during the beta — join the private beta to get access, and contact support@sigilix.ai if you are already in and want it enabled for your account.
What you can ask
Deep-Research Chat is built for the questions that need grounding, not generation — the ones where a wrong answer is worse than no answer.Why did this finding fire?
Retrieve a past finding, the specialist that raised it (Metis, Argus, Iris, or Eunomia), the code it cited, and its proof-tier receipt — and ask the chat to explain the reasoning behind it.
What does this change affect?
Walk the code graph from the lines you touched to their callers, dependents, and the symbols downstream — so blast-radius answers reason about the real edges, not a guess.
How does this subsystem fit together?
Ask for an architectural read of a module or flow, answered from the index and code graph rather than a partial file dump.
What has Sigilix learned here?
Retrieve taught rules and past dismissals for an area of the repo — what the system already knows about how your team wants this code reviewed.
How grounding works
Every answer is built from retrieved, verified context — not from the model’s parametric memory of your codebase, which it does not have.Retrieve from earned context
The chat resolves your question against the earned-context layer: the index for relevant files and symbols, the code graph for callers and dependencies, the trust ledger and review memory for past findings, receipts, and taught rules.
Anchor to real artifacts
Retrieved facts come with provenance — the file and lines a symbol lives at, the PR a finding was raised on, the proof tier a receipt carries. The chat reasons over these anchors rather than improvising.
Answer from evidence
The model composes an answer grounded in what it retrieved, citing the code and history it drew on — so you can follow the answer back to its source.
Retrieving findings and their receipts
The chat can pull up a past finding and the proof-tier receipt it carried when it posted — the same trust ledger that backs the pills on a PR. This is what lets you interrogate the review history, not just the code:VERIFIED
The finding was checked by execution or backed by a signed receipt. The strongest tier.
GROUNDED
The finding was anchored to cited code and concrete evidence in the diff or surrounding context.
MODEL
The finding rested on model judgment — surfaced, but flagged as the lowest-evidence tier.
A grounded exchange
Illustrative transcript. The shape is real — retrieval with provenance, a specialist and proof tier on the finding it recalls, and an answer that points back at cited code and history.
Grounded vs. generic chat
It reads the whole repo, not a window
It reads the whole repo, not a window
Because answers are built from the index and code graph, the chat reasons about callers, dependencies, and symbols across the entire repository — the same context-before-judgment that powers reviews. It is not limited to the files you paste in.
It remembers what reviews found
It remembers what reviews found
Past findings, their cited code, their proof-tier receipts, and the rules you’ve taught are all retrievable. The chat can tell you not just what the code does, but what Sigilix has already concluded about it — and why.
It declines rather than guesses
It declines rather than guesses
A generic chatbot will always produce an answer. Deep-Research Chat is held to the same believability bar as a review: when the evidence isn’t there, it says so instead of confabulating.
It uses the model you bring
It uses the model you bring
On paid tiers, the chat runs on the model you point it at — Codex CLI, Claude Code, or your own SDK and keys. Whatever model answers still fetches Sigilix’s verified context, so it inherits the precision without re-deriving the repo. See Bring Your Own Models.
Read next
Earned Context
The reusable, verified layer the chat reads from — index, code graph, trust ledger, review memory, evidence manifests.
The Believability Pipeline
Why a finding — and the chat that recalls it — earns trust: evidence, provenance, refute/execute, proof-tier receipts, memory.
Sigilix CLI
Review parity in the terminal, drawing on the same earned context.
Bring Your Own Models
Run the chat on Codex CLI, Claude Code, or your own keys.

