276
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 05 Aug 2026
276 points (99.6% liked)
Technology
86957 readers
5431 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 3 years ago
MODERATORS
The problem is Google is treating all those functions ("tool calling") as just any other response, they didn't even bother training the model to recognize and process the requests properly using the tools. They did the Google thing of just putting the function in and calling a day and forgetting about it.
So without proper reinforcement learning it responds with the same casual randomized answer-shaped sequence of words as ever, you're just lucky if the part of it that knows to look up the tool call instructions responds, and luckier if it does it right AND submit the tool call formatted right. If it forgets to look up it's tool call instructions, it might randomly tell you it can't do it because you got an answer from a part of the network trained on data from when there weren't models that could.