Skip to content

IoT / hardware

Sensor networks, edge computing, device control loops.

Sensor → gateway → cloud

Classic IoT pipeline. Constrained devices ship data via a local gateway to a cloud backend that handles storage and analytics.

Robotic control loop

Sense → plan → act, repeated every tick. The planning step is where an ML model might sit; the rest is deterministic.

Smart home topology

Hub-and-spoke over the local network. The hub bridges to the cloud for off-site control and voice assistants.

Edge + cloud inference

Latency-critical inference runs at the edge; aggregate analytics go to the cloud. Models retrained in the cloud and pushed back to the edge on a schedule.

Edit this pageLast updated: