Skip to content
JevDirectory.org
Primitives

Entry type

The value shapes accepted throughout a request — string, object, array, or null — for state, instructions, and criteria fields.

Category
Primitives
Also known as
—
Related terms
5
Directory entries
2
Docs
docs.typesafe.ai
Added
2026-09-24

Definition

Every field in a question is an entry type: a string, an object, an array, or null. State, instructions, option descriptions, score levels, and Noul criteria all accept the structured forms, which is what makes JSON taxonomies, schemas, and example sets passable without prompt string-building.

The flexibility is a design tool, not a requirement. The docs recommend strings for short unambiguous questions and structure where data or contrast needs its own field.

Tagsprimitivesapi

From the directory

Instructions, option descriptions, score levels, and noul criteria all accept JSON, so you can label question parts, pass schemas and taxonomies, and keep candidate paths alive.
Practices & PatternsDocs#official#primitives#architecture
Official
The raw HTTP contract behind every SDK: POST a state plus typed noul, choice, and score questions to /v1/systemone, and get one answer per question, with error codes and retry guidance.
Sites & GuidesDocs#official#docs#api
Official

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

Agent Handoff Gate: agents verify what they hand off

A local Telegram analyzer with Jev as the classifier

I vibe-coded this simple, open-source and local Telegram content analyzer using Jev as a classifier. Jev Classifier • jevclassifier.vercel.app Export your channel data as JSON and it will analyze each post's intent, quality, sentiment, and reaction tone and if it's a DM/Group Show more

Diogo Almeida
Diogo Almeida
TypeSafe AI
@CompleteSkeptic

After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI? I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev • 20-200x faster • 40-400x

Reply

A Krunker-inspired FPS, decided by Jev

Maybe I’m just washed, but Jev is beating me at my own game. Built a Krunker-inspired FPS where you 1v1 Jev. Try it out yourself: jev-arcade.vercel.app/duel

Diogo Almeida
Diogo Almeida
TypeSafe AI
@CompleteSkeptic

After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI? I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev • 20-200x faster • 40-400x

Reply

Pixel art out of 256 multiple-choice questions

I turned @typesafeai Jev model into a pixel art model. 256 multiple choice questions, one per pixel, plus refinement passes. These were the best results out of the bunch I tested. Code: github.com/Wizhill05/type…

Image
Image
Image
Image
Diogo Almeida
Diogo Almeida
TypeSafe AI
@CompleteSkeptic

After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI? I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev • 20-200x faster • 40-400x

Reply

An Elixir port of the official SDK

jod: Zod validates data, Jev judges it