The Prompt Lab — Perspective Forcing
Learn the perspective forcing prompting technique with concrete before/after examples.
Perspective Forcing
The Technique
Perspective Forcing instructs the model to analyze a problem through a specific, named intellectual lens before generating output — a particular discipline, methodology, or thinker’s framework. This works because it activates a denser cluster of relevant knowledge and reasoning patterns than a generic request would, steering the model away from surface-level, averaged responses toward coherent, internally consistent thinking.
The Naive Prompt
What are the risks of our startup offering a free tier?
Why It Falls Short
This prompt invites a listicle of generic business risks — cost concerns, free-rider problems, conversion rates — drawn from the statistical center of everything ever written about freemium models. It has no point of view, no prioritization logic, and no framework to make the advice actionable for a specific stage of company. You’ll get coverage, not insight.
The Improved Prompt
Analyze the risks of our early-stage B2B SaaS startup offering a free tier — but do it through three distinct lenses, one at a time:
1. A venture capitalist who has seen 200+ SaaS companies fail (focused on unit economics and runway)
2. A behavioral economist (focused on how free pricing changes customer psychology and perceived value)
3. A growth engineer at a PLG company (focused on activation, conversion funnel, and infrastructure costs)
For each lens, give the single most important risk and one concrete mitigation. Keep each section to 3-4 sentences.
Why It Works
Naming three distinct expert perspectives forces the model to reason from genuinely different priors rather than averaging them together into mush. The VC lens surfaces existential financial risks; the behavioral economist catches subtle pricing psychology traps that most founders miss entirely; the PLG engineer grounds the output in operational reality. The constraint of “single most important risk” per lens prevents each section from collapsing back into a generic list.
When to Use This
- Strategic decisions with multiple stakeholders — when you need a board member, a customer, and an engineer to all weigh in, but you’re working alone at midnight. Perspective Forcing simulates that table.
- Escaping your own blind spots — if you’re a technical founder evaluating a go-to-market question, forcing a “sales-led growth veteran” lens will surface assumptions you’d never naturally challenge. Works especially well with Claude Opus 4.7 or GPT-5.4 Pro, which maintain distinct voice consistency across long multi-perspective responses.
- Stress-testing a plan before a real meeting — run your pitch, proposal, or architecture doc through three adversarial lenses (skeptical CFO, security auditor, late-adopter customer) before presenting it to the actual humans. Cheaper than finding out in the room.
One craft note on implementation: the perspectives you name matter enormously. “An expert” is weak. “A growth engineer who just survived a Series B crunch and had to cut infrastructure costs 40%” is strong. The more specific the biographical detail you give the perspective, the further the model moves from generic and toward opinionated. Think of it less as assigning a job title and more as briefly casting a character.
Next week in The Prompt Lab: Iterative Narrowing — how to use a model’s own output as the constraint for the next prompt, turning a single session into a progressive refinement loop.