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

Outworked v0.3.0 adds iMessage support, built-in browser, and scheduling for Claude Code agents
Outworked v0.3.0 introduces iMessage channel support for agent communication, a built-in browser for web interaction, scheduling via cron, tunneling for local sharing, and enhanced MCP/Skills support. The desktop app orchestrates Claude Code agents as a team to handle coding tasks, web research, and automated workflows.

Open Source AI Memory Storage for NodeJS Projects
Mind Palace is an open source memory storage and retrieval system for NodeJS that persists information across LLM chat sessions. It supports major LLMs and vector stores, automatically extracting and vectorizing summarized memories from interactions.

Kontext CLI: Credential Broker for AI Coding Agents
Kontext CLI is a Go-based credential broker that provides AI coding agents with short-lived access tokens instead of long-lived API keys. It uses RFC 8693 token exchange, streams audit logs for every tool call, and works with Claude Code today.

AskFirst API adds human approval layer for AI agents
AskFirst is a REST API that lets AI agents pause for human approval before taking irreversible actions. It works with local models, hosted APIs, and any framework, providing email notifications, approve/deny options, and audit logs.