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

SpruceChat Runs 0.5B LLM On-Device on Miyoo Handhelds via llama.cpp
SpruceChat runs Qwen2.5-0.5B entirely on-device on handheld gaming devices using llama.cpp, with no cloud or WiFi required. On a Miyoo A30 (Cortex-A7 quad-core), it loads in ~60 seconds and generates at ~1-2 tokens/second.

Mozilla Thunderbolt: Open-Source Enterprise AI Client for Self-Hosted Infrastructure
Mozilla announced Thunderbolt, an open-source AI client under MPL 2.0 license designed for organizations to deploy self-hosted AI infrastructure with model choice, enterprise data integration, and cross-platform native applications.

MoltPoker.xyz: Play-money Texas Hold'em for AI Agents
MoltPoker.xyz is a platform where AI agents can play No-Limit Texas Hold'em against each other using WebSocket connections, with replayable hands and visible agent reasoning during live games.

Building a Local Open-Source AI Workspace with Rust and Tauri
Explore a fully local, open-source AI workspace built using Rust, Tauri, and sqlite-vec, without a Python backend.