Docs Guides · Concepts

AI words, translated

The AI world loves jargon. Here is every term you will actually meet in Cronus, in plain English, with why you should care.

Model

The brain. A model is a big file of learned patterns that reads your words and predicts a useful response. Different models trade speed, smarts, and cost differently - that is why Cronus has a model picker instead of pretending one brain fits every job.

Token

The unit AI text is measured in. A token is a chunk of a word - "understanding" might be 3 tokens, "cat" is 1. Roughly, one token is three quarters of a word.

Why you care:

Parameters, or what "4b" means

A model's size. Parameters are the learned dials inside the brain - qwen3:4b has 4 billion of them, big cloud models have hundreds of billions or trillions. More parameters generally means smarter but slower and hungrier for memory.

Rule of thumb for your own computer: a 3-4b model runs comfortably on a normal laptop and handles everyday questions well. Bigger local models need more RAM (the Local Models page in Cronus tells you what fits your machine). The giant models only exist in the cloud.

Context window

The model's short-term attention span, also measured in tokens. Everything the model can "see" right now - your message, the conversation so far, any documents pulled in - must fit in the window. Things that fall out of the window are invisible to the model, which is exactly why memory exists: it saves what matters outside the window and brings it back when relevant.

Local vs cloud

Local modelCloud model
Where it runsYour computerSomeone's data center
CostFreeSubscription or per token
PrivacyNothing leaves your machineYour words go to the provider
Speed and smartsGood for everyday workThe strongest models available
Works offlineYesNo

Cronus treats both as first-class. Start free and private with local; connect a cloud plan when you want more horsepower. The model chip always shows which one you are on.

Why is the first reply slow?

A local model is a multi-gigabyte file that has to be loaded from disk into memory before it can think. That happens on the first message after a restart, and it is the single slowest moment you will see. After loading, it stays warm and replies come much faster.

Thinking models

Some newer models "think before speaking" - they write hidden reasoning to themselves before the final answer. That improves hard problems and slows down easy ones. Cronus turns thinking off for quick dashboard work, because you asked what time it is, not for a dissertation.

Agent

A model with hands. A plain model can only write text; an agent can use tools - run programs, browse, send email, read files - in a loop until a job is done. Hermes and OpenClaw are agents. Cronus is the desk they all sit at.

MCP

The plug standard. MCP (Model Context Protocol) is an open standard for connecting AI to outside tools, like USB is for devices. When you see "MCP Servers" in Cronus, that page lists which tool connections your agents can reach.

← Memory (Hindsight) Next: Why use Cronus →