frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: ABC Classic 100 Rankings visualised

https://classic100.gotski.workers.dev/
7•gotski•23m ago•2 comments

Show HN: Lowfat – pluggable CLI filter that saved 91.8% of my LLM tokens

https://github.com/zdk/lowfat
114•zdkaster•16h ago•58 comments

Show HN: Documenting an Obscure Japanese Wii Game – and-Kensaku

https://github.com/TylerJaacks/AndKensakuResearch
2•TylerJaacks•1h ago•1 comments

Show HN: Omni – Local-first multimodal file search on macOS

https://hanxiao.io/omni/
2•artex_xh•2h ago•0 comments

Show HN: I nerfed our coding agents on purpose

20•noahfradin•2h ago•10 comments

Show HN: On-device transcriber that's 97% accurate at identifying speakers

https://mimicscribe.app/
9•marshalla•8h ago•3 comments

Show HN: OWASP VulnerableApp Modern Extensible and Scalable vulnerable app

https://github.com/SasanLabs/VulnerableApp
3•newaccount12344•5h ago•1 comments

Show HN: I rebuilt a tiny old volleyball game I loved

https://volleyhop.com/
4•cebceb•5h ago•2 comments

Show HN: Mercek – A Desktop IDE for AWS ECS

https://www.mercek.dev/
61•utibeumanah•1d ago•27 comments

Show HN: Bash Runtime for AWS Lambda

https://github.com/interchecks/bash-lambda-runtime
2•tw1gz•6h ago•0 comments

Show HN: Prela – Purely Algebraic Relation Combinators

https://github.com/remysucre/prela
70•remywang•4d ago•13 comments

Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages

https://github.com/kouhxp/textsnap
13•mrkn1•14h ago•15 comments

Show HN: Edsger – A handwritten Clojure REPL for the reMarkable 2

https://handwritten.danieljanus.pl/2026-06-01-edsger.html
258•nathell•3d ago•34 comments

Show HN: Uruky (EU-based Kagi alternative) now has Image Search and URL Rewrites

https://uruky.com/?il=en
231•BrunoBernardino•1d ago•216 comments

Show HN: I reverse-engineered the world maps of Test Drive III (1990 DOS game)

https://github.com/s-macke/Test-Drive-3-Maps
215•s-macke•5d ago•56 comments

Show HN: Altersend – File sharing without cloud

https://github.com/denislupookov/altersend
12•denisdev1•19h ago•4 comments

Show HN: A Simplistic UI for Rich Hickey's Design in Practice

https://github.com/bmillare/design_in_practice_ui
4•bmillare•9h ago•1 comments

Show HN: Eyeball

https://eyeball.rory.codes/
291•mrroryflint•3d ago•88 comments

Show HN: Cost.dev (YC W21) – making agents cost-aware and cheaper to call

https://cost.dev/
35•akh•1d ago•22 comments

Show HN: Hitoku Draft – Context aware local assistant

https://hitoku.me/draft/
20•lostathome•1d ago•6 comments

Show HN: NoiR Code – because QR sounds similar to "noir"

https://noir-code.suncake.xyz/
12•Sunkek•2d ago•5 comments

Show HN: Papernews – self-hosted daily newspaper PDF for your reMarkable

https://github.com/marcj/papernews
11•bourbonproof•1d ago•4 comments

Show HN: Nutrepedia – Nutrition info in 29 locales built with Clojure and Htmx

https://nutrepedia.com/en-us/
134•llovan•2d ago•29 comments

Show HN: Formally verified polygon intersection – Opus 4.8 oneshots, prev failed

https://github.com/schildep/verified-polygon-intersection
48•permute•1d ago•14 comments

Show HN: Boxes.dev: ditch localhost; run Claude Code and Codex in the cloud

https://boxes.dev
97•nab•1d ago•72 comments

Show HN: Netlora diagnose bufferbloat and why fast internet feels slow

https://getnetlora.com/
4•arashfratto•12h ago•0 comments

Show HN: Mnemo – local-first AI memory layer for any LLM (Rust, SQLite,petgraph)

