Skip to content
HUBURB
SemiconductorsMaturity: Scaling

Inference Optimisation

The set of techniques — quantisation, batching, caching, distillation and specialised silicon — that reduce the cost and latency of running a trained model.

Why does it matter?

Training is a one-off cost; inference is paid on every request. For any product at scale, inference efficiency determines whether the unit economics work at all.

How does it work?

Weights are compressed to lower precision, requests are batched across users, repeated prefixes are cached, and smaller student models take the easy traffic while a larger model handles the rest.

Where is it today?

Cost per token has fallen steeply for several years. Dedicated inference accelerators are now a credible alternative to general-purpose GPUs for steady-state workloads.

Applications

  • · Consumer AI products
  • · On-device assistants
  • · High-volume APIs

Key challenges

  • · Quality loss from aggressive compression
  • · Memory bandwidth limits
  • · Fragmented tooling across hardware vendors

Advantages

  • · Direct cost reduction
  • · Lower latency
  • · Enables on-device deployment

Infrastructure required

Accelerators, high-bandwidth memory and serving frameworks.

Companies working on it

Recent developments

Huburb timeline

  1. Inference router claims large cost reduction by matching model to task

  2. Inference accelerator built around memory bandwidth enters production

Related technologies