Why Are Roboticists Suddenly Obsessed With Fingertips?
Two new research papers tackle the same problem from wildly different angles, and honestly, both approaches make me rethink what 'dexterous' really means.
Crédit photo: Lottie animation by Centre Robotics (LottieFiles Free, used with credit). · source
Have you ever tried to pick up a credit card from a flat table? It's one of those things that's trivially easy for humans and absurdly hard for robots. I've watched demo videos of million-dollar robotic hands fumble with playing cards, and it's, well, it's humbling for the whole field.
This week, two papers crossed my desk that approach this exact problem. One comes from the assistive robotics world, the other from manipulation research. They're solving for different use cases, but they're both obsessed with the same thing: what happens at the fingertip.
Here's something I should probably know better, but I've been digging into it: most robotic hands are essentially blind at the point of contact. They know where their joints are (proprioception), and some have basic pressure sensors, but they don't really feel what they're touching. Not the way we do.
Think about it. When you pick up a ripe avocado versus a firm one, you're not consciously calculating anything. Your fingertips just know. They're sensing compliance, texture, the way the surface gives under pressure. Robots? They're mostly guessing.
The ARISTO Hand paper puts it bluntly: proprioceptive force estimation degrades as contact geometry approaches kinematic singularities. Translation: when a robot finger is at a weird angle (like sliding under a thin object), its internal sensors become unreliable. The math just falls apart at the edges.
This matters because thin object manipulation, picking up cards, peeling stickers, sliding paper into a printer, requires exactly those awkward contact geometries.
À lire aussi
More in Humanoids
New benchmarks reveal that up to 56% of 'successful' robot manipulation tasks involve safety violations we weren't even tracking.
Sarah Williams · 1 hour ago · 4 min
After years of watching robots stumble because their eyes couldn't keep up with their legs, the research community is finally cracking the perception problem.
Robert "Bob" Macintosh · 1 hour ago · 4 min
A wave of new research is figuring out how to teach robots from human videos, and honestly, it's more promising than I expected.
Sarah Williams · 1 hour ago · 4 min
Researchers are combining diffusion models with reinforcement learning to help robots work together without the computational nightmare of centralized planning.
So what are researchers actually doing about it?
The two papers I'm looking at take genuinely different approaches, and I think the contrast is instructive.
The ARISTO Hand, developed for fine-grained manipulation tasks, does something clever: it adds active hyperextension to the fingertips. Basically, the fingers can bend backward past their normal range, like how you might hook your fingernail under a sticky label. This isn't just a mechanical trick. The team reports it increases pull-out force by 2.76x for objects between 1 and 20 mm thick.
But here's what I find more interesting: they've built a hybrid sensing system that combines a rigid force-torque sensor mounted on the "nail" with a soft capacitive tactile array on the fingertip pad. The rigid sensor handles edge contacts (where soft sensors get unreliable), while the soft array captures distributed pressure during normal grasping.
The SoFiE exoskeleton, coming from the assistive tech world, takes a completely different path. It's a soft finger exoskeleton designed to help people with reduced hand function, and it introduces something called MagSense: a magnet and magnetometer pair embedded in a soft fingertip structure.
The idea is elegant. As the fingertip deforms during contact, the magnet moves relative to the magnetometer. By tracking that movement, you can estimate both contact force and object compliance. One sensor, multiple outputs.
They've also got StretchSense, a conductive spring that changes resistance as it stretches, providing pose estimation for the finger. The whole system is untethered and runs on an embedded microcontroller.
Key points worth noting:
Both systems prioritize sensing at the point of contact, not just joint-level proprioception
ARISTO uses a rigid/soft hybrid approach; SoFiE goes all-soft with embedded magnetics
ARISTO is research-grade hardware for manipulation tasks; SoFiE is designed for wearable assistance
Neither system requires external sensors or tethered computing
Both papers emphasize modularity (you could theoretically swap components or scale to multiple fingers)
I initially thought these were solving unrelated problems. Assistive exoskeletons and research manipulators feel like different worlds. But after reading both papers back to back, I'm struck by how much the underlying challenge converges: you can't manipulate delicate objects reliably without good fingertip sensing, and good fingertip sensing is really, really hard.
The compliance question
One thing that jumped out at me: both papers care about sensing object compliance, not just contact force. This is, I think, underappreciated.
Force tells you how hard you're pressing. Compliance tells you how the object responds to that pressure. A tomato and a tennis ball might require similar grip force, but they feel completely different because their compliance profiles are different. Humans use this information constantly. We adjust our grip in real-time based on how things squish.
SoFiE's MagSense explicitly targets this: the paper claims it can distinguish between materials with different stiffness. ARISTO's soft tactile array captures distributed deformation, which encodes compliance information implicitly.
Honestly, I'm not sure either system is ready for the full complexity of real-world objects. The SoFiE validation uses controlled test materials; ARISTO demonstrates an SD card insertion task, which is impressive but narrow. But the fact that both teams are prioritizing compliance sensing feels like a signal.
What I'm still uncertain about
A few things remain unclear to me after reading both papers.
First, durability. Soft sensors embedded in fingertips will wear out. Neither paper discusses long-term reliability in detail, and for assistive devices especially, that matters enormously. You can't ask someone to replace their exoskeleton's fingertip sensors every few weeks.
Second, generalization. ARISTO's hyperextension trick works great for thin objects, but does it interfere with normal grasping? The paper says it "preserves nominal grasp capability," but I'd want to see more varied testing. Similarly, SoFiE is validated on grasping tasks, but the range of objects tested isn't huge.
Third, and this is maybe too philosophical, I wonder if the anthropomorphic approach is even right. Human hands evolved for a specific set of tasks in a specific environment. Robot hands don't have those constraints. Maybe the optimal manipulation system doesn't look like a hand at all.
But that's a bigger question, and tbh, it's one I don't have a good answer to.
Where this is heading
If I had to guess (and I should be clear, this is speculation), I'd say we're going to see a lot more sensor fusion in robotic hands over the next few years. Neither rigid nor soft sensors alone seem sufficient. The ARISTO hybrid approach, combining the strengths of both, feels like a reasonable direction.
I also expect the assistive and research communities to cross-pollinate more. SoFiE's MagSense could absolutely be adapted for research manipulators. ARISTO's hyperextension mechanism could benefit prosthetics. The problems are converging; the solutions should too.
The bigger picture is that manipulation, real, reliable, generalizable manipulation, remains one of the hardest unsolved problems in robotics. We've made enormous progress on perception and planning. But the physical act of touching and grasping things? We're still figuring it out.
These papers won't solve that problem. But they're asking the right questions about fingertips, and that's more than I can say for a lot of the field.
You might be wondering whether any of this will show up in commercial products anytime soon. I honestly don't know. The gap between research prototypes and manufacturable devices is enormous, especially for soft robotics. But the underlying ideas (better fingertip sensing, hybrid rigid/soft architectures, compliance estimation) feel like they're building toward something.