https://github.com/zaydmulani09/mnemo
59•zaydmulani•2d ago•26 comments

Show HN: Fast Android File Manager that works

https://github.com/djanogly/fast-android-file-manager
3•jackjayd•13h ago•3 comments

Show HN: Live breath detection and biofeedback from a phone microphone

https://github.com/shiihaa-app/shiihaa-breath-detection
66•felixzeller•3d ago•26 comments

Show HN: I embedded 685M public texts in 32 minutes (on 8x A100, Rust, TensorRT)

https://github.com/Artain-AI/ignite-ms
6•ddayanov•1d ago•0 comments
Open in hackernews

Show HN: I nerfed our coding agents on purpose

20•noahfradin•2h ago
Tl;dr: I trained a classifier to route to the least expensive model and reasoning depth to complete the request. Coupling that with additional automated token efficiency techniques has yielded 3x usage for the same spend. For anyone interested in trying it themselves: https://nerfguard.com

Various teammates and I switched over to Codex from Claude Code recently. We still bounce between the tools, but Codex’s speed and steerability coupled with performance gains were hard to ignore. One of the downsides was that the per token pricing kicked in way sooner. This is happening across the board, but we felt it in Codex more acutely. We’re a startup filled with people who work around the clock and are obsessed with building — naturally our daily bill alone was striking.

Luckily we’re going after a big mission and speed matters significantly more than marginal token spend on the edges. Still, it got us thinking about how it was ludicrous that while our product has a side effect of decreasing token spend and speeding up agentic workflows by many orders of magnitude, we were using these top tier models for all types of internal coding tasks without any of those optimizations. The waste felt pretty ridiculous — the most glaring culprit was that we were seemingly using the max intelligence model on max reasoning for every task even when the task clearly didn’t require it. As a company who spends a lot of time on cached intelligence, it was also easy for us to see how there was plenty of other low hanging fruit as well.

So, on a recent weekend, I quickly built a tool to optimize our usage. At its core is a very fast classifier that classifies your requests to the least intelligence required for the task and includes some nice token optimizations on top. The result is roughly the same quality for multiples lower token spend. But even more exciting for us, is that the properly bin packed intelligence and reasoning levels meant our speed also went up considerably. This wasn’t negligible.

We’ve observed up to 3x savings and hours per day per person in saved time that we would have otherwise been waiting on tool turns and coding agent responses.

For us, that means improved engineering velocity and significantly higher usage for the same spend. It also means more usage before getting throttled.

As I told friends about this, they also wanted to start using it to maximize the usage they could get out of their coding agent plans. There are now engineers across many of the most cutting edge AI companies using this tool to optimize their token utilization in this way. Not just to save money, but to maximize output. Turns out that the best way to avoid getting nerfed by Claude is to intentionally nerf yourself selectively. We decided to release it for the rest of the builder community to use as well. You can now turn on Nerfguard for yourself and start getting more usage today.

Comments

andrewlau624•2h ago
compelling. i've seen context compression and caching tools before, but combining spend optimization with model routing and throughput gains is a smart angle.
snookie139•2h ago
Nice! Always thought something like this should exist. Will definitely try it out!
FLFSandy•2h ago
Wow, we are really struggling with our token costs. I'll def be sharing it with our team!
woodedpisces•2h ago
how much do your tokens actually cost? for me, it's no more than a few thousand so I don't really see the need for this.
gnabgib•1h ago
What's a few thousand kilos of gold, between friends?
kburman•2h ago
All new accounts created within few min. Nothing to see here.
jonappleseed22•1h ago
Thanks for the feedback. We have a few interns who are new to Hacker News.

If you have feedback on the product, would love to hear!

AmazingEveryDay•1h ago
It's sad and inept but worse yet perhaps they'll learn, and use seasoned accounts next time.
gnabgib•1h ago
Complete with embarrassing replies. Amazing
aka22208•2h ago
I’ll give this a shot. I might be doing it wrong but if I split the work between codex and Claude in the same VS instance I rarely run into usage limitations.