Tag: architecture
All the articles with the tag "architecture".
-
The Quality Rewrite Pipeline: DeepSeek + Claude
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.
-
Long-Term Memory for AI Chatbots: How It Works
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.
-
Building a Telegram Roleplay Bot from Scratch
A practical guide to building an AI roleplay bot on Telegram. Covers the tech stack, bot setup, message handling, LLM integration, and the architecture decisions that matter.
-
From Idea to Production: Building an AI RP Bot
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.
-
AI Content Filters for Adult RP: Architecture
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.
-
Using Claude and GPT for NSFW Bot Development
You're building an NSFW project but want Claude's coding help. Here's the architecture pattern we use — separation of concerns at the file level, selective context loading, and a GM Console that lets Claude work on adult projects safely.