latticegate-orchestrator

Manages AI safety governance using 21D hyperbolic embeddings and phase tunnel gates. Invoke when analyzing agent drift, applying SCBE-AETHERMOORE protocols, packaging governance products for sale, or running the monetization pipeline.

6 stars

Best use case

latticegate-orchestrator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Manages AI safety governance using 21D hyperbolic embeddings and phase tunnel gates. Invoke when analyzing agent drift, applying SCBE-AETHERMOORE protocols, packaging governance products for sale, or running the monetization pipeline.

Teams using latticegate-orchestrator should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/latticegate-orchestrator/SKILL.md --create-dirs "https://raw.githubusercontent.com/issdandavis/SCBE-AETHERMOORE/main/.claude/skills/latticegate-orchestrator/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/latticegate-orchestrator/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How latticegate-orchestrator Compares

Feature / Agentlatticegate-orchestratorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Manages AI safety governance using 21D hyperbolic embeddings and phase tunnel gates. Invoke when analyzing agent drift, applying SCBE-AETHERMOORE protocols, packaging governance products for sale, or running the monetization pipeline.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# LatticeGate: Hyperbolic Intent Governance + Monetization

This skill bridges raw AI requests to the SCBE safety infrastructure AND packages that infrastructure into sellable products.

## Governance Actions

- **ALLOW**: Intent within safety radius (Davis Score > threshold)
- **ATTENUATE**: Scale attention weights via PhaseTunnelGate: T = cos^2((beta_phase - phi_wall) / 2)
- **COLLAPSE**: Immediate termination due to adversarial drift

## Technical Stack

- **Sensor**: issdandavis/phdm-21d-embedding (HuggingFace)
- **Gate**: PhaseTunnelGate (src/aetherbrowser/phase_tunnel.py)
- **Router**: OctoArmor (src/aetherbrowser/router.py) — 7 providers, cost-tier routing
- **Browser**: TriLane Router (src/aetherbrowser/trilane_router.py) — headless/MCP/visual
- **Protocol**: Spiralverse Multi-signature Consensus

## Governance Commands

When user asks for drift check or gate status:

1. Load the phase tunnel module
   ```python
   from src.aetherbrowser.phase_tunnel import harmonic_wall_cost, tunnel_phase_cost
   ```

2. Compute harmonic wall cost for the input
   - H(d, R) = R^(d^2) where d = hyperbolic distance, R = wall radius

3. Return decision: ALLOW / ATTENUATE / COLLAPSE with telemetry

## Monetization Pipeline

### Product 1: Sacred Data Factory (NOW)
Package and sell verified training datasets:

1. Generate domain-specific SFT data from codebase:
   ```bash
   python scripts/merge_and_upload.py --push
   ```
2. Create Gumroad product listing
3. Create HuggingFace dataset card with pricing
4. Target: $29-99 per dataset, $5K+ for custom enterprise sets

### Product 2: Governance Starter Kit (NOW)
Package SCBE framework as downloadable kit:

1. Bundle: docs/paper/ + example configs + quick-start guide
2. List on Gumroad at $29-49
3. Include: threat model template, policy examples, Sacred Tongue tokenizer demo

### Product 3: Pruning Audit (NEXT MONTH)
PhaseTunnelGate as model optimization service:

1. Customer uploads model weights (or grants HF access)
2. Run 2D FFT resonance sweep
3. Return "Pruning Blueprint" — which heads to zero out
4. Price: $5K+ per audit

### Product 4: Safety Wedge API (FUTURE)
Hosted LatticeGate as SaaS:

1. API proxy that wraps customer LLM calls
2. Real-time intent governance per request
3. Price: $500-2500/month per agent fleet

## Revenue Checklist

- [ ] Generate 1 domain-specific dataset and push to HF with price
- [ ] Package governance starter kit zip for Gumroad
- [ ] Write sales pitch for pruning audit
- [ ] Set up Stripe payment link for audit service
- [ ] Post ROME article to Dev.to / HN / Reddit for visibility

## Existing Assets

