|
|
|
|
|
by bigyikes
235 days ago
|
|
It might be helpful for intuiting the structure of a program. Imagine if you had to read code all on a single line, with newlines represented with \n. I can get the feel of a piece of code just by looking at it. Even if you blurred the image, just the shape of the lines of code conveys a lot of information. |
|
https://karpathy.github.io/2015/05/21/rnn-effectiveness/
That said, I do think algorithms and system designs are very visual. It's way harder to explain heaps and merge sorts and such from just text and code. Granted, it's 2025 now and modern LLMs seem to have internalized those types of concepts ~perfectly for a while now, so IDK if there's much to gain by changing approaches at that level anymore.