Uncertainty & Hypotheses
6 exercises — express hypotheses with calibrated confidence using "might be", "I suspect", "likely", "I confirmed that" and related hedging phrases.
0 / 6 completed
Confidence scale — low to high
- might be / could be — unverified; explicit uncertainty
- I suspect / I think it could be — formed hypothesis, not tested
- probably / likely / I believe — strong evidence, not yet confirmed
- I'm fairly confident / strong evidence suggests — nearly confirmed
- I confirmed / I verified / the root cause is — tested and certain
- "I can't rule it out" — low probability but not eliminated
- "My current hypothesis is" — working theory, open to revision
1 / 6
Choose the phrase that expresses the LOWEST confidence in a hypothesis.
"Might be … but I haven't verified yet" — very low confidence: unverified, explicitly flagged as uncertain.
Confidence scale from lowest to highest:
• Lowest: "might be" / "could be" / "possibly"
→ "It might be related to the memory leak, but I haven't verified yet"
• Low-medium: "I suspect" / "I think it could be"
→ "I suspect the memory leak is involved, but I need to check the heap dump"
• Medium: "likely" / "probably" / "I believe"
→ "This is likely the memory leak — the pattern matches"
• High: "I'm fairly confident" / "strong evidence suggests"
→ "I'm fairly confident this is the memory leak — heap dump shows growing retained objects"
• Highest: "I confirmed" / "I verified" / "the root cause is"
→ "I confirmed the root cause is a memory leak in the event listener — heap snapshot shows 140MB of unreleased handlers"
Why this matters: mis-calibrated confidence — saying "definitely" when you mean "might be" — can cause teams to act prematurely on unverified hypotheses, wasting engineering time.
Confidence scale from lowest to highest:
• Lowest: "might be" / "could be" / "possibly"
→ "It might be related to the memory leak, but I haven't verified yet"
• Low-medium: "I suspect" / "I think it could be"
→ "I suspect the memory leak is involved, but I need to check the heap dump"
• Medium: "likely" / "probably" / "I believe"
→ "This is likely the memory leak — the pattern matches"
• High: "I'm fairly confident" / "strong evidence suggests"
→ "I'm fairly confident this is the memory leak — heap dump shows growing retained objects"
• Highest: "I confirmed" / "I verified" / "the root cause is"
→ "I confirmed the root cause is a memory leak in the event listener — heap snapshot shows 140MB of unreleased handlers"
Why this matters: mis-calibrated confidence — saying "definitely" when you mean "might be" — can cause teams to act prematurely on unverified hypotheses, wasting engineering time.