Docs · Concepts

AI safety, in plain words

AI models make things up. Not because they are broken, but because of how they work. This page explains why that happens, why context management and memory are the real defense, and every other way Cronus is built to keep you safer.

2 minutes 29 seconds · narrated · sound on

The series: seven short explainers

Seven animated videos, each on its own page with the plain-words version and sources underneath. Watch them in order or jump to what you need.

Why AI makes things up - animated video
1:18
PART 01 · VIDEO

Why AI makes things up

Prediction is not lookup, and guessing gets rewarded.

Context - animated video
1:14
PART 02 · VIDEO

Context

A desk, not a warehouse. Context rot and the lost middle.

Grounding - animated video
1:01
PART 03 · VIDEO

Grounding

What memory measurably does to hallucinations.

Actions - animated video
1:00
PART 04 · VIDEO

Actions

Guardrails, spend caps, and the approvals inbox.

Watching - animated video
0:56
PART 05 · VIDEO

Watching

Honest status, the activity log, the read-only audit.

Keys and data - animated video
1:02
PART 06 · VIDEO

Keys and data

A write-only vault and models that keep words home.

What none of this can do - animated video
0:52
PART 07 · VIDEO

What none of this can do

The honest ending: the last check is yours.

Why AI makes things up

A model does not look facts up. It predicts the next word based on patterns it learned. When it knows the answer, prediction and truth line up. When it does not know, it still predicts, and the result is a confident, fluent, wrong answer. That is a hallucination.

Here is the part most people miss: hallucination is mostly an information problem, not an intelligence problem. Ask the smartest model in the world about your client with no information about your client, and it has nothing to predict from except vibes. Give a modest model the actual email thread, and it quotes reality. The single biggest thing you control is what the model gets to see.

The rule that explains almost everything on this page

A model can only be as truthful as the context you hand it. Manage the context and you manage the hallucinations. That is why Cronus treats context and memory as the product, not a feature.

Watch and read part 1: Why AI makes things up →

Context: what the model sees right now

The context window (explained in AI words, translated) is the model's working desk. Everything it can use has to be on that desk. Three things go wrong with it:

How Cronus manages it:

Watch and read part 2: Context →

Memory: what the model can look up

Context solves right now. Memory solves across time. Without memory, every session starts from zero, and a model asked about last month's decision has exactly two options: admit it does not know, or make something up. Models are trained to be helpful, so they lean toward the second one. A huge share of real-world hallucinations are just this: the model inventing your own history because nobody stored it.

Cronus agents share one memory system, Hindsight, and it changes the math:

Honest limits: memory prevents the "inventing your history" class of hallucination. It does not make a model incapable of being wrong about the outside world, and a memory system can store a mistake if a mistake gets written down. That is why memory being visible on your disk matters as much as memory existing.

Watch and read part 3: Grounding →

Better prompts in, better answers out

A vague prompt is an invitation to guess. "Make this better" forces the model to invent what better means. The composer's Prompt Rater grades your draft A to F against a strict rubric and tells you what is missing: the goal, the constraints, the definition of done. Fix it for me writes an A-standard rewrite, and you choose to use it or keep yours. It never replaces your words on its own.

Delegations get the same treatment. When Cronus hands a job to an agent it states a checkable definition of done, so "done" means something you can verify, not something the agent felt like calling finished.

Actions: the human stays in the loop

A wrong answer in chat wastes minutes. A wrong action, an email sent, a file deleted, wastes a lot more. So Cronus separates thinking from doing:

Watch and read part 4: Actions →

Watching: honest status, real audits

Watch and read part 5: Watching →

Your keys and your data

Watch and read part 6: Keys and data →

What none of this can do

No system makes AI incapable of being wrong. Context management shrinks the guessing, memory grounds the history, the rater sharpens the inputs, approvals catch the actions, and the audits keep the setup honest. What remains is on you: check work that matters before you rely on it. Cronus is built to make checking easy, not to make it unnecessary.

Related reading: Security, in plain words for the practical risks of running agents, and the disclaimer for the formal version.

Watch and read part 7: What none of this can do →

Sources for the numbers in these videos

If any of these numbers stops holding up, we will change the videos. That is the deal.

← Memory, aka Hindsight Security, in plain words →