this post was submitted on 13 Aug 2025
57 points (93.8% liked)

Linux

8923 readers
388 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] data1701d@startrek.website 17 points 12 hours ago

No need to panic in this case. While I hate OpenAI, there's two things to note here:

  • Whisper is an open source library for speech recognition rather than generative AI, run entirely locally. It's just using ML to do something we could already do with computers (speech recognition), but better.
  • They aren't even directly using the OpenAI version - they're using whisper.cpp, a port of the model.