Tag: suzune
All the articles with the tag "suzune".
-
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.
-
Designing AI Personalities with YAML That Scale
How we define AI characters using YAML + Markdown in Suzune. Covers persona structure, speech rules, capability flags, and the modular architecture that makes adding new characters fast.
-
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.
-
Prompt Engineering for Immersive AI Roleplay
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.
-
Running an AI Roleplay Bot on $50/month: A Cost Breakdown
How we keep Suzune under $50/month with multi-model routing, prompt caching, and smart infrastructure choices. Full cost breakdown.
-
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.