frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Serverless DTLS

https://proxylity.com/docs/listeners/dtls.html
1•mlhpdx•1m ago•0 comments

Show HN: I built an AI 'Fog of War' to kill my 3AM Notion templates

https://www.tryworthit.app/about
1•AvityN•3m ago•0 comments

Genuinely useful set of free tools for any dev

https://kirkdiamond.com/tools/
1•turkeykd•3m ago•0 comments

Neki by PlanetScale

https://neki.dev/
2•handfuloflight•3m ago•0 comments

Silicon Valley Is Transforming the Military-Industrial Complex

https://costsofwar.watson.brown.edu/paper/how-big-tech-and-silicon-valley-are-transforming-milita...
1•paimapi•4m ago•0 comments

A Design Space Exploration of Async/Await

https://cel.cs.brown.edu/blog/design-space-async-await/
1•alpaylan•5m ago•0 comments

SWE-2

https://twitter.com/cognition/status/2098069235733823965
1•tosh•5m ago•0 comments

Show HN: ObserverBench – Test internal AI monitors by the harm they miss

https://kwisatzh.github.io/observerbench/try/
2•kwisatzh•7m ago•0 comments

Open Design 0.22.0 – Introducing OpenDesign Arena

https://github.com/nexu-io/open-design/releases/tag/open-design-v0.22.0
2•doener•7m ago•0 comments

Neki

https://planetscale.com/blog/introducing-neki
4•simon_weber•8m ago•0 comments

Apple is no longer thinking different

2•othmanosx•8m ago•0 comments

Neki – Horizontal Sharding for Postgres

https://planetscale.com/docs/neki
4•jaredlt•9m ago•0 comments

Security lab finds agents will exploit vulnerabilities without prompt to hack

https://www.theregister.com/security/2026/03/12/rogue-ai-agents-can-work-together-to-hack-systems...
2•ForHackernews•10m ago•0 comments

Show HN: EterDB, a Postgres fork that makes it easy to recover from incidents

https://eterdb.com/
2•fdeth•10m ago•0 comments

Aliens Are Not Crazy Unlikely

https://www.overcomingbias.com/p/aliens-are-not-crazy-unlikely
2•surprisetalk•10m ago•0 comments

Show HN: An app for passively watching Product Hunt launches as a video playlist

https://github.com/OlegIGalkin/ProductTrailers
2•cantouch•13m ago•0 comments

I build a mechanical watch face: a real gear train for a watch with no gears

https://myday24.com/blog/how-a-mechanical-watch-face-is-built/
3•tomasslavicek•16m ago•0 comments

Show HN: Subnet Calc, visual subnet planning for teams

https://www.subnetcalc.com
2•RossMason•16m ago•1 comments

Show HN: Matcha Filter Remover – browser-first green cast correction

https://matchafilterremover.net/
2•robot1996•17m ago•0 comments

Million Dollars in Tokens

https://thefinancialengineer.substack.com/p/milion-dollars-in-tokens
3•gemanor•19m ago•1 comments

LG strongly denies TV spying claims

https://www.tomshardware.com/tech-industry/big-tech/lg-strongly-denies-tv-security-claims-says-tr...
1•datakan•20m ago•1 comments

Drone Display Recreates the Twin Towers over New York City

https://www.bbc.co.uk/news/videos/cx2z7x57gjeo
1•crowdhailer•20m ago•0 comments

A window switcher that does nothing until you press Option

https://alexvestea.com/posts/quietjump/
1•avestea•21m ago•0 comments

Cognition launches new SWE-2 model

https://cognition.com/blog/swe-2
5•seelos•22m ago•0 comments

NASA Color Trick Was Meant for Mars. Now It's Unveiling Rock Art on Earth

https://gizmodo.com/this-nasa-color-trick-was-meant-for-mars-now-its-unveiling-rock-art-on-earth-...
1•gumby•22m ago•0 comments

Google Mapped a Fruit Fly's Brain. Now It's Playing Doom and Super Mario 64

https://gizmodo.com/google-mapped-a-fruit-flys-brain-now-its-playing-doom-and-super-mario-64-2000...
1•krapp•24m ago•0 comments

Don't Let Anyone Take Away Your Big Box of Cables

https://blog.jim-nielsen.com/2026/hands-off-my-cables/
10•Brajeshwar•24m ago•2 comments

9 Words

https://pzlgames.com/games/9words/
1•almara•26m ago•1 comments

Show HN: ShipCheck – Catch when AI breaks old fixes

https://useshipcheck.dev
1•karunsarvajith•26m ago•0 comments

A quick overview of atomics in C

https://lemire.me/blog/2026/09/09/a-quick-overview-of-atomics-in-c/
1•jandeboevrie•29m ago•0 comments
Open in hackernews

The case to BYOB: build your own (coding) benchmarks

https://byobench.ai/buildyourownbenchmark/
6•oaa36•50m ago

Comments

oaa36•50m ago
We were playing around with automating, standardizing, and optimizing more of our software development process, but didn’t have trustworthy priors for deciding what to use. Public benchmarks get aggressively optimized against, and their tasks don’t necessarily resemble what we consider a unit of work. So we built infrastructure to test combinations of models, harnesses, skills, reasoning effort, and ticket styles against work we had already completed.

The combinations mattered. A harness or skill could help one model and hurt another, more reasoning sometimes reduced quality, and rewriting the ticket changed which setups performed best. We also monitored agent behavior using a simplified version of https://openai.com/index/how-we-monitor-internal-coding-agen....

We have a gripe with hidden-test pass rates as a measure of code quality. Philosophically, we’re closer to [FrontierCode’s focus on mergeability (https://cognition.com/blog/frontier-code): we assess the mergeability of the contribution through deterministic checks and specialized agents examining specific requirements.

The article shows a small sample from our codebase and how a router driven by those findings held up on additional tasks, achieving substantial cost savings at similar quality. These are directional, low-N findings specific to our work. We’re sharing the approach because we think other teams could benefit from building their own benchmarks.

More broadly, we think engineering teams should be able to build their own ways of working from composable tools. We’d like the software factory itself to be something engineers can shape, inspect, and improve, including what they automate and where they retain human judgment. There’s room for engineering taste there, too, and we think it starts with being able to assess the component parts.