- npm: scbe-aethermoore (16 versions)
- PyPI: scbe-aethermoore v3.3.0
- Shopify: aethermore-works.myshopify.com (8 products)
- Gumroad: aetherdavis.gumroad.com
- YouTube: @id8461 (Ch 1-8 uploaded)
- GitHub: 40+ Discussions, ROME whitepaper live
- HuggingFace: 5 models, 5 datasets
- Stripe: $97.74 pending balance

Related Skills

long-form-work-orchestrator

6
from issdandavis/SCBE-AETHERMOORE

Run long-form engineering work in checkpointed phases with deterministic artifacts, resilience handling, and end-of-run reliability reporting.

multi-agent-orchestrator

6
from issdandavis/SCBE-AETHERMOORE

Coordinate multi-agent workflows end to end. Use when a task should be decomposed into parallel sub-work with explicit ownership, dependency ordering, collision avoidance, checkpoint tracking, and final output recomposition.

scbe-mobile-connector-orchestrator

6
from issdandavis/SCBE-AETHERMOORE

Operate the SCBE mobile-goal control plane with external service connectors (Shopify, Zapier, n8n, Slack, Notion, Airtable, GitHub Actions, Linear, Discord, generic webhook). Use when asked to register connectors, bind goals to connectors, run step execution, enforce high-risk approval gates, or troubleshoot connector dispatch failures.

scbe-training-pair-authoring

6
from issdandavis/SCBE-AETHERMOORE

Create prompt and response and metadata training pairs from SCBE documents, repair traces, terminal sessions, and operational workflows using the repository's canonical dataset contract and provenance rules.

scbe-spin-conversation-engine

6
from issdandavis/SCBE-AETHERMOORE

Generate SFT training data via radial matrix conversation pivots with D&D-style combat research mode. Produces diverse, cost-effective training pairs with Sacred Tongue encoding, golden spiral problem distribution, and harmonic re-attunement.

scbe-research-training-bridge

6
from issdandavis/SCBE-AETHERMOORE

Stage arXiv evidence and Obsidian markdown into source-grounded Hugging Face training bundles for research, review, and later SFT runs.

scbe-document-management

6
from issdandavis/SCBE-AETHERMOORE

Consolidate overlapping docs, classify files by authority, and keep SCBE repo documents aligned with runtime truth. Use when the repo has drift between canonical docs, public docs, proposal notes, research branches, and generated evidence.

scbe-colab-bridge

6
from issdandavis/SCBE-AETHERMOORE

Control Google Colab notebooks from Claude Code via Chrome extension. Execute cells, run terminal commands, read outputs, and manage GPU compute remotely.

scbe-claim-to-code-evidence

6
from issdandavis/SCBE-AETHERMOORE

Map SCBE Notion technical claims, proof pages, and patent-facing architecture notes to concrete repository evidence such as code paths, tests, demos, and docs. Use when Codex needs to build a due-diligence packet, claim-to-code audit, implementation crosswalk, patent support note, or proof summary from local Notion exports and repo artifacts.

scbe-autonomous-worker-productizer

6
from issdandavis/SCBE-AETHERMOORE

Turn SCBE automation, autonomous worker, and revenue-system notes into concrete offers, workflow packs, pilot plans, or SaaS-facing product packets. Use when Codex needs to package Notion automation pages into buyer-ready offerings, n8n/Zapier workflow designs, flock-backed worker systems, or implementation roadmaps tied to existing SCBE repo surfaces.

multi-agent-cloud-offload

6
from issdandavis/SCBE-AETHERMOORE

Deterministically sort, bundle, verify, and offshore local files through multiple AI/model lanes while capturing training rows and method evidence. Use when Codex needs to inventory folders, batch-process files, upload them to cloud targets such as rclone-backed Google Drive, Hugging Face, or GitHub, and only delete sources after the configured number of verified targets succeed.

scbe-code-scanning-ops

6
from issdandavis/SCBE-AETHERMOORE

Operate GitHub code scanning and CodeQL remediation for SCBE repositories. Use when triaging code-scanning alerts, mapping alert classes to fix patterns, validating targeted regressions, or wiring dedicated CodeQL workflows and runbooks into the repo.