←back to thread

224 points azhenley | 1 comments | | HN request time: 0.215s | source
Show context
mehulashah ◴[] No.45074995[source]
I do believe it’s time for systems folks to take a hard look at building systems abstractions on top of LLMs as they did 50 years ago on top of CPUs. LLMs are the new universal computing machines, but we build with them like we built computers in the 1950s - one computer at a time.
replies(6): >>45075043 #>>45075096 #>>45075104 #>>45075134 #>>45075169 #>>45075192 #
moduspol ◴[] No.45075192[source]
CPUs are deterministic! I think it’s going to be inherently limiting how far you can abstract above something non-deterministic.
replies(1): >>45077015 #
1. mehulashah ◴[] No.45077015[source]
Agree. The non-determinism is a problem. Perhaps systems thinking can help here. After all, traditional computer systems often behave non-deterministically and we’ve learned to make them more reliable.