Technical Debt
Also called Tech Debt
The future cost of taking shortcuts in code or architecture today: quick fixes and skipped cleanup that make the next changes slower and riskier. Like financial debt, it accrues interest.
Why it matters
Some technical debt is smart, moving fast to learn beats perfect code nobody uses. The danger is letting it pile up silently until the product grinds to a halt, so it is a balance to manage consciously, not ignore.
For example
To hit a launch, the team hard-codes a hack that works for now; six months later that shortcut makes every new feature slower to build.
Worth your time
Related terms
Go deeper
See how founders actually handle this on Building the product, part of the Starting Up hub.