content: Technical Writers at Developer-Facing Companies: The Maintenance Gap No One Plans For - #879
Conversation
…mpanies: The Maintenance Gap No One Plans For Keyword: technical writers Generated by edu campaign skill
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Thanks Frances — reviewing this as an inbound documentation PR (Promptless doc-specialist check; the merge call stays with you). The piece is well-argued and on-voice: the maintenance-not-creation thesis is sharp, the structure flows, and it ties cleanly back to Promptless without being salesy. It also pairs nicely with the existing technical-writing-with-ai post it links to.
My one blocking category is citation correctness — three of the four external stats don't check out against the URLs they link to, and precise numbers attributed to a named source are exactly what a skeptical reader (or a competitor) will click through to verify. Details inline. There's also one small heading-case nit. Everything else — frontmatter/schema, component imports, and the internal link — is valid.
What I verified
- Blog frontmatter matches the
blogcollection schema insrc/content.config.ts(title, description, date, author, tag, section, hidden all valid);descriptionis present per the style guide. - Both component imports (
BlogNewsletterCTA,BlogRequestDemo) resolve to real files undersrc/components/site/. - The internal link to
/blog/technical/technical-writing-with-ai/resolves to an existing published post. - No banned terms, no
github_pr-in-prose, voice is on-style.
See inline comments for the citation issues; happy to help track down replacement sources.
|
|
||
| When a UI changes, users notice and adapt. When an API endpoint changes, code breaks. Developers following your tutorial get errors. Their builds fail. They file tickets or abandon your product. The feedback loop is tight and unforgiving. | ||
|
|
||
| [Postman's 2024 State of the API report](https://www.postman.com/state-of-api/2024) found that 68% of developers cite outdated documentation as their top frustration when working with APIs. That number is a symptom of a structural problem: most developer-facing companies ship changes faster than they can update the docs that describe them. |
There was a problem hiding this comment.
Correctness — verify this stat against the cited source. The link points to postman.com/state-of-api/2024, which is the report index page — it doesn't contain the "68% of developers cite outdated documentation as their top frustration" figure (the report itself is a gated PDF). I couldn't confirm the 68% number or that exact framing from the linked page. Please confirm the figure against the actual report and deep-link to the specific source, or soften the claim if it can't be pinned down. A precise percentage attributed to a named report is the first thing a reader will click to check.
|
|
||
| ## The ratio that makes this hard | ||
|
|
||
| According to [U.S. Bureau of Labor Statistics data](https://www.bls.gov/ooh/media-and-communication/technical-writers.htm), the actual ratio of software developers to technical writers in the industry is roughly 30:1. The often-cited "ideal" is 10:1. Most teams don't come close. |
There was a problem hiding this comment.
Correctness — this attribution doesn't hold. The cited BLS Occupational Outlook Handbook page for technical writers reports employment counts only (~56,400 jobs in 2024, ~1% projected growth) — it does not publish any software-developer-to-technical-writer ratio, and neither the "roughly 30:1" figure nor the "ideal 10:1" appears there. As written, the sentence attributes both ratios to BLS, which the source doesn't support. Please either drop the BLS attribution and source the 30:1/10:1 figures from wherever they actually come from (they're commonly cited as industry rules of thumb, not BLS data), or reframe so BLS is only backing the raw employment numbers.
|
|
||
| ## What AI Changed, and What It Didn't | ||
|
|
||
| [Cherryleaf's 2026 survey of technical communicators](https://www.cherryleaf.com) found that 76% use AI tools regularly, up from 60% the year before. Among teams reporting the highest productivity gains, first-draft time dropped by 50% or more. |
There was a problem hiding this comment.
Correctness — citation doesn't substantiate these numbers. This links to the Cherryleaf homepage (cherryleaf.com), not to a specific 2026 survey, and I couldn't find the cited figures (76% AI use, up from 60%; 50%+ first-draft time drop) there. The related claim on line 49 ("97% of AI-generated content still requires human editing") is presented as fact with no source at all. These are strong, specific numbers — please link each to the exact survey/source page, or attribute/soften them if a citable source isn't available.
|
|
||
| <BlogNewsletterCTA /> | ||
|
|
||
| ## What AI Changed, and What It Didn't |
There was a problem hiding this comment.
Style nit — heading case. "What AI Changed, and What It Didn't" is Title Case, while the article's other four ## headings are sentence case (e.g. "Why developer docs break differently", "Where the work actually lives") and sentence case is the dominant convention across the blog. Suggest "What AI changed, and what it didn't" for consistency.
Keyword:
technical writersArticle plan
Format: Practical explainer that reframes what the technical writer role at a developer-facing company actually requires, built around the insight that the real constraint is maintenance detection, not content creation.
Thesis: At developer-facing companies, technical writers who scale their impact do it by building maintenance systems, not by writing faster. The constraint is detection and triage, not drafting.
Target reader: Technical writers, DevRel engineers, and developer advocates who own documentation at API/SDK/platform companies. They can write well; they're struggling with keeping docs accurate as engineering ships weekly.
Promptless connection: This article argues that the hardest part of developer-facing technical writing is detecting what has changed and knowing which existing docs are now wrong. Promptless automates exactly that: connecting to the codebase, catching changes, and surfacing them to the writer before they become developer problems.
File
src/content/blog/technical/technical-writers-developer-docs-maintenance.mdxThis is an AI-generated draft and needs human review before publishing. Set
hidden: falsein the frontmatter (already set) when ready to publish — or set totrueif the article needs rework before going live.Generated by Claude Code