Nobody knows what programming will look like in two years
1–7 of 7 posts
Re: Nobody knows what programming will look like in two years
#2Re: Nobody knows what programming will look like in two years
#3Really? I will most likely be using IntelliJ 2027.x with whatever the latest plugins are for the programming languages I write by hand.
Re: Nobody knows what programming will look like in two years
#4Re: Nobody knows what programming will look like in two years
#5Who can afford to use a $1k/month agent for a side project?
This post summarizes the economics of AI pretty well, describing the lock-in effect we will observe: https://merveilles.town/@lrhodes/116086521256156934
Re: Nobody knows what programming will look like in two years
#6Re: Nobody knows what programming will look like in two years
#7I use AI daily, and it definitely helps me being (say) 10% more productive. However there is zero way an AI can do my job. And it looks as if LLM's have hit the limit of what is possible with the current AI architectures. So unless there is a revolutionary new architecture happening the next two years (unlikely) I don't see much change.
Also, using customer code generators makes me way more productive than using AI's. I simply declare what I want at a high level and the code generator in seconds spits out C++/Typescript/SQL/XML/JSON/CMake/Tests/... to do it. About 90% to 95% of the code I need is generated doing this. Way more efficient than using an AI.