A small, opinionated Discord bot built around long-running LLM threads, soft moderation, and a quiet personality.
Nexus started as a weekend "what if the bot just had a memory" and slowly turned into a real piece of software. It runs in a single Discord server right now — small, well-behaved, with a personality I tuned by hand.
Discord's default bots felt either too transactional (slash command, single reply) or too chaotic (full LLM, no guardrails). I wanted something in the middle — a bot that can hold a conversation over several hours without losing the thread, and that knows when to be quiet.
The hardest design problem wasn't the prompts. It was deciding when not to reply.
The repo is currently private under @astromarb. I'll likely open-source the core conversation engine once the soft-moderation layer stabilizes.