A field guide · from zero to building

Understand AI. Don't just use it.

Neural.Literacy is an interactive field guide that turns the black box of modern AI into something you can actually see, name, and steer. No hype. No jargon wall. Just clarity, by design.

0 Core Concepts
0 Hermes Moves
0 Hype-Free
scroll
01 — The Guide

The six things that actually make an LLM work.

Each concept is a door. Open them in order and the whole machine starts to make sense, not as magic, but as a sequence of surprisingly human ideas.

01

Tokens

Text isn't read by words. It's chopped into tokens: syllable-sized fragments the model treats as its atomic units of meaning.

Vocabulary
02

Embeddings

Every token becomes a point in high-dimensional space. Similar meanings sit close together, so geometry becomes language.

Meaning as space
03

Attention

For each word, the model looks back at everything before and decides what to pay attention to. It's reading with a moving spotlight.

The spotlight
04

Prompts

A prompt is a contract. The clearer your context, constraints, and examples, the more reliably the model honors it.

The contract
05

Context Window

The model's working memory. Anything outside the window is forgotten, so what you include is the whole world it can reason about.

Working memory
06

Hallucinations

The model doesn't know, it predicts. When it's unsure, it can sound perfectly confident and be perfectly wrong.

Confident fiction
The Full Path

Five levels. One mental model.

Start at Zero Knowledge. Each level unlocks the next. Go all the way and you'll understand the full stack, from tokens to agents.

00

Zero Knowledge

AI vs ML vs LLMs, how AI "learns," hallucination, the models, and tokens. The un-confuser.

01

Conscious User

How AI generates an answer, the 80/20 of prompts, temperature & top-p, context windows, system prompts.

02

Power User

The CRIC framework, few-shot & chain-of-thought, tool calling, memory, RAG, multi-model strategy.

03

Builder

API vs web vs CLI, inference, the provider landscape, quantization, open vs closed source, the tool loop.

04

Advanced

Embeddings, vector databases, multi-agent systems, and fine-tuning. The deep end.

Workflows

Applied AI: research, coding, content, and business automation. Theory is cheap; execution is everything.

Why this one

Not just another AI guide.

There are hundreds of AI guides on the internet. Most of them follow the same shape: definition, then example, then done. You read it, you forget it, and you go back to ChatGPT doing the exact same thing. Neural.Literacy is different for three reasons.

01

Progressive path, not random articles

Level 0 to 1 to 2 to 3 to 4. Each level builds on the one before. You don't skip around. You level up. By the time you reach multi-agent systems, the foundation is already there.

02

"What can go wrong" in every level

Other guides teach you how to use AI. We teach you how to use AI without making embarrassing mistakes. From "don't trust a confident answer blindly" all the way to "never hardcode an API key into code you push to GitHub."

03

The Hermes Playbook

You don't just learn AI. You learn how to make AI work for you. Persistent memory, tools, skills, multi-agent orchestration. This is the part other guides don't have, because most of them stop at "type a good prompt."

Try it

See your words become tokens.

A toy tokenizer. Type a sentence and watch it split into the fragments a model actually sees.

0 tokens · 0 chars hover a token
02 — The Hermes Playbook

Steer the model like you mean it.

Hermes is the messenger, and your interface to the model. These twelve moves turn vague requests into reliable results. Internalize them and prompting stops being luck. Read the full Playbook →

01

Name the role

"You are a senior editor." Anchoring a persona narrows the output space dramatically.

02

State the goal

One sentence. What does success look like? If you can't say it, the model can't either.

03

Give context

Audience, constraints, prior decisions. The model only knows what you tell it.

04

Show examples

Two or three input→output pairs teach patterns faster than any instruction.

05

Set the format

Bullet list, JSON, table, 200 words. Specify the container before the content.

06

Define the tone

Direct, playful, technical. Tone is a lever, so pull it deliberately.

07

Constrain the scope

"Don't mention pricing." Telling it what not to do is as powerful as the reverse.

08

Ask it to think

"Reason step by step before answering." Thinking out loud improves the answer.

09

Iterate, don't restart

Refine in-thread. "Make it shorter" beats rewriting from scratch every time.

10

Verify everything

Treat outputs as drafts. Check facts, citations, and code before you ship.

11

Mind the memory

Long threads drift. Summarize and restart fresh when context gets noisy.

12

Stay literate

The field moves weekly. Keep a finger on what's real versus what's marketed.

Anatomy of a good prompt
You are a patient technical writer.
Audience: designers new to AI. We're shipping a 3-button feature.

Explain what a context window is in one paragraph.

Use an everyday analogy. End with a 5-word summary.
No jargon. No more than 80 words.
Role
Context
Task
Format
Constraint

Literacy is the unlock.

The tools will change every quarter. The mental models won't. Learn the model beneath the models, and you'll never be at the mercy of a release note again.