frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Astral to Join OpenAI

https://astral.sh/blog/openai
842•ibraheemdev•5h ago•522 comments

An update on Steam / GOG changes for OpenTTD

https://www.openttd.org/news/2026/03/19/steam-changes-update
62•jandeboevrie•54m ago•29 comments

Show HN: Three new Kitten TTS models – smallest less than 25MB

https://github.com/KittenML/KittenTTS
115•rohan_joshi•2h ago•30 comments

How to Not Pay Your Taxes

https://taylor.town/succession-000
34•surprisetalk•1h ago•11 comments

OpenBSD: PF queues break the 4 Gbps barrier

https://undeadly.org/cgi?action=article;sid=20260319125859
128•defrost•4h ago•40 comments

World Happiness Report 2026

https://www.worldhappiness.report/ed/2026/
50•ChrisArchitect•2h ago•35 comments

Juggalo Makeup Blocks Facial Recognition Technology (2019)

https://consequence.net/2019/07/juggalo-makeup-facial-recognition/
177•speckx•5h ago•87 comments

UK's Ofcom has today fined 4chan £450k for not having age checks in place

https://www.ofcom.org.uk/online-safety/illegal-and-harmful-content/4chan-fined-450000-for-not-pro...
22•longislandguido•54m ago•8 comments

Launch HN: Voltair (YC W26) – Drone and charging network for power utilities

14•wweissbluth•1h ago•0 comments

Prompt Injecting Contributing.md

https://glama.ai/blog/2026-03-19-open-source-has-a-bot-problem
51•statements•2h ago•20 comments

The Shape of Inequalities

https://www.andreinc.net/2026/03/16/the-shape-of-inequalities/
60•nomemory•3h ago•7 comments

macOS 26 breaks custom DNS settings including .internal

https://gist.github.com/adamamyl/81b78eced40feae50eae7c4f3bec1f5a
195•adamamyl•3h ago•99 comments

Scaling Karpathy's Autoresearch: What Happens When the Agent Gets a GPU Cluster

https://blog.skypilot.co/scaling-autoresearch/
25•hopechong•1h ago•5 comments

Android: Balancing Openness and Choice with Safety

https://android-developers.googleblog.com/2026/03/android-developer-verification.html
13•0xedb•1h ago•2 comments

Return of the Obra Dinn: spherical mapped dithering for a 1bpp first-person game

https://forums.tigsource.com/index.php?topic=40832.msg1363742#msg1363742
10•PaulHoule•2d ago•0 comments

Launch HN: Canary (YC W26) – AI QA that understands your code

13•Visweshyc•2h ago•10 comments

Afroman found not liable in defamation case

https://nypost.com/2026/03/18/us-news/afroman-found-not-liable-in-bizarre-ohio-defamation-case/
909•antonymoose•8h ago•504 comments

Love of corporate bullshit is correlated with bad judgment

https://pluralistic.net/2026/03/19/jargon-watch/
38•hn_acker•1h ago•7 comments

Consensus Board Game

https://matklad.github.io/2026/03/19/consensus-board-game.html
58•surprisetalk•4h ago•9 comments

I turned Markdown into a protocol for generative UI

https://fabian-kuebler.com/posts/markdown-agentic-ui/
15•FabianCarbonara•4h ago•8 comments

Ramtrack.eu – RAM Price Intelligence

https://ramtrack.eu
52•nu11r0ut3•5h ago•18 comments

Hyper-optimized reverse geocoding API

https://github.com/traccar/traccar-geocoder
36•tananaev•3h ago•9 comments

What if Python was natively distributable?

https://medium.com/@bzurak/what-if-python-was-natively-distributable-3bfae485a408
32•bzurak•3d ago•15 comments

Show HN: Dumped Wix for an AI Edge agent so I never have to hire junior staff

5•axotopia•2h ago•1 comments

Conway's Game of Life, in real life

https://lcamtuf.substack.com/p/conways-game-of-life-in-real-life
287•surprisetalk•14h ago•77 comments

4Chan mocks £520k fine for UK online safety breaches

https://www.bbc.com/news/articles/c624330lg1ko
51•mosura•3h ago•40 comments

Monuses and Heaps

https://doisinkidney.com/posts/2026-03-03-monus-heaps.html
8•aebtebeten•18h ago•0 comments

Eniac, the First General-Purpose Digital Computer, Turns 80

https://spectrum.ieee.org/eniac-80-ieee-milestone
94•baruchel•12h ago•39 comments

Gluon: Explicit Performance

https://www.lei.chat/posts/gluon-explicit-performance/
16•matt_d•3d ago•0 comments

Austin’s surge of new housing construction drove down rents

https://www.pew.org/en/research-and-analysis/articles/2026/03/18/austins-surge-of-new-housing-con...
742•matthest•18h ago•899 comments
Open in hackernews

Launch HN: Canary (YC W26) – AI QA that understands your code

13•Visweshyc•2h ago
Hey HN! We're Aakash and Viswesh, and we're building Canary (https://www.runcanary.ai). We build AI agents that read your codebase, figure out what a pull request actually changed, and generate and execute tests for every affected user workflow.

Aakash and I previously built AI coding tools at Windsurf, Cognition, and Google. AI tools were making every team faster at shipping, but nobody was testing real user behavior before merge. PRs got bigger, reviews still happened in file diffs, and changes that looked clean broke checkout, auth, and billing in production. We saw it firsthand. We started Canary to close that gap. Here's how it works:

Canary starts by connecting to your codebase and understands how your app is built: routes, controllers, validation logic. You push a PR and Canary reads the diff, understands the intent behind the changes, then generates and runs tests against your preview app checking real user flows end to end. It comments directly on the PR with test results and recordings showing what changed and flagging anything that doesn't behave as expected. You can also trigger specific user workflow tests via a PR comment.

Beyond PR testing, tests generated from the PR can be moved into regression suites. You can also create tests by just prompting what you want tested in plain English. Canary generates a full test suite from your codebase, schedules it, and runs it continuously. One of our construction tech customers had an invoicing flow where the amount due drifted from the original proposal total by ~$1,600. Canary caught the regression in their invoice flow before release.

This isn't something a single family of foundation models can do on its own. QA spans across many modalities like source code, DOM/ARIA, device emulators, visual verifications, analyzing screen recordings, network/console logs, live browser state etc. for any single model to be specialized in. You also need custom browser fleets, user sessions, ephemeral environments, on-device farms and data seeding to run the tests reliably. On top of that, catching second-order effects of code changes requires a specialized harness that breaks the application in multiple possible ways across different types of users that a normal happy path testing flow wouldn't.

To measure how well our purpose built QA agent works, we published QA-Bench v0, the first benchmark for code verification. Given a real PR, can an AI model identify every affected user workflow and produce relevant tests? We tested our purpose-built QA agent against GPT 5.4, Claude Code (Opus 4.6), and Sonnet 4.6 across 35 real PRs on Grafana, Mattermost, Cal.com, and Apache Superset on three dimensions: Relevance, Coverage, and Coherence. Coverage is where the gap was largest. Canary leads by 11 points over GPT 5.4, 18 over Claude Code, and 26 over Sonnet 4.6. For full methodology and per-repo breakdowns give our benchmark report a read: https://www.runcanary.ai/blog/qa-bench-v0

You can check out the product demo here: https://youtu.be/NeD9g1do_BU

We'd love feedback from anyone working on code verification or thinking about how to measure this differently.

Comments

warmcat•1h ago
Good work. But what makes this different than just another feature in Gemini Code assist or Github copilot?
Visweshyc•11m ago
Thanks! To execute these tests reliably you would need custom browser fleets, ephemeral environments, data seeding and device farms
blintz•1h ago
I really want automated QA to work better! It's a great thing to work on.

Some feedback:

- I definitely don't want three long new messages on every PR. Max 1, ideally none? Codex does a great job just using emoji.

- The replay is cool. I don't make a website, so maybe I'm not the target market, but I'd like QA for our backend.

- Honestly, I'd rather just run a massive QA run every day, and then have any failures bisected, rather than per-PR.

- I am worried that there's not a lot of value beyond the intelligence of the foundation models here.

Visweshyc•1h ago
Thanks for the feedback! - Agreed that the form factor can be condensed with a link to detailed information - With the codebase understanding, backend is where we are looking to expand and provide value - The intelligence of the models does lay out the foundation but combining the strength of these models unlocks a system of specialized agents that each reason about the codebase differently to catch the unknown unknowns
Bnjoroge•44m ago
Agree on your last point and it's going to be a very bitter lesson. In any case, you probably wanna shift alot of the code verification as left as possible so doing review at PR time isnt the right strat imo. And claude/codex are well positioned to do the local review.
solfox•1h ago
Looks interesting! Looks like perhaps no support for Flutter apps yet?
Visweshyc•51m ago
Yes we currently support web apps but plan to extend the foundation to test mobile applications on device emulators
solfox•1h ago
Not a direct competitor but another YC company I use and enjoy for PR reviews is cubic.dev. I like your focus on automated tests.
Visweshyc•1h ago
Thanks! We believe executing the scenarios and showing what actually broke closes the loop
Bnjoroge•45m ago
what kinds of tests does it generate and how's this different from the tens of code review startups out there?