Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuikSync

The Physical AI Operations Platform

One live operational world for your people, agents, machines, and infrastructure — where software intent becomes physical action under accountable authority.

Website Interop By QuikBot AI Research


The layer that was never built

The internet got TLS. The cloud got IAM. Physical operations got neither.

Robots, drones, lifts, doors, sensors, and whole building systems are multiplying across every site. Each speaks its own protocol, ships its own console, and is integrated from scratch every time. Connecting n systems to m workflows has stayed an O(n×m) problem, solved by hand, per site, forever.

So the intelligence that should coordinate those systems has nowhere to live — and the authority that should govern them has no system that answers. Your building already decides who may enter: a credential at the door extends into the lift, and a person reaches the floors they are cleared for and no others. Robots arrive on a different rail entirely — a vendor API scoped to a building, not to a mission, a tenant, or a floor. Nothing resolves who allowed this machine to do this, here, right now.

A humanoid can do a backflip. It still can't bring you a coffee — through the lobby, the lift, and the tenant policy between it and the espresso machine.

QuikSync is that missing layer. It gives every person, agent, machine, facility, and enterprise system one live operational world, then supplies what it takes to run it: the applications teams work in, the coordination that moves work across mixed fleets, the authority that gates physical action, and the evidence that proves what happened.

Model · Build · Orchestrate · Govern · Execute · Prove


Principles

The design commitments everything else follows from.

1. The operation is the unit — not the robot. Every system in your estate can work perfectly and the operation can still fail, because the failure lives in the seams: the hand-off, the shared lift, the exception nobody owns. QuikSync takes the seams as its subject. It does not replace a fleet manager, a building controller, or a safety system; it owns the boundary between them.

2. Capability lives in data, not in code. Onboarding a new vendor, fleet, site, or scenario is a data change, not a code change. The world model, the workflows, the allocation policy, the connector bindings, the applications — all of it is declared, versioned, and inspectable. A platform whose every customer needs a code fork is not a platform; it is a consultancy with a repository.

3. Authority is computed continuously, not granted once. Digital permission was built for data. Physical consequence asks for more, because every action crosses shared spaces, machines, and people. The Ambient Permission Plane resolves authority against the live operation — identity, current context, allocation, human intent — and resolves it while the decision can still change the outcome, rather than issuing a grant and assuming it still means something an hour later.

4. Agents act through the same path as people. Agents investigate, propose, compose, and take bounded action through the same world, the same tools, the same permissions, and the same evidence as the humans accountable for the outcome. An agent is a full participant in the operation — never a parallel path that gets to act without answering for it.

5. Every action leaves a record, and the record is the training set. The Operations Ledger holds state transitions, decisions, commands, effects, exceptions, annotations, and outcomes as one correlated, replayable narrative. Operational Insurance is what that record buys: a deployment that can answer for itself — every physical outcome traceable from intent, through the authority that allowed it, to the effect it had. The same record is correlated ground truth no single vendor's telemetry can reproduce, which is what makes the hundredth operation meaningfully better than the first rather than merely repeated.

6. Fit is not the opposite of scale. On a standardised platform, your operation adapts to the product — customisation gets scoped out, diluted, or priced out of reach. QuikSync inverts that: your operation is the spec, declared as data the platform executes. Alignment costs configuration rather than engineering, and it keeps evolving long after go-live. What one deployment proves, the platform keeps — the moat accumulates as data, not as code forks.

7. The bodies will be commoditized. The operation will not. New embodiments arrive faster every year, and each one needs an enterprise to enter: facility context, shared resources, work, permissions, human escalation. That operational contract outlives any one body, model, task policy, or machine generation. It is the durable layer, and it is the layer QuikSync owns.


Architecture

flowchart TB
    INTENT["<b>Intent</b><br/>operators · enterprise systems · AI agents"]

    subgraph QS["QuikSync"]
        APPS["<b>Applications</b><br/>declarative scenarios · operation packs<br/>Agent Deck · Entity 360 · end-user surfaces"]
        WORLD["<b>Operational ontology</b><br/>blueprints · entities · relations<br/>capabilities · live state · spatial context"]
        COORD["<b>Coordination</b><br/>capacity- and priority-aware allocation<br/>indoor · graph · hybrid navigation"]
        PERM["<b>Ambient Permission Plane</b><br/>identity · eligibility<br/>allocation · human authority"]
        LEDGER["<b>Operations Ledger</b><br/>decisions · commands<br/>effects · outcomes"]

        APPS --> COORD --> PERM
        WORLD -.- COORD
        PERM --> LEDGER
    end

    CONN["<b>Connector boundary</b><br/>REST · MQTT · VDA5050 · Open-RMF · vendor-specific"]
    ESTATE["<b>Physical estate</b><br/>machines and mobile assets · lifts · doors · docks<br/>building and enterprise systems"]

    INTENT --> APPS
    PERM --> CONN
    CONN --> ESTATE
Loading

Every system keeps its strengths. Embodied intelligence keeps its autonomy, machine safety systems keep machine safety, and device controllers keep device control. QuikSync governs the work, the shared resources, the intervention, the current authority, and the evidence across them.


Core concepts

Six families of ideas. Everything the platform names belongs to one of them, and they compose in this order.

Family The question it answers
01 The world What exists, what it can do, and how it currently stands — the typed, living model of every place, machine, person, agent, and piece of work in the operation.
02 The declared operation What should happen, and where people meet it. The work, the policy that binds it, and the surfaces built on it are all declared as data rather than written as code.
03 Coordination Who or what does each piece. Declared work is matched to whatever is eligible and available across every vendor at once, including the infrastructure they share.
04 Authority What may actually act. Resolved against the live operation at the moment it matters, rather than granted once and assumed to hold.
05 The boundary How intent reaches reality — the validated edge where a decision becomes a command inside the systems you already run.
06 The record What happened, and what that proves. One correlated account of the operation, from intent through authority to effect.

