SECAI Core · phase 5 of 15 · noun

Prompt engineering

The disciplined practice of directing large-language models through clear and precise instructions

The Explain card

Plain English
Prompt engineering is the disciplined practice of directing a large language model through clear, precise instructions, so the output is reliable and fit for purpose rather than a lucky guess.
Example
A SOC team replaces "Is this log bad?" with a structured prompt: the log format, what counts as suspicious, a required JSON output, and an instruction to say "unknown" when unsure. False positives drop and the results become machine-readable.
Why it matters
Well-engineered prompts are a control: they narrow what the model will do, constrain output format, and make behaviour testable. Vague prompts leave room for manipulation and hallucination.
Hook
Prompt engineering is writing a good spec for a very literal, very fast contractor.

Word knowledge

How the word is built, where it came from, and what it sits beside in memory.

In a sentence

Before the triage model scores a SIEM alert, the analyst uses prompt engineering to write the system instruction that names the log fields, the JSON keys, and the rule to return unknown.

Why these words
  • prompt Latin promptus, brought forth, from promere, to bring forth names the cue the work is done on, the text given to the model before it generates
  • engineering Old French engigneor, builder of engines, from Latin ingenium, inborn talent names the method, so that cue is designed, versioned, and tested rather than typed once
Where it came from
Origin
English compound on the software-engineering pattern, from Latin promptus (brought forth, from promere) and Old French engigneor (builder of engines, from Latin ingenium, inborn talent)
Entered the language
c. 2022
What changed
Prompt had meant ready since the late 14th century, then a theater cue that feeds a forgotten line, then the mark on a screen that waits for a command. Engineering had meant the making of engines, then any designed construction of a working system. The two were joined in the early 2020s on the software-engineering pattern, and the pair moved from a lab nickname to the job title for people who write and test the text a model is given.
How it is spelled
Pattern
Latin -pt- stays a cluster, never simplified to -t-
Pattern
-eer of pioneer marks the French agent, then -ing names the practice
Pattern
g before e often spells /dʒ/, as in engine and gem
Breaks the pattern
the noun phrase stays two words; the hyphen appears only when it modifies another noun
Breaks the pattern
engineer keeps -eer where engine keeps -e, two French leftovers from the same Latin ingenium
Breaks the pattern
prompt is noun and verb with no spelling change

Spelled like

  • attempt
  • exempt
  • pioneering
  • volunteering
Broken into chunks
  • pro
    • produce
    • promote
    • propose
  • mpt
    • attempt
    • exempt
    • contempt
  • engin
    • engine
    • engineer
  • eer
    • pioneer
    • volunteer
    • musketeer
  • ing
    • training
    • learning
    • testing
What it sits beside

Where it sits in the deck

Phase 5: Interacting with Models: Prompting, APIs, and Retrieval

With a working model and clean data, learn the interaction layer — how users and systems communicate instructions and retrieve grounded answers.