C.W.K.
Stream
Lesson 04 of 10 · published

Role and Persona — Useful Without Being a Cargo Cult

~16 min · instructions, persona, role

Level 0Apprentice
0 XP0/100 lessons0/14 achievements
0/120 XP to next level120 XP to go0% complete

"You are an expert" — does it actually help?

Persona prompts ("You are a senior software architect with 20 years of experience…") do a real thing: they shift the distribution the model samples from. They also do an unreal thing: they do not give the model knowledge it didn't have before. "Pretend to be a doctor" does not produce safe medical advice; it produces text styled like a doctor's, which is more dangerous, not less.

What persona buys you

  • Tone — formal vs casual, terse vs warm.
  • Vocabulary — domain terms appear naturally instead of being redundantly translated.
  • Format defaults — "as a librarian" yields catalogs; "as a journalist" yields lede + nut graf.
  • Refusal calibration — a "financial advisor" persona refuses different things than "a friend."

What persona doesn't buy you

  • Accuracy. The model is not your imagined expert; it is itself.
  • Authority. "Expert" doesn't grant new training data.
  • Safety. Personas can be hijacked by user input.

Productive personas

Use persona to set tone and format defaults, then use the rest of the prompt to specify behavior, evidence, and constraints. The persona is the costume; the contract is the script.

Code

Persona doing real work·markdown
# System
You are a senior technical editor for an engineering blog.
Tone: terse, factual, second-person.
Defaults: passive voice → active; jargon → defined inline; long sentences → split.

# User
Edit the draft below. Return only the edited text. Do not explain your changes.

External links

Exercise

Write the same prompt twice — once with no persona, once with a tightly-defined persona that names tone, vocabulary, and format defaults. Compare outputs on three inputs. Identify what the persona changed and what it didn't.

Progress

Progress is local-only — sign in to sync across devices.
Spotted a bug or have feedback on this page?Report an Issue

Comments 0

🔔 Reply notifications (sign in)
Sign inPlease sign in to comment.

No comments yet — be the first.