frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Local note engine uses LLM to organize notes into a knowledge graph

https://github.com/AlexWasHeree/NoteCast
1•AlexWasHeree•1m ago•0 comments

How to Catch Risky JavaScript Bugs with ESLint-plugin-security

https://jsdev.space/howto/eslint-plugin-security/
1•javatuts•1m ago•0 comments

PyPie, A DSL for Tensor Programming

https://pypie.dev
1•weiserwx•3m ago•1 comments

Self Teaching Autoencoder

https://the-puzzler.github.io/?p=self-teaching-autoencoder
1•E-Reverance•4m ago•0 comments

Vericoding: The End of "Trust Me Bro, The AI Wrote It"

https://blog.icme.io/vericoding-the-end-of-trust-me-bro-the-ai-wrote-it/
1•_doctor_love•5m ago•0 comments

You need more than attention

https://unrestricted.bearblog.dev/you-need-way-more-than-attention/
1•wrxd•6m ago•0 comments

Private Hearts Club

https://www.meet2live.online/
2•blackblossom•8m ago•1 comments

Workspaces in 4todo

https://4to.do/blog/2026/05/13/workspace
1•haoya•8m ago•0 comments

Quiet in the Zoo

https://danverbraganza.com/writings/quiet-in-the-zoo
1•nvader•9m ago•0 comments

Worrying is self-fulfilling; what to do instead

https://longform.asmartbear.com/worry/
1•herbertl•12m ago•0 comments

The 18-foot-high fence that turned Sonoma and Marin communities upside down

https://www.sfgate.com/sf-culture/article/bay-area-running-fence-22265175.php
1•Stratoscope•13m ago•0 comments

Private Passion Playground

http://layana.meet2live.online
4•misjackson•17m ago•0 comments

Bone Keeper AI Assisted Feature Film

https://sosuke.com/bone-keeper-ai-assisted-feature-film/
1•sosuke•17m ago•0 comments

Show HN: My homelab is outperforming the stock market

https://stocks.sjer.red
1•shepherdjerred•18m ago•0 comments

Parsing IPv6 Addresses Crazily Fast with AVX-512

https://lemire.me/blog/2026/05/23/parsing-ipv6-addresses-crazily-fast-with-avx-512/
2•mfiguiere•19m ago•0 comments

Ten Basic Clouds

https://www.noaa.gov/jetstream/clouds/ten-basic-clouds
2•nopg•19m ago•0 comments

Windows 11 LTSC update issue

2•nicp•20m ago•1 comments

ClaimTrace – open-source engine that traces public claims to preserved evidence

https://github.com/machinesoul11/ClaimTrace
1•machinesoul11•21m ago•0 comments

Hosomaki. A local tool for understanding Linux system output.contributors wanted

https://github.com/rivernova/hosomaki
2•rivernova•22m ago•1 comments

Nuance in all things. A dive into (Anti-) "AI" Myths (2025)

https://k4tana.github.io/blog/2025/06/04/AI-Nuanced-Take.html
2•rendx•22m ago•0 comments

Show HN: My tool found 1 DELETE TABLE log from 1M logs

https://rocketgraph.app/ml
2•kvaranasi_•26m ago•1 comments

Ask HN: Where to begin in removing "safety" features from new cars?

1•sky2224•26m ago•2 comments

Postings for software engineering jobs increasing

https://twitter.com/DavidSacks/status/2058606722110107970
1•JessieJanie•29m ago•0 comments

Bolt Challenges Nvidia with a Focus on Cutting-Edge Graphics

https://spectrum.ieee.org/bolt-graphics-zeus-gpu
2•mroche•29m ago•0 comments

Peer-to-peer collaborative code playground in a single 0.5 MB HTML file

https://github.com/micouy/koper
1•micouay•35m ago•0 comments

Vibe-learning: the answer to cognitive debt

https://blog.airistotle.org/vibe-learning
1•tigitouchdown•36m ago•0 comments

Wi-R: Using the human body as a "wire" for inter-device communication

https://www.ixana.ai/blog/wi-r-technology-white-paper
1•strongpigeon•37m ago•0 comments

Richard Feynman is Now A.I. Slop [video]

https://www.youtube.com/watch?v=A2_8199CL1I
1•dreamcompiler•40m ago•0 comments

Berkeley toddler who inspired 'Go the Fuck to Sleep' is now off to college

https://oaklandside.org/2026/05/22/go-the-fk-to-college-adam-mansbach-author-go-the-fk-to-sleep/
3•gnabgib•41m ago•0 comments

SpaceX is being killed to save Grok

https://peq42.com/blog/spacex-is-being-killed-to-save-grok/
1•peq42•42m ago•0 comments
Open in hackernews

Hypermode Model Router Preview – OpenRouter Alternative

https://hypermode.com/blog/introducing-model-router
33•iamtherhino•1y ago

Comments

jbellis•1y ago
What I'm seeing with Brokk (https://brokk.ai) is that models are not really interchangeable for code authoring. Even with frontier models like GP2.5 and Sonnet 3.7, Sonnet is significantly better about following instructions ("don't add redundant comments") while GP2.5 has more raw intelligence. So we're using litellm to create a unified API to consume but the premise of "route your requests to whatever model is responding fastest" doesn't seem that attractive.

But OpenRouter is ridiculously popular so it must be very useful for other use cases!

johnymontana•1y ago
I think the value here is being able to have a unified API to access hosted open source models and proprietary models. And then being able to switch between models without changing any code. Model optionality was one of the factors Hypermode called out in the 12 Factor Agentic App: https://hypermode.com/blog/the-twelve-factor-agentic-app

Also, being able to use models from multiple services and open source models without signing up for another service / bring your own API key is a big accelerator for folks getting started with Hypermode agents.

iamtherhino•1y ago
Hey! Co-founder of Hypermode here.

Agreed on swapping models for code-gen doesn't make sense. We're mostly indexed on GPT-4.1 for our AgentBuilder product. I haven't found it easy to move between models for code super effective.

The most popular use case we've seen from folks is on the iteration/experimentation phase of building an agent/tool. We made ModelRouter originally as an internal service for our "prompt to agent" product, where folks are trying a few dozen models/MCPs/tools/data/etc really quickly as they try to find a local maximum for some automation or job.

0xDEAFBEAD•1y ago
Are there any of these tools which will use your evals to automatically recommend a model to use? Imagine if you didn't need to follow model releases anymore, and you just had a heuristic that would automatically select the right price/performance tradeoff. Maybe there's even a way to route queries differently to more expensive models depending on how tricky they are.

(This would be more for using models at scale in production as opposed to individual use for code authoring etc.)

jbellis•1y ago
Yeah, that seems possible, but a dumb preprocessing step won't help and a smart one will add significant latency.

Feels a bit halting-problem-ish: can you tell if a problem is too hard for model A without being smarter than model A yourself?

0xDEAFBEAD•1y ago
I imagine if your volume is high enough it could be worthwhile to at least check to see if simple preprocessing gets you anywhere.

Basically compare model performance on a bunch of problems, and see if the queries which actually require an expensive model have anything in common (e.g. low Flesch-Kincaid readability, or a bag-of-words approach which tries to detect the frequency of subordinate clauses/potentially ambiguous pronouns, or word rarity, or whatever).

Maybe my knowledge of old-school NLP methods is useful after all :-) Generally those methods tend to be far less compute-intensive. If you wanted to go really crazy on performance, you might even use a Bloom filter to do fast, imprecise counting of words of various types.

Then you could add some old-school, compute-lite ML, like an ordinary linear regression on the old-school-NLP-derived features.

Really the win would be for a company like Hypermode to implement this automatically for customers who want it (high volume customers who don't mind saving money).

Actually, a company like Hypermode might be uniquely well-positioned to offer this service to smaller customers as well, if query difficulty heuristics generalize well across different workloads. Assuming they have access to data for a large variety of customers, they could look for heuristics that generalize well.

iamtherhino•1y ago
I really like this approach.

I think there's a big advantage to be had for folks brining "old school" ML approaches to LLMs. We've been spending a lot of time looking at the expert systems from the 90s.

Another one we've been looking at is applying some query planning approaches to these systems to see if we can pull responses from cache instead of invoking the model again.

Obviously there's a lot of complexity to identifying where we could apply some smaller ML models or cache-- but it's been a really fun exploration.

0xDEAFBEAD•1y ago
>We've been spending a lot of time looking at the expert systems from the 90s.

No way. I would definitely be curious to hear more if you want to share.

iamtherhino•1y ago
We've been playing with that in the background. I can try to shoot you a preview in a few weeks. It works pretty well for reasoning tasks/NLP workloads but for workloads that need a "correct" answer, it's really tough to maintain accuracy when swapping models.

What we've seen most successful is making recommendations in the agent creation process for a given tool/workload and then leaving them somewhat static after creation.

0xDEAFBEAD•1y ago
That's fair. Maybe you could even send the user an email if you detect a new model release or pricing change which handles their workload for cheaper at comparable quality, to notify them to investigate.
iamtherhino•1y ago
That's a good idea-- then give them a link to "replay last X inferences with model ABC" so they can do a quick eyeball eval.
0xDEAFBEAD•1y ago
Sweet, maybe you'll like my other idea in this thread too: https://news.ycombinator.com/item?id=43929194
threeducks•1y ago
The Python API example looks like it has been written by an LLM. You don't need to import json, you don't need to set the content type and it is good practice to use context managers ("with" statement) to release the connection in case of exceptions. Also, you don't gain anything by commenting variables with the name of the variable.

The following sample (probably) does the same thing and is almost half as short. I have not tested it because there is no signup (EDIT: I was mistaken, there actually is a "signup" behind the login link, which is Google or GitHub login, so the naming makes sense. I confused it with a previously more prominent waitlist link.)

    import requests

    # Your Hypermode Workspace API key
    api_key = "<YOUR_HYP_WKS_KEY>"

    # Use the Hypermode Model Router API endpoint
    url = f"https://models.hypermode.host/v1/chat/completions"

    headers = {"Authorization": f"Bearer {api_key}"}

    payload = {
        "model": "meta-llama/llama-4-scout-17b-16e-instruct",
        "messages": [
            {"role": "system", "content": "You are a helpful assistant."},
            {"role": "user", "content": "What is Dgraph?"},
        ],
        "max_tokens": 150,
        "temperature": 0.7,
    }

    # Make the API request
    with requests.post(url, headers=headers, json=payload) as response:
        response.raise_for_status()
        print(response.json()["choices"][0]["message"]["content"])
iamtherhino•1y ago
Signups are open: hypermode.com/sign-up

There's a waitlist for our prompt to agent product in the banner. That's a good call to update it to be more clear.

threeducks•1y ago
Oh, I did not catch that. Sorry!
iamtherhino•1y ago
Not at all! I'm updating the banner now
iamtherhino•1y ago
updated our python example too!
KTibow•1y ago
`post` automatically releases the connection. `with` only makes sense when you use a `requests.Session()`.
threeducks•1y ago
You are right! https://github.com/psf/requests/blob/c65c780849563c891f35ffc...

The post function calls request the request function which uses its own context manager that will call the close function of the connection object.

hobo_mark•1y ago
Is there something like OpenRouter, but for text-to-speech models?
iamtherhino•1y ago
I haven't seen one yet-- no reason we couldn't do that with Hypermode. I'll do some exploration!
maxbendick•1y ago
The logo is fairly evocative of the SS insignia.

To explain in the clearest terms: unlike the SS insignia, the lightning bolt in the logo has tapering at the bottom. The second element in the logo, the slash, does not have tapering at the bottom. The general shape of the logo is the same as the SS insignia: two diagonal elements side-by-side (which would be all good on its own). The mind tends to see repetition, so it has a tendency to "mix up" the two elements of the logo. The mind also has a tendency to remember similar things. Putting it all together, the logo has a chance to evoke the SS insignia.

I may just be reading too much Theweleit and W. Reich nowadays, but I think you'll get catch some flak for this logo if it becomes recognizable outside the tech milieu.

iamtherhino•1y ago
Thanks for the feedback-- I can say emphatically, that's not our intention in the least. We chose a lightning bolt to evoke speed, i.e., the "hyper" in Hypermode. I've asked design to take another look at the "H" logo.
maxbendick•1y ago
Thanks so much for replying. I didn't think it was your intention at all.