Mohd Zamin Quadri

GitHubLinkedIn

← Selected work

Public-safe model / Synthetic throughout

One source. Several representations. Independently checked.

Most data platforms end up holding the same information more than once — as records, as vectors, as a graph. Each copy is useful, and each one can drift. This is an illustrative model of how I think about keeping them honest: what gets captured, what gets derived, what happens when the source changes, and what a check actually proves.

01Engineering systems

What gets captured, what gets derived, what a check proves

Every quantity below is illustrative. The interesting failure is not a store going missing; it is two stores agreeing about a total and disagreeing about everything else.

Illustrative system model. Synthetic data throughout; it describes no particular system.

ModelWhat does one captured source become, and what is each copy checked against?
Source

Captured before it is parsed

The bytes are retained first, so everything built afterwards has one fixed thing to be compared against — rather than being compared against another copy of itself.

Capture retained

Canonical

Structured data

Ordered records with stable identities, and the relationships found in their fields.

Derived from
The captured source, parsed once
Checked by
Reconstructing each record from the bytes it came from
Derived

Vector space

One embedding per record, placed so that distance stands for similarity.

Derived from
The structured records
Checked by
Comparing every point against the record it represents
Derived

Knowledge graph

A node per record and typed edges for the relationships between them.

Derived from
The structured records
Checked by
Comparing the node and edge sets against the records

Illustrative model, not a measurement. One writer per derived view makes a divergence attributable to a single path; it does not on its own establish that the views agree.

ModelIf the records and the vectors have the same total, what has that established?
Records storedTwelve

Rows written by the ingestion path, each with its own identity.

Vectors indexedTwelve

One embedding per record, written by the projection path.

Totals agree

Totals still agree

  1. Totals agree

    Both sides report the same number of records, and a dashboard turns green.

  2. One record is removed, one is added

    The source changes. The total does not.

  3. Totals still agree

    Nothing about which records are present, or what they say, has been checked.

Illustrative quantities, spelled as words so they are not mistaken for a measurement. A total survives one removal paired with one addition, so equal totals establish quantity alone.

ModelWhen the source is updated, what happens to what is already stored?
Retained history

What each earlier version was built from, kept exactly as captured.

  1. Record A
  2. Record B
  3. Record C
  4. Record D
  5. Record E
  6. Record F
Previous state

What was being served until the updated source arrived.

  1. Record A
  2. Record B
  3. Record C
  4. Record D
  5. Record E
  6. Record F
Current state

What is served now, after converging on the update.

  1. Record A
  2. Record B
  3. Record C
  4. Record D
  5. Record E
  6. Record F
  1. UnchangedRetained

    The record is identical to what is held, so it keeps its identity and everything derived from it.

  2. NewAdded

    A record the previous version did not contain is stored and projected into both derived views.

  3. ChangedReplaced

    The record keeps its place and its content is replaced, along with its embedding and its edges.

  4. RemovedPruned

    The record leaves the current version. What is removed is its place in what is served, not the record that it existed.

Current state converges on the update; what earlier versions were built from is kept apart from it rather than brought forward as though it were current. The model does not claim the update itself was correct.

ModelWhat does each comparison rule out, and what does it leave open?
  1. Quantity

    Rules out
    A view that is obviously incomplete or obviously duplicated.
    Still open
    Which records are present, and whether any of them says the right thing.
  2. Identity

    Rules out
    A substitution that preserves the total — one record removed, another added.
    Still open
    Whether the content behind a correctly named identity matches its source.
  3. Content

    Rules out
    Stored text that does not reproduce the bytes it was captured from.
    Still open
    Whether those bytes were the right thing to capture.
  4. Relationships

    Rules out
    An edge the current extraction no longer produces from the record it came from.
    Still open
    Whether an edge that reproduces cleanly points at the right target.
  5. Provenance

    Rules out
    A version built by an undeclared pipeline, or by more than one of them.
    Still open
    Whether declaring that pipeline was the correct decision.

Each comparison is recorded as its own result rather than folded into one status, because passing one is not evidence for another — and none of them turns into proof.

02How the work connects

From data to a decision someone can act on

Select any node to see what it means here and which public artifact backs it. Dashed nodes are directions of study with no public project yet.

  1. Data

    Validated, fingerprinted, versioned inputs

  2. Models

    Trained approximations of an expensive process

  3. Retrieval & agents

    Grounding a response in retrieved evidence

  4. Production systems

    Gates, registries, containers, and served contracts

  5. Reliable decisions

    Calibrated confidence and an explicit review path

Evidenced

Reliable AI

Uncertainty that ranks likely error, calibration that survives its own protocol, conformal intervals with a stated coverage, and a review queue for the rest.

See the evidence

Back to the work

The model is the frame. The case studies are the evidence.

Nothing on this page establishes anything on its own — it describes how the problem is shaped and where each project sits in it. What a claim rests on is in the case study that makes it.

Selected work