Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Astra for Law(openai.com ↗)
    254comments
  2. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    39comments
  3. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    116comments
  4. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    123comments
  5. How to Write with an LLM(sockpuppet.org ↗)
    20comments
  6. Wax motor(wikipedia.org ↗)
    39comments
  7. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    183comments
  8. Sex, AI, and the Apocalypse(iankduncan.com ↗)
    60comments
  9. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    10comments
  10. More than 100k people in Japan are now aged 100 or older(bbc.com ↗)
    11comments
  11. CrowdSec Source Code Leak(crowdsec.net ↗)
    35comments
  12. The most important product decision is what you don't build(liamnugent.me ↗)
    7comments
  13. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    7comments
  14. Rate limits on GitLab.com are changing(about.gitlab.com ↗)
    103comments
  15. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    26comments
  16. How Uber Protects Against Retry Storms(uber.com ↗)
    9comments
  17. How GLM built its own inference infrastructure(z.ai ↗)
    259comments
  18. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    249comments
  19. Zettascale (YC S24) Is Hiring ASIC/FPGA Engineers to Build Chips for ASI(zscc.ai ↗)
    discuss
  20. TSMC revealing details about next gen A14 node(mapyourshow.com ↗)
    29comments
  21. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    40comments
  22. The American Religion of Self-Storage Facilities(newyorker.com ↗)
    304comments
  23. One year of sponsored Servo development(servo.org ↗)
    140comments
  24. CCC invites all model citizens to 40C3(ccc.de ↗)
    176comments
  25. Running Ubuntu on the Lenovo IdeaPad Duet(vhaudiquet.fr ↗)
    20comments
  26. André Weil and the Hodge Conjecture(jiahao116.github.io ↗)
    10comments
  27. Computer Reset, Dallas(dfarq.homeip.net ↗)
    discuss
  28. Show HN: Snapdrop: Instantly share files between devices. No setup, no signup(snapdrop.me ↗)
    9comments
  29. Launch HN: Skillsync (YC W26) – AI chat sessions made portable across agents
    45comments
  30. Towards Self-Driving Codebases(detail.dev ↗)
    78comments

Canto: A speech model built for the real world

31 pointsby 5h agowisprflow.ai
12 comments
2h agoHN ↗

They need to show some examples. You beat all the top models on your private data set? Show at least a couple examples - audio and transcripts - from examples that your model got right and others got wrong.

2h agoHN ↗

after reading the article I still have no idea how their thing performs, or if I should care how it performs since a majority of voice benchmarks still don't map to human evals

2h agoHN ↗

Congrats Wisprflow, love to see this. Especially learning the users nuances and corrections, i think that may be novel in the dictation app space. Things like Handy have the ability to specify common typos but some method of automatic learning is new.

This is a pretty hot space right now. For me, it's all incredible for two things:

- I get my unabridged thoughts down on the page substantially quicker and cleaner using dictation. I believe dictation is the perfect first draft tool, and an amazing way to interact with AI too as you can dump tonnes of personal opinion in to every prompt without the overhead of keyboard interface.

- Accessibility! I know a couple of folks whos ability to use a computer has been tremendously elevated by the recent improvements in dictation. Due to mobility issues, they feel largely locked out of interacting online and tools like Handy and Wisprflow have been a game changer for them.

Very excited about all this, keep it coming!

1h agoHN ↗

Is Handy still the best option for local?

Wispr lagged my PC to hell; plus, the cost. The quality was excellent, though.

45m agoHN ↗

There are lots of good option (and they all use the same set of models, so really take your pick), but Handy works very well.

2h agoHN ↗

Wonder if they are aware of Cantonese, the language that is often abbreviated as Canto.

2h agoHN ↗

Probably this is after the italian word for singing

1h agoHN ↗

Or Spanish, specifically it's the first person conjugation, meaning "I sing" or "I'm singing"

1h agoHN ↗

Is it actually better than Microsoft's MAI-Transcribe-2? That generally seems like the best model right now and it's not included in their benchmarks.

I switched from Superwhisper->WisprFlow->Spokenly->Fieldwork and found WisprFlow the least accurate of the 4.

28m agoHN ↗

Congrats on the launch! I'm glad more progress is being made in this area.

Because of the hallucinations inherent in transformer models, I went looking for a transducer-based model with a low WER. I have been super pleased with parakeet-unified-en-0.6b. It's WER isn't as low as Canto, but it's about as low as you can get (~5-6.5%) with a non-transformer-based model as far as I'm aware.

I've been very pleased with its output.

I wasn't looking for this, but it's also lightweight enough to run on my little potato PC, which has an i5 8th gen processor, and still transcribe 9-10x faster than realtime.

I vibe-coded a little wrapper for it and use it on folders of audio or podcast rss feeds or even YT playlists and channels and it's been one of my new favorite tools.