Khan did not throw at you a 100-slide Powerpoint deck in 45'.
He really took the time to replicate the manual teaching process of writing on whiteboard. He improved upon in using colors. But basically had the same pace as a teacher writing on a whiteboard.
When professors are given a projector, the just throw together some slides and add their narration.
This is not very efficient. To learn you need to suffer. Or you need to watch the suffering.
They're already ahead of you; you have to consistently book revenue (accrual or cash basis) which means they both go at the same time (which would offset) or that real money is being exchanged. You can't accrue the 100 you're (supposedly) giving me now and THEN accrue the 100 I'm giving you next year.
Goodwill almost always raises concern with authorities and audits, so I'd imagine so sort of quid pro quo version is equivalent to loudly yelling to be audited!
"Money" is subjective. Professors are paid a pittance (barely middle-class in some areas), are no longer generally respected, and are abused by their students and leadership at rates that have never been seen. There aren't many pros to academia.
My first thought. I was browsing comments to see if everyone from the US did their mandatory bootlicking and yes, they did. Of course they did.
People are weird. Their government is strongarming half the world at the moment and they do not pause and go "wait, does this mean that if we unionize we can threaten to wipe all the databases unless?"
it's hard to separate IQ decreasing and return to mean with IQ stabilizing
in 20th century most of the world moved past famine and toxins - did any factor of similar scale happen in 21st century as well to start looking for opposite processes?
Why do we bother with programming languages today? Why not have the LLMs just write assembly code and skip the human readable part? We are not reviewing it anymore anyway.
1) Higher level code is easier for LLMs to review and iterate upon. The more the intent is clear from the code, the easier it is for humans and LLMs to work with.
2) LLMs get stuck or fail to solve a problem sometimes. It is preferable to have artifacts that humans can grok without the massive extra effort of parsing out assembly code.
3) Assembly code varies massively across targets. We want provable, deterministic transformation from the intent (specified in a higher level language) to the target assembly language. LLMs can't reliably output many artifacts for different platforms that behave the same.
4) Hopefully, we are still reviewing the code output by LLMs to some extent.
1.5) Having a compiler in the loop that does things like enforcing type constraints (and in the case if Rust in particular, therefore memory safety guarantees) is really useful both for humans and LLMs.
> 1) Higher level code is easier for LLMs to review and iterate upon. The more the intent is clear from the code, the easier it is for humans and LLMs to work with.
The counter-argument, and one that matches my experience is working at a lower level is actually beneficial for LLMs since they can see the whole picture and don’t have to guess at abstractions.
Feel free to post a project of yours where you gave a bunch of prompts to an LLM and it produced a working application written in assembly without you having to check for anything
Programming languages are tools for thinking. It's not clear that assembly code has the right abstractions to encourage the kind of thinking that programming large systems requires. After all, human intelligence found assembly insufficient and went on to invent better languages for thinking, why should artificial intelligence, trained on human intelligence, be any different? Maybe AI in the future will have its own languages for thinking, but assembly is likely not that.
I get what you mean but I think if anything AI pairs extremely well with strongly typed languages that are at times cumbersome for humans, but decrease the latency at which AI can get feedback on its code. In my (very) limited experience Rust is an excellent target for AI codegen.
This is a Rust to CUDA converter so I guess it is for codes where the programmer wants it to function properly (Rust) and have good performance (CUDA).
It’s just a matter of different workflows for different users and application.
I mean, AI is not good at writing x86-64 assembly code. Last time I tried (with both Claude and ChatGPT), the AI failed to even create basic programs other than Hello World.
I believe that I have learned cumulatively double in the past 10 years from YouTube compared to what I learned in 6 years of middle and high school. And I don’t spend 8 hours per day on YouTube.
Plumbing, react, combinatorics, real analysis, python, c++, cad, micro and macro economics, reinforcement learning, to name just a few of the things I learned through YouTube.
We don’t give enough credit to what we take for granted today.
Do we have local first html renderers that don’t complain about cors and wrong file addresses? I don’t want to spin up a server just to open an HTML file
He really took the time to replicate the manual teaching process of writing on whiteboard. He improved upon in using colors. But basically had the same pace as a teacher writing on a whiteboard.
When professors are given a projector, the just throw together some slides and add their narration.
This is not very efficient. To learn you need to suffer. Or you need to watch the suffering.
reply