frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Study confirms permanent loss of Canada's last Arctic epishelf lake

https://news.ubc.ca/2026/09/study-confirms-permanent-loss-of-canadas-last-arctic-epishelf-lake/
1•rdmuser•2m ago•0 comments

Show HN: Biff 2.0 (Clojure web framework)

https://biffweb.com
1•jacobobryant•3m ago•0 comments

X-HBM – 16X more bandwidth or 10x higher density than traditional HBM (2025) [pdf]

https://neosemic.com/wp-content/uploads/2025/09/X-HBM_Brochure.pdf
1•peter_d_sherman•3m ago•0 comments

Oslo bans smart glasses in schools

https://www.thelocal.no/20260910/oslo-bans-smart-glasses-in-schools
1•vinni2•5m ago•0 comments

How do you keep up HN post with more than 2K comments?

1•pablogancharov•5m ago•1 comments

An Engineer's Guide to Surviving a Layoff

https://spectrum.ieee.org/how-to-survive-a-layoff
1•Brajeshwar•6m ago•0 comments

Stabilization Progress of Rust Allocators

https://cetra3.github.io/blog/state-of-allocators-2026-part-2/
1•fanf2•7m ago•0 comments

Ask HN: Would you pay to have your favorite AI agents in one app?

1•balgeman•7m ago•0 comments

What Comes After Git

https://ersc.io/blog/what-comes-after-git
5•steveklabnik•7m ago•0 comments

Bad Vibes Coding

https://spectrecollie.com/2026/09/05/bad-vibes-coding/
1•BrunoBernardino•8m ago•0 comments

Runnable – CI That Speaks Actions (Entire and GitHub)

https://runnable.cloud
1•melkor7•8m ago•0 comments

Writing in 2026: Wherein Claude Voice infects the universe

https://craigmod.com/roden/118/
1•decimalenough•8m ago•0 comments

People's Old Saves Kinda Make Me Sad

https://blog.absurdpirate.com/peoples-old-saves-kinda-make-me-sad/
1•speckx•8m ago•0 comments

OpenAI's research is too important to be turned into propaganda

https://www.modelrepublic.org/articles/openai-research-propaganda
1•cdrnsf•9m ago•0 comments

We Managed an Engineering Reliability Crisis

https://theengineeringmanager.substack.com/p/code-yellow-code-red
1•AntonZ234•9m ago•0 comments

The Open Source Engineering Performance Report [pdf]

https://research.navigara.com/research/Navigara-Performance-Report-Q2-2026.pdf
1•alienll•10m ago•0 comments

Not one of 426 open NIH funding opportunities has a machine-readable deadline

https://grantping.com/writing/nih-deadlines
1•ProtoRun•10m ago•0 comments

Show HN: I built a directory for discovering startups shared on X

https://www.startupsonx.com/
1•techbyhez•13m ago•0 comments

Google has removed the Pixel Tablet from its store

https://www.engadget.com/2254487/google-store-removed-pixel-tablet/
1•jefflinwood•14m ago•0 comments

Alberta First Nation invokes treaty clause to set up gender-affirming care

https://globalnews.ca/news/12053337/alberta-first-nation-gender-affirming-care-safe-haven/
3•colinprince•17m ago•0 comments

JEP 544: Ahead-of-Time Code Compilation

https://openjdk.org/jeps/544
5•Skinney•18m ago•1 comments

From Front Panel to Program: Thinking Like a PDP-8

https://pikuma.com/blog/pdp-8-minicomputer
2•atan2•18m ago•0 comments

Secrets of a Dinosaur Mummy (2021) [video]

https://www.youtube.com/watch?v=ftET83bD8N4
2•Eridanus2•20m ago•0 comments

A 50-year-old computer-assisted proof

https://www.johndcook.com/blog/2026/09/09/four-colors/
2•speckx•21m ago•0 comments

We Benchmarked 83 Frontier AI Repos–None Passed with an A

https://opsera.ai/blog/frontier-ai-software-readiness-benchmark/
3•nassirkhan•21m ago•0 comments

Show HN: Let coding agents work across your laptop, remote machines, and S3

https://github.com/vasinov/ridge-core
2•vasinov•21m ago•0 comments

Autism Is a Scary Word

https://ezducate1.substack.com/p/the-day-i-chose-fight
2•karima1980•22m ago•0 comments

When Computers Were Magic

https://www.goto10retro.com/p/when-computers-were-magic
2•atan2•23m ago•0 comments

Ruining a Blog by Using an LLM

https://www.bentasker.co.uk/posts/blog/opinion/ruining-posts-with-ai.html
2•speckx•24m ago•0 comments

Chinese Industry Is Starting to Wean Off Fossil Fuels

https://e360.yale.edu/digest/china-industry-peak-fossil-fuels
6•Brajeshwar•24m ago•1 comments
Open in hackernews

Show HN: Open-source simulation testing infra for voice agents

https://github.com/egma-ai/egma
5•Nischalj10•48m ago
Hey HN, we’re Nischal & Naman. We’re brothers, and together we’re building an open-source platform for simulation based testing of voice agents (try it out in 5 mins - https://docs.egma.ai/docs/get-started/quickstart, 2 min demo video - https://youtu.be/wgDWEe5UAUY)

Platforms that help you do simulation testing already exist. But they all charge a heavy premium on top of inference costs. We believe if the industry truly wants to scale simulation testing of voice agents, we need to stop charging a premium on inference and start providing infrastructure to scale simulations. The project is built in a way that allows you to bring your own STT, LLM, and TTS provider keys while also providing a way for us to provide inference directly within the platform at a 0% markup so you don’t have to wrestle with multiple keys/ rate limits.

A bit on why’re we’re building this -

We started working on voice agents in early 2024 and since then, have worked on numerous voice ai systems - like screenless voice-powered hardware for kids[1], AI receptionist deployed in healthcare practices like med spas & therapy clinics and personal accountability coaches. Some of these were full-fledged startups others were just side projects.

But we kept on encountering similar issues all throughout. One of the most frustrating parts was calling the agent again and again, reciting the same script to test its behavior. We also kept on encountering new issues all the time in production that we couldn't have simulated pre launch.

This frustration led us to a bigger question: how can developers trust the voice agents they’re shipping?

We believe building that trust takes two things - - First, you need a way to test the major scenarios your agent will face in production before you release it, without having to make every call yourself. But you can’t test for everything. Real world is too messy to predict in advance. - Which brings us to the second: you need a way to find issues once your agent is in production, whether it’s handling a few dozen conversations or millions. Detect drift in known behaviors AND surface unknown-unknown ways in which your agent is going wrong.

We think it’s a really hard problem to solve. And having felt it firsthand, we’re deeply motivated to take a shot at it.

Today we’re launching the simulation testing side of the platform. We feel it’s mature enough that real teams can depend on it. For eval design, we took inspiration from anthropic’s evals design[2] and extended it to voice systems. For technical & business model design we borrowed ideas from Langfuse[3]. Our stack is postgres, clickhouse & minio. Its easy to self-host[4] & the code has a permissive MIT license. We also have managed cloud version.

We’ve written more about our [testing](https://docs.egma.ai/docs/core-philosophies/testing-philosop...) and [monitoring](https://docs.egma.ai/docs/core-philosophies/monitoring-philo...) philosophy in the docs.

We’d love feedback from the HN community and people building voice agents - how are you testing today, what’s working and what’s frustrating? We’ll be in the comments. Thanks!

[1] https://x.com/theBhulawat/status/1966200231705595932?s=20 [2] https://www.anthropic.com/engineering/demystifying-evals-for... [3] https://github.com/langfuse/langfuse [4] https://docs.egma.ai/self-hosting/get-started

Comments

namanbhulawat•20m ago
Hey HN, Naman here. Its been fun building this. Looking forward to hearing your thoughts!