The robot hears a sound. Can it reach it? arXiv:2609.23407 Scripted podcast dialogue; AI-generated voices. HOST: You hear a doorbell and almost instantly know which way to look. That feels effortless to us. For a robot, recognising the sound and finding its source are different problems, aren't they? GUEST: Exactly. A model can say 'that is a doorbell' while being badly wrong about direction or distance. OmniEcho tries to combine three clues: what is sounding, where it seems to come from and what the camera shows. The aim is to help an agent move through a scene, not merely label a sound. HOST: Let's make it concrete. I am in a corridor with two doors, and someone behind one says 'come here'. The words do not identify the room. What should the robot do? GUEST: Use audio to estimate direction, use vision to locate the doors, then move and update its estimate. The sound may grow louder or appear to shift after each step. Reverberation and walls can mislead it too. Navigation is a sequence of decisions, not a single correct answer. HOST: How do you test a capability like that properly? GUEST: The authors introduce OmniEchoBench: six tasks, 197 real audiovisual scenes, 2,972 question-answer pairs and 900 navigation episodes in thirty real environments. The navigation recordings include first-order ambisonics, or FOA, with four channels carrying directional clues. They add synthetic data whose sound source, camera and agent movement agree geometrically. HOST: Does the model reliably reach the source? GUEST: No, and the gap is revealing. In the 900 episodes it comes within one metre of the source at least once in 52.89 per cent of cases, yet stops successfully in only 16.22 per cent. Getting close and completing the mission are very different outcomes. The failure analysis also reports a mean distance error of 2.20 metres. HOST: So is this mainly a problem of knowing when to stop? GUEST: That would be too simple. The authors point to several possible causes: inaccurate distance estimates, path choices, decision frequency and stopping behaviour. Transfer from synthetic data to real scenes is also difficult. Adaptation with real data lifts an average score on a held-out subset from 28.5 to 34.9. That is helpful evidence, but not universal reliability. HOST: What should a team building mobile assistants take from this? GUEST: Measure recognition, direction, distance, route and final arrival separately. Finding an alarm outside the camera's view might be a future use, but this study does not certify the model for emergencies or autonomous assistance. Knowing what you hear is only the beginning; you must also know where you are in relation to it.