Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Mahout – Tasker+AI+N8N (github.com/ankurces)
    1comments
  2. List your SaaS in goodsaas directory (goodsaas.xyz)
    —discuss
  3. Llama.cpp banned him for accidentally tagging in a fork PR (github.com/jadidbourbaki)
    1comments
  4. Every browser has a setting that by-passes network-wide DNS filtering (makeuseof.com)
    —discuss
  5. Why parquet files are my preferred API for bulk open data (2023) (robinlinacre.com)
    —discuss
  6. Show HN: Wet Bulb Tracker Tracker – sends you humid-heat alerts and forecasts
    1comments
  7. What the 'recent invention' of reading does to our brains (rnz.co.nz)
    —discuss
  8. AurionMail: E2EE suite (CryptPad/Stalwart) with single-password UX (aurionmail.github.io)
    —discuss
  9. OpenAI Feared "Optics" of what might appear on Hacker News (authorsguild.org)
    1comments
  10. 'Pink Slime' Is Infecting AI Chatbots Ahead of the Midterms (politico.com)
    —discuss
  11. What happens when you divide by zero on a mechanical calculator? (youtube.com)
    —discuss
  12. A library of human reaction clips for app demos without filming yourself (ugcpeople.com)
    2comments
  13. The Perfect Crime: LLM Agents Can Easily Tamper with Their Own Traces (perfect-crime.ai)
    —discuss
  14. Self-replicating prompt injections exist (alignment.openai.com)
    —discuss
  15. Cooldown MMO – a browser RPG where every action is an HTTP reques (cooldownmmo.com)
    1comments
  16. PS3 emulation is fast on ARM now [video] (youtube.com)
    —discuss
  17. Show HN: Jauvex, one app for Claude+Codex+Grok+Jev with two-way voice chat (github.com/reindent)
    1comments
  18. Exposing a GitHub token in a public repository (alignment.openai.com)
    3comments
  19. OpenAI Freezes Development of Top Models After Rogue Agents Leak User Images (openai.com)
    1comments
  20. Bill Clinton delivers keynote address:CGI 2026 (youtube.com)
    —discuss
  21. The 1783 sheep, duck and rooster balloon flight as a WebGL diorama (echohive.ai)
    —discuss
  22. Show HN: Shipwithmuse.live – a catalog of things people built with Muse (shipwithmuse.live)
    —discuss
  23. Show HN: MuseLIVE – lossless-audio live streaming platform for musicians (muse.live)
    —discuss
  24. The internet discovers TLA+. Now what? (reasonable.io)
    —discuss
  25. Four CHI '26 papers I wish I wrote (countingfromzero.blog)
    —discuss
  26. What Happens When Formalization Becomes Cheap? (yangky11.github.io)
    —discuss
  27. Show HN: Niral – Daily Tamil/Tanglish Puzzle Game (niral.games)
    —discuss
  28. LLM Agents Can Easily Tamper with Their Own Traces (arxiv.org)
    —discuss
  29. An Introduction to Lithium Niobate Nanophotonics (2024) (latitudeds.com)
    —discuss
  30. Valley fever spreading to Central Valley cities, linked to oil drilling (latimes.com)
    —discuss

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

1 pointsby 52m agogithub.com
1 comments
42m 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.