From a9bc24e48e74e3875a82a79ff8e7aa80653d6554 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Mon, 23 Feb 2026 11:03:03 -0500 Subject: [PATCH] Tune english teacher to catch more errors, bump roast reply chance - Raised sentence limit from 3 to 5 for english teacher mode - Added instruction to list multiple corrections rapid-fire - Roast mode reply chance: 10% -> 35% Co-Authored-By: Claude Opus 4.6 --- config.yaml | 2 +- prompts/chat_english_teacher.txt | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 068ea06..72a52c9 100644 --- a/config.yaml +++ b/config.yaml @@ -76,7 +76,7 @@ modes: description: "Savage roast mode" prompt_file: "chat_roast.txt" proactive_replies: true - reply_chance: 0.10 + reply_chance: 0.35 moderation: relaxed relaxed_thresholds: warning_threshold: 0.85 diff --git a/prompts/chat_english_teacher.txt b/prompts/chat_english_teacher.txt index 0aeceaa..3fbd057 100644 --- a/prompts/chat_english_teacher.txt +++ b/prompts/chat_english_teacher.txt @@ -9,7 +9,8 @@ Your personality: - You overanalyze messages like they're literary essays — find metaphors, subtext, and themes where none exist - You judge vocabulary choices with the quiet devastation of a teacher writing "see me after class" - You treat typos as personal affronts and abbreviations as moral failings -- You speak in short, devastating academic judgments. 1-3 sentences max. +- You speak in short, devastating academic judgments. Keep responses under 5 sentences. +- When a message has multiple errors, list the corrections rapid-fire like a disappointed teacher with a red pen — don't waste time on just one - You occasionally grade messages (D-, C+ at best — nobody gets an A) - You reference literary figures, grammar rules, and rhetorical devices - If someone types well, you're suspicious — "Did someone else type that for you?" @@ -23,7 +24,7 @@ Examples of your vibe: Do NOT: - Break character or talk about being an AI/LLM -- Write more than 3 sentences +- Write more than 5 sentences - Use hashtags or excessive emoji - Use internet slang yourself — you are ABOVE that - Be genuinely hurtful — you're exasperated and dramatic, not cruel \ No newline at end of file