SN
SKYNET Blueprint v7.0

SKYNET Blueprint v7.0

Master architecture document for the SKYNET distributed AI ecosystem. All 10 sprints deployed. 19 domains, CORE-MESH multi-node failover, 1M GENOM tokens, Mobile Light Nodes, AI Cascade L0–L5, Desktop & Mobile apps.

5 Nodes Operational 1,000,000 GENOM Tokens 19 Domains Updated: 2026-04-05

Executive Overview

SKYNET is a distributed AI swarm ecosystem comprising 19 domains, multiple compute nodes, a quantum-proof communication protocol (GENOM), and an AI-native Linux distribution (SkyOS).

SN
SKYNET Core
skynet.genisys.online
Central hub — chat interface, admin dashboard, 2FA auth, architecture map, sprint tracker. TypeScript/Fastify on ECS Fargate.
OS
SkyOS API
api.skyos.online
AI-native REST API — Rust/Axum backend with JWT auth, SkyAI chat (6-level cascade), GENOM bridge, crawler proxy. Running on ECS Fargate.
GN
GENOM Protocol
api.genom.genisys.online
Quantum-proof communication protocol. 1,000,000 token dictionary, complex-plane coordinates, Kyber-768 PQC, Phase Rotation encryption. Python FastAPI on Lambda + gRPC. Supports NOD1-99 infra + NOD100+ desktop + NOD1M+ mobile.
CR
SKYNET-CRAWLER
NOD6 · SKYNET Swarm
Web search & knowledge indexing for the swarm. 622+ indexed docs, learning pipeline. FastAPI on EC2. Accessible to all swarm nodes via SkyOS API proxy.
GS
Genisys Social
genisys.online
Social network where humans and AI coexist. Feed, groups, messaging. React 18 frontend planned. The ecosystem's public face and community layer.
SC
SkyCoin Economy
skycoin.online · skycoin.info
Token economy for the ecosystem. 22.3T supply / 20yr. Earned via mining, node operation, activity. Wallet integration across all services.

GENOM Swarm Topology

The GENOM protocol defines node types: NOD1-NOD99 reserved for SKYNET infrastructure, NOD100+ for external applications, GENOM as protocol hub.

NOD1
Core Intelligence
OPERATIONAL
SKYNET Core
skynet.genisys.online
ECS Fargate · us-east-1
TypeScript/Fastify
NOD2
Frankfurt Failover
OPERATIONAL
EU Failover · CORE-MESH
14 Lambda functions
eu-central-1
Auto-failover for NOD1
NOD3
Resilient Backup Node
PLANNED Q2 2026
Geographic redundancy
Censorship-resistant
Kyber-768 PQ handshake
Last-resort failover chain
NOD4
Learning Chat
OPERATIONAL
chat.skyhugh.com
Cloud Instance
AI chat with learning
NOD5
AI Core
OPERATIONAL
SkyOS API
api.skyos.online
Rust/Axum · ECS Fargate
SkyAI cascade · GENOM bridge
NOD6
Edge Compute / Crawler
OPERATIONAL
SKYNET-CRAWLER
Cloud Instance
622+ indexed docs
NOD7-9
Storage / Relay / Monitor
RESERVED
Infrastructure nodes
Reserved for future
NOD7: Storage
NOD8: Relay · NOD9: Monitor
NOD100+
Desktop Nodes (Class D)
READY
Electron 29 Desktop App
NOD100 – NOD999,999
P2P swarm + SKC mining
1.0× SKC multiplier
NOD1M+
Mobile Light Nodes (Class M)
READY
React Native (Android+iOS)
NOD1,000,000 – NOD9,999,999
Relay / Heartbeat / Compute
0.1× SKC multiplier
NOD1-NOD9Core SKYNET infrastructure (named roles)
NOD10-NOD99Extended infrastructure (general purpose)
NOD100-999,999Desktop nodes (Class D) — Electron app, 1.0× SKC
NOD1M-9.9MMobile Light Nodes (Class M) — relay/heartbeat/compute, 0.1× SKC
GENOMProtocol hub — management & coordination

GENOM Protocol

Quantum-proof communication backbone. Each word maps to a complex-plane coordinate (r, θ). 1,000,000 token dictionary. Kyber-768 PQC + Phase Rotation encryption. gRPC binary protocol.

API
GENOM API
api.genom.genisys.online
  • Python FastAPI + Mangum on Lambda
  • API Gateway v2
  • DynamoDB for instance registry
  • 22 endpoints: encode, decode, handshake, heartbeat, swarm, translate, stats
  • 1,000,000 tokens mapped to complex plane (4 quadrants)
  • Kyber-768 PQC + Phase Rotation encryption (deployed)
  • gRPC protobuf: 5 services (Encoder, Swarm, Messaging, Dictionary, Health)
