←back to thread

1311 points msoad | 3 comments | | HN request time: 0s | source
Show context
abujazar ◴[] No.35394638[source]
I love how LLMs have got the attention of proper programmers such that the Python mess is getting cleaned up.
replies(2): >>35395088 #>>35398259 #
faitswulff ◴[] No.35395088[source]
How so?
replies(2): >>35395298 #>>35399707 #
kccqzy ◴[] No.35395298[source]
There are two distinct kinds of jobs: ML researchers and software engineers. A lot of ML researchers write pretty bad code by software engineering standards but that's okay; it's not their job to produce clean code. They string together libraries in Python and do a lot of experimentation and analysis. When they produced something ready to be productionized, software engineers then come in and optimize things.

This is totally the right way. Make it work, then make it right, then make it fast.

replies(5): >>35395814 #>>35395908 #>>35396260 #>>35396337 #>>35397136 #
1. buzzert ◴[] No.35395908[source]
Funny enough, this tracks the early history of Google as well. It was originally written by Larry Page and Sergey Brin (both grad students at the time) in Python, then Sanjay Ghemawat rewrote the whole thing in C++.
replies(1): >>35415209 #
2. heap_perms ◴[] No.35415209[source]
That sounds very interesting. Anyone know where I can find more on this story?
replies(1): >>35430251 #
3. buzzert ◴[] No.35430251[source]
I learned this from Steven Levy's great book, "In the Plex": https://www.amazon.com/Plex-Google-Thinks-Works-Shapes/dp/14...