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

Layerkit: AI Image Editor with Editable Layers Built with Claude Code
A developer built Layerkit, a browser-based AI image editor that generates scenes with editable layers to avoid constant re-prompting. The tool uses a multi-stage AI pipeline where one LLM plans composition, an image model generates the scene, and another LLM analyzes the actual image to place readable text.

Galadriel: Open-Source Warm-Cache Harness for Persistent Claude Agents
Galadriel is a 3-tier stacked caching harness for Claude that reduces costs by 87% and latency to under 3s for 100K token prompts. Integrates MemPalace for persistent vector memory.

Shieldbot: Open-Source Security Scanner Plugin for Claude Code
Shieldbot is an open-source security scanner that runs as a plugin inside Claude Code, integrating six scanners including Semgrep with 5,000+ rules, Bandit, Ruff, detect-secrets, pip-audit, and npm audit. It deduplicates findings and generates prioritized reports with risk scores and code fixes.

Cortex v1.2 adds LLM enrichment, Q&A with citations, and conflict resolution
Cortex, a local memory layer for OpenClaw agents, has released v1.2 with LLM-augmented enrichment by default, a question-answering command with citations, and improved deduplication and conflict resolution. The tool now includes unified configuration management and intent-based search pre-filtering.