Blog · English
Writing about a language for agents
Benchmarks, design decisions and how-tos: automatic HTTPS, installable apps, agentic servers, capability security. Every post is also Markdown — add .md to its URL.
3 results for llm
-
A model you already have, and an architecture you can edit
Since v0.6.27 the embedded local provider takes the name of a model already in your Ollama or Hugging Face cache — nothing is downloaded — and an architecture is a text file the compiled binary reads, so adding a model no longer waits for a release of ours.
-
System One vs System Two — ask for a probability, not a string
Half the work we hand to an LLM is not writing, it is deciding: route this, flag that, is this a refund request. A System One model answers those with a calibrated distribution, and a language that has both slots lets each model do the half it is good at.
-
How to use Jev from Synsema — calibrated decisions in a judge block
Jev is TypeSafe's System One model: it answers with typed, calibrated probabilities instead of text. In Synsema it is a language primitive — `require judge`, one block, one call, three verbs — with honest degradation when it is not there.