|
|
|
|
|
by wild_egg
263 days ago
|
|
There's an argument to be made that this gap is actually highlighting design issues rather than AI limitations. It's entirely possible to have a 100k LOC system be made up of effective a couple hundred 500 line programs that are composed together to great effect. That's incredibly rare but I did once work for a company who had such a system and it was a dream to work in. I have to think AIs are making a massive impact there. |
|
You may also wish to look at UNIX Philosophy. The idea that programs should be small and focused. A program should do one thing and do it well. But there's a generalization to this philosophy when you realize a function is a program.
I do agree there's a lot of issues with design these days but I think you've vastly oversimplified the problem.