this post was submitted on 20 Aug 2025
320 points (99.1% liked)

Microblog Memes

8968 readers
1129 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

Rules:

  1. Please put at least one word relevant to the post in the post title.
  2. Be nice.
  3. No advertising, brand promotion or guerilla marketing.
  4. Posters are encouraged to link to the toot or tweet etc in the description of posts.

Related communities:

founded 2 years ago
MODERATORS
 

cross-posted from: https://reddthat.com/post/48301764

The COPILOT function comes with a couple of limitations, as it can't access information outside your spreadsheet, and you can only use it to calculate 100 functions every 10 minutes. Microsoft also warns against using the AI function for numerical calculations or in "high-stakes scenarios" with legal, regulatory, and compliance implications, as COPILOT "can give incorrect responses."

Source: Mastodon.

you are viewing a single comment's thread
view the rest of the comments
[–] vivendi@programming.dev 4 points 4 days ago

That is different. It's because you're interacting with token-based models. There has been new research on giving byte level data to LLMs to solve this issue.

The numerical calculation aspect of LLMs and this are different.

It would be best to couple an LLM into a tool-calling system for rudimentary numeral calculations. Right now the only way to do that is to cook up a Python script with HF transformers and a finetuned model, I am not aware of any commercial model doing this. (And this is not what Microshit is doing)