Building a Self-Updating Writing Style Guide for AI-Assisted Content

A team developing the Noren voice extraction platform has created a dynamic writing style guide that evolves through actual use rather than being written once and ignored. Their 117-line Markdown guide has been edited six times in one week as they publish content across blog, LinkedIn, and X platforms.
How the Guide Works
Every piece of content serves as a test case for the guide. If the writing sounds like AI, the guide has failed—not the writer. The guide is stored in CLAUDE.md so Claude reads it at the start of every writing session and keeps it in memory for each task. Claude follows the rules, then the team audits the output against the guide.
Key Rules and Practices
Start by writing, not by writing rules: They wrote their first post, reviewed the output, and documented what worked and what didn't. Rules extracted from real writing are 10x more useful than rules invented in a vacuum.
Banned words keep growing: Started with obvious AI-sounding words like "game-changing," "leverage," "optimize," and "revolutionary." Recently added "cadence" because it kept appearing in every AI draft reviewed. If a word feels like it belongs in a ChatGPT output, it goes on the list. They're at 25 banned words now, and nothing comes off.
Track AI tells as a checklist: Instead of vague advice like "avoid AI-sounding writing," they identify specific patterns with specific fixes:
- Triple parallel structures (three identical sentence frames in a row)
- Summary sentences after examples that already proved the point
- Hedge qualifiers nobody says out loud ("it's worth noting that," "even if they can't articulate why")
- Gerund fragment litanies (stacked -ing fragments that add word count, not meaning)
Each pattern gets a rule with a concrete example of what to do instead.
Rule Evolution Through Use
"Flow over chop" correction: Their guide initially said to use short sentences for impact, but they realized they were using them everywhere—every section ended with a two-word fragment. New rule: commas and connective words are the default, and short sentences have to earn their pause.
Example repetition: They used "semicolons" as their go-to example three times in one post across different sections. Readers notice even if you don't. Now every example appears only once.
Iterative Improvement Process
The team updates the guide after every piece published. Each post either confirms the guide works or exposes a gap. The guide is wrong about something every week, and they fix it every week. When Claude breaks a rule, it indicates the rule needs to be clearer—not a stronger warning. If Claude keeps producing triple parallel structures, the rule needs a better example.
After 10 blogs/longform pieces and 20-40 short form pieces, they plan to run the guide through Noren voice extraction to create an actual voice guide for the brand.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code v2.1.176: Language-Aware Sessions, Bedrock Credential Caching, and Dozens of Fixes
Session titles now match conversation language; Bedrock credentials cached until expiration; fixed model enforcement bypass for /fast and env vars; tmux clipboard fixes; sandbox symlink fix.

Claude IDE Bridge: WebSocket Tool for Real-Time IDE Access
claude-ide-bridge is a WebSocket bridge that connects Claude Code directly to IDE internal state, enabling live diagnostics, go-to-definition, find references, type hovering, file opening, breakpoint management, and debugger state streaming.

ConnectSafely AI MCP Server Links LinkedIn to Claude for Direct Control
ConnectSafely AI provides an MCP server that connects LinkedIn directly to Claude, allowing users to send messages, search for people, check profile visitors, and track conversations through prompts without switching tabs.

Brain: A Persistent Error Memory System for Claude Code via MCP
Brain is an open-source MCP server that gives Claude Code persistent, cross-project memory for errors and solutions. It captures error context, suggests proven fixes with confidence scores, and builds a weighted synapse network connecting errors, solutions, and code modules across all projects.