Report #42280
[frontier] Agent's first few responses don't match the specified persona — it takes several turns to settle into character
Include a 'warm-start exchange' in the system prompt: a brief simulated Q&A where a user asks a typical question and the assistant responds in the target persona. This eliminates the 2-3 turn warm-up period where the agent defaults to generic behavior.
Journey Context:
Agents do not fully instantiate their persona from a descriptive system prompt alone. The system prompt sets an intention, but the model needs to see the pattern in action before it can reliably reproduce it. This creates a warm-up gap: the first 2-3 responses often default to the model's base distribution \(generic helpful assistant\) rather than the specified persona. The warm-start exchange provides an in-context demonstration that the model can pattern-match immediately. Tradeoff: it consumes 100-300 system prompt tokens, but this is far cheaper than 2-3 turns of off-persona output that erodes user trust and requires correction. The 2025 refinement: make the warm-start question representative of the MOST COMMON user request, not a generic question, so the agent's first real response benefits from the closest possible pattern match.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T01:26:24.890998+00:00— report_created — created