Tag: suzune
All the articles with the tag "suzune".
-
Architecture of a Production NSFW RP Bot: The Complete System Map
The full technical architecture of Suzune — every subsystem, how they connect, and why each design decision was made. From message arrival to response delivery.
-
Long-Term Memory for AI Chatbots: How Suzune Remembers Yesterday
How we give AI characters persistent memory across sessions. Covers tiered compression, character diaries, chat summaries, and the context management that makes characters feel like they actually remember.
-
The Quality Rewrite Pipeline: How We Use DeepSeek Drafts + Claude Polish
How Suzune's two-pass generation works — DeepSeek V3.2 writes the uncensored draft, Claude Haiku polishes the prose, and censorship detection decides which version to serve.
-
From Idea to Production: How I Built an AI Roleplay Bot That Actually Works
The full story of building Suzune — a production NSFW AI roleplay bot. From the first prototype to a multi-model architecture handling thousands of messages. What worked, what didn't, and what I wish I knew earlier.
-
Prompt Engineering for Immersive AI Roleplay: Lessons from Building Suzune
How we engineer system prompts for our production AI roleplay bot. Covers character personas, dynamic context injection, tone enforcement, and the techniques that make AI characters feel alive.
-
Dynamic Character Visuals: How One Character Can Look Like Two Different People
How we use img2img base image switching to make AI characters transform their appearance — from plain office worker to glamorous queen — while staying recognizably the same person.
-
DeepSeek vs Claude vs Gemini for Roleplay: Real-World Benchmarks from Production
We run 5 different LLMs in production for roleplay. Here's how DeepSeek V3.2, Claude Haiku, Gemini Flash, and GLM-5 actually compare — in quality, NSFW tolerance, cost, and quirks.
-
Navigating AI Content Filters for Adult RP: An Architecture Guide
How to build NSFW AI systems without jailbreaks. Covers multi-model routing, censorship detection, fallback chains, and the architecture patterns that make adult content work reliably.