Skip to main content
  1. Home
  2. Emerging Tech
  3. Legacy Archives

Scientists make breakthrough in development of two-way dolphin-to-English translator

Add as a preferred source on Google

It sounds crazy, but if recent research turns out to be legitimate, we might soon be able to talk to dolphins via a two-way dolphin-whistle-to-English translator.

Researchers have been trying to decode and understand the various clicks and whistles made by dolphins since the 1960s, but mid-way through last year, after decades of experimentation, they made a huge breakthrough. For the first time ever, scientists were able to instantly translate a dolphin whistle into its corresponding English word.

Recommended Videos

It happened back in August of 2013, when Denise Herzing, founder of the Wild Dolphin Project in Jupiter, Fla., was swimming in the Caribbean and listening to the dolphin pod she had been tracking for the past 25 years. Using a special listening/translation system called CHAT, Herzing suddenly heard the word “sargassum” (a genus of seaweed) come through her headset.

The specific whistle for “sargassum” was actually a word that Herzing and her team had invented in dolphin-speak. Since the late ’90s, they’ve been using artificial sounds that mimic real dolphin noises, and teaching them to the pod in hopes that the dolphins would eventually adopt them and incorporate them into their own communications. When the whistle came out, it was picked up by a pair of hydrophones, recognized/translated instantaneously with CHAT ( short for Cetacean Hearing and Telemetry), and then spoken back to her in English.

In addition to listening for these kinds of invented whistles, Herzing and her team hope to figure out how to translate the natural communications of dolphins as well. The CHAT system (developed by Georgia Tech professor and Google Glass project lead Thad Starner) is designed with a pair of finely-tuned hydrophones that can pick up the full range of dolphin sounds — many of which are imperceptible to human ears. Once recorded, the software sifts through all the different whistles, and uses pattern discovery algorithms to pinpoint language features. It starts by labeling noises that deviate from an assumed average state, and then groups ones that are similar to one another –sets of clicks or whistles with a distinct sonic signature– until all potentially meaningful patterns are extracted.

The secret to success here is repetition. Over time, if dolphins are exchanging information using these noises, then their behavior wouldn’t be completely random. There’s likely to be some discoverable patterns that could be recorded, codified, and eventually translated. With the help of today’s sophisticated information processing tools, figuring out those patterns is easier than ever. Starner’s algorithms have already discovered eight distinct components from a sample of 73 whistles, and they’ve begun to match certain parts of those whistles to specific dolphin-to-dolphin interactions. The research is still coming along, but it’s extremely promising, and could very well yield a working two-way dolphin-to-human translator in the next few years.

Drew Prindle
Former Senior Editor, Features
Drew Prindle is an award-winning writer, editor, and storyteller who currently serves as Senior Features Editor for Digital…
Researchers hid a prompt injection inside a PNG, and AI fell for it
Hacker

AI coding assistants like Claude are becoming every developer's favorite coworker. They can review code, explain confusing functions, and even write entire features with a single prompt. But new research suggests that this growing trust could also become their biggest weakness.

A team of security researchers (professor Sudipta Chattopadhyay and researcher Murali Ediga) has demonstrated an unusual attack that doesn't target the AI model directly. Instead, it targets what the AI doesn't pay enough attention to during code reviews. Rather than hiding malicious instructions in lines of code, the researchers tucked them inside an image file. Since many AI review tools treat images as decorative assets rather than as something worth inspecting, the pull request can appear perfectly harmless and sail through the review.

Read more
AI has already fallen into the wrong hands and they’re using it to make bombs
Logo, Text

Artificial intelligence has quickly become the go-to tool for everything from writing emails and summarizing meetings to helping students study or developers debug code. But the same technology that saves people time can also be misused, and a new report suggests that terrorist organizations are finding ways to do exactly that.

According to a research paper shared with The New York Times ahead of its publication, researchers found evidence that members of Boko Haram have been using popular AI chatbots to support both day-to-day activities and combat-related tasks. Interviews with 27 former members conducted in Nigeria over the past two years suggest that tools such as ChatGPT, Gemini, Claude, Grok, Meta AI, and DeepSeek were used to gather technical information, troubleshoot weapons, and even assist with planning attacks.

Read more
Claude Code can now browse the web without opening Chrome
The desktop app now includes an in-app browser that can read websites, click links, and interact with web apps.
Claude Code Featured

Developers spend a surprising amount of time bouncing between their code editor, browser tabs, API documentation, GitHub issues, and design files. Anthropic thinks Claude Code should simply do all of that without constantly asking users to switch windows. The company has announced a new in-app browser for Claude Code on desktop, allowing its AI coding assistant to open websites, read documentation, inspect designs, and interact with web pages directly from within the application.

A browser built into Claude Code

Read more