The hand is the bottleneck, and Intrinsic's 2023 patents pick a pragmatic way around it: collapse the bin into a height map and grasp from that. US11541534B2 ("Method and system for object grasping") and US11794343B2 ("System and method for height-map-based grasp execution") came from Alphabet's industrial-robotics arm.
Classified under B25J 9/1612 (vision-guided manipulation) and B25J 9/1669, the height-map framing is the clever simplification. Instead of reconstructing every object in a cluttered bin in full 3D, the system reasons over a top-down map of how high the surface is at each point. Grasps get chosen against that height field — reach for the peaks, avoid the valleys — which is far cheaper to compute than full scene understanding.
ROI per square foot, not per keynote: the value of the height-map shortcut is deployability. A representation that is good enough and fast enough beats a perfect one that needs a GPU farm per cell. Intrinsic's patents are a window into how a research lineage (this descends from Google's deep-grasping work) gets disciplined into something that runs on a factory budget.
The honest limit is exactly the simplification. A height map throws away information — it cannot see under overhangs or distinguish two stacked objects with the same top surface. For many bins that loss is acceptable; for deeply tangled inventory it is not. The patents are a bet that the cases where the shortcut works cover enough of the real workload to pay off.
That this comes from Intrinsic specifically is the strategic note. Alphabet folded its years of grasping research into a commercial unit, and these patents show the translation: from 'learn to grasp anything' research ambition to 'grasp from a height map fast enough to ship' product discipline.
For anyone evaluating a picking system, the height-map question is diagnostic. A vendor reasoning over a compact, fast representation has thought about deployment cost; one insisting on full 3D reconstruction of every bin may have a better demo and a worse cycle time. The shortcut, sometimes, is the engineering.