A small, type-safe client for asking AI questions about your data, powered by TypeSafe Jev.
SystemOneDotNet
.NET client for TypeSafe System One (Jev) — typed questions in, typed answers with probabilities and confidence out. No prompt engineering, no output parsing.
Project facts
- Relationship to Jev
- SDK / client
- Evidence
- Documented
- Language
- C#
- License
- MIT
- Origin
- Original repository
- Repository status
- Not archived
- Created
- 2026-09-19
- GitHub stars
- 3
- Evidence checked
- 2026-09-24T08:40:10.508Z
- Metadata checked
- 2026-09-24T08:40:10.508Z
- Check status
- current
Stars measure the whole repository, including work unrelated to Jev.
Evidence and scope
Documented records the linked documentation or source. JevHunt has not independently run or benchmarked this project.
You declare the answer space in C# and get C# values back. One request can carry several questions, and every question is evaluated in parallel and in isolation against the same state — adding questions barely changes the response time. System One is a natural fit for triage, routing, moderation, lead scoring, and any decision you would otherwise hand-roll with regex or a generic LLM prompt. The default model alias is `jev-latest`.
Evidence commit: 5120ffb84cc5a2ad834502c92bae8ea889a2789d
Discovered through: awesome-jev.
How we review →