Home / kydlikebtc / awesome-jev · skills/awesome-jev/SKILL.md · GitHub

awesome-jev skillA

awesome-jev is agent-read markdown (skill) from kydlikebtc/awesome-jev: Use when writing code that calls Jev, TypeSafe AI's System One decision model — choosing a model string, picking between choice/score/noul, designing a confidence threshold, or looking for a worked example of a specific decision such as tool selection, safety gating or context compaction. Also use when porting Jev code between gateways (Vercel, Cloudflare, OpenRouter, LiteLLM), because the model string, field names and request shape all differ per platform..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Building with Jev

A source-attributed catalogue of public Jev examples, indexed by the decision each one
makes. Use it to find how someone already solved the decision you are wiring up,
and to avoid the mistakes that recur in this ecosystem.

## Get the facts right first

These are the errors that show up most often in generated Jev code.

**The yes/no primitive is `noul`.** Not "binary", not "boolean". One SDK — the
Vercel AI SDK evaluation API — spells it `boolean` and reads `.probability`;
everywhere else it is `noul` and `.noul`. Much of the press coverage got this
wrong, so training data is contaminated.

**`noul` answers carry no `confidence` field.** The probability _is_ the answer.
`choice` and `score` do carry one. A helper that reads `.confidence` uniformly
across all three returns nothing for a third of the questions.

**There is no portable model string.** `jev-latest` on the native API,
`typesafe-ai/jev` on Vercel, `typesafe/jev` on Cloudflare, `typesafe/jev-1.13`
on OpenRouter. **`typesafe/jev-1` exists nowhere** and is the most repeated
fabrication about this model — check before writing one.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add kydlikebtc/awesome-jev/awesome-jev@git:20260924.4524c85
Exact content
mdr add kydlikebtc/awesome-jev/awesome-jev@sha256:53926107c17412a3

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_iawtlz3aldac6lfb.svg)](https://markdownregistry.com/a/art_iawtlz3aldac6lfb)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260924.4524c85 latest2026-09-24 4524c85 5,945 BA view · diff
git:20260923.3f4b71b2026-09-23 3f4b71b 5,936 BA view · diff
git:20260923.81c0e762026-09-23 81c0e76 5,966 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (5945 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

kydlikebtc/awesome-jev · 348 stars · license NOASSERTION · pushed 2026-09-25 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_iawtlz3aldac6lfb
GET https://markdownregistry.com/api/v1/resolve?ref=kydlikebtc/awesome-jev/awesome-jev
GET https://markdownregistry.com/api/v1/blob/53926107c17412a3a21d651f1732bfe61e4e16fe0d85781caf25b5a2b0c5d070

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from kydlikebtc/awesome-jev

llms.txt llmstxt
kydlikebtc/awesome-jev · llms.txt
git:20260924.4524c85 · audit A · 348 stars

Every file in kydlikebtc/awesome-jev

Browse by kind, by grade A, or by owner.