Earlier quoted context omitted.
The sad thing is this is going to be to the detriment of those trying to learn, we are going to wind up with a new glass ceeling, programmers that can code without these tools and programmers that are reliant on them. The latter will have very short careers (dangerous prediction, I know)
Analogous to this, I'm already seeing a new generation that doesn't know how to (and has no curiosity to learn to) get around a server or know what's going on in one because all they know how to do is run a container.
AI Workforce Is Already Coming for Junior Developer Jobs on Wall Street
11–20 of 39 posts
Re: AI Workforce Is Already Coming for Junior Developer Jobs on Wall Street
#12Earlier quoted context omitted.
Analogous to this, I'm already seeing a new generation that doesn't know how to (and has no curiosity to learn to) get around a server or know what's going on in one because all they know how to do is run a container.
I, too, remember when Mac and windows came out and an entire generation would never use Unix because all they know is point and click.
Re: AI Workforce Is Already Coming for Junior Developer Jobs on Wall Street
#13Re: AI Workforce Is Already Coming for Junior Developer Jobs on Wall Street
#14Am I missing some demos of LLM’s producing jr. Dev level work, because from my experience this seems implausible.
AI is making developers more productive, although I doubt that will cause a shortage in jobs
Re: AI Workforce Is Already Coming for Junior Developer Jobs on Wall Street
#15Am I missing some demos of LLM’s producing jr. Dev level work, because from my experience this seems implausible.
AI is making developers more productive, although I doubt that will cause a shortage in jobs
* JS/TS - FE
* Ruby on Rails - Most of our business logic
* Python - Doc and LLM specific code
* Misc. other languages - niche features that make the most sense in specific languages.
----
Previously, we'd spend a lot of time on dumb little things. Things that you probably take for granted in your primary language, but can become super frustrating in a new language.
Re: AI Workforce Is Already Coming for Junior Developer Jobs on Wall Street
#16The code I get from LLMs is only as good as StackOverflow and will often send you in the wrong direction if you don't know what it's doing. The part of programming LLMs solve is the easiest part.
I've found LLMs are incredibly when you prompt with a comment for the next 1 to 5 lines.
Re: AI Workforce Is Already Coming for Junior Developer Jobs on Wall Street
#17Earlier quoted context omitted.
AI is making developers more productive, although I doubt that will cause a shortage in jobs
AI has enabled my team to essentially all become polyglots. It's really amazing to be able to jump between languages, using the best tools for the domain. * JS/TS - FE * Ruby on Rails - Most of our business logic * Python - Doc and LLM specific code * Misc. other languages - niche features that make the most sense in specific languages. ---- Previously, we'd spend a lot of time on dumb little things. Things that you…
Re: AI Workforce Is Already Coming for Junior Developer Jobs on Wall Street
#18The code I get from LLMs is only as good as StackOverflow and will often send you in the wrong direction if you don't know what it's doing. The part of programming LLMs solve is the easiest part.
The sad thing is this is going to be to the detriment of those trying to learn, we are going to wind up with a new glass ceeling, programmers that can code without these tools and programmers that are reliant on them. The latter will have very short careers (dangerous prediction, I know)
Re: AI Workforce Is Already Coming for Junior Developer Jobs on Wall Street
#19Earlier quoted context omitted.
I, too, remember when Mac and windows came out and an entire generation would never use Unix because all they know is point and click.
Doing everything from a terminal is cool and all and makes me feel like a hacker or something, but it's far easier to just click around tbh, and then have the option of using the terminal if I want to.
Re: AI Workforce Is Already Coming for Junior Developer Jobs on Wall Street
#20Earlier quoted context omitted.
AI has enabled my team to essentially all become polyglots. It's really amazing to be able to jump between languages, using the best tools for the domain. * JS/TS - FE * Ruby on Rails - Most of our business logic * Python - Doc and LLM specific code * Misc. other languages - niche features that make the most sense in specific languages. ---- Previously, we'd spend a lot of time on dumb little things. Things that you…
Agree, I can easily see a team of a dozen developers shrunk down by half and still maintain the same quantity and quality of output.