Published February 27, 2026 | Version V1.1
Preprint Open

QBAIX: A Hybrid Deterministic Architecture for High-Performance Compute Systems

  • 1. Independent Researcher

Description

QBAIX: A Hybrid Deterministic Architecture for High-Performance Compute Systems

Abstract :

High Performance Computing (HPC) systems today are primarily built using multi-node CPU and GPU clusters. While these systems deliver high computational throughput, they require significant infrastructure, including complex networking fabrics, high power consumption, and specialized operational management. At the same time, quantum computing research promises transformative performance but remains largely experimental and commercially inaccessible.

This paper introduces QBAIX, a hybrid classical high-performance compute architecture designed to optimize execution efficiency within a single integrated node. QBAIX combines multi-socket CPU density, high-memory GPU acceleration, structure-aware workload routing through M-OS, and embedded execution governance through UNI-OS.

Instead of increasing raw hardware scale through cluster expansion, QBAIX improves compute efficiency by intelligent workload classification and intra-node task routing. The architecture emphasizes reduced fabric dependency, improved GPU utilization, lower synchronization overhead, and integrated execution isolation.

QBAIX does not introduce a new quantum processor, nor does it claim quantum equivalence. Rather, it proposes a deployable classical architecture that narrows the practical performance-efficiency gap between conventional HPC clusters and future quantum research platforms.

The paper presents the architectural model, execution framework, workload routing methodology, benchmark positioning, and deployment strategy of QBAIX as a hybrid classical compute system optimized for the AI-driven era.

 

Notes

## Project Update

An experimental runtime prototype related to this research has now been released.

The prototype implements early concepts of the pattern-based execution model described in this paper.

Runtime repository:
https://github.com/raajmandale/mos-runtime

The repository demonstrates a pattern-driven runtime architecture capable of executing structured computation graphs across heterogeneous compute environments.

Related architecture article:
https://www.linkedin.com/pulse/rethinking-hybrid-compute-from-qbaix-architecture-m-os-raaj-mandale-grqsf/

The implementation is intentionally minimal and serves as an experimental prototype for exploring pattern-based compute orchestration across CPU, GPU and AI workloads.

 

Files

QBAIX (HYBRID_HPC_PAPER_V1) Research Paper.pdf

Files (773.8 kB)

Name Size Download all
md5:51582a953c3d8f9e34cd7e19123b662e
773.8 kB Preview Download

Additional details

Related works

Is supplement to
Software: https://github.com/raajmandale/mos-runtime (URL)

Software

Repository URL
https://github.com/raajmandale/mos-runtime
Programming language
Python
Development Status
Active