116
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 19 Jun 2025
116 points (100.0% liked)
TechTakes
2030 readers
225 users here now
Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.
This is not debate club. Unless it’s amusing debate.
For actually-good tech, you want our NotAwfulTech community
founded 2 years ago
MODERATORS
So are image classifier models. They were terrible for several years, and eventually improved. LLMs are pretty good at retrieval augmented generation, which is probably the whole idea.
A lay person takes a picture of a beetle. They want to know what it is.
An image classifier correctly identifies it as a long horn, wood boring beetle. It has 5 species with a greater than 80% probably.
Human written and curated taxonomical descriptions are pulled out of a database.
An LLM interprets the complicated language of taxonomy, defining terms and asking the user plain language questions about the beetle.
Maybe this makes the whole process more accessible for lay users. Maybe it helps people understand what questions to be asking for identification. I mean, I'm just guessing at the implementation, but it seems pretty logical to me.