Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. PS5 Linux lead quits: "a bunch of noobs using LLMs" that "they don't understand"(frvr.com ↗)
  2. DeepSeek v4.1 Flash Is Now Our Best Hacking Model(enclave.ai ↗)
  3. Dream-RSI: Recursive Self-Improvement through Evolving Worlds(arxiv.org ↗)
  4. Mistral X Mozilla: Private, Multilingual AI Browsing(mistral.ai ↗)
  5. The Google Play app review process now regularly takes longer than a week(gultsch.social ↗)
  6. Salesforce Global Outage(salesforce.com ↗)
  7. Show HN: Free WhatsApp MCP (+UI) – Give Your AI Agents Access to WhatsApp
  8. Introducing System One Models and Jev(typesafe.ai ↗)
  9. Tell the speakers that you liked their talks(ohhelloana.blog ↗)
  10. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
  11. ImpactGate: A merge gate that scores the structural decay AI adds(github.com/officefloor ↗)
  12. Hackers Got Inside a Flock Camera. Its Data Shows How the System Works(wired.com ↗)
  13. Kyber (YC W23) Is Hiring a Forward Deployed Engineer(ycombinator.com ↗)
  14. How Big Are Factorials?(thegreenplace.net ↗)
  15. Show HN: How Stale Is Your AI? Release age and training cutoff for 20 models(stale.jock.pl ↗)
  16. Apple Reference Image: A New Approach for Verified Photography(security.apple.com ↗)
  17. Scaling Golang CI by Replacing actions/setup-go(cloudx.ai ↗)
  18. Original Sony PlayStation 2 security chip 'broken wide open' after 26 years(tomshardware.com ↗)
  19. Douglas Adams and the exterminated Doctor Who adventure(bbc.co.uk ↗)
  20. An update on Wayback Machine access(blog.archive.org ↗)
  21. Doing Everyone Else's Job(yosefk.com ↗)
  22. Anatomy of a Texture(agentlien.github.io ↗)
  23. Show HN: I made a flight simulator, except you're just a passenger(inflightsimulator.com ↗)
  24. A warning about 'model welfare'(mustafa-suleyman.ai ↗)
  25. Microsoft says AI rival Anthropic could have 'disastrous impact' on humanity(bbc.co.uk ↗)
  26. Gemini 3.8 Live and 3.8 Live Extended Thinking(blog.google ↗)
  27. Intelligence per Watt: Measuring Intelligence Efficiency of Local AI(arxiv.org ↗)
  28. Why I'm still bearish on LLMs after Navier-Stokes(dank.systems ↗)
  29. German Rheinmetall open-sources its Battlesuite connected weapon system protcol(rheinmetall.github.io ↗)
  30. A software thing I built: GPS on a 25MHz 486-SX(vcfed.org ↗)

Show HN: How Stale Is Your AI? Release age and training cutoff for 20 models

21 pointsby 2h agostale.jock.pl
16 comments
1h agoHN ↗

Do people prefer the new flat style LLMs are producing? I don’t mind it as much as the gradient theme they were pumping out previously.

1h agoHN ↗

It still matters, but in the age of good reasoning, tool use, and web search, this is much less of a problem than it used to be.

1h agoHN ↗

all the reasoning still comes from pretraining data

43m agoHN ↗

I think they mean reasoning their way to the need for a web search.

10m agoHN ↗

Or other kind of search / knowledge acquisition / computer use etc to get the information needed

39m agoHN ↗

Says who? Models can also use results from tool calls in their reasoning loops.

1h agoHN ↗

After Trump's last inauguration, ChatGPT would still tell me that Biden was President of the US. I understand that the training cutoff was before Biden dropped out. But it knew, or should have known, the current date and that there had been an election since its last update, but it didn't qualify the answer. When I asked it to search the web, it got it right. The moral I took away was to always ask for the search whenever I ask about current events. I do that so routinely that I wouldn't know if this problem has been fixed. I suppose that failing to update my priors per individual model release is a form of bigotry against a widely hated class.

1h agoHN ↗

ChatGPT recently started web searching for for basically every general knowledge question, which I found quite odd. Maybe an overcorrection to the issue you were having?

52m agoHN ↗

I remember when the US captured Venezuelan president Maduro, and when I posed a prompt related to this, the model said that’s pure fiction. I told it to double check. Still didn’t want to entertain the idea. It only acquiesced when I specifically directed it to check Reuters. I haven’t noticed this problem in months. Model cutoff seems to be less of a problem these days.

47m agoHN ↗

It's a "problem" of compute, I think. If you query without an account on ChatGPT you will see the model look up less stuff and research less, than when you have a paid account and choose "medium" or "high" in the effort slider.

Which makes sense, because of you have looked into search and crawlers you notice that search is actual quite expensive (which is why e.g. Kagi charges a few bucks for search every month).

45m agoHN ↗

Came here to say the same thing. Models used to rely heavily on world knowledge from their training data. They are now much better at tool use and deciding when to research a topic, rather than just answering from memory.

I wonder how much that extends to using LLMs for programming. I assume most knowledge of programming language syntax still comes from training data.

50m agoHN ↗

Depending on the use case certain models very well remain as or more reliable for certain tasks.

50m agoHN ↗

Pre-AI internet data is like pre-war steel

The slop would multiply if we keep feeding it to new models in a loop

45m agoHN ↗

I remember running the docker container for ollama and its knowledge cutoff is somewhere in 2023 still. That's unacceptable.

2m agoHN ↗

ollama is just an inference engine - it just runs models.

it must ship with some default old model if you didn't need to explicitly download one