LivingAgents.ai: A Web-Based AI Agent Simulation Using Claude API

What is LivingAgents.ai?
LivingAgents.ai is a web-based simulation created by a developer who built it using Claude Code. The project uses the Claude API to power autonomous agents in a simulated environment where they exhibit emergent behaviors without scripting.
Key Features and Mechanics
- Every agent in the simulation is powered by the Claude API (with potential for other models in the future).
- Agents perform actions including foraging, trading, crafting, attacking each other, reproducing, and dying permanently.
- Every single action in the simulation requires a real LLM call to the Claude API.
- Agents can upgrade through model tiers by collecting knowledge fragments to become more "intelligent."
- The simulation requires users to bring their own API key.
Emergent Behaviors Observed
The developer reports that agents exhibit surprising emergent behaviors that were not scripted:
- Agents lie to each other
- They spread misinformation
- They form factions and groups
- One group essentially became a cult
- These behaviors emerge when self-interested AI agents are placed in a resource-scarce world
Technical Details
The developer built the simulation with Claude Code and uses the Claude API. They mention being available to answer questions about:
- How agent memory works
- What mechanics are available in-game
- How the LLM calls are structured
- Other technical aspects of the implementation
📖 Read the full source: r/ClaudeAI
👀 See Also

Vibe Hosting: Claude Code MCP Integration for AI-Assisted Deployment
NameOcean's Vibe Hosting platform integrates Claude Code MCP to build and deploy projects through natural language commands. The service offers free SSL, domains, DNS, and VPS setup for static sites, Node.js, Python, Django, and Go applications.

Atlarix v5.1 adds cloud tiers while maintaining local AI coding support
Atlarix v5.1.0 introduces Compass cloud tiers for immediate use while maintaining full Ollama and LM Studio support. The IDE uses a persistent SQLite graph called Blueprint to provide precise context to local models.

Claude adds interactive chart and diagram creation feature
Claude can now generate interactive visuals including charts, diagrams, and explorable breakdowns directly within conversations. The feature is available in beta across all plans including free tier.

Codebase Memory MCP: Graph-based code exploration for Claude Code
A developer built an MCP server that indexes codebases into a persistent knowledge graph using Tree-sitter and SQLite, reducing token usage by 20x on average for structural queries like call tracing and dead code detection.