frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Cut LLM turns in MCP interactions by 75%+

https://github.com/Tura-AI/tura
1•turaainet•46s ago•0 comments

Procedural Pixel-Art Grass in Rust and WebGPU

https://jarl-game.com/blog/2d-gpu-grass-rendering/
2•credo_dev•1m ago•0 comments

DFlash changes what tokens per second means

https://piszczek.pl/blog/dflash-changes-what-tokens-per-second-means
1•pich•3m ago•0 comments

Nix didn't hang it was evaluating the world

https://www.labcraft.dev/blog/nix-didnt-hang-it-was-evaluating-the-world
2•anandsuresh•5m ago•0 comments

CoreWeave edges past quarterly revenue estimates

https://www.reuters.com/technology/coreweave-edges-past-quarterly-revenue-estimates-2026-08-11/
1•ashurandi•7m ago•0 comments

The FastLanes Unified Transport Layout

https://blog.dave.tf/post/fastlanes-utl/
1•raggi•9m ago•0 comments

Google's Gemini app surges to one billion users

https://techcrunch.com/2026/08/11/googles-gemini-app-surges-to-one-billion-users/
2•speckx•10m ago•0 comments

Becoming physically immune to brute-force attacks (2021)

https://seirdy.one/posts/2021/01/12/password-strength/
1•downbad_•12m ago•0 comments

3D Interactive Map of the Silicon Valley

https://www.levels.fyi/atlas
2•zuhayeer•13m ago•1 comments

Bumble gives up on women making the first move

https://techcrunch.com/2026/08/11/bumble-ditches-its-rule-that-kept-men-from-making-the-first-move/
4•BlueBerry2001•15m ago•0 comments

uBlock Origin no longer supporting Facebook

https://reddit.com/r/uBlockOrigin/comments/1vgcjg5/about_disgusting_facebook_devs/
1•Cider9986•15m ago•1 comments

My agent hacked my gym

http://web.archive.org/web/20260516025532/https://www.affinda.com/expert-insights/when-my-ai-agen...
2•tmrtsmith•18m ago•1 comments

Previous-Token Prediction Based LLM Near-Exact Prompt Reconstruction

https://arxiv.org/abs/2607.29378
1•doener•18m ago•0 comments

Show HN: LidAwake – Keep your Mac awake with the lid closed (200 lines of Swift)

https://github.com/deezeddd/LidAwake-Mac
1•deezedd•19m ago•0 comments

Tiled Rasterization for Large DOM Captures

https://snapdom.dev/blog/huge-page-mosaic/
2•tinchox6•20m ago•0 comments

Introducing Grok Bot

https://xcancel.com/antibot/captcha
1•StanAngeloff•20m ago•0 comments

The Fanfare Around the Band Geese Was a Psyop

https://www.wired.com/story/geese-chaotic-good-marketing-industry-plant/
2•dbl000•20m ago•0 comments

Show HN: Personal AI Policy Directory

https://howiai.directory/
1•emilesilvis•21m ago•0 comments

Firefly Aerospace hits record $117.7M Q2 revenue, beating estimates by 34%

https://runtimewire.com/article/firefly-aerospace-hits-record-117-7m-q2-revenue-beating-estimates...
1•ryanmerket•21m ago•0 comments

Blend2D – High Performance 2D Vector Graphics

https://blend2d.com/
2•coffeeaddict1•23m ago•0 comments

Rocky Linux Founder Kurtzer Launches OpenWALDO to Open Up AI Training Data

https://techstrong.ai/articles/rocky-linux-founder-gregory-kurtzer-launches-openwaldo-to-open-up-...
2•CrankyBear•23m ago•0 comments

Glyph – Content intelligence without the baggage

https://github.com/Koda-OSS/Glyph
2•justinthemax•26m ago•0 comments

The brain may be about to have its Ozempic moment

https://economist.com/science-and-technology/2026/08/11/the-brain-may-be-about-to-have-its-ozempi...
25•andsoitis•31m ago•14 comments

Ask HN: How should I progress in my hacking journey?

1•anonomity•31m ago•0 comments

Trystero

https://github.com/dmotz/trystero
2•tibbar•32m ago•0 comments

Ancient Engineering Marvel Was Built Without Rulers

https://www.404media.co/no-bosses-ancient-engineering-marvel-was-built-without-rulers-study-sugge...
2•Jimmc414•33m ago•0 comments

How to Migrate from Airtable to Obsidian

https://obsidian.md/help/import/airtable
1•skadamat•34m ago•0 comments

Ask HN: What is your biggest bottleneck when developing with agents

1•sakuraiben•36m ago•1 comments

Textdämmerung: On Arday, the EU, and How One Philosophizes with a Chatbot

https://critiqueanddigest.substack.com/p/textdammerung
2•crescit_eundo•37m ago•0 comments

Show HN: Openleetcode – local LeetCode runner where tests live in the repo

https://github.com/therepanic/openleetcode
2•therepanic•37m ago•0 comments
Open in hackernews

Nvidia Nemotron 3.5 Lightning and NeMo Switchyard

https://blogs.nvidia.com/blog/nemotron-lightning-switchyard-rtx-dgx/
65•droidjj•56m ago

Comments

