The Heterogeneous Blueprint.
The Blueprint.
A structural breakdown of the BetterAI ecosystem. Throughput is a scheduling problem, not a procurement problem — NativeOS pools the accelerators you already own, across generations and across vendors.
- awaiting placement…
- Pooled VRAM
- 2,048 GiB
- Shards
- 64
- Precision
- FP8
- Nodes engaged
- 74 / 80
- Prior-gen share
- 78%
- B300 / A100 / ROCm
- 16 · 36 · 22
Layout figures are illustrative of NativeOS scheduling behaviour, not published benchmarks.
NativeOS
NativeOS is an AI appliance operating system for server farms built on the hardware you already have. It pools heterogeneous accelerators — prior-generation cards, mixed vendors, uneven memory — into one addressable substrate, so capability scales with scheduling rather than with procurement. A deterministic controller owns every side effect; the model only proposes.
One scheduling plane across ROCm and CUDA, spanning generations. A workload is placed by measured topology and free VRAM, never by a hardware SKU.
Weights are partitioned to fit the cards you own. Older accelerators with modest VRAM carry real shards instead of sitting idle.
Every proposed action is validated before execution. Agents run without ambient credentials; capability grants are scoped and revoked per task.
Auto Researcher
Autonomous research engine for specs, plans, and codebases. A bounded loop of context retrieval → patch → validate → LLM-Critic evaluation → keep-or-rollback, executed inside an isolated git worktree.
Side-effect ownership and loop management.
Linked git worktrees for safe execution.
Persistent .agent_kb/ recording.
DataReactor
DataReactor facilitates logic-unit synthesis, transforming raw user inputs and metadata into frozen, executable code agents. When standard processing paths reach ambiguity, the ROMA Escalation Module triggers a priority system override, ensuring complex orchestration is handled with deterministic precision.
Proprietary synthesis of immutable agentic logic from high-entropy data.
Automated priority escalation for edge-case resolution and system overrides.
Benchmarks
44,000-token prompt · GLM-5.3 · FP8 · Distributed A100 + B300 + AMD ROCm
NativeOS lands 15–40% ahead of the best available alternative, because the layout spreads across a distributed A100 tier instead of queueing on a handful of current-generation cards.
| Runtime | Gen tokens/s | TTFT | ||
|---|---|---|---|---|
01SGLang | 42.1 | 2,180 ms | ||
02vLLM (clustered) | 38.7 | 2,460 ms | ||
03TensorRT-LLM | 47.9 | 1,870 ms | ||
04NativeOSours | 59.4 | 1,421 ms |
Based on client usage and monthly reports. Aggregated across production fleets on a 44,000-token prompt. Figures are medians; per-fleet results vary with topology, quantisation, and accelerator mix.
What you pay now, versus ours
Annual run-rate for an equivalent serving workload
Production — 32 current-gen accelerators equivalent · 5,000 h/yr utilisation
On-demand cloud
- On-demand B300 · 32 × 5,000 h$9.80/GPU-hour
- $1.57M
Owned B300
- B300 capex · 32 × $42,000amortised over 3 years
- $448k
- Power + hosting$1,450/GPU/yr
- $46k
NativeOS
- Used A100 capex · 86 × $6,500amortised over 3 years
- $186k
- Power + hostinglower TDP per unit
- $77k
- NativeOS licence$1,200/accelerator/yr
- $103k
Estimates, not a quote. Derived from published on-demand rates and typical used-accelerator pricing, amortised over three years. Rate cards vary by region, commitment, and contract. Every figure is computed from the assumptions in lib/pricing.ts - adjust them to your own contracted rates.
Common questions
Heterogeneous fleets, prior-generation silicon, and deterministic execution
Can I run large language models on older GPUs like the A100?
Yes. NativeOS pools prior-generation accelerators — A100-class NVIDIA cards and AMD ROCm cards — into a single addressable substrate, then shards model weights to fit the VRAM each card actually has. Capability scales with scheduling rather than with buying current-generation silicon.
What is a heterogeneous GPU cluster?
A heterogeneous cluster mixes accelerator generations and vendors in one serving pool — for example NVIDIA B300 alongside A100 and AMD ROCm cards. Most inference runtimes assume uniform hardware and degrade or refuse to schedule across mixed fleets. NativeOS places each shard by measured topology and free VRAM instead of by hardware SKU.
Does BetterAI work with both NVIDIA and AMD accelerators?
Yes. NativeOS provides one scheduling plane across NVIDIA CUDA and AMD ROCm, so a single model layout can span both vendors simultaneously. Workloads are pinned to physical topology rather than to a vendor runtime.
How does NativeOS compare to vLLM, SGLang, and TensorRT-LLM?
On a 44,000-token prompt, NativeOS delivers 15–40% higher generated tokens per second and correspondingly lower time-to-first-token than the best of those runtimes, because the layout spreads across a distributed A100 tier rather than queueing on a handful of current-generation cards. Figures are based on client usage and monthly reports across production fleets.
What is deterministic side-effect control?
Every action an agent proposes is validated before it executes, and agents run without ambient credentials. Capability grants are explicitly scoped and revoked at the end of each task, so a failed run leaves no unauthorised state mutation behind. The model proposes; the controller decides what is kept.
What is ROMA?
ROMA is the Recursive Meta-Agent escalation module inside DataReactor. When a standard processing path reaches ambiguity, ROMA triggers a priority system override, applying dynamic resource allocation, bounded recursion depth, and cryptographic state verification so complex orchestration stays deterministic.
Can BetterAI be deployed air-gapped or on-premise?
Yes. NativeOS is an appliance operating system for server farms and runs bare-metal, air-gapped, or hybrid, with no egress requirement. Licensing is per-cluster rather than per-accelerator.
How much can running on prior-generation GPUs save?
Serving an equivalent workload on a distributed A100 tier typically lands around 25% below the cheaper of on-demand current-generation cloud rates or owned B300 capacity, once capex is amortised over three years and power, hosting, and licensing are included. Actual figures depend on your contracted rates.
Put logic in charge of the loop.
Every proposed action validated before execution. Every decision replayable after the fact.