Remix.run Logo
ameliaquining 2 hours ago

"Function calling: The model can delegate complex tasks (such as image generation and file analysis) to other Gemini models via function calls. Currently available in the Gemini macOS app."

This confused the heck out of me because it makes it sound like the STT model can make function calls in order to execute arbitrary tasks, which wouldn't make any sense. The developer docs (https://ai.google.dev/gemini-api/docs/models/gemini-3.5-tran...) confirm that the Gemini 3.5 Transcribe model cannot in fact make function calls. I guess the blog post is just using very confusing wording to describe how their consumer assistant/chatbot app can both take audio input via Gemini 3.5 Transcribe and then call other things as needed. Or maybe that bullet point was meant to be for a different model announcement and somebody made an editing error.

Nifty3929 23 minutes ago | parent | next [-]

Remember that function calling doesn’t mean that the model is actually calling a function for you: what it does it interpret the intent, then return back to the application the function and arguments, then the application runs the function with those arguments.

Think voice control for your device. You speak, and it returns back instructions ( a function and arguments) for your device to be execute.

anukin 2 hours ago | parent | prev [-]

Probably written using Gemini which hallucinated.

ameliaquining 2 hours ago | parent [-]

Pangram says human: https://www.pangram.com/history/a69f9b74-eb46-44b9-a087-7822...

huijzer an hour ago | parent [-]

Maybe I missed something, but isn’t it impossible to detect whether something is written by AI or not? A human on a bad day can write like AI while an AI on a good day can write like a human.

mediaman an hour ago | parent | next [-]

No, that's not correct for any reasonable definition of "impossible." Look up pangram's accuracy ratings. It's not perfect, but it's pretty good. LLMs in fact leave very distinguishing traces of their logit distributions in the text they write. It's one of the reasons why it's so easy for humans to also smell them.

It is possible to trick pangram - they bias toward a low false positive and a higher false negative - but it is not true that it is essentially random.

ameliaquining an hour ago | parent | prev [-]

https://bfi.uchicago.edu/wp-content/uploads/2025/09/BFI_WP_2...