Has it occurred to you that an #LLM is a very good for generating boilerplate code? It's especially very good in frontend development.
But have you sometimes thought that the language shouldn't require you to write a lot of duplicated codes? And it should instead provide #metaprogramming capabilities like #macros so you could summarize multiple similar patterns?
I really miss macros in #Typescript and other frontend applications.
I mean using an LLM with like 400B parameters to autogenerate some frontend stuff is insane when you could simply fix the underlying tech instead of introducing new massive size tech to go around the problem, instead of solving it.
I think I really need to get back to #CommonLisp or maybe some other #Lisp languages. #Rust also has got macros and I could learn more advanced usages of them.