frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Everything You Always Wanted to Know About Mathematics [pdf]

https://www.math.cmu.edu/~jmackey/151_128/bws_book.pdf
1•Anon84•15s ago•0 comments

Russia's Arctic LNG 2 Hits Record Output as Ice Conditions Ease

https://oilprice.com/Latest-Energy-News/World-News/Russias-Arctic-LNG-2-Hits-Record-Output-as-Ice...
1•PaulHoule•35s ago•0 comments

Show HN: TimescaleDB to ClickHouse Change Data Capture

https://clickhouse.com/blog/timescale-to-clickhouse-clickpipe-cdc
1•saisrirampur•1m ago•0 comments

UC Berkeley Gives Names of Students and Faculty to Government for Antisem Probe

https://www.nytimes.com/2025/09/13/us/politics/trump-berkeley-antisemitism-investigation.html
2•breadwinner•3m ago•0 comments

Diffusion based LLM basic chat app

https://dllmchat.vercel.app/
1•ig1201•7m ago•0 comments

Drupal Ajax is now powered by Htmx

https://www.drupal.org/node/3539472
1•alexpetros•8m ago•0 comments

Memory Tracker for C

https://github.com/branc116/br-memory
1•branc116•11m ago•1 comments

Casey's convenience stores are among America's largest pizza chains

https://www.cnbc.com/2025/09/10/caseys-pizza-convenience-store.html
1•indigodaddy•11m ago•1 comments

Twitter.com has a 302 redirect to X.com, Not a 301

https://twitter.com/levelsio/status/1966561154517373029
2•redbell•14m ago•1 comments

The Anatomy of an AI Agent

https://allen.hutchison.org/2025/09/13/the-anatomy-of-an-ai-agent/
2•m3drano•15m ago•0 comments

Bring back your old Mac: 5 ways to refresh the OS on elderly Apples

https://www.theregister.com/2025/09/13/refresh_an_old_mac/
1•m_c•19m ago•0 comments

History of the Gem Desktop Environment

https://nemanjatrifunovic.substack.com/p/history-of-the-gem-desktop-environment
1•ingve•20m ago•0 comments

Education report calling for ethical AI use contains over 15 fake sources

https://arstechnica.com/ai/2025/09/education-report-calling-for-ethical-ai-use-contains-over-15-f...
1•quercusa•21m ago•0 comments

Balatro 1.1 update delayed: "I'm slow"

https://localthunk.com/blog/im-slow
1•tasoeur•23m ago•0 comments

The Man Who Killed God

https://hedgehogreview.com/web-features/thr/posts/the-man-who-killed-god
1•rntn•23m ago•0 comments

How Much Metal Can $10K Buy?

https://www.visualcapitalist.com/how-much-metal-can-10k-buy/
1•mdp2021•24m ago•0 comments

What Engineers Taught Me About Selling

https://aishwaryagoel.com/what-engineers-taught-me-about-selling/
4•agcat•29m ago•0 comments

Leak of Geedge Networks internal documents

https://github.com/net4people/bbs/issues/519
1•captn3m0•31m ago•0 comments

Reverse-Engineered Reasoning for Open-Ended Generation

https://arxiv.org/abs/2509.06160
1•amrrs•33m ago•0 comments

An information-theoretic foreshadowing of mathematicians' sudden insights

https://www.pnas.org/doi/10.1073/pnas.2502791122
2•bookofjoe•33m ago•0 comments

The music industry is broken: OpenWav's new app aims to change that

https://techcrunch.com/2025/09/11/the-music-industry-is-broken-openwavs-new-app-aims-to-change-that/
3•verst•34m ago•1 comments

Universality in quantum critical flow of charge and heat in ultraclean graphene

https://www.nature.com/articles/s41567-025-02972-z
1•thunderbong•39m ago•0 comments

Underdog bias rules everything around me

https://www.mindthefuture.info/p/underdog-bias-rules-everything-around
1•debesyla•41m ago•0 comments

I just sold my Bored Ape (#3707) today for $37,000. I bought it for $425,000.

https://xcancel.com/ryder_ripps/status/1964379236539711777
4•CharlesW•41m ago•1 comments

GOG shares thoughts on preservation in the face of payment processor crackdowns

https://www.rockpapershotgun.com/gog-shares-their-thoughts-on-preservation-in-the-face-of-payment...
3•healsdata•42m ago•1 comments

WhoBIRD is now deprecated on certified Android devices

https://github.com/woheller69/whoBIRD
4•proactivesvcs•44m ago•1 comments

Show HN: MediaMouth – I created a comment section for movies and TV shows

https://mediamouthapp.com/
2•KiaraCanaan•46m ago•0 comments

Turgot Map of Paris

https://en.wikipedia.org/wiki/Turgot_map_of_Paris
2•Michelangelo11•46m ago•0 comments

Show HN: MemoryMe: An effort to beat Cognitive Decline

https://shraddhabuiltitwithai.com/memoryme/
1•shraddha92•47m ago•0 comments

The Productivity Paradox of AI Coding Assistants

https://www.cerbos.dev/blog/productivity-paradox-of-ai-coding-assistants
1•ivewonyoung•48m ago•0 comments
Open in hackernews

Hypermode Model Router Preview – OpenRouter Alternative

https://hypermode.com/blog/introducing-model-router
33•iamtherhino•4mo ago

Comments

jbellis•4mo 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•4mo 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•4mo 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•4mo 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•4mo 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•4mo 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•4mo 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•4mo 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•4mo 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•4mo 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•4mo 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•4mo ago
Sweet, maybe you'll like my other idea in this thread too: https://news.ycombinator.com/item?id=43929194
threeducks•4mo 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•4mo 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•4mo ago
Oh, I did not catch that. Sorry!
iamtherhino•4mo ago
Not at all! I'm updating the banner now
iamtherhino•4mo ago
updated our python example too!
KTibow•4mo ago
`post` automatically releases the connection. `with` only makes sense when you use a `requests.Session()`.
threeducks•4mo 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•4mo ago
Is there something like OpenRouter, but for text-to-speech models?
iamtherhino•4mo ago
I haven't seen one yet-- no reason we couldn't do that with Hypermode. I'll do some exploration!
maxbendick•4mo 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•4mo 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•4mo ago
Thanks so much for replying. I didn't think it was your intention at all.