Skip to main content

Posts

Featured

A Rule-First Approach to AI-Assisted Terminology QA

Terminology errors are rarely dramatic. They usually appear as small inconsistencies: one deprecated term, one preferred phrase that was missed, one verbose expression that should have been simplified, or one word that does not match the approved glossary. In technical documentation, these small issues matter. They affect consistency, readability, translation quality, and sometimes even product safety. The problem is that terminology checks are repetitive. They are also easy to miss when reviewing long documents manually. That makes terminology QA a good candidate for automation. But there is an important design question: Should AI be the first checker? My answer is: usually, no. For production-oriented QA, terminology checking should start with explicit rules. AI should be used as a second-pass confirmation layer, not as the primary source of detection. This is the design idea behind a small terminology checker I recently built and published on GitHub. The reposi...

Latest Posts

Why TOC Is Hard to Automate in InDesign

Scaling Multilingual DTP by Detecting Objects Outside the Layout (Low Judgment Workflows)

High Instability in Multilingual DTP

High Frequency Tasks Worth Automating in Multilingual DTP

What Should You Automate First in Multilingual DTP?

Your First Practical InDesign Automation: Opening and Closing Multiple Files

Detecting Text Overset in InDesign: A Minimal Script Before Automation