It doesn't need to completely replace software devs. Rather, AI will make a $25k/year software dev as good as a $250k/year software dev, and the 25k one won't even need to speak English. The real question is: will AI enable the now jobless 250k software dev do something that's so valuable that the US companies will need his services at this price?
Will AI take web developer jobs?
61–70 of 81 posts
Re: Will AI take web developer jobs?
#62It doesn't need to completely replace software devs. Rather, AI will make a $25k/year software dev as good as a $250k/year software dev, and the 25k one won't even need to speak English. The real question is: will AI enable the now jobless 250k software dev do something that's so valuable that the US companies will need his services at this price?
Re: Will AI take web developer jobs?
#63Earlier quoted context omitted.
> It's perfect for replacing web developers. In fact, web developers are the first for AI to completely replace them as it is best trained on the javascript and typescript ecosystem(s) and that was all done by themselves due to it's high popularity and the lowest of all barriers in this industry. It will take time for the other sectors, but web developers are the first to be completely displaced.
So is the AI finally a working low code solution?
When there's no budget for hiring a human professional, then any AI output seemingly resembling what is needed would be a solution. Because, how to properly verify it?
Re: Will AI take web developer jobs?
#64AI creates bloated, sometimes nonsensical output that often straight-up doesn't work. It's perfect for replacing web developers. It can make mobile apps, too.
Just wait, soon there will be a JavaScript framework: by AI, for AI.
Also imagine the compression factor made possible by such a system. Instead of sending a few dozens of megabytes over the line the AI-server will tell the AI-renderer to:
X-PAGE-PROMPT = generate a page showing a number of cats engaged in play with a fluffy toy, make sure to have product placement for products $A, $B and $C, have a catalogue for the furniture used in the scene lie open op the table and make sure that the brand and vendor names are clearly visible
Re: Will AI take web developer jobs?
#65Earlier quoted context omitted.
My company has had a backlog thousands of developer-hours long for years. Maybe eventually somebody will get fired because we're not needed, but the LLM would have to actually 10x our productivity for us to get through the backlog in a year.
That backlog almost certainly is just stuff you care about and not related to revenue Or someone would have been added to headcount to work on it
Every PM I’ve ever worked with had 10x more things they wanted to add than they had devs to add them.
Re: Will AI take web developer jobs?
#66Earlier quoted context omitted.
Yeah, define productive. Because I suspect that comes with learning a lot less in the process and lower quality output.
My own usage of LLMs to help me code has resulted in me learning more and producing higher quality output. You have to use them diligently, but it's definitely possible to avoid the obvious downsides of working in this way.
Because I suspect it depends a lot on skill level.
Re: Will AI take web developer jobs?
#67Earlier quoted context omitted.
A lot of the time? What kind of code are you writing, if I may ask; and how long have you been doing it? I sometimes ask whatever AI open ended questions on subjects I know very little about, and sometimes I find some kind of starting point for less random research using better tools. Beyond that, and whatever fancy autocomplete my IDE forces down my throat, nope. If if was gone tomorrow I would barely notice.
I've been leaning hard on LLMs to help me write code for just over two years now. I mainly work in Python and JavaScript, which are both languages that LLMs are extremely good at, but I also use them for languages I hardly know at all like jq and Bash and AppleScript and Go. I've published a ton of notes on this here: https://simonwillison.net/tags/ai-assisted-programming/ and https://simonwillison.net/series/using-l…
Re: Will AI take web developer jobs?
#68Re: Will AI take web developer jobs?
#69Earlier quoted context omitted.
My own usage of LLMs to help me code has resulted in me learning more and producing higher quality output. You have to use them diligently, but it's definitely possible to avoid the obvious downsides of working in this way.
And what kind of experience do you have? Because I suspect it depends a lot on skill level.
Re: Will AI take web developer jobs?
#70Earlier quoted context omitted.
I've been leaning hard on LLMs to help me write code for just over two years now. I mainly work in Python and JavaScript, which are both languages that LLMs are extremely good at, but I also use them for languages I hardly know at all like jq and Bash and AppleScript and Go. I've published a ton of notes on this here: https://simonwillison.net/tags/ai-assisted-programming/ and https://simonwillison.net/series/using-l…
And what kind of experience do you have using these languages?