this post was submitted on 01 Feb 2025
149 points (97.5% liked)

TechTakes

1591 readers
423 users here now

Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.

This is not debate club. Unless it’s amusing debate.

For actually-good tech, you want our NotAwfulTech community

founded 2 years ago
MODERATORS
 

Sam "wrong side of FOSS history" Altman must be pissing himself.

Direct Nitter Link:

https://nitter.lucabased.xyz/jiayi_pirate/status/1882839370505621655

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 hours ago (2 children)

Putting Python, the slowest popular language, alongside Java and C# really irks me bad.

The real benefit of R1 is Mixture of Experts - the model is separated into smaller sections, that are trained and used independently, meaning you don't need the entire model to be active all the time, just parts of it.

Meaning it uses less resources during training and general usage. For example instead of 670 billion parameters all the time, it can use 30 billion for specific question, and you can get away with using 2% of the hardware used by competition.

[–] [email protected] 0 points 41 minutes ago (1 children)

Putting Python, the slowest popular language, alongside Java and C# really irks me bad.

I wouldn't call python the slowest language when the context is machine learning. It's essentially C.

[–] [email protected] 1 points 16 minutes ago (1 children)

Python is still the slowest, it just utilizes libraries written in C for this specific math.

[–] [email protected] 1 points 11 minutes ago

And that maths happens to be 99% of the workload

[–] [email protected] 0 points 3 hours ago

I used them as they are well known modern languages that the average person might have heard about.