LLMs are more tech demo than product right now, and it could take many years for their full impact to become apparent.
LLMs are more tech demo than product right now, and it could take many years for their full impact to become apparent.
> I think we will be there in three to six months, where AI is writing 90% of the code. And then, in 12 months, we may be in a world where AI is writing essentially all of the code
https://www.businessinsider.com/anthropic-ceo-ai-90-percent-...
This seems either wildly optimistic or comes with a giant asterisk that AI will write it by token predicting, then a human will have to double check and refine it.
I saw people with trouble manipulating boolean tables of 3 variables in their head trying to generate complete web applications, it will work for linear duties (input -> processing -> storage) but I highly doubt they will be able to understand anything with 2nd order effects
To be fair, 3 booleans (2^3=8) is more working memory than most people are productive with. Way more if they’re nullable :)