Using Claude to analyze writing patterns for better custom instructions

A Reddit user shared a method for creating more effective custom instructions for Claude by having the AI analyze actual writing samples rather than relying on subjective descriptions of tone.
The problem with standard custom instructions
The user notes that typical advice for custom instructions involves pasting examples and adding lines about tone, but this only works for a few messages before Claude drifts back to default behavior. The issue is that custom instructions describe voice from memory - you write down what you think you do ("direct," "uses short sentences," "avoids jargon"), which captures only a fraction of what makes your writing distinctive.
The analysis method
The user collected 10 writing samples across different formats and fed them to Claude with a specific request: identify concrete patterns rather than summarizing tone. Patterns that emerged included:
- Which punctuation you avoid entirely
- Where your analogies come from
- Specific word choices (e.g., "I never use the word 'ensure'")
These were patterns the user had been doing for years without consciously noticing them.
Implementation and results
After Claude identified these concrete patterns, the user organized everything into a structured document and used it as a system prompt. The difference was immediate - Claude stopped drifting because the guide was specific enough to anchor it. The user emphasizes that "I never use the word 'ensure'" is a useful instruction, while "I write in a direct tone" is not.
The Reddit post mentions that a training guide has been published for those who want to know how to implement this method themselves.
📖 Read the full source: r/ClaudeAI
👀 See Also

Guide to Setting Up OpenClaw on a Hostinger VPS
A step-by-step guide for deploying OpenClaw on a Hostinger VPS, connecting AI APIs from OpenAI and Entropics, and integrating with Telegram for 24/7 operation.

Practical workflow patterns for reliable AI coding in multi-file projects
A Reddit user shares four specific workflow improvements that increased reliability for AI coding on multi-file projects: spec-first starts, task decomposition with checkpoints, stable operating loops, and signal-only review.

How to run OpenClaw agents for free using cloud APIs or local models
A detailed guide explains how to run OpenClaw agents at zero cost using free cloud tiers from OpenRouter, Gemini, and Groq, or by running local models via Ollama with specific configuration tips to avoid common pitfalls.

Guide to Setting Up Safety Layers for Coding with Claude Code
A step-by-step guide shows how to implement defense-in-depth safety layers for coding with Claude Code, covering pre-commit hooks, CLAUDE.md files, local review agents, GitHub Actions CI, and branch protection.