Documentation · Getting Started

Help &
Getting Started

One portal, nine projects. This guide walks you through the NOHN AI ecosystem — what each project does, where to try it, and how to get running in minutes.

Overview · The Big Picture

What is the NOHN AI ecosystem?

NOHNAI builds open-source tools that keep AI consistent, accountable and true to its own rules — characters that stay in character, stories with no plot holes, and decisions with a verifiable record.

01

Substrate — The Foundation

Deterministic execution, an append-only ledger, immutable rules and a closed execution surface. Everything above builds on these four pillars.

02

Five Core Subsystems

Virtual-World Base, SPL-G1 Processor, Anthropomorphic Agent Engine, NOMOS and Story Engine — each keeping its own local determinism.

03

Interconnect Layer

Antares · GFSIP — a federated interoperability protocol that lets agents talk securely across organizations with no central authority.

04

Tools & Templates

SPL Cognitive Audit Engine, the Tax Compliance Workbench and the AI Drawing Template — ready-to-use surfaces built on the core.

Quick Start · Run It Locally

Get the portal running

PAGES is pure static HTML + CSS — no build step, no framework, no install.

Clone the repository and serve the folder. Any static server works.

# Primary: GitHub
git clone https://github.com/nohn3043-arch/pages.git
cd pages
python serve.py 8000   # → http://localhost:8000
# (or: python -m http.server 8000)
  1. Browse the portal

    The homepage links every project. Open /virtual-world/, /your-soulmate/, /audit/, /tax-audit/, /ai-draw/ and /spl-g1/ directly.

  2. Switch language

    Use the 中文 / EN button — the whole site is bilingual and remembers your choice.

  3. Toggle Deep Mode

    Switch to professional second-perspective terminology (deterministic kernels, append-only ledgers, SHA-256 provenance) with one click.

Projects · The Full Map

Explore every project

Each card lists what the project is, its live entry point, and the shortest path to try it.

01 / VIRTUAL WORLD

SPL Virtual-World BaseMetaverse Infrastructure

An open-source engine that compiles your world rules into an immutable set and rejects any change that breaks them.

Get started: open the live demo → read the Constitution / Law / Bridge docs → clone Second-Reality to run your own world.

02 / COMPUTE

SPL-G1 ProcessorTrusted Compute Unit

A deterministic compute unit that signs a SHA-256 provenance record onto an append-only ledger for every operation.

Get started: read the showcase → follow the repository README to build on the execute-and-verify flow.

03 / AGENT

Anthropomorphic Agent EngineDeterministic Persona Engine

Bind a personality once and the agent never drifts or forgets — even across the longest conversations.

Get started: open the live demo → set a persona → chat and watch the identity hold. Also available as Chrome / Firefox extensions.

04 / AUDIT

NOMOSDecision Audit Hub

Stress-tests important decisions, surfaces latent assumptions and hidden bias, and returns a verifiable report — IMDA AI Verify 95/100.

Get started: run the audit kernel on a decision → review the attribution report you could put before a regulator.

05 / NARRATIVE

Story EngineLong-form Consistency Engine

Write long stories with no plot holes — characters remember their history and rules stay consistent.

Get started: draft a long-form story → the engine keeps character state and world rules append-only. Chrome / Firefox extensions available.

06 / FIN-TAX

Tax Compliance Audit WorkbenchFinance & Tax Automation

A deterministic audit workbench for VAT input deduction, built on the NOMOS kernel, with a human sign-off gate.

Get started: open the workbench → paste invoice data → run the fixed rule set to get a traceable report.

07 / PROTOCOL

Antares · GFSIPSecure Cross-Org AI Protocol

Authenticated channels, idempotent session recovery and a signed time-ordered record — no central authority. QUIC · ALPN gfsip/1 · Deterministic CBOR.

Get started: read the GFSIP v1.0 spec → integrate the interoperable transport into heterogeneous agents.

08 / TOOL

SPL Cognitive Audit EngineClient-side Decision Audit

A neutral, offline, decision-agnostic audit engine that runs 100% in the browser — zero data leaves your machine.

Get started: paste any text or decision → walk the surfaced assumptions, weak points and risky inferences.

09 / RESOURCE

AI Drawing Composition TemplateConsistent Character Rendering · v2.4

A prompt-engineering checklist that locks a character to a fixed persona spec — poses, shots, weights, pass/fail gate.

Get started: open the workbench → compose a character → run the pass/fail check before rendering.

Foundations · The Bedrock

Four guarantees

Every project in the ecosystem inherits these four properties.

I

Local Determinism

Execution stays local under a deterministic scheduler — bounded latency, no per-step overhead.

II

Durable Ledger

State and history rebuild from an append-only ledger — no drift, no memory loss.

III

Immutable Rules

Rules can’t be changed in place; changes are re-baselined explicitly and logged.

IV

Closed Execution Surface

No side path around the surface — the dependency graph stays internally consistent.

Authorization & Contact

Get started with the team

The underlying projects follow a dual-track authorization model — free for individual research, paid for commercial use. See each project’s LICENSE for terms.