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.
2 results for architecture
-
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.