thehamkercat•42m ago
> NeMo Switchyard, an open source library for smart routing

> When deployed, NeMo Switchyard can intelligently direct each request to the most capable and suitable model for the job

How do routers like this handle prompt caching when you send the second request?

Sticky models per session? but then the second message of that session won't be sent to a suitable model, and will only be sent to the same model as previous one.

embedding-shape•38m ago
The repo is probably a better entrypoint to it, bit more concise description than the press releases: https://github.com/NVIDIA-NeMo/Switchyard (Notably: "Experimental software. Not for production use."). Unclear if they actually want you to deploy it or not, press release says yes, README says no, do with that what you will.

Doesn't seem to mention "cache" in the README nor the docs, but the code has mentions of it (https://github.com/search?q=repo%3ANVIDIA-NeMo%2FSwitchyard+...), I'm not sure what their thinking is there. "Good luck" essentially? Seems to be per-provider at best, but weird position for a routing library to take.

thehamkercat•34m ago
I personally think it's snake-oil marketing with all these smart-model-routing products/projects

prompt-cache won't work with these

try-working•30m ago
caching works perfectly fine with routers.
thehamkercat•21m ago
Can you explain how does it work? like how is the previous K/V cache used when you switch to another model?

Source?

hedgehog•15m ago
See sibling answer but essentially the effectiveness of cache is not diminished by having a separate one per model (relative to the win of doing more turns and generation with a cheaper model).
try-working•4m ago
To keep it simple, forget about routers and imagine you're in Cursor using GPT for a while, reaching a cache of says 200k.

You decide to switch to DeepSeek in the same session via the model picker, and continue as usual. What happens is that the cache for DeepSeek is created with the 200k + the incremental message. After this, cache can be kept warm for both models; two instances of the cache exists, one for GPT and one for DS.

You switch back to GPT. The whole session is sent to the model with the 200k original from GPT and the incremental messages you sent to DS. The 200k is read from cache and the incrementals are new, and then added to the cache.

Let's say every second message you switch between GPT and DS; cache was 200k and each incremental message is 1k. If you kept going with only GPT, cache hit rate would be 200k/(200k+1k) = 99.5%. When you switch between two models with warm cache, hit rate instead becomes 200k/(200k+2k) = 99%.

Model routers work the same way. Keep the cache warm, replicate it in two places. For this reason, when you set up your model pool for routing, you want to keep the model pool small and differentiated.

First principles of model routing: https://try.works/first-principles-of-model-routing

role-model router and protocol: https://github.com/try-works/role-model

eli•27m ago
I've seen ones that are configurable to pick a trade off point between lower cost (cache stickiness) and routing performance (best model for that turn).

But yeah I'm skeptical all this overhead is worth it.

WalterGR•35m ago
24 comments so far about Nemotron: https://news.ycombinator.com/item?id=49257947
XCSme•29m ago
The new Meta 30B models seems A LOT better:

https://aibenchy.com/compare/meta-muse-glimmer-30b-xhigh/nvi...

Tactical45•25m ago
At what cost difference?
XCSme•22m ago
I don't think it matters, if it's for local/on-device usage.

The cost is similar vram footprint I guess (?)

eli•24m ago
The top 4 models on that site are all variants of Gemini Flash? That does not match my experience at all.
XCSme•19m ago
I should add a F.a.q. for this question.

The suite is across many categories, not only coding, and most of the tasks are low-horizon (or what the opposite of long-horizon is), where the max thinking time is around 10 minutes.

Gemini models are really smart, unfortunately they don't play well with any harness, so hard to use in practice.

But try them out for one-shot tasks, they are really good. Don't use them for coding in a harness, but you can ask them to generate code/planning (still, for coding only other models are indeed recommended).

thehamkercat•
average_bloke•16m ago
I would like to propose something:

- problem: massive deluge of information because of AI

- solution: human beings should adopt a minimalist style of communicating in writing.

- e.g. this entire website page can be ten bullet points.

hedgehog•18m ago
To elaborate, because I don't think some of the people reading this understand the reason, typically a lot or most of the cost in "agentic" API usage is cached read + generation. Cached read costs scale with turn count, which multi-model switching doesn't increase, and of course generation gets cheaper if you do some of it with a cheaper model. When you switch models the "catching up" batch of messages is just a single prefill and then that goes into cache. You don't even need to have the same chat history across models so long as the view from each model's perspective looks like a series of appends.

The main problem with model routing in my experience is that to work well the router needs to be pretty strong, maybe even moreso than any of the actual models in service. There are probably clever solutions to this but I haven't seen any that look better than just using sub-agents.

richwater•12m ago
> which multi-model switching doesn't increase

Given model A with cache C(a) and model B with C(b)

Isn't this not true because the moment you switch models from A to B, you need to provide C(b) the latest conversation diff since C(b) last updated, say many turns ago?

22m ago
Muse Glimmer 30B seems to be on par with Qwen 3.6 27B (4 months old)

but

Qwen 3.8 27B is dropping this week...

XCSme•17m ago
Yes, I was surprised to see doing it as well as Qwen 3.7 27b.

Even though that model is already "old", qwen was way ahead everyone else in that size category before this Meta model.

Also, probably for non-Chinese usage, using a non-Chinese model might lead to better results.