Personal AI Cluster

LOCAL INFERENCE / FIELD GUIDE

More machines. A deliberate architecture.

Plan local AI around the work you need to run. Compare request routing, distributed execution and the responsibilities that come with operating multiple nodes.

Open the planner

Architecture 01 / Request routing

One endpoint.
Separate inference nodes.

APPLICATIONLocal inference request
ROUTERChoose an eligible node
NODE A / NODE B / NODE CEach runs its own model

Routing can share work. It does not automatically combine memory into a larger virtual GPU.

Plan your nodes

A useful starting point

Choose the topology
for the workload.

Independent requests, a model too large for one device, and a service that must survive a node failure are different engineering problems. Start by naming yours.

Read the field guide

Inside the guide