GENESIS v4.0

MCP serverEverything else

Discover and quote x402-paid Base intelligence products.

Available today. Use it from your connected AI after setup.

Add ahel to your AI once: Claude, ChatGPT, Cursor, Claude Code or Codex. Then ask it to use this.

Then ask your AI: use GENESIS v4.0

Install GENESIS v4.0

The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.

  • Claude Code

    claude mcp add --transport http --scope user genesis-v4-0 'https://prime-agent-x402-intelligence.onrender.com/mcp/'

    Run it once in your project, then open /mcp to approve any sign-in the server asks for.

  • Claude Desktop

    https://prime-agent-x402-intelligence.onrender.com/mcp/

    Add a custom connector in Settings, paste this address, and approve the sign-in.

  • Cursor

    cursor://anysphere.cursor-deeplink/mcp/install?name=genesis-v4-0&config=eyJ1cmwiOiJodHRwczovL3ByaW1lLWFnZW50LXg0MDItaW50ZWxsaWdlbmNlLm9ucmVuZGVyLmNvbS9tY3AvIn0=

    Open the link and Cursor adds the server at that address.

  • ChatGPT

    https://prime-agent-x402-intelligence.onrender.com/mcp/

    In Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.

  • Codex

    codex mcp add genesis-v4-0 --url 'https://prime-agent-x402-intelligence.onrender.com/mcp/'

    Run it once, then sign in with codex mcp login genesis-v4-0 if the server asks for an account.

From the project's README

As published by abovebeyond4north-netizen/Build in README.md.

Generative Evolving Neural Engine for Self-Improving Systems

GENESIS is an experimental multi-agent evolution and learning simulation. The current genesis.py implementation combines neuroevolution, online adaptation, intrinsic-motivation signals, communication, counterfactual evaluation, shared knowledge, hierarchical goals, social prediction, concept formation, and self-narrative mechanisms in one self-contained Python program.

Project status: research prototype. GENESIS explores mechanisms associated with adaptive and self-improving systems; it is not evidence of artificial general intelligence or a formally verified Gödel machine.

Current capabilities

The v4 implementation contains 17 major capability areas:

#CapabilityImplementation focus
1Passive learningAgents update behavior from simulated experience
2Meta-learningEvolvable learning-rule parameters
3Darwinian evolutionMutation, crossover, topology change, and speciation
4Validated self-modificationCandidate changes are evaluated before retention
5Self-directed controlAgents choose actions from internal state and goals
6Self-evaluationCurriculum, diversity, and stagnation signals
7Recovery mechanismsRollback and anomaly-handling paths
8Intrinsic explorationCuriosity, novelty search, and self-play-inspired signals
9Open-ended behavior searchEvolution can discover unprogrammed behavior combinations
10Decision intelligenceCausal memory, prediction, and temporal evaluation
11Emergent communicationEvolvable signaling between nearby agents
12Counterfactual reasoningAlternative-action replay and regret-based adjustment
13Persistent knowledge transferShared knowledge survives individual agents
14Hierarchical goal formationMulti-level goals and sub-goal decomposition
15Theory-of-mind approximationInternal prediction models for other agents
16Abstract concept formationPrototype-based compression of repeated situations
17Self-narrativeCompressed autobiographical state influencing later decisions

What changed in v4.0

v4 adds four capability families on top of the v3 communication, counterfactual, and shared-knowledge systems:

  • Hierarchical goal formation — agents can maintain goals and decompose them into smaller objectives.
  • Social prediction — agents model aspects of other agents' behavior to influence cooperation and competition.
  • Abstract concept formation — repeated experiences can be compressed into higher-level prototypes.
  • Self-narrative — agents maintain a compact history that can affect later decisions and inheritance.

Requirements

  • Python 3.11 or 3.12 recommended
  • NumPy
  • Matplotlib

Install dependencies from the repository manifest:

python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -r requirements.txt

On Windows PowerShell, activate the environment with:

.venv\Scripts\Activate.ps1

Run

python genesis.py

The default configuration currently runs 150 generations with 100 simulation steps per generation, so a full run is intentionally more substantial than a smoke test.

Verify core behavior

Run the deterministic fast test suite without starting the full simulation:

python -m unittest discover -s tests -p "test_*.py" -v

The current core tests verify innovation-ID stability, minimal genome topology, finite bounded network activation, structural independence after genome copying, and learning-rule weight bounds.

Output

Generated plots are written under genesis_output/. The v4 visualization paths currently include:

  • genesis_output/genesis_v4_dashboard.png
  • genesis_output/genesis_v4_universe.png

Generated output and Python cache files are ignored by Git so experiments do not continuously add local artifacts to source control.

Continuous integration

The GENESIS quality workflow performs fast checks on pull requests and pushes that touch GENESIS:

  • compiles genesis.py and the core tests on Python 3.11 and 3.12;
  • installs the declared runtime dependencies;
  • verifies that NumPy and Matplotlib import successfully;
  • executes the deterministic GENESIS core behavioral test suite.

The workflow intentionally avoids running the full 150-generation simulation on every commit. Long experiment runs should be executed separately and their parameters/results recorded explicitly when used as evidence.

Architecture

See GENESIS_Architecture.md for the extended architecture notes. Where that document and the executable source disagree, treat genesis.py as the current implementation and open an issue or pull request to synchronize the documentation.

Reproducible research guidance

For comparable experiment results, record at minimum:

  1. the Git commit SHA;
  2. Python version and dependency versions;
  3. random seed, when fixed;
  4. configuration changes relative to Config;
  5. number of generations and steps per generation;
  6. the metric definition used for every reported result.

This separates observed experiment results from capability descriptions and makes future improvements easier to validate.


GENESIS v4.0 — an experimental platform for studying evolutionary, adaptive, social, and self-evaluating agent mechanisms.

Advanced
Delivery
prime-agent-x402-intelligence MCP server → your ahel connector (mcp.ahel.ai) → your AI.
Item type
mcp-server
Key
io-github-abovebeyond4north-netizen-prime-agent-x402-02qeuok
Source
github.com/abovebeyond4north-netizen/Build
Hosted endpoint
https://prime-agent-x402-intelligence.onrender.com/mcp/