• 0 Posts
  • 31 Comments
Joined 13 days ago
cake
Cake day: February 16th, 2026

help-circle



  • That’s an excellent point! On that topic I recently listened to an interview of the founder of EleutherAI, who focuses on training small language models. She said they were able to train a 1B parameters reasoning model with 50K Wikipedia articles and carefully curated RL traces. The thing could run in your smartphone and is at parity with much larger models trained on trillions of tokens.

    She also scoffed at Common Crawl and said it contained mostly cookies and porn. She had a kind of attitude like “no wonder the big labs need to slurp trillions of tokens when the tokens are such low quality”. Very interesting approach, if you understand french I can only recommend the interview.


  • It’s been a while since I used any MS product but I’ve got the same feeling with Google products. Weird bugs are starting to accumulate and at the same time they’re cramming every corner with buttons for their new AI integrations, with no explanation of how they’re supposed to work. It’s a mess, the stuff they add in doesn’t even respect the original app design so they’re really starting to look like they’re put together with toothpicks and duct tape.



  • Euh pour le coup je suis assez d’accord avec toi je ne vois pas ce que Yunohost peut t’apporter si tu ne veux pas nécessairement héberger des services.

    Ce que tu décris peut être fait très simplement avec un partage Samba. Je recommanderais d’utiliser une distrib immutable comme NixOs, ça va être un peu plus fastidieux à mettre en place au démarrage mais au moins tu as un système qui va coûter 0 en maintenance et qui est garanti d’être identique à chaque reboot. Mais sinon une Debian de base c’est très bien si tu es plus à l’aise avec ce genre de distri.

    Au niveau hardware si tu ne fais que du partage de fichier, la config que tu décris sera largement suffisante. Ton bottleneck sera la rapidité des disques durs mais bon les vieux HDD c’est largement assez rapide pour streamer de la vidéo (si ce n’est pas du 8K avec 5.1) ou de la musique sur un réseau local.





  • OK that’s a fair observation. Honestly my naive guess would be that they simply do not optimize mainline gpt models for the kind of use case you generally have on Api (tool use, multi-step actions, etc…). They need it to be a perky every day assistant not necessarily a reliable worker. Already on gpt-4 i found it extremely mediocre compared to the Claude models of the same time.

    I think that’s a more likely explanation than model collapse which is a really drastic phenomenon. A collapsed model will not just fail tasks at a higher rate, it will spit garbled text and go completely off the rails, which would be way more noticeable. It would also be weird that Claude models keep getting better and better while they’re probably fed roughly the same diet of synthetic data.





  • The switch you mention (from 4th gen to 5th gen GPT) is when they introduced the model router, which created a lot of friction. Basically this will try to answer your question with as cheap a model as possible, so most of the time you won’t be using flagship 5.2 but a 5.2-mini or 5.2-tiny which are seriously dumber. This is done to save money of course, and the only way to guarantee pure 5.2 usage is to go through the API where you pay for every token.

    There’s also a ton of affect and personal bias. Humans are notoriously bad at evaluating others intelligence, and this is especially true of chatbots which try to mimic specific personalities that may or may not mesh well with your own. For example, OpenAI’s signature “salesman & bootlicker” personality is grating to me and i consistently think it’s stupider than it is. I’ve even done a bit of double blind evaluation on various cognitive tasks to confirm my impression but the data really didn’t agree with me. It’s smart, roughly as smart as other models of its generation, but it’s just fucking insufferable. It’s like i see Sam Altman’s shit eating grin each time i read a word from ChatGPT, that’s why i stopped using it. That’s a property of me, the human, not GPT, the machine.