162
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 08 Jul 2026
162 points (98.8% liked)
Hacker News
5121 readers
711 users here now
Posts from the RSS Feed of HackerNews.
The feed sometimes contains ads and posts that have been removed by the mod team at HN.
founded 2 years ago
MODERATORS
Like what models? I use Gemini PRO (whatever the highest paid version is) for work and have to fact check everything of importance.
Dumb stuff it's failed at: Here are two lists of a few hundred serial numbers, list all that are on both lists.
I'm trying to do X, how would I do that in X system? *Proceeds to tell me to click on things that don't exist.
Yeah that tracks. The major LLMs got nerfed recently. Also I think people forget how far we've come in like three years. Remember the first Will Smith spaghetti video? That was the best video generation possible in early 2023.
Now to do what you were asking in the example it would be better to ask a coding model to write a script or to give you the Excel or maybe Terminal command to do it. What you wanted is trivial with the Bash command grep or some Excel VBA
grep -Fxf file1.txt file2.txt
I bet the model tried to actually do that work itself instead of like using grep to do it and needless to say it's not the best tool for that job. You may actually get the result asking it to use a good tool for a task.
I will say for myself prompting takes some finesse, even more so now that they kinda dummed shit down across the board. Although sometimes it absolutely one shots the situation, particularly with coding tasks.