frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Decker, a platform that builds on the legacy of Hypercard and classic macOS

https://beyondloom.com/decker/
204•tosh•6h ago•44 comments

I wanted a clock that never needed setting. Things escalated

https://arstechnica.com/gadgets/2026/07/i-wanted-a-clock-that-never-needed-setting-things-escalated/
33•lee_ars•3d ago•33 comments

French firefighters face 'pyrocumulonimbus' for first time

https://www.france24.com/en/live-news/20260726-french-firefighters-face-pyrocumulonimbus-for-firs...
149•saaaaaam•6h ago•69 comments

Teaching Kids Forth

https://gracefulliberty.com/articles/teaching-kids-forth/
40•rbanffy•3h ago•11 comments

We have proof automation now

https://www.imperialviolet.org/2026/07/26/zstd-lean.html
49•zdw•3h ago•5 comments

Introduction to Data-Oriented Design [pdf]

https://www.gamedevs.org/uploads/introduction-to-data-oriented-design.pdf
94•tosh•6h ago•30 comments

Simulate cassette tape audio profiles using FFmpeg

https://github.com/AARomanov1985/Audio-Cassette-Simulation
61•xterminal•4h ago•31 comments

Design is compromise

https://stephango.com/design-is-compromise
182•ankitg12•8h ago•69 comments

Plasma Tunnels Reveal How Dying Satellites Fall to Earth

https://spectrum.ieee.org/space-debris-atmosphere-burn-up
38•marc__1•4h ago•14 comments

Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy

https://swag.htmx.org/en-cad/products/htmx-4-the-game
340•rcy•12h ago•107 comments

Show HN: CheapSecurity – Lightweight, Self-Hosted CCTV for Linux SBCs

https://github.com/gmrandazzo/CheapSecurity
100•zeldone•8h ago•22 comments

How to Block Some of the Bots

https://nochan.net/b/Internet-Crap/20260606-How-To-Block-Some-Of-The-Bots/
70•Bender•6h ago•77 comments

How to Write English Prose

https://thelampmagazine.com/blog/how-to-write-english-prose
65•geneticdrifts•7h ago•36 comments

How AST-grep Rewrote Tree-sitter in Rust and Made It 30% Faster

https://astgrep.com/blog/tree-sitter-rust-rewrite
54•herrington_d•6h ago•8 comments

History of John Backus's functional programming project [draft]

https://softwarepreservation.computerhistory.org/FP/
5•cwbuilds•2d ago•0 comments

Go Analysis Framework: modular static analysis by go team

https://pkg.go.dev/golang.org/x/tools/go/analysis
174•AbuAssar•12h ago•36 comments

The Usefulness of Useless Knowledge (1939) [pdf]

https://faculty.lsu.edu/kharms/files/flexner_1939.pdf
15•jxmorris12•3d ago•1 comments

The New AI Superpowers: Focus and Followthrough

https://www.rickmanelius.com/p/the-new-ai-superpowers-focus-and
133•mooreds•11h ago•43 comments

Fonts In Use – Find out where a font is used

https://fontsinuse.com/
3•open_•1h ago•0 comments

GrapheneOS protections against data extraction from locked devices

https://discuss.grapheneos.org/d/40700-grapheneos-protections-against-data-extraction-from-locked...
379•Cider9986•18h ago•220 comments

The relay market powering token resellers and fraud

https://vectoral.com/blog/token-relay-market
147•mlenhard•9h ago•91 comments

US citizen charged after GrapheneOS phone wipes during airport search

https://www.techspot.com/news/113236-us-prosecutors-charge-atlanta-man-after-grapheneos-phone.html
54•eecc•2h ago•18 comments

I learned PCB design, 3D printing and C just to listen to music

https://pentaton.app/blog/2026-07-12-introducing-pentaton-lp/
172•interfeco•3d ago•35 comments

Kill The Cookie Banner

https://killthecookiebanner.eu/
798•rapnie•12h ago•389 comments

Jimothy the raccoon has a rare spinal condition. Here's what that means

https://www.popsci.com/science/whats-jimothy-raccoon-condition/
99•speckx•5d ago•51 comments

Wattage: A token-spend profiler and cost-regression gate for AI agents