One job, end to end

A pallet moves from the loading dock to a tenant on the eighth floor. It crosses a robot fleet, two lifts, an access-controlled door, and the person who signs for it — four vendors, none of which planned to cooperate. Today a person reconciles that by hand. Here is the same job as one governed operation:

Stage What happens
01 Intent An operator or enterprise system declares the material outcome, destination, timing, and service conditions — before any resource is selected.
02 Model QuikSync resolves the relevant people, systems, assets, locations, dependencies, capabilities, and current resource state from the live world.
03 Compose A machine-readable workflow defines the hand-offs, conditions, approvals, exceptions, and shared resources the outcome requires.
04 Allocate The broker matches each step to eligible people, agents, machines, access systems, vertical transport, and loading infrastructure, using live context.
05 Execute Authority is resolved for the work, then validated connectors carry the command into the commercial, industrial, facility, and machine systems you already run.
06 Operate Operators stay in command while progress, exceptions, actions, and evidence return to the same operational world — and into the Ledger.

A failed hand-off does not become another alert. It becomes contextual work, with ownership, escalation, recovery, and evidence.


Interoperability

QuikSync is deliberately horizontal and standards-aware. It builds on the systems you already run rather than replacing them, and owns the cross-system work that lives between vendors.

  • Open-RMF — fleets connect as first-class citizens and keep running exactly as they are. Public ROS 2 adapters: quikbot/open-rmf-adapters-quiksync (fleet, door, lift).
  • VDA5050 — AGV and AMR interoperability over the standard message set.
  • REST and MQTT — the wire-level default for machine controllers, building automation, and enterprise systems.
  • Model Context Protocol — agents and external AI systems reach the operation through governed tools, under the same permissions and evidence as everyone else.
  • Vendor-specific connectors — robot fleets, lifts, doors, access control, and building systems: integrated once, reused everywhere.

Build one connector; join every operation.


Who it's for

Building and property operators Turn lifts, access, delivery, service teams, mobile assets, tenants, and building systems into governed operations across a property or a portfolio.
Warehouse and logistics operators Connect receiving, storage, movement, hand-offs, people, automation, and enterprise demand without replacing every controller you run.
Physical AI builders Give robots, humanoids, and new embodiments the enterprise context, facility access, shared resources, applications, permissions, and evidence their intelligence does not provide.
Enterprise integrators Turn hard-won delivery knowledge into reusable operational product, instead of repeating bespoke connections at every site.

Service, delivery, patrol, and municipal fleets; mixed-vendor estates; and the building systems around them — coordinated on one plane while people stay in command and specialists keep the tools they trust.


The frontier

The executable world model runs today. The arc beyond it is what QuikSync is built to reach.

The Model turns real execution into compounding intelligence: continuous evaluation, simulation-first validation before live rollout, prediction, and progressively higher autonomy under supervised authority. Real outcomes become the evaluation set for the next operation.

The Box is a device-rooted edge unit QuikSync pairs with — cryptographic device identity, evidence capture at the source, and local authority and inference carried to the physical boundary. Riding on the asset, it makes the operational record tamper-evident where that record is created, and it lets the authority path reach the edge even when connectivity does not.

Scenario Foundry takes a described challenge to a running operation. Space Twin moves the world model from asset state toward embodied geometry, semantics, and causality. Insurable autonomy turns operational evidence into something an underwriter can price.

Each pillar feeds the others. The Platform produces ground truth, the Ledger preserves it, the Model compounds it — and the operation gets sharper the longer it runs.

flowchart LR
    OPS["<b>The Platform</b><br/>every operation, run under<br/>accountable authority"]
    LEDGER["<b>Operations Ledger</b><br/>correlated ground truth<br/>no single vendor can reproduce"]
    MODEL["<b>The Model</b><br/>evaluation · simulation<br/>prediction · higher autonomy"]
    BOX["<b>The Box</b><br/>device-rooted identity · evidence<br/>and inference at the edge"]

    OPS --> LEDGER --> MODEL
    MODEL -- "sharper operations" --> OPS
    BOX -. "evidence at the source" .-> LEDGER
Loading

Adoption

Begin with one bounded, high-value outcome — the operation your current stack works around — and prove it in production. From there it compounds: every integration, application, permission case, and record becomes a reusable asset, so each new site and system builds on the last rather than starting over.

Specialists keep the tools they trust. Nothing has to be replaced to get started.


About this repository

This is the public home of QuikSync — the manifesto, the architecture, and the vocabulary. The platform itself is a commercial product, and its source is not published here.

Product quiksync.app
Open-RMF adapters quikbot/open-rmf-adapters-quiksync
Company QuikBot AI Research

Questions, integration enquiries, and documentation corrections are welcome as issues. Security reports go through SECURITY.md, never the issue tracker.


Recognition

  • IMDA AI & 5G Grant recipient
  • RoMi-H Empanelled System Integrator — empanelled by CHART (Changi General Hospital), effective 1 May 2025

Toward physical operations that run themselves — safely, accountably, and at the speed of software.

QuikSync is in active development; enablement of any specific capability remains deployment-qualified.

© QuikBot Technologies PTE LTD

About

QuikSync — The Physical AI Operations Platform. One live operational world for people, agents, machines, and infrastructure, where software intent becomes physical action under accountable authority.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors