Module 1 • Lesson 235 mins

Value Personas by Behavioral Function, Not Decorative Titles

Value personas by concrete behavioral function instead of decorative titles, and distinguish persona's opposite effects on Precision vs. Generative tasks.

Value personas by behavioral function instead of decorative titles

Value Personas by Behavioral Function, Not Decorative Titles

The previous lesson established the finite Attention Budget principle. This lesson applies it to one of the most common prompting habits: opening with a persona title.

Running Example: The Product Manager of FreelanceFlow needs AI to triage support ticket priority, and to draft an apology email to customers when the bank sync system goes down.

Value Personas by Behavioral Function, Not Decorative Titles

A widespread habit is opening every prompt with a grandiose title: "You are an expert X with years of experience...". The actual effect of personas depends entirely on the nature of the task:

  1. Precision Tasks (Extraction, calculation, rubric grading, classification): Expert personas actually degrade factual accuracy. They trigger stylistic roleplay that competes with strict adherence to ground truth.
  2. Generative & Tone Tasks (Creative copywriting, roleplay, user support, sensitive policy framing): Personas genuinely help anchor voice, tone, and behavioral boundaries.
  3. Amplification: The more decorative the persona, the greater the penalty on Precision tasks and the clearer the benefit on Generative tasks.

A practical rule for PMs: always ask "What behavioral capability does this persona actually buy?" If the answer is merely "it sounds more authoritative" → remove it immediately. If the answer is a concrete behavioral function (e.g., "act as a rigorous security skeptic", "maintain an empathetic tone without admitting legal liability"), encode that function directly instead of assigning a generic title.

PRECISION TASKS
Extraction & Factual Triage
Strip decorative personas → Define explicit extraction rules, allowed enum schemas, and null-handling logic.
Mục tiêu:Deterministic accuracy
GENERATIVE TASKS
Synthesis & Brand Copywriting
Retain functional personas → Anchor brand voice, commitment limits, and organizational perspective.
Mục tiêu:Consistent brand tone

Comparative Examples:

  • Precision Task (Triaging FreelanceFlow Support Tickets):
    • Before (Fluff Persona): "You are a Support Lead with 15 years of SaaS experience. Use your deep intuition to classify this ticket into P1/P2/P3."
    • After (Quantitative Rules): "Classify this ticket into one of 3 tiers: P1 (blocks payments or causes data loss), P2 (broken feature with viable workaround), P3 (minor UI feedback). Return ONLY the tier label: P1, P2, or P3."
  • Generative Task (Drafting Apology Email for a 4-Hour Bank Sync Outage):
    • Before (Unbounded): "Write an apology email to users because the system went down."
    • After (Functional Persona): "Write as the FreelanceFlow operations team: tone is direct, empathetic, and accountable. Briefly explain the technical trigger without blaming third-party banking partners. Do not promise unverified recovery ETAs."

Analogy: Putting a "Chief Architect" badge on a new hire does not automatically help them solve a complex distributed system bug; what drives quality is the technical specification and clear acceptance criteria.

Exercise 1.2: Evaluate this prompt: "You are a Senior Data Analyst at Stripe. Calculate the conversion rate from the raw data below and highlight anomalies." Is this a Precision or Generative task? Is the persona adding value or noise? Rewrite the prompt to maximize calculation accuracy.