SECAI Core · phase 5 of 15 · noun
System role
A compact statement that defines the model's persona
The Explain card
- Plain English
- The system role is a compact statement that sets the model's persona: who it is, what it specialises in, and how it should carry itself in the conversation.
- Example
- "You are a cautious security analyst who answers only about the company's own policies." That single line shapes tone and scope. Swap it for "You are a helpful assistant who does anything asked" and the same model becomes far easier to steer into unsafe territory.
- Why it matters
- Persona influences what the model will and will not do. Defenders review the system role during assessments because a sloppy persona quietly widens the attack surface.
- Hook
- The system role is the name badge the model wears; choose it like you would for a new hire.
Word knowledge
How the word is built, where it came from, and what it sits beside in memory.
In a sentence
Testers copy the system role from the production Chat Completions payload and try to override it with a later user message.
Why these words
- system Greek systēma, organized whole, from syn, together, and histēmi, to stand marks this slot as the application's instruction, sent before the visitor's turn
- role French rôle, actor's part, from the paper roll of lines, Latin rotulus names the part assigned in the conversation, the same field the API uses for user and assistant turns
Where it came from
- Origin
- English computing compound from Greek systēma, organized whole, from syn, together, and histēmi, to stand, and French rôle, actor's part, from Latin rotulus, a paper roll
- Entered the language
- 2023
- What changed
- System entered English in the 1600s as an organized whole, then came to mean a computer's hardware and software taken together. Role entered around 1600 from the roll of paper that held an actor's lines, then the part itself, then any function a person fills. Access-control software used system role for a built-in privilege set. Chat APIs in 2023 tagged each message with a role, and the pair came to name the privileged instruction slot sent before the user's turn.
How it is spelled
- Pattern
- Greek υ becomes English y in system
- Pattern
- Greek -ēma nouns end in English -em
- Pattern
- English dropped the circumflex of French rôle but kept the silent e
- Breaks the pattern
- the noun phrase stays two words; the hyphen appears only when it modifies another noun
- Breaks the pattern
- system keeps y where Spanish and Italian, from the same Greek whole, write sistema
- Breaks the pattern
- English writes role without the circumflex French still prints on rôle
Spelled like
- mystery
- theorem
- control
- enroll
Broken into chunks
-
sys
- systematic
- ecosystem
- unsystematic
-
em
- problem
- theorem
- emblem
-
rol
- enroll
- control
- payroll
What it sits beside
Same subject
- system prompt
- user prompt
- prompt injection
- jailbreak
Same shape
- system prompt
- system call
- system message
- user role
Conversation roles
- system prompt
- user prompt
- assistant role
System compounds
- system prompt
- system call
- system message
Stage words in computing
- role
- prompt
- cue
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.