Noren AI: Voice Extraction Tool Identifies Writing Patterns from Samples

Noren AI is a voice extraction tool that automatically identifies writing patterns from text samples to help LLMs generate content that sounds like you. The tool was developed after the creators spent weeks manually documenting 300 lines of their own writing patterns, which they fed to Claude and other open source models to achieve voice-matching output.
How It Works
The tool takes 5 to 10 writing samples and returns a voice guide built from your actual patterns, not your guesses about yourself. When tested on the same writing samples used for manual documentation, Noren matched 90% of the manually identified patterns and found 8 more patterns the creators had completely missed about themselves.
Development Background
The project started from frustration with AI-generated content that felt technically accurate but lacked authentic voice. The team initially used Claude, Llama, ChatGPT and Qwen to draft tweets and emails, finding the output clean and structured but with a persistent "low-grade wrongness." System prompts like "Be concise. Be direct. Match my tone" helped but still felt off.
Instead of trying to describe their voice through prompts, they documented it by analyzing patterns in their writing: how sentences tend to start and end, words used when thinking fast versus being careful, recurring analogies, and argument styles. This manual process created what felt like "an accidental self-portrait" rather than a style guide.
Results
When they fed their 300-line manual guide to Claude and other open source models, the output finally sounded like them. Constant readers couldn't tell the difference between AI-generated drafts and authentic writing. The patterns identified by Noren AI weren't hallucinations—everything traced back to real sentences in actual text they had written.
📖 Read the full source: r/LocalLLaMA
📖 Read the full source: r/LocalLLaMA
👀 See Also

Local Memory System for AI Coding Tools Extracts 2,600+ Facts from Conversation Logs
A developer built a local memory layer that ingests conversation logs from Claude Code, Factory.ai, and Codex CLI, extracts structured facts using a local LLM, and auto-injects context into new sessions. After months of use, it has indexed 13,000+ messages and extracted 2,600+ facts.

Logic Virtual Machine: A Prompt-Based System to Halt LLM Reasoning Collapses
A researcher has developed a Logic Virtual Machine (LVM) prompt that forces LLMs to halt and report specific collapse modes when they encounter paradoxes or reasoning drift, based on a single stability law: K(σ) ⇒ K(β(σ)). The prompt is substrate-independent and works on models like Grok and Claude.

AGENTS-COLLECTION: 129 Claude Code Agents Organized in One Repository
A developer has compiled 129 Claude Code agents into a single repository in ~/.claude/agents/ format, ready for installation with a simple copy command. The collection includes the full agency-agents system with 68 personality-driven agents across multiple disciplines, plus additional agents for multi-agent team workflows.

HostedShell: A Web-Based Deployment Solution for OpenClaw Agents
HostedShell is a hosted version of OpenClaw that eliminates local CLI setup, dependency management, and manual pairing by providing a web console with direct terminal access and filesystem updates.