Hacker News new | ask | show | jobs
by daemonologist 233 days ago
I've noticed this with Gemini recently - I have a task suited for LLMs which I want it to do "manually" (e.g., split this list of inconsistently formatted names into first/given names and last/surnames) and it tries to write a script to do it instead, which fails. If I just wanted to split on the first space I would've done it myself...
1 comments

For curiosity, does it follow through if you specify in the end: "do not use any tools for this task" ?