Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Ppgrid – Rasterising points in minutes, not hours (mrzk.io)
    —discuss
  2. An agent in a loop optimizing a renderer with the goal to minimize frame times (twitter.com/mitchellh)
    —discuss
  3. Friends embark on 20-year board game battle (bbc.co.uk)
    —discuss
  4. MapleKit – The front end review toolkit (maple-kit.org)
    —discuss
  5. For 958 old to new 9Y0.2 blackened running water tail lamp assembly (porsche-km.com)
    —discuss
  6. OpenAI and Anthropic are investigating cases of AI misbehaving, report says (madrobot.blog)
    —discuss
  7. Horizon Create and Horizon Studio (meta.com)
    —discuss
  8. Trellis: Fractal Layouts for Web Apps (trellisui.com)
    —discuss
  9. The SaaSpocalypse was more like a RenaiSaaS (stripeeconomics.com)
    —discuss
  10. I Found a $113,337 Af_alg Linux Local Privilege Escalation Before Copy Fail (idnsec.com)
    —discuss
  11. I expect AI replication incidents by 2027 (lesswrong.com)
    1comments
  12. The Boring Decision That Beats 95% of Stock Pickers (comuniq.xyz)
    —discuss
  13. Show HN: Trail – new kind of logic game (franzai.com)
    —discuss
  14. My Husband Left Me 6 Weeks Postpartum and All I Got Was This Pretty Cool Baby (viverricious.substack.com)
    —discuss
  15. AI and Teams =? (mcastenfors.substack.com)
    —discuss
  16. The New Copilot with Home, Code and Autopilot (blogs.microsoft.com)
    1comments
  17. Kidnapping kids remains legal in USA, this site has you experience it first-hand (elan.school)
    —discuss
  18. Scientists Detect Radio Signals from an Exoplanet for the First Time in History (wired.com)
    —discuss
  19. Despite canning the Copilot+ brand, "most people love" its AI assistant (xda-developers.com)
    —discuss
  20. Teardown: Herdr (github.com/jimy-r)
    —discuss
  21. Oppenheimer: A Noh play in English [video] (youtube.com)
    —discuss
  22. How to Disable Nvidia Optimus Cards on NetBSD (unitedbsd.com)
    —discuss
  23. Mahout – Tasker+AI+N8N (github.com/ankurces)
    2comments
  24. List your SaaS in goodsaas directory (goodsaas.xyz)
    —discuss
  25. Llama.cpp banned him for accidentally tagging in a fork PR (github.com/jadidbourbaki)
    1comments
  26. Every browser has a setting that by-passes network-wide DNS filtering (makeuseof.com)
    —discuss
  27. Why parquet files are my preferred API for bulk open data (2023) (robinlinacre.com)
    —discuss
  28. Show HN: Wet Bulb Tracker Tracker – sends you humid-heat alerts and forecasts
    1comments
  29. What the 'recent invention' of reading does to our brains (rnz.co.nz)
    —discuss
  30. AurionMail: E2EE suite (CryptPad/Stalwart) with single-password UX (aurionmail.github.io)
    —discuss

Show HN: Jauvex, one app for Claude+Codex+Grok+Jev with two-way voice chat

1 pointsby 1h agogithub.com
1 comments
1h agoHN ↗

Hi author here, I've been working day & night over the last week building Jauvex, haven't been so obsessed about building something in a while.

I originally started this project as a two-way voice chat for Claude, because I've been missing that from Codex, which has a great voice chat. I really enjoy talking to my computer and orchestrating agents that way instead of typing.

I tried to improve some things that Codex hasn't yet: Jauvex doesn't talk over you, it wont interrupt you, instead it will wait until you finished talking and only then will reply to you.

I tried to reverse engineer the way that Codex built their voice chat, and I came up with something like this:

1) Immediate response ("One moment, I'm checking that") 2) Context Reinforcement ("So you want to do...") 3) Response Summary ("Here's what I've found about what you've asked...")

Jev is connected optionally as a way to decide whether the first message is a statement, a question, a request, or something else, which helps the voice chat to feel more natural.

I've also built a Pro version which is invite only, and it allows you to add multiple organizations, use the same agents with your team (multiplayer AI agents), routines & workflows, todo lists.

Testing now as well different transcribers and text-to-speech models (testing NVIDIA's over Whisper, but Whisper.cpp has given better results).

And my plan next is to be able to download an agent and move to different workspaces.

The version released currently allows you to experimentally change the provider of the main agent (Jauvex agent) without losing the context, so you can start a conversation with Claude and then continue it with Codex normally.

Next up adding support for Linux & Windows.