Skip to lesson
Exit
Capstone: The Mock Loop1 / 2

1 min lesson

When qual and quant disagree

Imagine this comes up at work: "Telemetry shows a Cursor feature has high usage, but your interviews surface strong frustration with it. How do you reconcile the conflict?" Start with the practical move.

Step 1 of 2

When qual and quant disagreethe reconciliation question they love

Conflicting signals are a feature, not a failure. The disagreement usually means each method is measuring a slightly different thing and resolving it is where the real insight lives.

  1. 1Check they're measuring the same thing. Telemetry might show high feature usage while interviews report frustration - both can be true if usage is forced, not loved.
  2. 2Trust behavior for what, qual for why.* Logs tell you what happened at scale; sessions tell you the mechanism. Let each answer the question it's good at.
  3. 3Look for the segment hiding the average. A flat aggregate metric often masks one delighted segment and one struggling one that the qual surfaced.
  4. 4Resolve, then re-collect if needed. If the conflict is decision-critical and unresolved, name the targeted follow-up that would break the tie rather than averaging the two into mush.
Learn more

Full explanation

Spot-the-bias on demand

Spot-the-bias on demandthey will hand you a flawed question and a flawed test

Flawed survey question

"How much do you love Cursor's powerful new Agent?" - leading and double-barreled

Fix: neutral stem, one construct, balanced scale: "How would you rate the Agent's multi-file edits?"

Also flag: vague quantifiers, assumed usage, agree/disagree acquiescence bias

Flawed experiment

Ships treatment to power users only, then claims a win for everyone

Selection bias plus no clean control; the effect is confounded with who got it

Fix: randomize at the user level, pre-register the metric, check for sample-ratio mismatch (SRM)

Learn more

Full explanation

Triangulate one Cursor question three ways

Triangulate one Cursor question three waysthe design-a-mixed-method drill

A common live task: take one question and design three complementary methods, each covering another's blind spot. Use the same trust prompt from section one.

Method
Log / behavioral analysis
What it answers
How often developers revert multi-file Agent edits, at scale
Its blind spot
Silent on motivation; can't tell loved from tolerated
Method
Moderated sessions
What it answers
Why the revert happened, what would rebuild trust
Its blind spot
Small n; can't size how widespread it is
Method
In-product survey
What it answers
How widely the trust gap is felt across segments
Its blind spot
Stated attitude, prone to recall and acquiescence bias

Three methods, three blind spots, each covered by another. That's triangulation, not just "more data."

Watch out

Don't claim triangulation just because you used three methods. Triangulation means each method covers another's specific weakness and the answer is stronger where they converge. If all three share the same bias (e.g. all recruit from happy power users), you've stacked the same error three times.