←back to thread

33 points ashishb | 5 comments | | HN request time: 0s | source
Show context
darthrupert ◴[] No.43298148[source]
Now that Rust exists and llm can easily lift a more junior person over the initially difficult parts, there are not many things you should use python for.
replies(1): >>43298193 #
1. randomNumber7 ◴[] No.43298193[source]
Now that AI based verification exists, I can just write C again and call it a day.
replies(2): >>43298504 #>>43298947 #
2. darthrupert ◴[] No.43298504[source]
That's false even as a joke. C is less safe than either of python or Rust and has no benefits against Rust.
replies(1): >>43298537 #
3. ashishb ◴[] No.43298537[source]
> C is less safe than either of python or Rust and has no benefits against Rust.

Indeed.

4. timeon ◴[] No.43298947[source]
I wonder if Rust or C would decrease need for power use while training those models.
replies(1): >>43329719 #
5. ashishb ◴[] No.43329719[source]
It definitely will. Whether it will make a noticable difference depends on how much non-cuda work happens in model training.