this post was submitted on 06 Oct 2025
862 points (99.7% liked)

Microblog Memes

9437 readers
1972 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
 

Original post: social.coop (Mastodon)

you are viewing a single comment's thread
view the rest of the comments
[–] WalrusDragonOnABike@reddthat.com 1 points 1 week ago (1 children)

Why isn’t OpenAi working more modular whereby the LLM will call up specialized algorithms once it has identified the nature of the question?

Wasn't doing this part of the reason OpenSeek was able to compete with much smaller data sets and less hardware requirements?

[–] RunawayFixer@lemmy.world 2 points 1 week ago (1 children)

I assume you mean DeepSeek? And it doesn't look like it, according to what I could find, their biggest innovation was "reinforcement learning to teach a base language model how to reason without any human supervision". https://huggingface.co/blog/open-r1

Some others have replied that chatgpt and copilot are already modular: they use python for arithmetic questions. But that apparently isn't enough to be useful.

[–] absentbird@lemmy.world 2 points 1 week ago

I feel like the best modular AI right now is from Gemini. It can take a scan of a document and turn it into a CSV, which I was surprised by.

I figure it must have multiple steps, OCR, text interpretation, recognizing a table, then piping the text to some sort of CSV tool.