Vault seed record
Rank client delay replies
A client asks why the update is late. Which order goes from safest to most risky?
Classification
Provenance
Kind: human-authored
Source: natural-usage-anchor-pack
Batch: natural-usage-002
Reviewer: content-lead
Updated: 2026-05-20
Instruction and answer
Instruction
Choose the ranking from safest to riskiest.
Correct answer
Thanks for checking in. We need one more day. -> It is delayed. -> You must wait.
Explanation
Client-safe English gives a polite opener, the status, and a specific next time. 'You must wait' is grammatically possible but socially risky.
Product use
Surfaces
Source languages
Difficulty
high
Conversion hook
Turns naturalness into a risk-ranking game.
Review payload
Review notes
Advanced ranking represented as single-choice for current runtime.
Media prompt
No media prompt attached.
Assets
Source traps
Tags
Usage
Tests: native-sounding, business-english, formal-informal
Funnels: none
Challenges: client-delay-reply-ranking
{
"type": "single-choice",
"correctOptionId": "safe-to-risky",
"options": [
{
"id": "safe-to-risky",
"label": "Thanks for checking in. We need one more day. -> It is delayed. -> You must wait.",
"rationale": "This moves from polite and useful to blunt to risky."
},
{
"id": "risky-first",
"label": "You must wait. -> Thanks for checking in. We need one more day. -> It is delayed.",
"rationale": "The risky line cannot be safest."
},
{
"id": "vague-first",
"label": "It is delayed. -> You must wait. -> Thanks for checking in. We need one more day.",
"rationale": "The safest line gives context and timing, so it should not come last."
},
{
"id": "all-same",
"label": "All three are equally safe.",
"rationale": "They are clearly different in tone and usefulness."
}
]
}