Skip to content
Jonathan D.A. Jewell edited this page Mar 24, 2026 · 1 revision

AmbientOps

Hospital-model operations framework providing trustworthy system help without fearware, nagware, or scammy "optimizers".

Quick Start

See the main README for installation and usage.

just build-all       # Build everything (Rust + Elixir + contracts)
just test-all        # Run all tests
cargo run -p hardware-crash-team -- scan --envelope   # Hardware diagnostics

Key Concepts

  • Hospital department model -- Components are organised as hospital departments: Emergency Room (V, panic-safe intake), Operating Room (Rust, clinician + hardware-crash-team), Observatory (Elixir, metrics and weather), and Records (Elixir, multi-platform bug reporting). Data flows from ER intake through evidence envelopes to procedure plans.
  • Hardware Crash Team -- Born from an NVIDIA Quadro M2000M zombie GPU causing 43+ reboots in 3 days. Rust-based hardware diagnostic tool with BAR enumeration, lspci enrichment, 6 remediation strategies, and SARIF 2.1.0 output.
  • Hybrid monorepo -- Core hospital departments live here; external tools (panic-attacker, verisimdb, hypatia, gitbot-fleet, echidna) stay as satellites.

Architecture

Rust workspace for clinician and hardware-crash-team. V for emergency room. Elixir for observatory and records/referrals. JSON+Deno for contract schemas (8 schemas). Evidence Envelope data format flows between all components.

See docs/ for architecture details.

Related Projects

  • panic-attacker -- Security scanning (satellite)
  • VeriSimDB -- Cross-modal consistency engine (satellite)
  • Hypatia -- Neurosymbolic CI/CD scanning (satellite)
  • Stapeln -- Container stack designer

Contributing

See CONTRIBUTING.md.

License

PMPL-1.0-or-later

Clone this wiki locally