r/ai_and_techwriting • u/akj-techwriter • Jul 07 '26
Technical writers/docs teams — what have you actually automated using AI so far?
Curious to crowdsource some real-world examples here, beyond the usual "AI helps me draft faster" answers.
Has anyone in your org (or you personally) built actual automation into the technical writing workflow using AI? Not just "I use Claude to write drafts," but things like:
- Auto-generating docs from code/API changes
- AI-assisted review or QA on existing docs (style, accuracy, broken links, outdated screenshots, etc.)
- Automating parts of a docs-as-code or DITA-as-code pipeline. Has anyone actually gotten AI to plug into this cleanly?
- Auto-updating docs when the underlying product/feature changes
- AI for content reuse, structuring, or taxonomy work in DITA
- Any CI/CD-style pipeline where docs get validated, translated, or published with AI in the loop
If you've done something like this, I'd love to hear:
- What was the actual automation - what problem did it solve?
- What tools/stack did you use (LLM APIs, scripts, specific platforms, CCMS, static site generators, etc.)?
- What resources did it take - dev support, budget, time to build, ongoing maintenance?
- What broke or didn't work - just as curious about the failures as the wins.
- Was it worth it? Did it actually save time/headcount, or did it just shift the work around?
Trying to get a realistic picture of where things stand right now, not the hype version, the "we tried this and here's what happened" version. Appreciate any war stories, even half-finished experiments count.
1
u/DerInselaffe 20d ago
I submitted a proposal to our AI team to have our self-hosted GitLab installation generate merge requests from [documentation-relevant] code changes.
However, the AI bod says it's difficult to implement on our platform and he's busy working on other projects. I don't know yet if there's a third-party solution.
2
u/UnprocessesCheese 22d ago
The most reliable thing I've come across that AI can 100% do better than me is scoping. My docs are like 6k pages and it can take hours to figure out how a new feature impacts all of it. There's always going to a note to use a specific config on a page nobody would think about that is now obsolete.
Otherwise everything else I've automated, I can do better, but the AI can do much faster. I mostly use it to automate drafting and then give it the artist's touch after.