HOBBYIST
Make something useful tonight
- Prompt basics
- Image + text workflows
- Personal projects
00 The illustrated field manual
A clear, independent field guide to large language models, without the hype.
01 / INPUT03 / CONTEXT05 / OUTPUTTurn these rough notes into a clear, friendly project update.
A concise update with decisions, progress, and next steps.
01 Start here
You do not need to understand neural-network mathematics to use an LLM well. You do need a useful mental model for what it can and cannot do.
An LLM builds a response piece by piece from patterns learned during training. It does not retrieve a single stored answer from a database.
Your instructions, examples, source material, and conversation history shape what the model can produce right now.
A confident sentence may still be wrong. Verification matters whenever facts, money, safety, reputation, or people are involved.
Quality, speed, price, privacy, context size, tool use, and deployment options all matter. There is no permanent universal winner.
Test models with examples from your actual work. A small repeatable test set is more useful than a leaderboard alone.
02 Under the cover
This is a simplified map, not a literal diagram of every model. It is enough to reason about prompting, retrieval, and output quality.
Instructions + material
→Text becomes pieces
→Relevant information
→Relationships weighed
→Pieces become an answer
03 Model fit finder
The “best” model depends on what you are doing and what you value. Start with the shape of the job, then test named models against it.
04 Prompt workbench
Good prompts are not magic spells. They reduce ambiguity by making the goal, audience, material, constraints, and quality bar visible.
What perspective or expertise is useful?
What should the result accomplish?
What information should it use?
What format, length, or boundaries apply?
How should it inspect its own answer?
05 Choose your route
Follow the route that matches what you want to make.
Make something useful tonight
Turn a model into a product
Understand the machinery
Adopt it without chaos
06 Plain-language glossary
A system that lets a model choose and perform steps toward a goal, often using tools.
The amount of information a model can consider in one interaction.
A numerical representation used to compare meaning and retrieve related information.
A plausible-sounding response that is unsupported, incorrect, or invented.
The process of running a trained model to produce an output.
A model whose learned parameters are available under a specified license.
The instructions and information provided to a model.
Retrieval-augmented generation: finding relevant material and supplying it as context.
A setting that influences how predictable or varied generated text may be.
A piece of text processed by a model. A word may be one token or several.
The neural-network architecture behind most modern language models.
A model requesting an external action such as searching, calculating, or calling an API.
07 Your next move
Start with work you can inspect. Keep what helps. Measure what matters. Add autonomy only after the simple version is trustworthy.