Skip to content
View issdandavis's full-sized avatar

Highlights

  • Pro

Block or report issdandavis

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
issdandavis/README.md

Issac Daniel Davis

AI Governance Β· Bounded AI in Governed Loops Β· Port Angeles, WA

SCBE Tests npm PyPI HF Dataset USPTO ORCID

The pattern across everything I build: bounded AI inside governed loops


🧭 The Unified Story

Three domains. One pattern.

Domain Project Role
AI Governance SCBE-AETHERMOORE The control plane β€” hyperbolic geometry makes adversarial behavior geometrically expensive
Inference Orientation Polly Pump Inference-time orientation layer β€” separates orientation from expression so models stay aligned without retraining
Agent Orchestration Flock Shepherd (inside SCBE) Swarm coordinator β€” bounded teammate AI in flock/assistant lanes

πŸ” SCBE-AETHERMOORE β€” AI Governance API

Patent pending: USPTO #63/961,403

Quantum-resistant. 14-layer hyperbolic pipeline. EU AI Act ready. From $49/mo.

What it does: Every AI agent action passes through 14 mathematical layers in a PoincarΓ© ball model. Safe behavior clusters near the center. Adversarial drift hits an exponential cost wall. The framework can't be fooled by prompt injection because it doesn't classify intent β€” it measures geometric distance from trusted-behavior space.

95.3% adversarial detection  Β·  <8ms latency  Β·  950+ tests passing
ML-KEM-768 + ML-DSA-65 post-quantum crypto  Β·  signed audit trail

Install:

npm install scbe-aethermoore
pip install scbe-aethermoore

Quick score:

import { harmonicScale } from 'scbe-aethermoore/harmonic';
const score = harmonicScale(2.5, 0.1); // 0.238 = elevated risk
// 1.0 = trusted center Β· 0.0 = boundary

β†’ SCBE-AETHERMOORE repo β†’ Live site & pricing


πŸ—£οΈ Six Sacred Tongues

Six constructed languages β€” original IP by Issac Davis β€” each with 256 tokens and phi-weighted scaling:

Tongue Weight Domain
Kor'aelin (KO) 1.00 Intent
Avali (AV) 1.62 Metadata
Runethic (RU) 2.62 Binding
Cassisivadan (CA) 4.24 Compute
Umbroth (UM) 6.85 Security
Draumric (DR) 11.09 Structure

Cassisivadan = "Issac" reversed + "Davis" reversed.

Null space tongue signatures detect attacks by absence patterns β€” what a message does not say is as diagnostic as what it does.


🧬 Binary-First Training Stack

A 233K multi-view SFT dataset on HuggingFace (issdandavis/scbe-aethermoore-training-data) built on a four-level stack:

Level Function
L0 Raw bytes
L1 Tongue tokens (Sacred Tongues bijective tokenization)
L2 Pump orientation (Polly Pump inference-time alignment)
L3 Expression (final output)

πŸ‘ Flock Shepherd β€” Multi-Agent Fleet Orchestrator

Govern AI agent swarms as a collective. Spawn, monitor, and rebalance fleets using balanced ternary consensus. Agents that degrade get their tasks redistributed automatically β€” no central coordinator required.

from scbe_aethermoore.flock_shepherd import FlockShepherd, SheepRole
shepherd = FlockShepherd(max_flock_size=50)
agent_id = shepherd.spawn_agent(role=SheepRole.EXECUTOR, training_track="code_review")
decision = shepherd.propose_action("deploy_update")  # ALLOW / QUARANTINE / DENY

πŸ”­ Supporting Repos & Tools

Repo What it is
six-tongues-geoseal Six Tongues tokenizer + GeoSeal CLI (MIT)
spiralverse-protocol Spiralverse Protocol (MIT)
phdm-21d-embedding PHDM 21D embedding experiments
naksha-studio Naksha Studio
oh-my-codex Oh My Codex
arckit-codex Arckit Codex
issdandavis.github.io aethermoorgames.com landing page source

πŸ“š The Novel

The Spiral of Pollyoneth β€” a Spiralverse novel. How a DnD campaign became an AI governance framework.


πŸ’Ό Commercial & Licensing

SCBE-AETHERMOORE is dual-licensed: MIT core (non-commercial free) + commercial license for production use.

Tier Price Agents
Starter $49/mo Up to 8
Pro $149/mo Up to 40
Enterprise $499/mo Up to 250

β†’ Full pricing β†’ GitHub Sponsors β†’ Ko-fi


🀝 Contact

Issac Daniel Davis πŸ“§ issdandavis@gmail.com 🐦 @davisissac πŸ“ Substack 🌐 aethermoorgames.com πŸ”¬ ORCID: 0009-0002-3936-9369 πŸ›οΈ Patent pending: USPTO #63/961,403

Pinned Loading

  1. scbe-aethermoore-demo scbe-aethermoore-demo Public

    Interactive SCBE-AETHERMOORE demos β€” 14-layer pipeline, tongue heatmap, harmonic wall, swarm formations. Try at aethermoorgames.com

    Python 1

  2. Kiro_Version_ai-workflow-architect Kiro_Version_ai-workflow-architect Public

    Full-stack AI orchestration platform with autonomous AI control, self-improvement developer mode, and multi-provider support

    TypeScript

  3. phdm-21d-embedding phdm-21d-embedding Public

    PHDM 21-Dimensional Embedding Model β€” PoincarΓ© Hyperbolic Disk with 6-tongue position, 6-phase, 9-telemetry canonical state.

    Python

  4. six-tongues-geoseal six-tongues-geoseal Public

    SCBE-AETHERMOORE cryptographic toolkit: Six Sacred Tongues bijective tokenization + GeoSeal context-aware encryption for secure AI-to-AI messaging. PQC-ready.

    Python

  5. spiralverse-protocol spiralverse-protocol Public

    AI-to-AI communication protocol with 6 Sacred Tongues, multi-signature verification, 6D vector navigation, and polyglot alphabet. Core infrastructure for swarm robotics coordination and autonomous …

    TypeScript