Brittle and rigid are both about inflexibility, but they diagnose two different failure modes. Use "rigid" when the real problem is that something can't bend or adapt to change; use "brittle" when the real problem is that it might collapse abruptly under stress.
The test: can't adapt, or might collapse?
A rigid process resists change; a brittle process may collapse when change occurs. Those sound similar, but they call for opposite remedies -- and mixing them up sends a team toward the wrong fix.
An onboarding checklist refuses any exception, even harmless ones: the problem isn't collapse under load, it's inability to adapt -- that's "rigid," not "brittle."
If the same checklist instead broke down (missed steps, wrong approvals) the moment an exception was allowed, that would be "brittle" -- collapse under a specific change.
The common mistake: prescribing the wrong remedy
Recommending a fix for "brittleness" (add redundancy, add slack) when the real problem is rigidity (add exception-handling, add flexibility) sends the team toward the wrong remedy entirely. A rigid process doesn't need a backup path -- it needs room to bend. A brittle process doesn't necessarily need more flexibility -- it needs more resilience against a specific stressor.
Want to learn "Brittle" in depth?
Lyra Practice teaches advanced non-native professionals the nuance of high-value expressions like this one, then has you practice using them in realistic work scenarios.
Start learning for free →Before recommending a fix, it's worth asking which failure you're actually describing: does the thing simply refuse to change (rigid), or does it break once change is forced on it (brittle)? The answer points at a genuinely different next step.
Practice scenarios
Practice using brittle in situations like:
- diagnosing whether a process is inflexible ("rigid") or collapse-prone under change ("brittle")
- recommending exception-handling for a rigid process instead of redundancy meant for a brittle one
- explaining the difference between the two words to a colleague proposing the wrong fix
Useful practice phrases:
- "That's rigid, not brittle -- it just won't bend, it doesn't collapse."
- "The problem isn't rigidity, it's that it's brittle once an exception is allowed."
- "Rigid needs flexibility; brittle needs resilience -- different fixes."