Vault seed record
Formal versus casual sorter
A client is waiting and a teammate is in Slack. Put each phrase in the safer place.
Classification
Provenance
Kind: human-authored
Source: exercise-lab
Batch: viral-mechanics-001
Reviewer: content-lead
Updated: 2026-05-20
Instruction and answer
Instruction
Sort what is client-safe versus teammate-safe.
Correct answer
Regarding your request -> Formal; Sounds good -> Casual; I appreciate your patience -> Formal; No worries -> Casual
Explanation
The formal phrases are safer for clients or support messages. The casual phrases are natural with teammates.
Product use
Surfaces
Source languages
Difficulty
medium
Conversion hook
Shows a practical workplace weakness quickly.
Review payload
Review notes
Great bridge from lab mechanic to business test.
Media prompt
No media prompt attached.
Assets
Source traps
Tags
Usage
Tests: formal-informal, business-english
Funnels: none
Challenges: tone-sorter
{
"type": "mapping",
"pairs": [
{
"itemId": "regarding",
"item": "Regarding your request",
"targetId": "formal",
"target": "Formal"
},
{
"itemId": "sounds-good",
"item": "Sounds good",
"targetId": "casual",
"target": "Casual"
},
{
"itemId": "appreciate",
"item": "I appreciate your patience",
"targetId": "formal",
"target": "Formal"
},
{
"itemId": "no-worries",
"item": "No worries",
"targetId": "casual",
"target": "Casual"
}
]
}