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:
- Please put at least one word relevant to the post in the post title.
- Be nice.
- No advertising, brand promotion or guerilla marketing.
- Posters are encouraged to link to the toot or tweet etc in the description of posts.
Related communities:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Wasn't doing this part of the reason OpenSeek was able to compete with much smaller data sets and less hardware requirements?
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.
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.