←back to thread

1311 points msoad | 1 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. faitswulff ◴[] No.35396260[source]
I meant "how is the Python mess getting cleaned up," rather.