Tag: suzune
All the articles with the tag "suzune".
-
How to Design AI Personalities with YAML: A Character System That Scales
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.
-
Building a Telegram Roleplay Bot from Scratch: The Complete Stack
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.
-
Building an Affection System for AI Characters: The Feature Users Love Most
How we built Suzune's relationship scoring system — 5 emotional axes, milestone unlocks, and behavior gating that makes AI characters feel like they're genuinely warming up to you.
-
Running an AI Roleplay Bot on $50/month: A Cost Breakdown
The real costs of running a production AI roleplay bot. How we keep Suzune under $50/month with multi-model routing, prompt caching, and smart infrastructure choices.
-
How to Use Claude and GPT for NSFW Bot Development (Without Getting Blocked)
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.