cd /news/ai-tools/llm-typesafe-0-1a0 · home topics ai-tools article
[ARTICLE · art-137272] src=simonwillison.net ↗ pub= topic=ai-tools verified=true sentiment=↑ positive

llm-typesafe 0.1a0

Simon Willison released llm-typesafe 0.1a0, a plugin for the LLM command-line tool that adds support for TypeSafe AI's new Jev model. The plugin supports yes/no "noul" questions, choice questions, and scoring questions, and is installed via "llm install llm-typesafe" followed by setting a TypeSafe API key with "llm keys set typesafe".

read1 min views2 publishedSep 22, 2026

Release: llm-typesafe 0.1a0

I built this new plugin for LLM to add support for TypeSafe AI's new Jev model. Install it like this:

llm install llm-typesafe

Then set an API key (get one here, the waitlist seems to move pretty fast):

llm keys set typesafe

And now you can ask yes/no "noul" questions like this:

llm -m jev 'Please refund my last payment.' \
  -s 'Does this message explicitly request a refund?'

Output:

{"type": "noul", "noul": 0.99}

Or choice questions like this:

cat message.txt | llm -m jev \
  -s 'Which team should handle this message? If billing and technical issues both occur, choose billing.' \
  -o answer_type choice \
  -o criteria '{
    "billing":"Charges, invoices, payments, or refunds",
    "technical":"Problems installing or using the product",
    "other":"Neither category fits"
  }'

Or scoring questions like this:

cat report.txt | llm -m jev \
  -s 'How reproducible is the problem described in this report?' \
  -o answer_type score \
  -o criteria '[
    "No reproduction instructions",
    "Some instructions, but important steps are missing",
    "Complete steps with expected and actual results"
  ]'

See the README for more details.

── more in #ai-tools 4 stories · sorted by recency
── more on @simon willison 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/llm-typesafe-0-1a0] indexed:0 read:1min 2026-09-22 ·