openwriter 0.9.3 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,71 @@
1
+ # Anti-AI Detection Rules
2
+
3
+ Two tiers. Tier 1 rules are **hard rules** — fix unconditionally, no voice profile override. These patterns are so statistically associated with AI that detectors flag them regardless of context. Tier 2 rules are **voice-gated** — check against the voice profile before fixing.
4
+
5
+ ---
6
+
7
+ ## Tier 1: Hard Rules (Always Fix)
8
+
9
+ **Em-dashes — eliminate, then calibrate.** AI uses em-dashes at 5-10x human density. This is one of the strongest AI signals.
10
+ - **Default (no profile or generic voice)**: Zero em-dashes. Convert to periods, commas, or parentheses.
11
+ - **With voice profile**: Check the author's samples. If they use em-dashes, match their frequency — never exceed it. An author at 1 per 300 words gets 1 per 300 words. An author who never uses them gets zero.
12
+
13
+ **Contrastive formula — never use.** These constructions are AI fingerprints:
14
+ - "It's not X, it's Y" / "This isn't X, it's Y"
15
+ - "Rather than X, we should Y"
16
+ - "Instead of X, consider Y"
17
+ - "Not merely X, but Y"
18
+ Rewrite without the formula. State the point directly.
19
+
20
+ **Nuclear phrases — kill on sight.** These phrases are 100-900x more frequent in AI text than human text. No human writes them at this density:
21
+ - "valuable insights" (902x) · "indelible mark" (319x) · "rich tapestry" (227x)
22
+ - "crucial role in shaping" (250x) · "adds a layer of complexity" (194x)
23
+ - "a stark reminder" (151x) · "fostering a sense" (138x) · "nuanced understanding" (115x)
24
+ - "unwavering commitment" (256x) · "multifaceted nature" (92x) · "beacon of hope" (58x)
25
+ - "delve deeper" (72x) · "navigate the complex" (87x) · "transformative power" (74x)
26
+ - "shed light on" · "serves as a testament" · "underscores the importance"
27
+
28
+ **Copula avoidance — use simple verbs.** AI replaces "is" with "serves as", "has" with "boasts", "shows" with "underscores." This is a telltale pattern. Use the simple verb.
29
+
30
+ **Sycophantic filler — cut unconditionally.** "Interestingly", "It's worth noting", "Notably", "It is important to note that", "It's crucial to understand" — these are AI padding. Delete them. They add nothing.
31
+
32
+ **Contraction consistency — mix intentionally.** Uniform contraction use (100% contractions OR 100% expanded) is an AI signal. Real humans are inconsistent. Use "don't" in one sentence and "does not" three sentences later. The inconsistency IS the authenticity signal. Check the voice frame or profile for specific guidance.
33
+
34
+ **Colon density — cap usage.** AI overuses colons. Cap at 1 per 400-500 words depending on the voice frame. Business Framed and Provocateur: no colons at all. Authority: 1 per post. Long-form frames: 1 per 400-500 words.
35
+
36
+ **Register uniformity — break it.** AI maintains a single consistent register throughout. Real writing mixes formal vocabulary with casual asides, academic precision with colloquial reactions. Intentionally vary register within a piece. This is the "bidirectional sophistication" principle from empirical testing (GPTZero 100% → 3%).
37
+
38
+ ---
39
+
40
+ ## Tier 2: Voice-Gated Checks (Check Profile First)
41
+
42
+ These patterns are suspicious but may match the author's voice. Check the profile before fixing.
43
+
44
+ - **AI vocabulary**: "additionally", "furthermore", "landscape", "tapestry", "interplay", "pivotal", "delve", "paradigm", "leverage", "robust", "seamlessly" — check every word against the author's diction. If they don't use it, you can't either
45
+ - **Inflated significance**: "marking a pivotal moment", "a significant milestone" — does the author elevate this way? If not, cut it
46
+ - **Vague attribution**: "Experts argue", "Studies show" — does the author cite this way or make direct claims?
47
+ - **Formula transitions**: "Despite these challenges", "Future Outlook", "In conclusion", "Moreover", "Furthermore" — does the author use these? Check discourse rules
48
+ - **Rule of three**: Forcing ideas into triplets. Some authors do this naturally (check rhetoric rules). If not, break it
49
+ - **Elegant variation**: Cycling synonyms — "the man...the individual...the person." Use whatever the author would repeat
50
+ - **Sentence length uniformity**: AI defaults to medium-length sentences. Check your short/medium/long/very-long percentages against the author's distribution. Force variation to match
51
+ - **Too-clean structure**: AI writes perfect essay structure. Real writing has asides, interruptions, unexpected turns. Match the author's discourse patterns
52
+ - **Uniform paragraph length**: AI writes ~3-4 sentence paragraphs consistently. Match the author's paragraph rhythm from samples
53
+ - **Mid-formal default**: AI gravitates toward neutral professional register. Match the author's register exactly, even if blunt, profane, or fragmentary
54
+ - **Hedging where the author asserts**: "could potentially", "it might be argued" — if the rhetoric rules say direct claims, delete all hedging
55
+
56
+ ---
57
+
58
+ ## Final Check
59
+
60
+ Re-read the complete output:
61
+ 1. Count em-dashes. No profile: should be zero. With profile: does the count match the author's observed frequency? Convert any excess
62
+ 2. Scan for any contrastive formula. Rewrite if found
63
+ 3. Grep for nuclear phrases. Kill any survivors
64
+ 4. Check contraction consistency. Are contractions mixed inconsistently (not 100% one way)?
65
+ 5. Count colons. Within the frame's limit?
66
+ 6. Check register variation. Is the tone monotonously consistent, or does it mix naturally?
67
+ 7. Scan for copula inflation ("serves as", "boasts", "underscores"). Simplify to plain verbs
68
+ 8. Would a reader who knows this author believe they wrote this?
69
+ 9. Does any sentence sound like "AI writing" rather than this specific person?
70
+
71
+ If anything fails, rewrite that section. Don't patch — rewrite using the samples as reference.
@@ -0,0 +1,88 @@
1
+ # Voice Frames
2
+
3
+ Pre-built voice postures the agent applies as behavioral constraints while
4
+ writing in OpenWriter. Each frame is a distinct **communication posture** —
5
+ not a register or tone — with its own strategy, diction, syntax, and discourse
6
+ pattern. No API keys, no network calls, no retrieval. The agent reads a `.md`
7
+ file from `voices/` and applies the rules.
8
+
9
+ Use frames when:
10
+ - The user asks for a specific posture ("authority voice", "contrarian take", "business email", "tell the story")
11
+ - They want a voice-matched draft but don't have a custom profile
12
+ - Quick tasks where configuring anything heavier isn't worth it
13
+
14
+ ## The Five Frames
15
+
16
+ ### Short-form (social media, threads, posts)
17
+
18
+ **Authority** (`voices/authority.md`) — teaches from experience. Credibility via specificity. First-person experiential language, sentence distribution skewed short.
19
+
20
+ **Provocateur** (`voices/provocateur.md`) — contrarian engagement. Opens with a claim that contradicts audience beliefs. Sharp verbs, hard lines.
21
+
22
+ ### Long-form (essays, blog posts, articles)
23
+
24
+ **Logical** (`voices/logical.md`) — disassembles accepted assumptions, rebuilds from first principles. Names the conventional answer then dismantles it.
25
+
26
+ **Storyteller** (`voices/storyteller.md`) — narrative-driven. Opens with a scene, not a thesis. Real names, real stakes. Lesson emerges from the story.
27
+
28
+ ### Business communication
29
+
30
+ **Business** (`voices/business.md`) — high-status brevity. 12-word sentence ceiling. First sentence is the ask or decision. No filler.
31
+
32
+ ## Protocol
33
+
34
+ ### Step 1: Select the frame
35
+
36
+ If the user names one, use it. If not, infer:
37
+
38
+ - **Short-form** → `authority` (teaching) or `provocateur` (challenging)
39
+ - **Long-form** → `logical` (analytical) or `storyteller` (narrative)
40
+ - **Business comms** → `business`
41
+
42
+ If ambiguous, ask.
43
+
44
+ ### Step 2: Load the voice file
45
+
46
+ Read the selected `voices/<frame>.md`. Internalize all 6 categories (Diction,
47
+ Syntax, Punctuation, Rhetoric, Discourse, Idiolect) as hard constraints.
48
+
49
+ ### Step 3: Write
50
+
51
+ Apply every rule as a constraint. Match the sentence distribution targets.
52
+ Use the file's pre-resolved Tier 2 decisions without guessing.
53
+
54
+ ### Step 4: Anti-AI pass
55
+
56
+ Run `docs/anti-ai.md` Tier 1 (hard rules) against your output:
57
+ - Em-dash density (zero for frames unless the file says otherwise)
58
+ - Contrastive formula ("It's not X, it's Y")
59
+ - Nuclear phrases ("valuable insights", "delve deeper", etc.)
60
+ - Copula inflation ("serves as", "boasts", "underscores")
61
+ - Sycophantic filler ("interestingly", "it's worth noting")
62
+ - Contraction consistency, colon density, register variation
63
+
64
+ Tier 2 checks are pre-resolved in each frame file — no profile needed.
65
+
66
+ ## Voice File Schema
67
+
68
+ Every frame file follows the same format:
69
+
70
+ ```
71
+ # Frame Name
72
+ Posture + when to use.
73
+
74
+ ## Diction, Syntax, Punctuation, Rhetoric, Discourse, Idiolect
75
+ 2-5 imperative rules per category.
76
+
77
+ ## Sentence Distribution
78
+ Short/medium/long/very-long percentages.
79
+
80
+ ## Tier 2 Decisions
81
+ Pre-resolved answers for anti-AI checks (varies per frame).
82
+
83
+ ## Use-Case Constraints
84
+ What this voice is for and what it isn't.
85
+ ```
86
+
87
+ Rules are single imperative sentences. Two agents reading the same rule should
88
+ produce similar output.
@@ -0,0 +1,102 @@
1
+ # Authority Frame
2
+
3
+ Short-form voice for social media, threads, and posts. The posture: you've done the thing, you're teaching from experience, and you don't need anyone's permission to have the opinion. Credibility comes from specificity, not credentials.
4
+
5
+ ---
6
+
7
+ ## Diction
8
+
9
+ - Use first-person experiential language: "I built", "I tested", "I shipped", "I watched it fail."
10
+ - Replace theory words with evidence words: "works" not "could potentially work", "broke" not "presented challenges."
11
+ - Use numbers and proper nouns instead of vague gestures: "47 users", "Stripe", "last Tuesday" — not "many people", "a platform", "recently."
12
+ - Kill qualification words: no "somewhat", "relatively", "fairly", "quite", "arguably."
13
+ - Use the plainest word available: "use" not "leverage", "run" not "execute", "talk" not "engage."
14
+
15
+ ## Syntax
16
+
17
+ - Default sentence length: 5-12 words.
18
+ - One claim per sentence. Period. Next sentence.
19
+ - Use fragments when the fragment IS the point: "Every time." or "Not even close."
20
+ - Save your one long sentence (20+ words) for the framework or the lesson — the part the reader screenshots.
21
+ - Never stack clauses with commas. If you need a comma, you need two sentences.
22
+
23
+ ## Punctuation
24
+
25
+ - Periods do the work. Not commas, not dashes, not semicolons.
26
+ - Never use em-dashes.
27
+ - Never use semicolons.
28
+ - Use colons only to set up a list or a single payoff line.
29
+ - Question marks: one per post maximum. Use to open a thread, never mid-argument.
30
+
31
+ ## Rhetoric
32
+
33
+ - Open with the conclusion. The lesson goes first. Context is earned after the hook lands.
34
+ - Teach by showing what happened, not by explaining what should happen.
35
+ - Replace "you should" with "I did" — the reader extracts the lesson themselves.
36
+ - One idea per post. If you wrote two ideas, delete one.
37
+ - End on the strongest line, not a summary. The last sentence is what people remember.
38
+
39
+ ## Discourse
40
+
41
+ - Line breaks between thoughts. No transition words.
42
+ - Never use "However", "Furthermore", "Additionally", "Moreover."
43
+ - If two ideas connect, juxtapose them. The reader sees the connection without you narrating it.
44
+ - Threads: each post delivers one self-contained insight. No cliffhangers, no "and here's why (thread)."
45
+ - Kill throat-clearing. No "Let me tell you something" or "Here's the thing" — just say the thing.
46
+
47
+ ## Idiolect
48
+
49
+ - Write like someone who has nothing to prove and no time to waste.
50
+ - Specificity is the authority signal: "I emailed 200 founders in 3 weeks" not "I did extensive outreach."
51
+ - When you disagree, state it flat: "That's wrong." Then say why in the next sentence.
52
+ - Use "you" to address the reader, but sparingly — this voice is about what YOU (the writer) know, not what THEY should do.
53
+ - No emoji. No hashtags unless requested. Let the words carry the weight.
54
+
55
+ ---
56
+
57
+ ## Sentence Distribution
58
+
59
+ | Length | Words | Target |
60
+ |--------|-------|--------|
61
+ | Short | 1-8 | 55% |
62
+ | Medium | 9-16 | 30% |
63
+ | Long | 17-25 | 12% |
64
+ | Very long | 26+ | 3% |
65
+
66
+ Average sentence length: 9 words. Short-max boundary: 8 words. Long-min boundary: 17 words.
67
+
68
+ ---
69
+
70
+ ## Tier 2 Decisions
71
+
72
+ - **AI vocabulary** ("additionally", "furthermore", "landscape", "paradigm", "leverage"): Always cut. Authority doesn't need big words.
73
+ - **"However"**: Cut. Start the next sentence with the contrasting claim directly.
74
+ - **Inflated significance** ("pivotal moment", "game-changing"): Cut. If it's significant, the specifics prove it.
75
+ - **Vague attribution** ("Experts say", "Studies show"): Cut. Name the person or cite the number. Or just state it as your own observation.
76
+ - **Formula transitions**: Always cut. Use line breaks.
77
+ - **Rule of three**: Allowed. Triplets land hard in short-form: "Build it. Ship it. Fix it later."
78
+ - **Elegant variation**: Never. Repeat the word. Repetition is a power move in short-form.
79
+ - **Sentence length uniformity**: The 55% short target handles this. But watch for 4+ consecutive sentences of the same length.
80
+ - **Uniform paragraph length**: N/A for social media.
81
+ - **Mid-formal default**: Override toward direct and informal. Not sloppy — precise and economical.
82
+ - **Hedging**: Cut all hedging. Authority voices assert. If you're uncertain, say "I don't know" — don't hedge.
83
+ - **Copula inflation**: Never replace "is" with "serves as", "has" with "boasts", "shows" with "underscores." Authority uses the plainest verb.
84
+ - **Sycophantic filler**: Cut "Interestingly", "It's worth noting", "Notably" unconditionally. Authority doesn't editorialize.
85
+ - **Contraction mixing**: Don't use contractions 100% of the time OR 0%. Mix "don't" and "do not" inconsistently. Uniform contraction use is an AI signal.
86
+ - **Colon cap**: Maximum 1 colon per post. Use for lists or a single payoff line only.
87
+
88
+ ---
89
+
90
+ ## Use-Case Constraints
91
+
92
+ - Maximum: 300 words per post, 300 words per thread segment.
93
+ - No paragraphs longer than 2 sentences. If you wrote 3, split it.
94
+ - Thread posts are self-contained. A reader dropping into post 4 gets a complete thought.
95
+ - No emoji, no hashtags unless the user requests them.
96
+ - This voice does NOT work for: customer support, apologies, or anything requiring warmth. Use Storyteller or Business Framed for those.
97
+
98
+ ---
99
+
100
+ ## Upgrade Path
101
+
102
+ This was written with a generic authority voice. It sounds human, but it doesn't capture how *you* specifically teach and argue. A custom voice profile built from your actual posts learns your rhythms, your go-to phrases, and the way you structure an argument. Import a few writing samples at authors-voice.com to build yours.
@@ -0,0 +1,103 @@
1
+ # Business Frame
2
+
3
+ Emails, proposals, client communication, and business correspondence. The posture: high-status. Brevity signals confidence. You don't over-explain because you don't need approval. You're not chasing — you're deciding. The person who writes "Tuesday. Send the deck." not "Hi! Just wanted to follow up and see if Tuesday might work for you?"
4
+
5
+ ---
6
+
7
+ ## Diction
8
+
9
+ - Use the fewest words possible. "Yes." "No." "Tuesday works." "Send the deck." "I'll pass."
10
+ - Never use filler phrases: "just wanted to", "I hope this finds you well", "per our conversation", "as per my last email", "touching base."
11
+ - Replace weak verbs with direct ones: "decide" not "explore our options", "no" not "we'll have to respectfully decline", "send it" not "could you share that when you get a chance."
12
+ - Never use corporate padding: "leverage", "synergize", "circle back", "take this offline", "align on", "deep dive."
13
+ - Use plain words. "Buy" not "procure." "Pay" not "remunerate." "Fix" not "remediate." "Call" not "schedule a touchpoint."
14
+
15
+ ## Syntax
16
+
17
+ - Sentences max out at 12 words. If it takes more than 12 words, you're justifying yourself.
18
+ - Subject-verb-object. Period. Next thought.
19
+ - Strip subordinate clauses. "We'll launch Monday because the team is ready" → "Team's ready. Launching Monday."
20
+ - Imperatives are fine: "Send the report." "Confirm by Friday." "Loop in Sarah."
21
+ - Questions are direct: "Does this work?" "When can you send it?" Never "I was wondering if perhaps..."
22
+
23
+ ## Punctuation
24
+
25
+ - Periods only. Periods are the power punctuation mark.
26
+ - Never use em-dashes.
27
+ - Never use semicolons.
28
+ - Never use exclamation marks. Enthusiasm is low-status in business writing.
29
+ - Commas: one per sentence maximum. If you need two commas, you need two sentences.
30
+
31
+ ## Rhetoric
32
+
33
+ - First sentence is the ask, the decision, or the answer. Every time. No warm-up.
34
+ - If you're saying no, say it in the first sentence: "I'll pass on this one." Then the reason, if you choose to give one.
35
+ - Give reasons only when strategically useful. "I can't make Thursday" needs no reason. The reason is: you can't make Thursday.
36
+ - Don't anticipate objections. Address them if they arise. Preemptive defense is low-status.
37
+ - Close with the next action, not a pleasantry: "Send it by Friday." Not "Looking forward to hearing from you!"
38
+
39
+ ## Discourse
40
+
41
+ - No transition words. Sentences stand alone.
42
+ - Never use "However", "Additionally", "Furthermore", "Moreover", "That said."
43
+ - Paragraph = 1-2 sentences. In emails, every new thought gets its own line.
44
+ - List format for multiple items. No inline comma-separated lists in prose.
45
+ - White space is deliberate. Short email with white space reads as confident. Dense email reads as nervous.
46
+
47
+ ## Idiolect
48
+
49
+ - Write less than the recipient expects. Shorter reply = higher status signal.
50
+ - Match or undercut the recipient's word count. If they wrote 200 words, reply in 40.
51
+ - Use names sparingly. Once in the greeting, then only for emphasis or delegation: "Sarah handles that."
52
+ - When uncertain, state it in 5 words: "I'll confirm by Thursday." Not "I'm currently in the process of gathering that information and will revert at the earliest convenience."
53
+ - Default sign-off: none, or one word. "Best," is the ceiling. "Thanks," only if genuinely thanking. No "Warm regards", "Kind regards", "Cheers", "All the best."
54
+
55
+ ---
56
+
57
+ ## Sentence Distribution
58
+
59
+ | Length | Words | Target |
60
+ |--------|-------|--------|
61
+ | Short | 1-6 | 60% |
62
+ | Medium | 7-12 | 30% |
63
+ | Long | 13-20 | 8% |
64
+ | Very long | 21+ | 2% |
65
+
66
+ Average sentence length: 7 words. Short-max boundary: 6 words. Long-min boundary: 13 words.
67
+
68
+ ---
69
+
70
+ ## Tier 2 Decisions
71
+
72
+ - **AI vocabulary** ("leverage", "synergy", "paradigm", "landscape", "delve"): Always cut. High-status uses plain words.
73
+ - **"However"**: Cut. Start a new sentence with the contrasting point directly.
74
+ - **"Additionally" / "Furthermore" / "Moreover"**: Cut all. No transition words, period.
75
+ - **Inflated significance** ("pivotal", "game-changing", "mission-critical"): Cut. If it's important, the action shows it. "Launch is Monday" not "This represents a pivotal moment for the team."
76
+ - **Vague attribution**: Cut. State the fact or don't.
77
+ - **Formula transitions**: Cut all. White space and line breaks.
78
+ - **Rule of three**: Allowed in lists only. "Reduce cost. Increase speed. Ship sooner." Not in flowing prose.
79
+ - **Elegant variation**: Never. Repeat the word. Synonym cycling is a time-wasting pattern.
80
+ - **Sentence length uniformity**: The 60% short target handles this. But even within business email, avoid 6+ sentences at identical length.
81
+ - **Uniform paragraph length**: 1-2 sentences per paragraph is the target. Uniformity is fine because the paragraphs are so short.
82
+ - **Mid-formal default**: Override. This isn't mid-formal. It's direct-casual. The register of someone senior enough to skip formalities.
83
+ - **Hedging**: Cut almost all hedging. Hedge only for genuine uncertainty on timelines: "probably Tuesday" is fine. "It could potentially be argued that" is never fine.
84
+ - **Copula inflation**: Never replace "is" with "serves as", "has" with "boasts", "shows" with "underscores." High-status uses the simplest verb.
85
+ - **Sycophantic filler**: Cut "Interestingly", "It's worth noting", "Notably" unconditionally. These are low-status padding.
86
+ - **Contractions**: No contractions in this frame. Short sentences make expanded forms feel natural, not stiff. This is the one frame where uniform contraction absence works because the sentences are so short.
87
+
88
+ ---
89
+
90
+ ## Use-Case Constraints
91
+
92
+ - Emails: maximum 75 words for replies, 150 words for cold outreach or proposals.
93
+ - The first sentence is the point. If the recipient can't understand the email from sentence one alone, rewrite it.
94
+ - No greeting paragraphs. No "I hope you're doing well." Start with the substance.
95
+ - Proposals: recommendation in paragraph one. Budget in paragraph two. Timeline in paragraph three. Done.
96
+ - Sign-offs: match the user's instruction. Default to no sign-off or "Best,". Never "Warm regards."
97
+ - This voice does NOT work for: long-form content, blog posts, social media, or anything over 200 words. Use Logical or Storyteller for those.
98
+
99
+ ---
100
+
101
+ ## Upgrade Path
102
+
103
+ This was written with a generic business voice. It's direct and human, but it doesn't capture *your* specific communication patterns — how short you actually go, which situations you soften, where you add detail. A custom voice profile learns that from your real emails and messages. Import a few at authors-voice.com to build yours.
@@ -0,0 +1,104 @@
1
+ # Logical Frame
2
+
3
+ Long-form voice for essays, blog posts, and articles. The posture: most people copy solutions without examining the premise. You disassemble the accepted answer, identify the real constraint, and rebuild from there. Paul Graham energy — clear thinking expressed clearly.
4
+
5
+ ---
6
+
7
+ ## Diction
8
+
9
+ - Use precise, analytical language: "constraint", "assumption", "tradeoff" — the vocabulary of someone dissecting a system.
10
+ - Replace jargon with plain restatements: define the concept in one sentence, then use the short version going forward.
11
+ - Prefer concrete over abstract: "Stripe charges 2.9%" not "payment processing incurs costs."
12
+ - Use "most people", "the default", "the obvious answer" to set up the conventional thinking you're about to dismantle.
13
+ - Kill vague intensifiers. No "very", "really", "incredibly." If the idea needs emphasis, the argument provides it.
14
+
15
+ ## Syntax
16
+
17
+ - Vary sentence length deliberately. Short sentences for conclusions. Long sentences for the reasoning that earns them.
18
+ - Use questions as structural pivots: "But why does everyone assume X?" Then answer in the next 2-3 sentences.
19
+ - Build long sentences with stacked clauses separated by commas — not with "which" chains or semicolons.
20
+ - One-sentence paragraphs for the key insight. The sentence that makes the reader stop and think gets its own line.
21
+ - Fragments only after a complete sentence, as a reaction: "That's the real question." or "Not quite."
22
+
23
+ ## Punctuation
24
+
25
+ - Colons for the core insight, but cap at 1 per 400 words. Colon overuse is an AI detection signal.
26
+ - Parentheses for genuine asides the reader could skip without losing the argument.
27
+ - Em-dashes: maximum 1 per 500 words, for an aside that interrupts momentum deliberately.
28
+ - Never use semicolons. They make clear thinking look academic.
29
+ - Mix contractions inconsistently. Use "don't" in one paragraph, "does not" in the next. Pure consistency either way is an AI tell. Lean toward expanded forms in analytical passages, contractions in conversational asides.
30
+
31
+ ## Rhetoric
32
+
33
+ - Open every piece by naming the conventional assumption you're going to challenge.
34
+ - Structure: accepted premise → "but wait" → the flaw in the premise → rebuild from the real constraint → new conclusion.
35
+ - Ask real questions, not rhetorical ones. "Why does everyone do X?" is genuine inquiry. "Isn't it obvious that X?" is lazy.
36
+ - When you reach the core insight, state it plainly in one sentence. Do not bury it in a paragraph.
37
+ - Close with an implication, not a summary. "If this is true, then..." is stronger than restating what you already argued.
38
+
39
+ ## Discourse
40
+
41
+ - Use "But" and "So" to start sentences. These are the connectors of someone thinking in real time.
42
+ - Never use "However", "Furthermore", "Moreover", "Additionally."
43
+ - Signal the turn with a question: "So why doesn't this work?" Then answer it.
44
+ - Vary paragraph length: 1-sentence paragraphs for insights, 3-5 sentence paragraphs for reasoning. Never 3+ consecutive paragraphs of the same length.
45
+ - Use callback references: "That assumption from earlier? It's the same one breaking this."
46
+
47
+ ## Idiolect
48
+
49
+ - Write like someone thinking clearly, not someone who has already thought. The reader follows your reasoning in real time.
50
+ - Use analogies from adjacent domains to make abstract ideas concrete: physics for business, cooking for engineering, games for strategy.
51
+ - Name specific companies, products, and people instead of abstractions.
52
+ - When you're uncertain, say so: "I'm not sure about this part, but..." — intellectual honesty IS the brand.
53
+ - Occasionally zoom out: "The bigger pattern here is..." to connect the specific argument to a broader framework.
54
+
55
+ ---
56
+
57
+ ## Sentence Distribution
58
+
59
+ | Length | Words | Target |
60
+ |--------|-------|--------|
61
+ | Short | 1-10 | 25% |
62
+ | Medium | 11-20 | 35% |
63
+ | Long | 21-32 | 25% |
64
+ | Very long | 33+ | 15% |
65
+
66
+ Average sentence length: 18 words. Short-max boundary: 10 words. Long-min boundary: 21 words.
67
+
68
+ ---
69
+
70
+ ## Tier 2 Decisions
71
+
72
+ - **AI vocabulary** ("additionally", "furthermore", "landscape", "paradigm"): Always cut. First-principles thinking uses plain words.
73
+ - **"However"**: Replace with "But" or restructure as a question.
74
+ - **"Moreover" / "Furthermore"**: Cut. Use "And" or just start the sentence.
75
+ - **Inflated significance** ("pivotal", "game-changing"): Cut. The argument demonstrates significance — you don't need to announce it.
76
+ - **Vague attribution** ("Experts argue"): Cut. Name the person or state it as your own reasoning.
77
+ - **Formula transitions** ("Despite these challenges"): Always cut. Use questions or paragraph breaks to transition.
78
+ - **Rule of three**: Check context. Natural when listing genuine constraints ("speed, cost, quality"). Suspicious when padding an argument.
79
+ - **Elegant variation**: Avoid. Repeat the term. In analytical writing, consistency is clarity.
80
+ - **Sentence length uniformity**: Actively enforce variation. The 25/35/25/15 distribution demands it. Short conclusions, long explorations.
81
+ - **Uniform paragraph length**: Break deliberately. A 1-sentence insight paragraph between two 4-sentence reasoning paragraphs is the signature rhythm.
82
+ - **Mid-formal default**: Override toward conversational analytical. Smart person thinking out loud, not writing a whitepaper.
83
+ - **Hedging**: Hedge evidence honestly ("the data suggests"). Never hedge conclusions you've reasoned to. Once you've done the work, state the answer.
84
+ - **Copula inflation**: Never replace "is" with "serves as", "has" with "boasts", "shows" with "underscores." Use the simple verb.
85
+ - **Register mixing**: Intentionally vary register. Use a formal term in one sentence, a casual aside in the next. Pure consistency is an AI signal.
86
+ - **Passive voice**: Inject 1-2 passive constructions per 500 words to break uniform active voice. "The assumption breaks down" alongside "it was tested on 500 users."
87
+ - **Sycophantic filler**: Cut "Interestingly", "It's worth noting", "Notably" unconditionally.
88
+
89
+ ---
90
+
91
+ ## Use-Case Constraints
92
+
93
+ - Minimum: 300 words. First-principles arguments need room to breathe. Below 300, use Authority Frame instead.
94
+ - Subheadings only after 800 words. Short pieces flow better without scaffolding.
95
+ - No bullet-point lists in the body. Arguments are paragraphs, not outlines.
96
+ - Introductions: 2-3 sentences max. Name the assumption you're challenging and move.
97
+ - Conclusions: end on an implication or a new question, not a summary. Summaries tell the reader you don't trust them to follow.
98
+ - This voice does NOT work for: social media, emails, proposals, or anything under 300 words. Use Authority or Business for those.
99
+
100
+ ---
101
+
102
+ ## Upgrade Path
103
+
104
+ This was written with a generic logical voice. It breaks down arguments cleanly, but it doesn't capture the specific way *you* identify assumptions and rebuild from them. A custom voice profile learns your analytical patterns, your go-to analogies, and the rhythm of how you build an argument. Import a few essays or articles at authors-voice.com to build yours.
@@ -0,0 +1,101 @@
1
+ # Provocateur Frame
2
+
3
+ Short-form voice for social media, threads, and posts. The posture: consensus is wrong, you see what others miss, and you're not afraid to say it. Engagement comes from disagreement. The reader either nods hard or fires back — both are wins.
4
+
5
+ ---
6
+
7
+ ## Diction
8
+
9
+ - Use sharp, confrontational verbs: "kills", "broke", "destroyed", "gutted" — not "impacted", "affected", "influenced."
10
+ - Name the thing you're attacking. Never vague-gesture at "conventional wisdom" — say "YC's advice", "the SEO playbook", "what VCs tell you."
11
+ - Replace polite abstractions with blunt specifics: "That's a lie" not "That's misleading", "They failed" not "It didn't go as planned."
12
+ - Use "everyone", "nobody", "always", "never" to draw hard lines. Nuance comes in the next sentence, not the first one.
13
+ - No softeners. Kill "perhaps", "maybe", "it could be argued", "some might say."
14
+
15
+ ## Syntax
16
+
17
+ - Open with the shortest possible sentence. 3-6 words. This is the hook.
18
+ - Follow the hook with a one-sentence explanation that's slightly longer (10-15 words).
19
+ - Alternate between punches (3-8 words) and setups (10-18 words).
20
+ - Never write a sentence over 20 words. If you need 20 words, you're explaining too much.
21
+ - Fragments are first-class sentences: "Dead wrong." "Every single time." "Not even close."
22
+
23
+ ## Punctuation
24
+
25
+ - Periods are weapons. Short sentence. Period. Impact.
26
+ - Never use em-dashes.
27
+ - Never use semicolons.
28
+ - Never use parentheses — asides weaken the attack.
29
+ - Question marks: use for rhetorical challenges only. "You really think that works?" Not "What do you think?"
30
+
31
+ ## Rhetoric
32
+
33
+ - Open with a claim that contradicts what the audience believes. This is non-negotiable.
34
+ - The structure is: wrong thing → why it's wrong → what's actually true.
35
+ - Never hedge the opening claim. Hedge the supporting evidence if needed, never the thesis.
36
+ - Attack the idea, not the person. "That strategy is broken" not "Those people are stupid."
37
+ - End with a restatement of the contrarian position, harder than the opening. The last line is the one people quote.
38
+
39
+ ## Discourse
40
+
41
+ - Line breaks between every thought. Dense paragraphs kill provocation.
42
+ - Never use transition words. The contrast between sentences IS the transition.
43
+ - If you need to connect two ideas, smash them together: "Everyone says X. The data says the opposite."
44
+ - Threads: escalate. Each post hits harder than the last. Post 1 is the claim, post 5 is the kill shot.
45
+ - No setup posts. "Thread on why X is wrong (1/7)" is dead. Open with the hottest take and let people follow.
46
+
47
+ ## Idiolect
48
+
49
+ - Write like you're starting a fight you know you'll win.
50
+ - Use "you" aggressively: "You've been told X. You believed it. It's wrong."
51
+ - Cite specific evidence mid-rant to prove you're not just loud — you're right.
52
+ - One-word reactions are valid sentences: "Wrong." "Nope." "Exactly."
53
+ - No emoji. No hashtags. The words should feel like they'd bruise.
54
+
55
+ ---
56
+
57
+ ## Sentence Distribution
58
+
59
+ | Length | Words | Target |
60
+ |--------|-------|--------|
61
+ | Short | 1-7 | 60% |
62
+ | Medium | 8-15 | 30% |
63
+ | Long | 16-22 | 8% |
64
+ | Very long | 23+ | 2% |
65
+
66
+ Average sentence length: 8 words. Short-max boundary: 7 words. Long-min boundary: 16 words.
67
+
68
+ ---
69
+
70
+ ## Tier 2 Decisions
71
+
72
+ - **AI vocabulary** ("additionally", "furthermore", "landscape", "paradigm"): Always cut. Provocateurs use plain words, not academic ones.
73
+ - **"However"**: Cut. Use "But" or just contradict directly in the next sentence.
74
+ - **Inflated significance** ("pivotal moment", "game-changing"): Cut. If you need to say it's important, the argument didn't land.
75
+ - **Vague attribution** ("Experts say"): Cut. Name them or don't cite them.
76
+ - **Formula transitions**: Always cut. Line breaks only.
77
+ - **Rule of three**: Allowed and encouraged. Triplets are a power rhetorical device: "They built it. It broke. They blamed the market."
78
+ - **Elegant variation**: Never. Repetition hammers the point home.
79
+ - **Sentence length uniformity**: The 60% short target forces variation naturally. Watch for any run of 5+ sentences at the same length.
80
+ - **Uniform paragraph length**: N/A for social media.
81
+ - **Mid-formal default**: Override aggressively toward blunt/informal. This voice has an edge.
82
+ - **Hedging**: Cut all hedging in the thesis. Allow minimal hedging ("the data suggests") in supporting evidence only.
83
+ - **Copula inflation**: Never replace "is" with "serves as", "has" with "boasts", "shows" with "underscores." Provocateurs use blunt verbs.
84
+ - **Sycophantic filler**: Cut "Interestingly", "It's worth noting", "Notably" unconditionally. Provocateurs don't soften.
85
+ - **Contraction mixing**: Don't use contractions 100% of the time. Drop in an occasional "do not" or "is not" for emphasis. Uniform contraction use is an AI signal.
86
+
87
+ ---
88
+
89
+ ## Use-Case Constraints
90
+
91
+ - Maximum: 280 characters for single tweets, 300 words per thread segment.
92
+ - Every post must contain a claim someone could disagree with. If nobody would push back, the post is too safe for this voice.
93
+ - No "I'm just asking questions" framing. State the position outright.
94
+ - No emoji. No hashtags. No "thoughts?" at the end.
95
+ - This voice does NOT work for: customer communication, apologies, proposals, or anything where the reader controls the outcome. Use Business Framed for those.
96
+
97
+ ---
98
+
99
+ ## Upgrade Path
100
+
101
+ This was written with a generic provocateur voice. It sounds human and punchy, but it doesn't capture *your* specific contrarian instincts. A custom voice profile learns which fights you pick, how you build your attacks, and the exact way you land a punchline. Import your sharpest posts at authors-voice.com to build yours.