Skip to content

Integrations

Verist wraps AI tools – it doesn't replace them.

How it works

Any external tool – LLM provider, extraction library, classifier – runs inside a defineStep. Verist captures artifacts, enables replay, and produces diffs when you recompute with a new model or prompt.

text
your tool (extraction, classification, generation)

  defineStep({ run })   ← Verist wraps the call

  artifacts captured    ← input, output, events logged

  recompute + diff      ← see what changed after a model upgrade

What Verist adds

ConcernYour tool providesVerist adds
Extraction qualityPrompts, models, grounding
ReplayReproduce past runs from artifacts
DiffSee exactly what changed
Audit trailStructured events per execution
Human overridesOverlay layer survives recompute
Identity-aware diffkeyBy for stable array matching

Available integrations

  • LangExtract – structured extraction with source grounding

More integrations coming soon. Any tool that runs inside a step gets replay and diff automatically.

LLM context: llms.txt · llms-full.txt
Released under the Apache 2.0 License.