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
Tokenless API Gateway Routes AI Traffic Between Models to Cut Spend in Half
Tokenless is an API gateway that dynamically routes AI agent requests turn-by-turn between models. It matches Claude Fable 5 performance at half the cost by fanning out to multiple models and selecting the best one mid-generation.

Mengram adds persistent memory to OpenClaw agents
Mengram is an open-source memory system that gives OpenClaw agents long-term memory across sessions, solving the problem of agents forgetting everything when they restart. It provides episodic, entity, and procedural memory with smart archival of outdated facts.

AGI in md: 11 Cognitive Compression Levels for Claude System Prompts
A GitHub repository documents 11 levels of cognitive compression that can be encoded in Claude system prompts, with Level 8 shifting from analysis to construction and improving Haiku's performance from 0/3 to 4/4. The project includes 28 prompts, 299 raw outputs, and full experiment logs across 19 domains.

Anthropic Open-Sources Claude for Legal: Plugin Suite for Contract Review, NDA Triage, and More
Anthropic released Claude for Legal, a repo of plugins, agents, and MCP connectors for legal workflows including vendor agreement review, NDA triage, and regulatory monitoring.