This video https://youtu.be/f0Y0ILHwwaM makes the argugment that
code is no longer needed. If you want to create a game the AI itself
IS the game. This is similar to the transition from version 11 (code) to
version 12 (NN) in Tesla self-driving. There is no code, only the network.<p>This is probably the biggest transition in computer science ever.
53 years of programming becomes the wrong way to use computers.
The next generation needs to know how to express ideas using NNs.<p>Karpathy's "Neural Networks: Zero to Hero" https://karpathy.ai/zero-to-hero.html
is probably the core of the next generation of computer science teaching.<p>The openinterpreter project finally lets me automate computer tasks quickly.
I can train a sequence using voice. https://www.openinterpreter.com/
Emacs has had key-sequence recording for years but now I can sequence anything
and do it by voice.<p>LMStudio is probably the fastest way to set up locally running versions of LLMs.
https://www.youtube.com/watch?v=4fdZwKg9IbU&ab_channel=MatthewBerman<p>We seem to transitioning from "GOTOs considered harmful" to "Code considered harmful"