wfzyx/von

The open-source System One decision model. Sub-15ms, non-autoregressive, local drop-in alternative to TypeSafe Jev.

Open original source ↗

From the publisher

README & documentation

Source preview

Read the project’s overview, installation instructions and usage examples. The original README is the source of truth.

An Open-Source, Non-Autoregressive System One Decision Model. Calibrated discrete, probabilistic, and ordinal inference in sub-25ms. [](https://huggingface.co/wfzyx/von-1.0) [](https://opensource.org/licenses/Apache-2.0) [](https://www.python.org/) [](https://www.typescriptlang.org/) Autoregressive large language models (LLMs) decode token-by-token to perform classification, intent routing, and guardrail validation. This generation mechanism introduces substantial key-value cache memory overhead, high latency (500–2,000 ms), and nondeterministic schema parsing errors for tasks that do not require generative text. Von implements the System One computational paradigm: reflexive, parallel, deterministic, and statistically calibrated decision-making. Operating entirely in-process or via an HTTP server, Von evaluates arbitrary discrete and continuous criteria directly over input state in a single forward pass without autoregressive text generation. Von is evaluated across two independent empirical suites: Von leads all open local System One models on the 49-task v2 suite at 71.5% macro (Choice routing at 83.4%, with symptom triage at 100.0%, home services at 95.7%, and city routing at 94.7%), while outperforming closed-source Jev by +66.9%…

wfzyx/von on GitHub A short preview, not the full document.

Read the full README ↗ · Preview checked 2026-09-21T08:32:40.706Z

Inside the original README — Document outline
  1. Von
  2. Overview
  3. Key Capabilities
  4. Empirical Benchmark
  5. Zero-Shot ViZDoom Real-Time Gameplay Evaluation
  6. The Decision Primitives
  7. 1. Choice: Categorical Decision
  8. 2. Noul: Binary Probability Verification
  9. 3. Score: Ordinal Continuous Rating
  10. Training Methodology & Calibration
  11. 1. Dual Objective Loss
  12. 2. Balanced Adversarial Corpus

Headings are captured from the source. Links open the publisher’s document, not a locally hosted copy.

Links from the README

References supplied by the publisher, not independently verified endorsements. Check the destination before downloading files or entering credentials.

Documentation belongs to its respective authors. Reported project/model license: Apache-2.0. A listing is not a grant of reuse or training rights. Confirm the document’s own terms at the source.

What this repository does

The open-source System One decision model. Sub-15ms, non-autoregressive, local drop-in alternative to TypeSafe Jev.

Repository facts

Owner
wfzyx
Primary language
Python
Stars
271
Forks
22
Open issues + pull requests
3
License
Apache-2.0
Archived
No
Default branch
master
Created
2026-09-18T05:03:47.000Z
Last push
2026-09-21T02:03:12.000Z

Topics and intended use

Owner-supplied topics: decision-model, jev, machine-learning, python, rlcd, system-one, typesafe

Review the README for scope, installation, examples and limitations. We do not run repository code or certify it.

Evaluate before installing

Review licensing and dependencies, inspect recent commits and unresolved issues, and test in an isolated environment before production use. Stars and forks alone cannot answer these questions.

README and project files

Issues and maintenance discussion

Releases and changelog

Source and freshness

Source: GitHub. Metadata observed 2026-09-21T06:41:42.808Z. Daily imports are snapshots, not real-time monitoring.

Popularity and source listings do not establish security, suitability, licensing rights or benchmark performance.

Open original source

Related repositories

public-apis/public-apis

EbookFoundation/free-programming-books

donnemartin/system-design-primer

vinta/awesome-python

practical-tutorials/project-based-learning

NousResearch/hermes-agent