Khnum Forge ram sigil Khnum Forge
From the forge to the modern regulated workplace — Khnum Forge
Practice · Law

Tyr — the disability & records practice

Named for the Norse god of justice and lawful order. Tyr is the digital team built for a Social Security / disability practice — where the case is the medical record, and every fact has to be traceable back to the page it came from.

What it is

A team that knows the practice, not just the words

Most "legal AI" reads documents and writes summaries. A disability practice needs more than that: it needs the case worked the way an experienced advocate works it — the forms understood, the medical evidence lined up against the actual legal standard, the vocational argument built, and every assertion tied back to its source. That domain knowledge is built into Tyr, not something your staff has to prompt out of a blank model.

Tyr is a vertical — a purpose-built practice team, distinct from the general-purpose personas. What follows describes the Social Security / disability build specifically.

The depth

What Tyr actually carries

Under the hood, Tyr is grounded in the real machinery of a disability determination — the same sources of truth an advocate reasons from:

🗂️

SSA form field maps

The actual SSA / disability forms, mapped field by field — so a scanned or completed form is read into structured data, not guessed at.

⚖️

The legal framework

The Blue Book Listings, the five-step sequential evaluation, residual functional capacity (RFC), and the Medical-Vocational Guidelines — the "grids" — encoded as the framework the case is measured against.

🔗

ICD → Listing crosswalks

Diagnoses connected to the Listings they bear on, so medical evidence is read for what it means to the claim — not just transcribed.

📊

Occupational-erosion engine

The step-five vocational argument, built on public-domain U.S. Department of Labor data (occupational codes and real job-number sources) — how a residual capacity erodes the occupational base.

🖋️

OCR + handwriting reads

Document AI optical character recognition with a dedicated lane for handwriting and low-confidence regions — the reality of a paper medical file, not a tidy PDF.

🔎

Structured retrieval

Evidence indexed and retrieved as structured facts with their sources attached, so the case is assembled from the record rather than paraphrased from memory.

How it's made defensible

Deterministic first — code before model

The reason to trust the output isn't a promise that "the AI is careful." It's the architecture. In Tyr's records pipeline, the deterministic rules run before any model does, and the parts that must not hallucinate are handled by code, not by a language model at all.

  1. Facts are checked by rules first

    Every extracted fact runs through deterministic rules and lookups — dates, codes, form fields, framework checks — before a model is ever asked to reason about it. The model works on validated inputs, not raw guesses.

  2. No model summarizes the evidence

    Source evidence is carried verbatim, with page identifiers preserved end to end. A model is never allowed to stand between you and what a record says — the words that matter stay the record's own.

  3. The release gate is code, not an agent

    What is allowed to leave the pipeline is decided by deterministic code — fail-closed and allowlist-only. It doesn't ask a model for permission; nothing ships unless the gate's explicit rules pass.

  4. Precision and confidence are preserved

    A date read as "sometime in March 2019" stays that — it isn't rounded to a false, specific day. Confidence travels with each fact; the work never manufactures certainty it doesn't have.

  5. Every human decision is structured and logged

    Where a person confirms a reading, resolves an ambiguity, or overrides a finding, that's a recorded, structured choice — part of the case's provenance, not an off-the-record edit.

Click-to-source, everywhere

Every assertion in the work product resolves back to the exact page — and region — of the original document it came from. You don't take a finding on faith; you click it and land on the source.

The trustworthy part of the pipeline is the part with no model in it. Code checks the facts, code guards the exit, and the evidence is never something a model rewrote.
Human sign-off

Approval bound to the exact bytes

Accountable decisions stay human — and Tyr makes that concrete. Sign-off is per-artifact and content-hash-bound: the approval is tied to a cryptographic hash of the exact bytes that were approved. Change a single character afterward and the sign-off no longer matches what's in front of you — so an approval can't silently drift onto altered work. And it's toggleable per matter, so a firm sets the gate where its own practice requires.

How to read this page: Tyr is a built capability for the Social Security / disability vertical, developed and exercised against realistic case material. It is one purpose-built practice team, not a claim about every persona — and it runs inside the platform's regulated-data protections (BAA-covered cloud infrastructure and a fail-closed de-identification boundary; see Security). As with anything here, the specifics should be confirmed against your own requirements before you rely on them.