Six architectures that should not be confused
Compare topology, model capacity and failure behavior.
LOCAL INFERENCE / FIELD GUIDE
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 plannerArchitecture 01 / Request routing
Routing can share work. It does not automatically combine memory into a larger virtual GPU.
Plan your nodesA useful starting point
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 guideInside the guide
Compare topology, model capacity and failure behavior.
A checklist for operating systems, backends, models and networks.
An operating plan for locally controlled AI inference.