proomt

Search

Search posts, papers, and topics

All posts

Simon Willison1 min readrelease notesintro

llm-typesafe 0.1a0

Summary

Simon Willison released llm-typesafe 0.1a0, a plugin for the llm CLI that adds support for TypeSafe AI's Jev model, offering structured yes/no, choice, and scoring queries via simple command‑line flags.

  • Install the plugin with `llm install llm-typesafe`.
  • Configure your TypeSafe API key via `llm keys set typesafe`.
  • Supports structured answer types: "noul" (yes/no), "choice", and "score" using `-o answer_type`.
  • Outputs JSON with confidence scores, e.g., `{"type": "noul", "noul": 0.99}`.

CLI users can now query TypeSafe AI models with structured outputs, making it easier to integrate AI decisions into automated workflows.

5/10

Related reading

  1. TypeSafe AI's Jev now available on AI Gateway

    Vercel AI Gateway now offers Jev, a probabilistic decision model that returns typed choices, scores, and booleans instead of raw text. TypeSafe AI reports it runs up to 193× faster and 445× cheaper than standard LLMs, exposed via the experimental evaluate API in AI SDK 7.

    Vercelvercel.com2 minrelease
  2. Introducing System One Models and Jev

    TypeSafe AI announced its first “System One” model, Jev, a non‑text‑generating LLM that outputs type‑safe structured decisions with calibrated probabilities. It claims 40‑200× lower latency (70‑500 ms) and 100‑500× lower cost versus frontier LLMs, no hallucinations, and parallel sampling. The post includes a side‑by‑side demo, a custom “workflow” benchmark comparing Jev to GPT‑5.6/6 and other mod…

    Hacker News front pagetypesafe.ai9 minHN1824480lobste.rs26
  3. llm-keys-ui 0.1

    Simon Willison released llm-keys-ui 0.1, a tiny web UI that lets you store LLM API keys on a remote machine and retrieve them via the llm CLI, avoiding pasting keys into chat sessions. It runs with a single uvx command and exposes local network URLs for access.

    Simon Willisonsimonwillison.net1 minrelease