A Philips engineer visited our chair end of the 90s and told the same about the size "the cassette could be handled with one hand, let's keep that". He also told us they designed their delicate test equipment so that it would fit on a 1st class seat but not 2nd, so when they had to sit next to it during the flight (much too sensitive stuff to check in), management had to book them 1st class flights to Japan. ;)
Oh no, maybe the V-Model was right all the time? And right sizing increments with control stops after them. No wonder these matrix multiplications start to behave like humans, that is what we wanted them to do.
I love those Drumeo challenges. I don’t even play drums. But watching creative people who are excellent at their craft solve an unknown problem in a new way - when we are all familiar with the original solution - is fascinating.
I am old. This immediately triggered "Perl!?" in me...
Joke aside: Programming languages and compilers are still being optimized until the assembly and execution match certain expectations. So prompts and whatever inputs to AI also will be optimized until some expectations are met. This includes looking at their output, obviously. So I think this is an overblown extrapolation like many we see these days.
Ha! I had someone doing a task the other day and the llm they used wrote a regex in Perl. I joked that in 25 years all the seems to have changed is the number of layers between me and Perl.
We are in such a situation, not for web but embedded and tools. We found getting the split between build system and CI right is one of the most important things. Don't model as CI dependencies what in essence is a build dependency. Then local builds can predict CI outcome well.
Went from Jenkins/Conan/CMake to GH/Bazel with tons of stuff learned, the most important learning being "declarative eats imperative for breakfast" and that hermetic builds enable remote caching. Build duration on average went down from hours to minutes (because our PRs try to be small incremental updates) for everybody including CI.
reply