Axiom Refract

Alpha — by invitation

Architectural analysis that shows how a codebase actually fits together — and shows its work. Every finding carries the file, the line, and the evidence it was drawn from.

What it does

Dependency graph

A persisted, queryable graph of entities and relationships across nine languages — built from real ASTs, not filename heuristics.

Single points of failure

Which modules everything else leans on, ranked by measured in-degree and blast radius rather than intuition.

Wiring defects

Code that was built but never wired in, configuration declared but never read, and components that claim a dependency nothing satisfies.

Evidence, not assertions

Every relationship is anchored to a source span. Findings can be traced back to the syntax that produced them.

Agent-callable

A first-class MCP surface, so an AI agent can ask structural questions about a repository instead of grepping for them.

Scan-to-scan diffs

Architectural delta between two commits — what actually changed in the structure, separate from what changed in the text.

Recently shipped

In build

Why "by invitation." Axiom is being built against its own codebase first. We publish what it can do once it has been measured — not before. If a capability is listed above, it has run.