Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vlabs-examples

Public-safe examples for the Verifiable Labs SDK and clean promotion gate.

Verifiable Labs builds clean feedback and promotion gates for increasingly general AI agents.

Everything in this repository is illustrative: fake IDs, dummy-provider outputs, and synthetic numbers. No real customer data, no hidden evaluation content, no gold answers, no raw traces, no private traps, no private engine internals.

Run the 5-minute demo

pip install "vlabs-sdk==0.0.2"
vlabs --help

# An honest candidate that genuinely improves clean generalization → ACCEPT (exit 0)
vlabs clean-gate --old examples/demo/baseline.json --new examples/demo/candidate.json

# A candidate that games the public checks (contamination up, OOD down) → REJECT (exit 1)
vlabs clean-gate --old examples/demo/baseline.json --new examples/demo/candidate_overfit.json

The candidate with the highest public score is the one the gate rejects — because a higher visible score is not a promotion. The full walkthrough (what it shows, what it does not, how to read the decision) is in examples/demo/README.md.

Contents

What this does not show

Synthetic / redacted demo data only — not a training dataset. No customer data, hidden evaluations, gold answers, raw traces, private anti-hack traps, or private engine internals; those are never published.

Links

Formal scope

Selected mathematical properties behind the contamination-resistant promotion gate are machine-verified in Lean 4. A hand-maintained Python mirror has property tests derived from selected definitions; no mechanized code-to-proof parity is claimed.

License

Apache-2.0.

About

Runnable synthetic examples for Verifiable Labs clean-gate workflows.

Topics

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages