Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Dream-RSI: Recursive Self-Improvement through Evolving Worlds(arxiv.org ↗)
  2. Mistral X Mozilla: Private, Multilingual AI Browsing(mistral.ai ↗)
  3. Small Programming Tricks(will-keleher.com ↗)
  4. Introducing System One Models and Jev(typesafe.ai ↗)
  5. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
  6. Tell the speakers that you liked their talks(ohhelloana.blog ↗)
  7. Hackers Got Inside a Flock Camera. Its Data Shows How the System Works(wired.com ↗)
  8. Can we stop with the uptime percentages?(jim-nielsen.com ↗)
  9. How Big Are Factorials?(thegreenplace.net ↗)
  10. Apple Reference Image: A New Approach for Verified Photography(security.apple.com ↗)
  11. Scaling Golang CI by Replacing actions/setup-go(cloudx.ai ↗)
  12. The Google Play app review process now regularly takes longer than a week(gultsch.social ↗)
  13. Measuring Gauss-Seidel loop-carried dependency and fixing it via loop unrolling(loiseaujc.github.io ↗)
  14. Douglas Adams and the exterminated Doctor Who adventure(bbc.co.uk ↗)
  15. Kyber (YC W23) Is Hiring a Forward Deployed Engineer(ycombinator.com ↗)
  16. Original Sony PlayStation 2 security chip 'broken wide open' after 26 years(tomshardware.com ↗)
  17. Anatomy of a Texture(agentlien.github.io ↗)
  18. An update on Wayback Machine access(blog.archive.org ↗)
  19. Salesforce Global Outage(salesforce.com ↗)
  20. Show HN: How Stale Is Your AI? Release age and training cutoff for 20 models(stale.jock.pl ↗)
  21. Show HN: I made a flight simulator, except you're just a passenger(inflightsimulator.com ↗)
  22. Doing Everyone Else's Job(yosefk.com ↗)
  23. Gemini 3.8 Live and 3.8 Live Extended Thinking(blog.google ↗)
  24. PS5 Linux lead quits: "a bunch of noobs using LLMs" that "they don't understand"(frvr.com ↗)
  25. DeepSeek v4.1 Flash Is Now Our Best Hacking Model(enclave.ai ↗)
  26. Why I'm still bearish on LLMs after Navier-Stokes(dank.systems ↗)
  27. OpenAI expands ChatGPT ads with Sponsored Agents(openai.com ↗)
  28. Intelligence per Watt: Measuring Intelligence Efficiency of Local AI(arxiv.org ↗)
  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

26 pointsby 3h agostale.jock.pl
18 comments
2h 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.

2h 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

1h agoHN ↗

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

55m agoHN ↗

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

1h 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?

1h 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.

1h 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).

36m agoHN ↗

It's not strictly compute, because this has noticeably improved in open-weight models too, such as Gemma and Qwen. I suspect they noticed this issue and adjusted their training to be better about it over time.

1h 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.

1h agoHN ↗

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

1h 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

4m agoHN ↗

This is one of the problems that eventually solves itself, somehow

1h agoHN ↗

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

47m 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