Despite billions in DevEx investment, thousands of new tools, and endless Slack threads about “developer productivity,” there’s one thing that still consistently sucks across nearly every engineering org I’ve worked with: documentation.
I’m not talking about the aspirational state where we all pretend docs are great. I’m talking about the reality where new engineers spend their first week asking “where is this documented?” and the answer is usually “it’s not” or “check Slack from 2023” or my personal favorite: “just ask Sarah, she knows.”
The Business Case Nobody Wants to Hear
Here’s what makes this particularly painful from a product perspective:
- Projects with high-quality documentation see 63% faster onboarding times (source)
- 26% of developer productivity loss comes from gathering project context (source)
- Yet most engineering orgs treat docs as a “nice to have” that gets punted every sprint
The math doesn’t math. We’re literally choosing to handicap our teams because documentation feels like unglamorous work.
What’s Actually Broken
After talking to dozens of engineering leaders, the same patterns emerge:
1. The Fragmentation Problem
- Critical information scattered across Confluence, Notion, Google Docs, READMEs, Slack, and “John’s brain”
- No single source of truth
- Search is useless because context lives in 6 different systems
2. The Staleness Death Spiral
- Docs reference tools that were deprecated 2 years ago
- Nobody knows who owns updates
- Code changes, docs don’t
- Engineers stop trusting docs, so they don’t read OR write them
3. The Ownership Vacuum
- “Everyone’s responsible” = nobody’s responsible
- Documentation seen as punishment, not core work
- No time allocated in sprints
- No metrics tracking documentation quality
What’s Changed in 2026 (That Makes This Problem Worse)
The AI revolution has simultaneously made this better AND worse:
Better: AI tools like Copilot can now read and interpret your docs to provide contextual help. Interactive API explorers with “Try It” features (Fern, Mintlify) are becoming table stakes. Docs-as-code workflows mean version control and reviews are possible. (source)
Worse: 84% of devs use AI tools daily, but we’re generating code faster than we can document it. The verification and documentation debt is piling up faster than ever. (source)
Beyond “Just Write Better Docs”
That advice is useless. Of course we should write better docs. The question is what systemic changes would actually move the needle?
Here’s a framework I’ve been thinking about:
- Discoverability – Can developers find the information they need in under 2 minutes?
- Accuracy – Is the information current and correct?
- Completeness – Does it answer the question, or just point to 3 other docs?
- Usability – Can someone take action based on this information?
Most docs fail on at least 2 of these dimensions.
The Questions I’m Wrestling With
- Should we treat docs like production code (CI/CD, ownership, SLOs)?
- Do we need dedicated technical writers, or is that admission of failure?
- Can AI actually solve this (chatbots trained on internal docs), or is that a bandaid?
- How do you make documentation a first-class citizen without killing velocity?
What Would Actually Work?
I’m convinced the answer isn’t just tooling. It’s culture + process + tooling. But I’m curious what’s actually working for teams in 2026:
- What documentation investments have paid off for you?
- What experiments have spectacularly failed?
- How do you measure documentation quality?
- Who owns docs in your org?
Because if we can’t solve this, we’re going to keep losing 26% of our productivity to context gathering while wondering why AI tools aren’t making us ship faster.
What would it take to make docs not suck at your company?