frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Top Line App Devdeloper

1•Epif•47s ago•0 comments

Sportfoli – A Simple, Clean Sports Profile Builder for Athletes

https://www.sportfoli.com/
1•ethjdev•1m ago•1 comments

Why Fears of a Trillion-Dollar AI Bubble Are Growing

https://www.bloomberg.com/news/articles/2025-11-24/why-ai-bubble-concerns-loom-as-openai-microsof...
1•doener•4m ago•0 comments

Austria's armed forces rely on LibreOffice instead of Microsoft

https://oe1.orf.at/programm/20250916/807304/Freie-Software-fuer-das-Bundesheer
2•doener•4m ago•1 comments

Cultural Death in the Age of the Excessive Choice

https://apocalypse-confidential.com/2025/11/24/cultural-death-in-the-age-of-the-excessive-choice/
1•nickcotter•5m ago•0 comments

Pg_stat_insights: PostgreSQL Performance Monitoring Extension

https://www.pgelephant.com/blog/pg-stat-insights
1•pgelephant2025•7m ago•0 comments

The missing link in JavaScript tools

https://marvinh.dev/blog/unifying-js-tools/
1•whatever3•7m ago•0 comments

Pro-tax Austrian heiress gives away $27M of her inheritance

https://www.nbcnews.com/news/world/heiress-gives-away-inheritance-rcna157887
1•saubeidl•10m ago•1 comments

Losing Confidence

https://eclecticlight.co/2025/11/30/last-week-on-my-mac-losing-confidence/
1•ingve•10m ago•0 comments

Show HN: MTXT – Music Text Format

https://github.com/Daninet/mtxt
3•daninet•16m ago•0 comments

The 30-foot sea cow quickly hunted to extinction because of its tasty meat

https://www.nationalgeographic.com/history/article/stellers-sea-cow-30-foot-hunted-extinction
1•rwmj•18m ago•0 comments

Celebrity Birthdays: Toddler Edition 2025 (Z-Image)

https://old.reddit.com/r/StableDiffusion/comments/1pa8os4/celebrity_birthdays_toddler_edition_202...
1•b0ner_t0ner•27m ago•0 comments

Exploiting open Ollama instances for free LLM inference

https://defcon.social/@flipper/115611972992468231
3•flipperr•31m ago•2 comments

Shrinking While Linking

https://www.tweag.io/blog/2025-11-27-shrinking-static-libs/
2•ingve•32m ago•0 comments

Silicon Valley's Man in the White House Is Benefiting Himself and His Friends

https://www.nytimes.com/2025/11/30/technology/david-sacks-white-house-profits.html
4•fleahunter•34m ago•0 comments

Why is real-world ASR still ~85% when lab models claim >95%?

1•DoubleThing•35m ago•0 comments

Open source YouTube Content Blocker based on words

https://chromewebstore.google.com/detail/filtertube/cjmdggnnpmpchholgnkfokibidbbnfgc
2•varshneydevansh•40m ago•0 comments

Elf a modern CLI helper for Advent of Code written in Python

https://github.com/cak/elf
1•cak•41m ago•1 comments

UserScanner

1•kaifcodec•41m ago•0 comments

Israel's IDF Bans Android Phones: iPhones Now Mandatory

https://www.forbes.com/sites/zakdoffman/2025/11/30/israels-idf-bans-android-to-stop-hackers-iphon...
6•teleforce•42m ago•0 comments

Great_Consciousness_Theory_2025

https://pastebin.com/x1Yr9mvP
1•MATE_VIGH•49m ago•1 comments

The Space of Minds

https://karpathy.bearblog.dev/the-space-of-minds/
3•Garbage•53m ago•0 comments

Show HN: Let Claude Code call other LLMs when it runs in circles

https://github.com/raine/consult-llm-mcp
2•rane•1h ago•0 comments

Triton Plugins

https://github.com/triton-lang/triton/pull/8401
2•zer0zzz•1h ago•0 comments

The NaK Population: a 2019 Status [pdf]

https://ntrs.nasa.gov/api/citations/20190033494/downloads/20190033494.pdf
1•perihelions•1h ago•0 comments

In-Depth Analysis of the Latest Deep Research Technology

https://huggingface.co/blog/exploding-gradients/deepresearch-survey
1•tamnd•1h ago•0 comments

Self-hosting my photos with Immich

https://michael.stapelberg.ch/posts/2025-11-29-self-hosting-photos-with-immich/
4•birdculture•1h ago•1 comments

Show HN: YOLO11 and OpenCV Object Detection in Java – Full End-to-End Tutorial

https://github.com/vvorobiov/opencv_yolo
1•ffly3r•1h ago•0 comments

Reviewing live-bootstrap and reflections on trusting trust

https://iwriteiam.nl/WHY2025_talk.html
1•matesz•1h ago•0 comments

How to detect text which has been written by ChatGPT

https://www.rte.ie/brainstorm/2025/1128/1545935-chatgpt-ai-writing-text-detection-words-phrases-e...
2•austinallegro•1h ago•0 comments
Open in hackernews

Why is real-world ASR still ~85% when lab models claim >95%?

1•DoubleThing•35m ago
Curious to hear what approaches people are taking, what the bottlenecks are, and whether anyone here is pushing toward the goal of "AI that understands you, the first time."

I've been diving into the gap between benchmark ASR performance and real-world speech. Models like Whisper and Deepgram show impressive >95% accuracy in ideal conditions. But in the wild — accents, noisy environments, emotional speech, code-switching, overlapping speakers — accuracy often drops sharply, often to the mid-80s or worse.

This matters because the next wave of AI won't be chatbots; it will be hands-free, real-time systems in contexts like:

- care work (voice logs) - crisis communication - home healthcare - security rounds - field operations - "I need help" micro-interactions

In these high-stakes contexts, 85% accuracy means critical information gets lost.

What seems missing today:

- Fine-tuning pipelines for noisy, accented speech - Reinforcement learning loops (user corrections → model improvements) - Fast per-speaker adaptation - Better handling of disfluencies ("uh," "um," repairs) - Scaling-law insights applied to ASR models - Evaluation metrics that reflect real environments instead of curated datasets

What I'm trying to understand:

- What prevents ASR from reaching reliable >99% accuracy in real-world conditions? - Is the bottleneck the model architecture, data quality, or something else?

Would love to hear from anyone who has:

- Worked on Whisper fine-tuning - Tackled multilingual or accented ASR - Shipped speech systems in noisy environments - Developed conversational (not dictation) ASR models - Built correction-feedback training loops - Deployed ASR in safety-critical or field environments

What worked? What failed? What surprised you?