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

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?

51m 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.

49m agoHN ↗

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

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