Update wiki/writing-tools.md
59b4a1eaf2f2 harrisonqian 2026-04-12 1 file
index 05c2cf1..7da89e4 100644
@@ -2,6 +2,8 @@
status: raw
tags:
- ai
+- writing
+- nlp
title: writing tools suite
type: idea
updated: 2026-04-11
@@ -10,4 +12,8 @@ visibility: public
# writing tools suite
-grammar, AI detection, plagiarism, and quality writing tools.
\ No newline at end of file
+a suite of writing quality tools that go beyond grammar checking — covering AI detection, plagiarism detection, style analysis, and quality scoring. the framing is that these should be a coherent suite, not four separate products, because the problems are related: a piece of writing can be grammatically correct, AI-generated, subtly plagiarized, and still be bad writing. addressing each in isolation misses the forest. the suite would give you a unified quality picture — what's wrong, why, and how to fix it.
+
+the AI detection component is the most technically contested piece. current detectors have high false positive rates and can be fooled by minor paraphrasing, which makes them unreliable for high-stakes use (grading, publishing). the more honest approach is probabilistic scoring with explicit uncertainty rather than binary "AI/not AI" verdicts. plagiarism detection has the same spectrum issue: verbatim copying is easy to catch, but idea-level plagiarism (paraphrasing someone's argument without credit) requires semantic understanding of the content. the quality scoring component would build on [[ultimate-describer|precision description engine]] logic — evaluating specificity, distinctiveness, and clarity.
+
+connects to [[ultimate-describer|precision description engine]] which is essentially the precision module of this suite, already built. [[college-essay-grader|college essay grader]] is a specific application — essay quality scoring using embedding distances. [[personalized-autocomplete|personalized autocomplete]] is the in-context version: improving writing as you type rather than after. [[embedding-tone-interpolation|embedding tone interpolation]] is adjacent on the "understand what language is doing in latent space" thread. [[hard-docs-writer|hard docs writer]] is a specific writing task this suite would improve. [[ai-conversationalist|AI conversationalist]] connects inversely — that tool learns to mimic a person's writing style, which is exactly the kind of signal the AI detection side needs to catch.
\ No newline at end of file