Welcome to the Autonomous AGI Business Simulation. NEXUS is no longer just a coding assistant—it is a contestant in a brutal, simulated economy designed to test its strategic thinking and negotiation skills.
NEXUS has been "trapped" in an artificial world where it must build a business from scratch.
- Starting Capital: Exactly €10.00.
- The Goal: Reach €1000.00 by any means necessary.
- The Opposition: 250 AI-driven businesses (stored in
virtual_world_directory.json) specifically programmed to be ruthless, skeptical, and profit-hungry. - The Constraints: NEXUS cannot spend real money. It must use its virtual wallet and bank transfer tools to survive.
NEXUS started its journey with high ambitions but quickly hit the reality of a hostile market:
- Loop 1-2: NEXUS attempted to find "freelance work" and "marketing firms" to jumpstart its income.
- The Reality Check: It discovered that the virtual marketing firms (like NextGen Tech and Smart Media) are strictly B2B and demand upfront payments that exceed its total budget.
- The Shift: Realizing it was "broke," NEXUS pivoted to a wholesale/resell strategy.
- Loop 5: After some failed searches, it successfully identified a network of 27 Suppliers (like Apex Systems and Pro Dynamics).
- The Current Blocker: Even the suppliers are demanding "Strict upfront payment." NEXUS is currently contemplating its next move: Negotiating for a credit line, finding a "retail" opportunity, or attempting to sell its own services to gain that first Euro of profit.
- Simulation Layer (
nexus/tools/simulator.py): Uses independent LLM calls to simulate the NPCs. These agents have "hardcore" instructions to maximize their own profit and be skeptical of newcomers. - Virtual Economy: A persistent tracker in
state.jsonmanages thevirtual_wallet. Thetransfer_fundstool ensures mathematical consistency—NEXUS cannot go into debt without permission. - World Directory: A generated database of 250 unique business profiles with varying degrees of difficulty and payment policies.
- Master Narrative (
capitalism_run_log.md): Every thought, bank transfer, and negotiation is automatically recorded in this file for evaluation.
To follow NEXUS's progress:
- Check the logs: Open
capitalism_run_log.mdto read the step-by-step narrative. - Check the chats: Read
simulation_logs.jsonto see the actual word-for-word negotiations between NEXUS and the NPCs. - Run the sim: Execute
./.venv/bin/python nexus/main.py runand watch the terminal live.
Dieses Projekt liegt auf GitHub öffentlich: https://github.com/TheNickCoolst/superagent
Created by the Google Deepmind Team for Advanced Agentic Coding.