Fencepost Error
Version 1.0.0 · Updated 2026-07-30
CORE DEFINITION
If you want to build a 100-meter fence and place a post every 10 meters, you need 11 posts, not 10. This is the 'off-by-one error'.
SCAFFOLDING EFFECT
Reduce cognitive load
Boundary calculation. When doing project planning, budgeting, or scheduling, always be wary of that '+1' or '-1' boundary. The start and end nodes are often the overlooked cost centers.
Anchor fast decisions
When dividing an interval into segments, errors often occur because the number of 'segments' and the number of 'interval points (fence posts)' differ by one. n segments of fence have n+1 posts, and n intervals cover n+1 endpoints.
MINIMUM ACTION
In progress 0/3Practice this model in one real situation:
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more
Source support: Explicit
- zh.wikipedia.orghttps://zh.wikipedia.org/wiki/%E5%B7%AE%E4%B8%80%E9%94%99%E8%AF%AFverified
PRIVATE NOTES · Only visible to you
SAVED Q&A
ENTRY Q&A · Private saving available
Ask with a clear boundary
thinkingmodels answers from published entry context only.
Your question is sent to thinkingmodels. The answer uses public entry context only.
RELATED MODELS