this post was submitted on 20 Mar 2025
336 points (99.7% liked)

Open Source

34868 readers
692 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] beeng@discuss.tchncs.de 14 points 1 day ago (2 children)

You'd think these centralised LLM search providers would be caching a lot of this stuff, eg perplexity or claude.

[–] droplet6585@lemmy.ml 37 points 23 hours ago (1 children)

There's two prongs to this

  1. Caching is an optimization strategy used by legitimate software engineers. AI dorks are anything but.

  2. Crippling information sources outside of service means information is more easily "found" inside the service.

So if it was ever a bug, it's now a feature.

[–] jacksilver@lemmy.world 15 points 18 hours ago

Third prong, looking constantly for new information. Yeah, most of these sites may be basically static, but it's probably cheaper and easier to just constantly recrawl things.

[–] fuckwit_mcbumcrumble@lemmy.dbzer0.com 9 points 22 hours ago (1 children)

They're absolutely not crawling it every time they nee to access the data. That's an incredible waste of processing power on their end as well.

In the case of code though that does change somewhat often. They'd still need to check if the code has been updated at the bare minimum.

[–] beeng@discuss.tchncs.de 2 points 8 hours ago

Hashes for cached content. Anyone know what sort of DB makes sense here?