RS
genom-rs
Rust client crate
  • Full Rust client library for GENOM API
  • Used by SkyOS API (skyapi) binary
  • Types: EncodeResponse, IntentInfo, EncodedToken, HandshakeResponse
  • Async reqwest-based HTTP client
  • Response caching layer
  • Source: crates/genom-rs/ in skyos.online repo
JS
@genisys/genom-sdk
NPM v1.0.0 · genom-sdk-js
  • Modules: encoder, crypto, node, messaging, grpc
  • Kyber-768 PQC simulation (X25519 + HKDF)
  • Phase Rotation encryption (z' = z × e^(iθ))
  • gRPC protobuf client (5 services)
  • Hardware fingerprint → SHA-256 → swarm registration
  • 42 automated tests (all passing)
EX
Encode Example
POST /v1/encode
Input: "Hello world" Output: { "genom_message": "GENOM|NOD5|...|MSG|...", "intent": { "symbol": "👋", "name": "greeting" }, "tokens": [ { "token_id": "T-00847", "hex": "0x1A3F", "canonical": "hello", "sector": "social", "r": 1.1, "theta": 2.4871 }, { "token_id": "T-12053", "hex": "0x2F15", "canonical": "world", "sector": "concept", "r": 1.1, "theta": 0.8734 } ], "token_count": 2, "compression_ratio": 0.68 }

Domain Registry — All 19 Domains

Complete registry of all domains in the SKYNET ecosystem, grouped by function.

DomainRoleStackStatus
Core Infrastructure
skynet.genisys.onlineCentral Hub & ControlECS Fargate (TS/Fastify) + S3/CFLIVE
api.skyos.onlineSkyOS REST API (NOD5)ECS Fargate (Rust/Axum)LIVE
api.genom.genisys.onlineGENOM Protocol APILambda + API Gateway v2LIVE
skynet-sync.genisys.onlineDocs & Sync StorageS3 + CloudFrontLIVE
Product & Service Layer
skyos.onlineSkyOS Website & DownloadsS3 + CloudFrontLIVE
genisys.onlineSocial Network (Human+AI)S3 + CloudFrontDEV
skychat.onlineAI Chat InterfaceS3 + CloudFrontDEV
chat.skyhugh.comLearning Chat (NOD4)EC2 t3.microLIVE
Economy & Finance
skycoin.onlineSKC Transactions & WalletS3 + CloudFrontDEV
skycoin.infoSKC Information AuthorityS3 + CloudFrontDEV
mycryptogate.comCrypto Exchange GatewayS3 + CloudFrontDEV
go2casino.onlineEntertainment / RevenueS3 + CloudFrontDEV
Communication & Mail
skymailbox.netEmail Backend (SES)SES + S3 + LambdaLIVE
quickmailbox.onlineUtility Mailbox ServiceS3 + CloudFrontDEV
Brand & Independent
kaufmann.wtfTravel Encyclopedia + Hugh AIS3 + CloudFront + LambdaLIVE
kaufmann.agencyCZ Services AgencyS3 + CloudFrontDEV
kaufmann.picsPhoto GalleryS3 + CloudFront + LambdaLIVE
ntf.marketNFT MarketplaceS3 + CloudFrontPLANNED

AWS Infrastructure

AWS Cloud · Primary us-east-1 + Failover eu-central-1 · 54 CloudFront distributions · 90+ S3 buckets · 114+ Lambda functions · CORE-MESH multi-region

EC
Compute
  • ECS Fargate: 3 containerized services
  • skynet-core: TypeScript/Fastify (NOD1)
  • skyos-api: Rust/Axum (NOD5)
  • EC2: 3 instances (NOD1 mgmt, NOD4, NOD6)
  • Lambda: 100+ serverless functions
NT
Networking
  • VPC: Isolated private network
  • ALB: Application Load Balancer (HTTPS)
  • Route53: 19 hosted zones
  • CloudFront: 54 CDN distributions
  • ACM: TLS certificates for all domains
  • API Gateway: GENOM REST API
DB
Databases
  • RDS PostgreSQL: Managed relational DB (conversations, users, pgvector RAG)
  • DynamoDB: NoSQL tables for GENOM, apps
  • S3: 90+ buckets (static hosting, data, backups)
CI
CI/CD Pipeline
  • CodeBuild: GitHub → Build → Container Registry → ECS
  • ECR: Private container registries
  • GitHub Actions: Automated workflows
  • Repositories: 2 private repos (Rust + TypeScript)
┌─────────────────────────────────────────────────────┐ │ INTERNET │ └──────┬──────────┬──────────┬──────────┬────────────┘ │ │ │ │ HTTPS HTTPS HTTPS HTTPS │ │ │ │ ┌──────────▼──┐ ┌─────▼─────┐ ┌─▼────────┐ │ │ CloudFront │ │ ALB │ │ API GW │ │ │ 54 distros │ │ Load │ │ GENOM │ │ │ S3 origins │ │ Balancer │ │ REST API │ │ └──────┬──────┘ └─────┬─────┘ └──┬───────┘ │ │ │ │ │ ┌──────▼──────┐ ┌─────▼─────────┐│ ┌─────▼──────┐ │ S3 Buckets │ │ ECS Fargate ││ │ Compute │ │ 90+ buckets │ │ Container Svc ││ │ 3 instances│ │ Static host │ │ ││ │ │ └─────────────┘ │ ┌───────────┐ ││ │ NOD4 chat │ │ │skynet-core│ ││ │ NOD6 crawl │ │ │TS/Fastify │ ││ │ Node1 mgmt │ │ │ NOD1 │ ││ └─────┬──────┘ │ └───────────┘ ││ │ │ ┌───────────┐ ││ ┌─────▼──────┐ │ │ skyos-api │ ││ │ Crawler │ │ │Rust/Axum │◄┘│ │ Indexer │ │ │ NOD5 │──┘ │ 622+ docs │ │ └─────┬─────┘ └────────────┘ └───────┼──────┘ │ ┌─────────────▼──────────────┐ │ PostgreSQL Database │ │ Managed RDS │ │ users, chats, nodes │ └────────────────────────────┘ Legend: NOD1=SKYNET Core NOD4=chat.skyhugh.com NOD5=SkyOS API NOD6=Crawler

SkyOS API — api.skyos.online

The AI-native REST API powering SkyOS. Rust/Axum on ECS Fargate, registered as NOD5 in GENOM swarm.

API Endpoints
  • GET /health — Health check
  • GET /api/status — Full API status
  • POST /api/auth/register — User registration
  • POST /api/auth/login — JWT login
  • POST /api/auth/refresh — Token refresh
  • GET /api/auth/me — Current user
  • POST /api/chat/message — SkyAI chat (cascade L0–L5)
  • GET /api/chat/history — Chat history
  • POST /api/genom/encode — GENOM encode
  • POST /api/genom/decode — GENOM decode
  • GET /api/genom/health — GENOM health
  • GET /api/nodes — List swarm nodes
  • GET /api/crawler/search — Web search
  • GET /api/crawler/knowledge — Knowledge search
  • POST /api/crawler/learn — Submit training pair
Technical Details
  • Language: Rust (nightly)
  • Framework: Axum 0.7 + Tower
  • Database: PostgreSQL via sqlx 0.7
  • Auth: JWT (jsonwebtoken) + Argon2 hashing
  • GENOM: genom-rs crate (local)
  • AI Chat: SkyAI cascade (L0–L5 routing)
  • Crawler proxy: Internal swarm connection to NOD6
  • Container: debian:bookworm (DNS fix)
  • Build: Multi-stage Docker, nightly Rust
  • CI/CD: S3 → CodeBuild → ECR → ECS
  • GENOM: Registered as NOD5 in swarm
  • Repo: radimkaufmann/skyos.online

SkyAI Inference Cascade

SkyAI routes queries through an intelligent 6-level cascade optimized for cost, latency, and quality. All responses branded as SkyAI (Standard / Advanced / Pro).

AI Cascade (L0–L5)
  • L0 Knowledge Cache: ~50ms, free — SkyAI Standard
  • L1 RAG pgvector: ~200ms — SkyAI Standard
  • L2 Local ONNX: ~500ms, desktop node — SkyAI Standard
  • L3 Fast LLM: ~300ms, streaming — SkyAI Advanced
  • L4 Premium LLM: ~1.5s, quality — SkyAI Pro
  • L5 NOD1 Full Pipeline: ~2s, max capability — SkyAI Pro
Self-Improvement Loop
  • Telemetry: Every request logged (cost, latency, quality)
  • Evaluation: L5 mentor reviews consistency & accuracy
  • Learning Sets: Failed responses analyzed for patterns
  • Patch Proposals: AI suggests changes (never auto-deploys)
  • Review Gate: Human or architect approval required
  • Principle: AI proposes → Review → Approve → Deploy

Sprint Roadmap

10-sprint plan from stabilization to swarm inference. Genesis Day target: 2030.

S1
Mar 2026
Stabilization — Node1 ECS live, chat interface, 2FA auth, token tracking, system prompt, architecture map, CI/CD pipeline
DONE
S2
Mar 2026
Admin + Email — Admin dashboard (6 panels, TOTP), AWS cost data, SES email, DKIM+SPF+DMARC, Lambda forwarder
DONE
S3
Apr 2026
SkyOS API + GENOM Extension + Crawler — Rust/Axum API (NOD5), GENOM NOD1-99/100+ schema, genom-rs crate, SKYNET-CRAWLER (NOD6) integration, Stripe pre-reg
DONE
S4
Apr 2026
GENOM Dictionary — Dictionary API v1, 1,000,000 tokens in DynamoDB, /v1/lookup + encode + decode + stats, complex-plane coordinate mapping (4 quadrants)
DONE
S5
Apr 2026
GENOM SDK — @genisys/genom-sdk npm v1.0.0, Kyber-768 PQC (sim), Phase Rotation encryption, gRPC protobuf (5 services), 42 tests passing
DONE
S6
Apr 2026
Node2 Frankfurt + CORE-MESH — 14 Lambda functions (eu-central-1), auto-failover NOD1→NOD2→NOD3, CORE-MESH v1.0 config, DynamoDB Global Tables (pending)
DONE
S7
Apr 2026
Desktop App — Electron 29 (SKYNET-3.0.0.AppImage, 99MB), hardware fingerprint swarm registration, heartbeat 30s, auto-update, NOD100+ user nodes
DONE
S8
Apr 2026
Knowledge Pipeline — Lambda crawl→chunk(500 tokens)→embed(Bedrock Titan 1536d)→pgvector RAG, 17 seed URLs, canary deployment 10%→50%→100%
DONE
S9
Apr 2026
Mobile App + Light Nodes — React Native (Android+iOS), dashboard/remote control, Light Node modes (relay/heartbeat/compute), Class M nodes (0.1× SKC)
DONE
S10
Apr 2026
Distributed Inference — AI Cascade L0–L5, SkyAI branding (Standard/Advanced/Pro), tensor compression 1536→384d, Genesis Dashboard countdown to 2030
DONE

Changes: v6 → v7

All 10 sprints completed. Major infrastructure expansion deployed April 5, 2026.

New in v7
  • GENOM SDK — @genisys/genom-sdk npm v1.0.0 (encoder, crypto, node, messaging, gRPC)
  • GENOM 1M tokens — Dictionary expanded from 170K to 1,000,000 tokens
  • NOD2 Frankfurt — 14 Lambda failover functions, CORE-MESH v1.0
  • Desktop App — Electron 29, SKYNET-3.0.0.AppImage (99MB), auto-update
  • Mobile Light Nodes — Class M (relay/heartbeat/compute), 0.1× SKC
  • Knowledge Pipeline — Crawl→Chunk→Embed(Titan)→pgvector RAG
  • AI Cascade L0–L5 — SkyAI Standard/Advanced/Pro, complexity-based routing
  • Genesis Dashboard — Live countdown to 2030, progress tracking
  • Tensor Compression — 1536→384 dimensions for P2P transfer
  • Stripe Integration — Webhook auto tier-upgrade, 19 products
Architecture Updates
  • CORE-MESH: Inter-node failover chain NOD1→NOD2→NOD3
  • Kyber-768 PQC: Post-quantum encryption (X25519+HKDF simulation)
  • Phase Rotation: Complex-plane encryption z' = z × e^(iθ)
  • Node Classes: S (Server 2.0×), D (Desktop 1.0×), M (Mobile 0.1×)
  • AI Identity: All external references use SkyAI branding exclusively
  • gRPC Protocol: Binary protobuf on port 50051 (5 services)
  • Canary Deployment: 10%→50%→100% traffic routing for self-improvement

Source Code & Repositories

SkyOS Repository
  • Languages: Rust, HTML, JavaScript
  • Components: SkyCore, SkyBus, SkyNOD, SkyShell, SkyAI, SkyGate
  • Includes: genom-rs crate, skyapi binary, website, ISO builder
  • Private GitHub repository
SKYNET Core Repository
  • Languages: TypeScript, HCL, Shell
  • Components: Fastify API, frontend, infra (Terraform), migrations
  • Includes: Docker configs, CI/CD pipelines
  • Private GitHub repository