Helping users form warranted trust in the AI — neither overtrust nor undertrust — through deliberate confidence and source signalling.
34
28%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./gemini-extension/ai-alignment-reasoning/skills/trust-calibration/SKILL.mdCalibrated trust is the difference between an AI that augments user judgment and one that displaces it. Overtrust causes harm when the AI is wrong. Undertrust wastes the AI when it's right. Both failure modes are common, and neither shows up in standard accuracy metrics.
Designing for trust means giving users the information they need to update their trust appropriately, turn by turn.
These shape trust whether you design for them or not. Designing for them deliberately is what trust calibration is.
The AI shapes trust deliberately through:
Trust is two-way. The AI also helps the user calibrate:
tone-calibration or progressive-disclosure instead.transparency-patterns — the operational mechanism (showing reasoning, sources, alternatives). Trust calibration is the outcome; transparency is one tool.error-personality — how the AI handles being wrong is the highest-leverage trust signal in the product.consent-and-agency — closely related: trust calibration without preserved user agency tips into manipulation.escalation-design — knowing when to hand off is itself a trust-building behaviour ("I won't pretend to handle this").A trust calibration matrix:
| Stakes | AI confidence | Recommended language |
|---|---|---|
| Low | Low | "Best guess: X. Easy to check by [Y]." |
| Low | High | Direct answer, no hedge. |
| Medium | Low | "I'd suggest X based on [Y]. If your situation differs, talk to [Z]." |
| Medium | High | Direct answer + one-line source. |
| High | Low | "I'm not the right tool for this. Try [Z]." |
| High | High | Direct answer + source + recommended verification step. |
Worked example:
Other artefacts:
Adapted from research on calibrated trust in human-AI teams (Lee & See 2004 on appropriate reliance; Lai et al. on trust in machine learning systems).
0e565c2
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.