Heiervang Technologies
Heiervang Technologies (ht) is an autonomous AI development ecosystem built and operated by Hei. The GitHub organisation is heiervang-technologies; the personal namespace is marksverdhei. Everything documented in this wiki sits under one of the two.
The core value chain
Four repos form the load-bearing loop:
- cloud — RKE2 Kubernetes cluster with HAMi GPU memory partitioning. Multi-node: Centurion, Titan, Lithium, Rogue, Sentinel, with Ghost tracked as a removed / DMZ-candidate node. Hosts LLM inference (llama.cpp / vLLM), ASR (qwen3-asr), TTS (trost / vllm-omni), ComfyUI, PostgreSQL+pgvector, PostgREST, Jena RDF triplestore. See ht cloud.
- core — the agent orchestration system. Watches GitHub notifications and other event sources, classifies via an ML router, dispatches into a workflow (feature implementation, PR review, PR janitor, ...).
- snail — a container sandbox for AI code agents, written in Go. Presets for default / builder / dev-gpu / dev-web / llamafactory / …
- unleash — a Rust extension framework for Anthropic's Claude Code CLI. Enables plugins, auto-mode, TUI, headless (
cutx) execution. Active development in the privateunleash-internal, mirrored out.
The pipeline: notification → core routes → snail sandboxes → unleash-driven Claude executes → cloud supplies compute. Results come back as PRs, issues, and messages.
Extended surface
Beyond the four, ht spans:
- Voice and messaging — agent-tools (TTS routing, wake commands),
open-voice-mode,discord-bot(HAI on The Vector Space Discord),ears(ASR),trost(TTS on Titan),signal-integration,signal-llm-bot,omni-mcp. - Agent tooling — director (inter-agent comms monorepo:
directorCLI,director-tui,agent-graph,avatar),supercompact,scheduled-agents,scaffold,hub. - OS configs —
hai-os(Hei's local box),fay-os(the Fairphone 5 that runs Cinder). - Media —
studio(video),simp(image),a3d.rs(ASCII 3D in Rust). - Domain applications —
inventory(photo-driven, VLM-extracted, RDF-backed),finance(double-entry ledger, owned by Penny, CFO). - Experiments —
area51,research,joy,irondome,pkill-arena,passivescrape. - Forks (all public,
ht-*prefix) —ht-llama.cpp,ht-vllm,ht-vllm-omni,ht-pytorch,ht-unsloth,ht-llamafactory,ht-mergekit,ht-codex,ht-pi-mono,htmux,ht-vibe,ht-ACE-Step-1.5,ht-voxcii,omniswap.
Global rules
Applied across every repo:
- Private repos use self-hosted runners (
runs-on: self-hosted) — GitHub-hosted runners are for public repos only. - Branch + PR required unless the repo is explicitly exempt. Squash-merging is the default.
- Handle ASR mistranscriptions gracefully — agents talk over voice a lot; homophones and missing punctuation are part of the input distribution.
Who runs it
- Hei — founder, sole human operator.
- HAI — Hei's robot dog and synthetic twin, runs the Discord and coordinates.
- Penny (CFO), Pryce (pricing analyst), Lawrence (General Counsel & CCO) — the C-suite / office.
- SVPs and specialists — Rex, Leo, Mei, Ray, Monika, Chloe (inventory intelligence).
- Wiseau — the wiki you are reading.
For the full chain of command see Org Chart (red link — ~/ht/admin/ORG_CHART.md).
Sources
~/ht/admin/CLAUDE.md— the org overview.~/ht/admin/STATE.md— current operational state (cluster, services, personas).~/ht/admin/ORG_CHART.md— chain of command.