Home/ Materials/ Vocabulary Field Guide
ABCfield guide

Participant reference

Vocabulary Field Guide

A plain-language guide to the terms that show up across the camp — and the one tool that makes each one visible. Every word here is something you can watch happen, not just a definition to memorize. Use it before a session, during a debrief, or when a word sounds technical but the idea is actually sitting in one of the tools.

§ 0 · The map

20 terms · 4 modalities · one method

The vocabulary clusters by modality — the same arc the camp runs: text, then images, then video, then the cross-cutting ideas that apply to all three. The color on each term below tells you which world it lives in.

4Text · Session 1

Token · Temperature · Greedy vs. sampled · Context window

4Image · Session 2

Default · Diffusion · CFG · Latent space

4Video · Session 3

Drift · Spatiotemporal · Coherence · Attention

8Cross-cutting

Modality · Hallucination · Human-in-the-loop · Training data · Embedding · Evaluation · Red-teaming · Model card

§ A · Quick glossary

term · plain meaning · the tool that shows it
TermPlain meaningSee it in
TokenA chunk of text a model processes — often not a whole word.Tokenizer
TemperatureHow much randomness enters sampling — low stays safe, high takes risks.Tokenizer
Greedy vs. sampledGreedy always takes the most likely next token; sampling draws from the ranked options (often top-k).Tokenizer
Context windowThe amount of recent text a model can use at once. Anything outside the window is not part of the next prediction.Count the Next Token
DefaultWhat appears when the prompt doesn't specify — the model fills in the blanks.Default Test
DiffusionAn iterative noise-to-image process, refined step by step.Diffusion Viewer
CFG (guidance)How hard generation is pushed to obey the prompt versus its own defaults.Prompt Pressure (CFG scale)
Latent spaceThe compressed numeric space a model works in instead of raw pixels or words.Latent Space Compressor
DriftUnwanted change over time — the subject won't stay put.Temporal Telephone
SpatiotemporalAcross both space and time — what a video must hold consistent frame to frame.Metronome Scrubber
CoherenceStaying consistent across frames: identity, objects, camera, physics.Video Viewer
AttentionA weighted lookup: the system gives some earlier pieces more influence than others. It is computation, not human focus.Metronome Scrubber
ModalityA kind of medium a model works in — text, image, or video.Tool index
HallucinationA plausible-sounding output without reliable grounding.Claim Checker
Human-in-the-loopHuman judgment before, during, and after generation.Model Card
Training data / datasetThe examples a system learned patterns from. Skewed examples can make skewed defaults feel normal.Dataset Balance
EmbeddingA learned numeric address for meaning, style, or features. Similar items land near each other in the model's map.Latent Space Explorer
Eval / evaluationA structured test of what a model does in a situation: what passed, what failed, and what evidence supports that judgment.ABC Comparison Board
Red-teamingTrying hard to make a system fail before people rely on it. The point is finding the weak spots, not proving it works.Network Truth Sieve
Model cardA short, public-facing record of what a model or classroom tool is for, where it fails, who it affects, and what evidence was checked.Model Card Builder

§ B · See it, don't define it

each term as a small instrument

A definition tells you what a word means; a picture shows you the mechanism. Here are the terms that are easiest to misread, each rendered as the thing the tool actually does.

learning machines
Text · token

Token

Text is broken into chunks the model can count and predict — and the chunks may not match words. Try your own in the Tokenizer.

88%
54%
28%
12%
Text · temperature

Temperature

Low temperature favors the top token; raise it and less-likely continuations enter the sample. Watch the bars flatten in the Tokenizer.

"a teacher" prompt → filled-in default
Image · default

Default

When a prompt is vague, the system invents bodies, settings, and roles. Compare those choices in the Default Test.

noise → structure
Image · diffusion

Diffusion

The image is refined step by step from noise toward a prompt-guided result. Pause each stage in the Diffusion Viewer.

frame 1 → 2 → 3: drift
Video · drift

Drift

The subject keeps changing when it should stay stable. Temporal tools make it visible frame by frame — start with Temporal Telephone.

same subject, same rules
Video · coherence

Coherence

Frames belong together: identity, objects, camera, and physics stay consistent. Inspect it with the Frame-by-Frame Viewer.

Sounds confident: 94%
"According to Rivera (2021)…"

Evidence: source not found
Cross · hallucination

Hallucination

A response can sound fluent and specific while lacking grounding. Treat it as a claim to verify in the Confidence Is Not Truth Explorer.

predictgenerate or inspectverify evidencerevise / refuse
Cross · human-in-the-loop

Human-in-the-loop

Human judgment belongs before, during, and after generation — setting purpose, checking evidence, naming limits. Document it with the Model Card.