Y
Hacker News
new
|
ask
|
show
|
jobs
by
peab
860 days ago
did people say the same thing when assembly code got abstracted away?
2 comments
orblivion
860 days ago
There's levels of abstraction. "lines of Python" to me roughly means the standard library.
link
sciolist
860 days ago
Agreed. If it was "RLHF a LLM in <50 lines" I feel it would be clear, but "lines of Python" implies something different.
link
skelpmargyar
860 days ago
Importing a library is not abstraction any more than closing your eyes is abstracting the world to black.
link
__loam
860 days ago
The point of libraries is abstraction. You get to use the library without writing the library or knowing the underlying implementation.
link