PhantomCrowd: Multi-Agent Audience Simulator Using Claude Code

PhantomCrowd is a multi-agent audience simulator built using Claude Code that predicts how real audiences will react to marketing content before it's posted. The tool was inspired by MiroFish, a multi-agent prediction engine with 48K stars on GitHub, and adapted for marketing use cases.
Key Features and Functionality
The system works with any OpenAI-compatible API, including Claude models. For optimal performance:
- Use Haiku for persona reactions (fast, cheap — handles 500 personas)
- Use Sonnet for persona generation, knowledge graph analysis, and marketing reports
- Also works with Ollama (free, local), OpenAI, Groq, and Together AI — just change the base URL and model name in
.env
Here's how it works:
- You paste content (ad copy, social post, product launch)
- It generates 10–500 personas with unique demographics, personalities, and social media habits
- Each persona reacts independently — writes comments, decides to like/share/ignore/dislike
- In Campaign mode: personas interact with each other on a simulated social network (up to 100 LLM agents + 2,000 rule-based agents)
- You get a dashboard with sentiment distribution, viral score, and improvement suggestions
The developer notes that results are surprisingly realistic, with different personas reacting authentically based on their profiles. For example, a 19-year-old K-pop fan reacts very differently from a 45-year-old marketing executive. When these personas interact, you get emergent behavior that can't be predicted from individual responses alone.
The project is MIT licensed, includes Docker support, and can simulate audience reactions in 12 languages.
📖 Read the full source: r/ClaudeAI
👀 See Also

Reseed CLI: Extract Design Systems from Any Site for Claude Code and Cursor
Reseed is a CLI that extracts design tokens (colors, spacing, type scale, radii) from any website and generates a tailwind.config.ts, design-system.md, and reference HTML for Claude Code and Cursor to use.

ClawsifyAI Agent Handles Email, Research, and Brainstorming Tasks
A developer tested ClawsifyAI, an AI agent-style claw bot, for a week and found it handled emails, research, repetitive work, and brainstorming. The agent provides clear feedback, practical solutions, and sometimes better ideas than originally planned.

Claude Code's Official Telegram Plugin: Setup Notes and Migration from OpenClaw
A developer migrated from OpenClaw to Claude Code's official Telegram integration, documenting the setup process and creating an open-source migration skill. The integration connects via BotFather tokens and offers better token efficiency and cleaner communication.

Agent Wake Skill for OpenClaw: Notify Discord When Tasks Complete
A developer created agent-wake.py, a Python script that Claude Code calls after tasks finish. It sends Discord pings and fires wake events via the gateway HTTP API, prompting the agent to post summaries automatically.