Always have been or at least skeptical of the hyped up claims that this is the route to AGI. I think the best use case right now is LLM replacing search engines like google/stack overflow.
I can actually see people that were to intimidated to start coding projects, now being able to find the motivation to just start. Because LLM can create a somewhat starting point. That means there will be more shitty software running in the world. The more software that is running in the world the more developers will be needed to keep this house of cards going.
LLMs are not just useful for starting shitty programming projects. Although IMO they are unlikely to lead to AGI, they already have a bunch of use cases and can be an extremely potent tool and productivity gain. LLMs are really broad domain and hold a lot of basic knowledge about a variety of topics, such as the various different frameworks, syntax, library functions etc. of a language. They do well in domain knowledge for the finer details. What they do not do well is have long time-horizon thinking and symbolic reasoning.
To use LLMs efficiently for things like coding and other jobs, you can’t just give it an abstract goal or task and let the LLM do as it pleases - you have to put in guardrails and do things step by step, while verifying program correctness. This is slower than just vibe coding, but still a lot faster than doing the coding by hand. While this is not AGI, it is going to be extremely disruptive for many industries (especially SWE). As in the past, this will lead to a lot of productivity gains, AKA Job losses but potential salary increases for people who can leverage this technology the best, or are the most experienced with it.
Furthermore, it is still entirely possible that AGI comes into existence at some point in the near future. It is just not certain to come from LLMs/Transformer Architectures. I would not neglect using LLMs and developing skills for interacting with them.