https://github.com/faizannraza/wattage
4•faizanraza03•1h ago•0 comments

Show HN: Reverse Minesweeper

https://sunflowersgame.com/
140•pompomsheep•11h ago•48 comments

Multiway Turing Machines (2021 pre-ai)

https://bulletins.wolframphysics.org/2021/02/multiway-turing-machines/
18•marysminefnuf•3h ago•3 comments

Using sed to make indexes for books (1997)

https://www.pement.org/sed/make_indexes.txt
47•TMWNN•3d ago•9 comments

It's not empowering to hand off the details

https://davidnicholaswilliams.com/its-not-empowering-to-hand-off-the-details/
175•davnicwil•6h ago•100 comments
Open in hackernews

Show HN: Distill and serve models with frontier quality for half the cost

https://github.com/experientiallabs/world-model-optimizer
41•SilenN•1h ago
Hi HN, we built world-model-optimizer, an open-source tool to continually improve models specialized to agents. Today we are launching `wmo serve`, a tool to route repetitive tasks to distilled smaller models.

Agent traces you already capture are opportunities to get signal on how to make your model cheaper, faster, better. We continuously improve

- your specialized model through distillation from open source models

- model routing to frontier + custom models

- token compaction to remove noise and save tokens

Demo: https://www.youtube.com/watch?v=2_m4Ze6mdko

Pass in traces and an OpenRouter key, and wmo starts an endpoint to run with your model. Behind the scenes a router decides which tasks should go to the frontier versus your model. Tinker continually trains as new traces arrive.

We also offer a hosted solution for anyone that just wants a frontier quality endpoint with self improvement over time at a 40%+ lower cost.

We're https://experientiallabs.ai!

Comments

rglover•45m ago
Excited to play with this.
SilenN•18m ago
Let me know if you have any questions!
jack_pp•43m ago
Not sure I get it. The model you're improving is local? If so how do you even calculate cost compared to an API
SilenN•28m ago
Open source models.

wmo routes requests between frontier models and open source models that continuously train using Tinker. As the smaller models improve, more traffic gets routed to them.

Calculating cost is just tokens in/out.

yiyingzhang•41m ago
Cool idea! How do you guarantee privacy?
SilenN•27m ago
It's open source!

We do have a platform we'll be launching as well to manage training + serving for you which will require more diligent privacy guarantees.

digitaltrees•41m ago
Cool project
SilenN•18m ago
Thanks :)
adrianco•40m ago
Local models need to be tuned to work well so this looks useful. Seems to be for general purpose model serving. I’ve been using https://github.com/adrianco/retort to run experiments for coding models across 13 different programming languages to see which frontier and local models work.
SilenN•34m ago
That's cool, thanks for sharing!
Art9681•33m ago
The absolute best way to prove this works is by releasing a model that was fine-tuned with this method and then showing benchmarks depicting the improvement delta between the base model and the fine tuned one.

The work is not done. Then release it to the masses and wait a few days for the actual real world anecdotes.

Until then, this is noise.

Reubend•30m ago
Yeah, this is just slop. No benchmarks, no concrete case studies, just some vibecoded "platform" to finetune models on your own traces.

Which is an idea that has some value, but also some weaknesses. And this implementation of it isn't forthcoming with that concept. You have to really dig in to understand what they're even talking about.

SilenN•24m ago
Happy to answer any qs.
irishcoffee•29m ago
Benchmarks are the ultimate consolidation of halnons razor.
teravor•27m ago
[flagged]
dang•27m ago
"Please don't post shallow dismissals, especially of other people's work. A good critical comment teaches us something."

https://news.ycombinator.com/newsguidelines.html

surround•22m ago
The title is misleading. This is model routing, not distillation.
SilenN•17m ago
Fixed formatting which will help with readability. We do routing, distillation, and token compaction.
SilenN•27m ago
Valid criticism. Happy to answer any qs. We're still working on solidfying results.
dang•25m ago
Ok, I think it is in your interest to wait until you have more to show, and we'll be happy to help you with reposting it once it's ready.

Waitlists are against the Show HN rules (https://news.ycombinator.com/showhn.html), and you're likely to get a lot of community pushback if you post before there's enough substance for users to sink their teeth into.

SilenN•19m ago
Thanks for the heads up, removed mention!