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

Heren Godot MCP: Persistent WebSocket Daemon Cuts AI–Godot Interaction Latency to ~20ms
Heren is a new MCP server for Godot that keeps a lightweight WebSocket daemon alive, achieving ~20ms operations instead of waiting for full engine cold starts. It provides 15 tools for scene management, debugging, GPU‑accelerated screenshots, and automatic shutdown after 3 minutes of inactivity.

Agents Room: Desktop App for Visualizing Claude Code Agent Teams
Agents Room is an Electron desktop application that scans for .claude/agents/ folders, reads frontmatter, and visualizes agent relationships on a canvas with automatic connection lines. It allows creating/editing agents, skills, and commands directly in the UI instead of editing markdown files.

Mnemos: Open-Sourced Local-First Memory Layer for Coding Agents
Mnemos is a local-first memory layer for solo coding-agent workflows that addresses common memory system failures like scope bleed, stale facts, and unbounded transcript growth. The public beta includes SQLite starter profiles, MCP support for Claude Code/Desktop, and a biomimetic pipeline with components like SurprisalGate and MutableRAG.

Claudebin: Export and Share Your Claude Code Sessions
Claudebin allows you to export entire Claude Code sessions, making them shareable and resumable through a single URL.