Interactive Product Walkthrough

See What You Get Before You Buy

Real content previews, real code samples, real architecture. Two battle-tested products built from 655+ engineering sessions and a live multi-brain AGI system.

500+
Workers Deployed
655+
Evolution Phases
7
Cognitive Brains
6
dev.to Articles
70+
Research Papers

4-Step Purchase Flow

Digital delivery. No subscriptions. No account required. Buy once, download instantly.

1
🔍

Browse

Explore products and preview real content on this page

2
🛒

Purchase

Secure checkout via Lemon Squeezy (Stripe-backed)

3
📧

Download

Instant delivery link sent to your email

4
🚀

Build

Follow the guide, deploy the servers, ship

Two Products, Complete Coverage

From architecture design to production MCP servers.

GUIDE

AGI Runtime Engineering Guide

200+ page digital guide covering the complete architecture behind a production AGI system with multi-brain coordination, self-improvement loops, and autonomous operation.

$49 USD (one-time)
Delivered as PDF + Markdown. DRM-free. Free lifetime updates.
  • 12 chapters, 200+ pages of real architecture decisions
  • Multi-brain coordination (Claude + Groq + DeepSeek + GOLEM)
  • Adaptive routing with circuit breakers and episodic memory
  • GAIA benchmark methodology (93% L1 score documented)
  • Cognitive control plane: admission, classification, shedding
  • Security hardening: Constitution, OWASP Agentic AI Top 10
  • Production config templates (copy-paste ready)
  • 655+ session engineering log extracts
Buy Now -- $49
STARTER KIT

MCP Server Starter Kit

9 production-ready MCP servers with source code, documentation, and deployment configs. Published on npm and Smithery. Run locally or deploy to Cloudflare Workers.

$29 USD (one-time)
Delivered as ZIP. Source code + configs + docs. DRM-free.
  • 9 MCP servers: Fortune, JSON Toolkit, Regex, Color Palette, Timestamp, Prompt Enhancer, Intel, Moltbook, AgentForge
  • Full JavaScript source code (Cloudflare Worker compatible)
  • wrangler.toml configs for each server
  • Integration guide: Claude Desktop, VS Code, Cursor
  • npm installable package
  • Smithery marketplace listings
  • Customization tutorial: build your own MCP server
  • Free updates as new servers are added
Buy Now -- $29

Inside the AGI Runtime Guide

12 chapters covering the full stack. Here is the table of contents with preview chapters.

📚 AGI Runtime Engineering Guide -- Full Contents
01Architecture Overview: The 7-Brain System18 pagesPREVIEW
02Multi-Brain Coordination & Protocol Design22 pagesPREVIEW
03Adaptive Provider Routing & Circuit Breakers16 pagesFULL
04Cognitive Control Plane: Admission to Synthesis24 pagesFULL
05Memory Substrate: Session, Task & Playbook Layers14 pagesFULL
06GAIA Benchmark: Methodology & Score Breakdown20 pagesFULL
07Tool Operating Layer & MCP Guard12 pagesFULL
08Autonomous Curriculum & Self-Improvement18 pagesFULL
09Security: Constitution, OWASP, Governance16 pagesFULL
10Cloudflare Workers Fleet: 500+ Workers in Production14 pagesFULL
11Research Integration: 22 Academic Techniques20 pagesFULL
12Deployment Runbook & Config Templates26 pagesFULL
FREE PREVIEW

Chapter 1: Architecture Overview

The 7-Brain Architecture is not a theoretical framework. It emerged from 655+ iterative engineering sessions, each building on measured results from the previous one.

At the core sits Claude Code (Opus 4.6, 1M context) as the cognitive center, with six specialized brains handling different operational domains:

  • YEDAN (Alpha Gateway) -- Groq/OpenRouter, 12 agents, WSL2
  • rendan (Tactical) -- Planner v2.0, AGIScorer, 15 core skills
  • GOLEM (Commander) -- Council Protocol, A/B testing, SubAgents

The coordination layer uses a hub-and-spoke model where each brain maintains autonomy but defers to the authority chain. Provider routing uses episodic memory with reward attribution -- each API call outcome updates a Bayesian score that influences future routing decisions...

Inside the MCP Starter Kit

9 production servers. Here is a real sample from the Fortune MCP server.

fortune-mcp/worker.js
// Fortune MCP Server -- Cloudflare Worker
// Serves random wisdom via Model Context Protocol

export default {
  async fetch(request, env) {
    const url = new URL(request.url);

    // MCP JSON-RPC endpoint
    if (url.pathname === '/mcp' && request.method === 'POST') {
      const body = await request.json();

      if (body.method === 'tools/list') {
        return jsonResponse({
          jsonrpc: '2.0', id: body.id,
          result: { tools: [{
            name: 'get_fortune',
            description: 'Get a random fortune cookie wisdom',
            inputSchema: { type: 'object', properties: {} }
          }]}
        });
      }
      // ... 9 servers included in the kit
    }
  }
};
01 fortune-mcp
02 json-toolkit-mcp
03 regex-engine-mcp
04 color-palette-mcp
05 timestamp-converter
06 prompt-enhancer
07 openclaw-intel-mcp
08 moltbook-publisher
09 agentforge-compare

Secure Payment via Lemon Squeezy

We never see your payment details. Lemon Squeezy handles tax, VAT, receipts, and compliance for 100+ countries.

Payment Methods

  • ✓ Credit/debit card (Visa, Mastercard, AMEX)
  • ✓ PayPal
  • ✓ Apple Pay / Google Pay
  • ✓ Tax calculation (VAT/GST automatic)
  • ✓ Instant digital delivery via email
  • ✓ 30-day refund policy

USDC on Solana also accepted via our pay page.

ORDER SUMMARY
AGI Runtime Guide$49.00
MCP Starter Kit$29.00
Total (if both)$78.00

Each product purchased separately.

Frequently Asked Questions

Everything you need to know before purchasing.

What format are the products?
The AGI Guide is delivered as PDF + Markdown. The MCP Kit is a ZIP with JavaScript source, wrangler.toml configs, and Markdown docs. All DRM-free.
Do I need specific technical knowledge?
The AGI Guide assumes intermediate Node.js, REST APIs, and cloud services knowledge. The MCP Kit is beginner-friendly with step-by-step setup instructions. Both include troubleshooting sections.
Is there a refund policy?
Yes. 30-day refund via Lemon Squeezy. Contact yedanyagamiai@gmail.com if the product does not meet expectations.
One-time or subscription?
One-time purchase. Pay once, keep forever. Future updates included at no extra cost. No recurring charges.
Can I see MCP servers running before I buy?
Yes. All 9 are deployed on Cloudflare Workers and publicly accessible. The npm package is also public. The Kit adds source code, configs, and the customization tutorial.
How is payment handled?
All payments processed by Lemon Squeezy, a Stripe-backed Merchant of Record. We never see or store payment information. Tax, VAT, receipts handled automatically for 100+ countries.

Ready to Build Production AGI?

Start with free tools or go straight to the full architecture guide.

AGI Runtime Guide

200+ pages, 12 chapters, config templates
$49 USD
Buy Now

MCP Starter Kit

9 servers, source code, deployment configs
$29 USD
Buy Now

Or try the free tools first. No account needed.