Open source Rust · early alpha

Your Unified Intelligence Orchestrator.

YUIO is an open-source, self-hosted AI model router and control plane for choosing the right model, enforcing budgets before dispatch, and keeping every decision observable. Three focused modules share one operating philosophy: observable, reversible, and owner-controlled.

More on the way. More on the go.

yuio.system / module map
01 YUIO Command Centerqueue · decide · observe direct
02 YUIO Grindplan · select · produce work
03 YUIO Routerroute · fail over · observe infer
License Open source · MIT
Core Rust control plane
Operation Self-hosted first
Status Actively hardened
01 / The system

Three modules.
Clear boundaries.

YUIO is the umbrella. Router, Command Center, and Grind keep clear logical ownership. Today they share one compact Rust runtime where that removes failure points; external tools remain short-lived, allowlisted modules rather than resident services.

YUIO / 01 Development

Router

The model plane

One compatible endpoint in front of multiple model providers and subscription-backed tools. It chooses an eligible route, records the decision, and fails over by failure type.

  • Deterministic cascades and explicit pins
  • Circuit breakers and bounded recovery
  • Quota-aware routing and request telemetry
yuio-control / yuio-core public MIT repository
YUIO / 02 Development

Admin / Command Center

The control plane

A private, responsive HTTPS command surface for model status, durable research and non-research tasks, documents, and per-task owner decisions from any device.

  • Queue, prioritize, hold, resume, retry, cancel, and inspect results
  • Allowlisted Rust, Go, Python, storage, document, and status actions
  • Separate approval for verification and data-changing actions
  • No always-on local PC required
yuio-control / yuio-core one runtime and policy boundary
YUIO / 03 Development

Grind

The value engine

An unattended research worker that turns eligible, expiring model quota into reviewable reports and proposals—without silently publishing or applying generated work.

  • Freshness-aware quota selection
  • Content guards, output gates, and quarantine
  • Reviewable artifacts with owner verdicts
yuio-control / yuio-core same Rust safety boundary
02 / Reliability & safety

Designed to fail visibly,
not silently.

Safety is treated as an operating discipline, not a badge. The project favors small, testable boundaries and keeps consequential actions behind explicit authority.

Least authority

Scoped service keys, private configuration, allowlisted workspaces, and no provider credentials on future remote runners.

Durable state

Idempotent intake, atomic task state, bounded results, retries, and quarantined outputs survive a browser closing or a worker disappearing.

Human execution boundary

Agents may prepare work, but applying, publishing, or executing consequential generated changes remains separately gated.

Evidence before claims

Automated regression suites, build gates, dependency audits, health probes, and real-path checks back each release decision.

Honest status

YUIO is under active development. Interfaces may change, reliability work is ongoing, and the public endpoints do not currently carry a production SLA.

03 / Source

One product.
One source of truth.

Router, Command Center, and Grind are logical modules in one public Rust product—not three drifting services. The website and independent status probe stay separate so presentation and monitoring never become control-plane authorities. The public repository is a clean alpha snapshot; private operational history was not published.

github.com/abwebc/yuio-controlRust router and control plane
github.com/abwebc/yuio-sitethis public website
github.com/abwebc/yuio-statusindependent public probes
Next / On the go

More on the way.
More control on the go.

More allowlisted project actions, richer quota evidence, cleaner cross-device handoffs, and an evolving knowledge layer are next—without turning the system into one oversized black box.

Explore the source