openskills.info
← The sensible career map

Mostly harmless, conspicuously useful

The Hitchhiker's Guide to Becoming an AI Engineer

DON'T PANIC. You do not need to arrive knowing what an AI model, a prompt, or a vector database is; those are names people made up after discovering that “the clever text thing” was not ideal for a job description. An AI Engineer builds useful software around systems that can work with language, images, or other patterns. The job is less about summoning a robot genius and more about making sure a helpful but occasionally overconfident assistant has the right information, clear limits, and a responsible adult nearby.

Level 1 · Novice

Meet the clever text machine before letting it rearrange the furniture

At the first stop, you are learning what an AI system actually is, what it can help with, and why a confident-sounding answer is not the same thing as a correct one.

A language model is software that has studied enormous amounts of writing and learned to predict a useful next piece of text. It can draft an email, explain a recipe, or help sort support questions. It does not keep a tiny librarian in a box who checks every claim before speaking. Think of it as an exceptionally fast autocomplete system that is good at patterns and occasionally invents a very plausible-looking chair when you asked for a table.

Your first job is to give the system a clear, small task and check its output yourself. A prompt is simply the instruction you give it: who it should help, what information it may use, and what a good answer looks like. Start with something low-risk, such as turning meeting notes into a tidy summary, rather than asking it to make a medical, legal, financial, or otherwise regrettable decision.

Notice the limits early. The model may misunderstand vague instructions, repeat mistakes, or present a guess as a fact. That is not the machine being mischievous—although it can feel personal at 4:58 p.m. on a Friday. It is a signal that your product needs clear instructions, source material, and a human way to review important results.

Words from the spaceship manual, translated

Language model
Software trained on large collections of text to predict and produce language. It is good at continuing patterns in words; it is not automatically a verified source of truth.
Prompt
The instruction and information you give a model. A good prompt states the task, context, limits, and the shape of the result you want.
Hallucination
An answer that sounds credible but contains invented or incorrect information. The name is dramatic; the practical response is to check important claims against real sources.