TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Coding Jobs and GPT-4

45 pointsby bb1234about 2 years ago
Do you believe that GPT-4 will significantly reduce the demand for coders? If not, why not? I am curious to get your sense of this. I am not a professional coder. I write code for scientific work. But I am really curious.

31 comments

mike_hearnabout 2 years ago
A few thoughts based on my experience with GPT4 so far.<p>1. For now, not by much. It will make us more productive but the world is not short of projects with endless backlogs so huge nobody can ever drain them. Maybe some of those tickets are low value or obsolete, but a lot of them represent real bugs or ideas for improvement that the cost of software development makes prohibitive to reach.<p>2. It may change the nature of the job a lot. It could hurt developers who are very heads down and ideas constrained. If what you love most about coding is the thrill of finding the perfect algorithmic implementation, then, well, AI may reduce the enjoyment of the job. If what you love about coding is seeing your ideas come alive, then AI can increase your enjoyment of the job.<p>3. Whilst some people claim they ideate and get inspired by talking to AI, my own experience has been that GPT4 is a rather conservative and predictable sort of personality. Perhaps it&#x27;s the training and maybe via the API you can ramp up the temperature and get more creativity out of it, but whenever I&#x27;ve asked it for ideas or tried to bounce ideas around, I tend to get milquetoast yes-man type results, or the ideas it comes up with are generic and obvious. Also with each day that passes it&#x27;s getting easier to notice the lack of &quot;AI invents&#x2F;solves something new&quot; type stories. There was the one where it came up with a word game, which was pretty cool, and we know it can invent stories. But it doesn&#x27;t yet seem to be producing an abundance of new ideas for things like new features, business innovations, etc. Maybe it does for other people. Maybe it will start doing it for me soon. But for now, it doesn&#x27;t seem able to do that.<p>So - programmers who just want to play code golf, be ready for that to become more of a hobby than a job. But for programmers who always wished they had more hours in the day to get through all their ideas, it will enable them to create a lot more value and that value will in turn create demand for yet more value-add on top of that. So it should be a virtuous circle, in theory.
评论 #35561139 未加载
49531about 2 years ago
Going a bit against the grain here I think but: I think tools like GPT-4 and beyond will increase the value of software engineers for companies as time goes on.<p>Folks building software can be more ambitious with the things they create, and it can become easier to plug in another software engineer to your team if tooling can make them more predictable in their output.<p>I see people here saying that increased efficiency is going to reduce their team&#x27;s headcount which makes zero sense to me. I&#x27;ve never been on a team where there wasn&#x27;t enough work to be done, it&#x27;s usually a problem of too much work and needing to choose which is most important.<p>That being said, as someone who&#x27;s been heavily using GPT-4 in their work and personal projects I feel like the gains are minimal. It&#x27;s really great when I&#x27;m exploring an API I was unfamiliar with before, but for stuff I&#x27;ve been doing daily for years it&#x27;s really not much help at all. Even places where ChatGPT shines, it takes some discernment to sift through the bullshit.
评论 #35561441 未加载
zh3about 2 years ago
As a &#x27;professional coder&#x27;, I&#x27;ve been very much pondering - and experimentinng - with how best to use AI coding tools.<p>For big, complex, programs I work on (multiple C programs up to 100k LoC) it&#x27;s hard to frame a question in such a way that it doesn&#x27;t need to know details of the codebase. For peripheral stuff it&#x27;s pretty useful as a quick way to get some cut&#x27;n&#x27;paste code (&#x27;write me code to read the load average on linux and log it to a file every second&#x27; - I know exactly how to do that, but it&#x27;s a faster typer).<p>So initial take is it&#x27;s a very useful new tool - so sort-of a corollary, people who learn how to use it quickly and well are going to have an advantage in the short term. And even if&#x2F;when everyone uses it, some people are going to be better at using it (i.e. asking the right question - like I find myself groping around for, when asking it about UK company law earlier today).
评论 #35561101 未加载
daxfohlabout 2 years ago
Not for a while. They seem decent at generating scaffolding or algorithms, but like for any of the projects I&#x27;ve done recently, it&#x27;s &quot;figure out what this big piece of mangled code does, take some requirements or high-level idea that&#x27;s not fully complete and probably has some contradictions, work with people to flesh those out, figure out a way to cram that in, which layer of the code it should be in, or which layers, with some implicit tribal understanding what is allowed to change and what isn&#x27;t.&quot; AI may be able to help with some of that, but it won&#x27;t be a complete replacement for quite some time.<p>Also the quarterly planning process is &quot;figure out the ten things you want to get done out of the hundred in your backlog&quot;, and the quarterly execution process is &quot;land the one thing you can get done of the ten commitments you made.&quot; So there&#x27;s no lack additional work to be done even if AI takes over some chunk of it.
评论 #35562403 未加载
评论 #35561290 未加载
softwaredougabout 2 years ago
Building software has gotten easier and easier over time, and there&#x27;s been other step changes in the past. If you understand this history, you can understand what the future might be like.<p>Before Stackoverflow, software research was rather difficult. You had books that acted like tomes of reference materials. You had maybe some tribal knowledge internally on how to do something. But even in the early 2000s something like MSDN was something you might search on a CD ROM! So the time to get a &quot;basic Windows app&quot; up and running was probably twice as long as it would be today. I&#x27;d say there&#x27;s a similar thing with Github, languages with pkg management, with libraries that do every little thing, whereas when I got started in software <i>even the C std lib might be sketchy</i> and even then its very limited.<p>When Stackoverflow came out, there was a kind of similar panic that we forget about. Every problem would be solved on stackoverflow, and you just copy-paste everything from stackoverflow. It&#x27;ll get way too easy to launch an app. Yet the reality is there&#x27;s even more developers, with higher salaries than everywhere, with software in even more niches in our lives.<p>The current &quot;panic&quot; about software engineering going away is also happening at the same time as layoffs, so its hard to know how that colors things.
jonnycatabout 2 years ago
I don&#x27;t know what it will look like, but remember that the job of a &quot;coder&quot; is not to &quot;write code&quot; but to solve business problems.<p>The programming profession has always demanded that developers operate at higher and higher levels of abstraction and produce more&#x2F;bigger&#x2F;faster. I expect LLMs to continue that trend - a tool to get more done at a bigger scale.
评论 #35561040 未加载
speedgooseabout 2 years ago
Large language models will change the way we write code, but not make code disappear. We will always need code to execute software.<p>But we don&#x27;t use punched cards anymore. We don&#x27;t write low level machine code anymore, unless we must or we are into that. We don&#x27;t have to use complex and difficult programming languages when we can do the same in a few lines of Python that abstract everything. And now we don&#x27;t have to write most of the high level code as we can have a loose conversation with the machine.<p>I&#x27;m expecting that the demand for good coders will stay high, to use these new AIs, fix the bugs, check the outputs, and build much more ambitious projects.<p>However the demand for cheap coders that write simple applications will disappear and be replaced by machines. The humans will do other activities instead, in software development or not.
carapaceabout 2 years ago
The correct way (I think) to think of these talking computers is as the third great User Interface paradigm:<p><pre><code> I CLI II GUI III Human language </code></pre> Computer programming just isn&#x27;t that hard. (I maintain that if you can solve a Sudoku puzzle you can program a computer.) The market for programmers was based on people being unwilling to learn CLI or GUI interfaces but this consideration doesn&#x27;t affect Linguistic UI systems because, of course, people learn to talk automatically as children.<p>Ergo, I suspect that not only will GPT et. al. drastically reduce demand for coders, it will reduce demand for e.g. computer languages, frameworks, stacks, etc. What I mean is that questions like &quot;which programming language to use?&quot; will become obsolete.
Bjorkbatabout 2 years ago
Personally, I think no-code tools are much more of an existential threat than LLMs. Or rather, they <i>should</i> be. Instead, despite the prevalence of tools that seek to democratize software authorship, the demand for software engineers has yet to abate.<p>As for why, my best theory is that writing code isn’t the hard part, but in fact one of the easier parts of the job, much like how drafting isn’t really the hard part when it comes to engineering or architecture.
kevrcabout 2 years ago
The question I ask myself: Is there a large and still-unmet demand for software engineering worldwide. AKA is the market supply-constrained by a large-enough amount?<p>If so, I imagine engineers will be more productive with AI (and wages will go down, or at least stop growing somewhat), but the demand for software engineers will stay strong.<p>If not, then engineers being more productive would mean fewer engineers can meet the global demand for software engineering work and I would expect to see the demand for software engineers reduced.
评论 #35558863 未加载
shrimpxabout 2 years ago
GPT is good at boilerplate and is very bad at understanding and fleshing out complicated requirements, coming from N stakeholders with varying opinions and personalities. So I don&#x27;t think GPT is a threat to human engineers in the &quot;essential complexity&quot; space.<p>Then, how much time do we collectively spend on boilerplate? Stackoverflow + the rich collection of open source libraries and frameworks have been doing a great job minimizing boilerplate for typical architectures. E.g., building a Flask app today vs building with Apache mod_perl in 2000 is like a &gt;90% reduction in boilerplate.<p>So I don&#x27;t think LLMs are much of a threat to engineers.
hcarvalhoalvesabout 2 years ago
It will be make it quicker, cheaper and more efficient to do a bad job and fill a codebase with boilerplate.
karmakazeabout 2 years ago
Anyone have experiences using GPT-4 with functional languages? There&#x27;s lots of examples with procedural languages that automates much of the boilerplate but I&#x27;m wondering how effective it is when the source is more terse and concept-dense.<p>I don&#x27;t do a lot of functional programming myself but would prefer to. I&#x27;m guessing that the output might be be one arbitrarily selected from the described domain but could just as well have been composed completely differently. If it&#x27;s able to output multiple distinct compositions and we can choose one that suits the team&#x27;s way of thinking&#x2F;working that would be pretty cool.<p>What would be awesome is if it could find the shared characteristics across domains and synthesize a solution in the posed domain that was only ever used in other ones.
jackdeansmithabout 2 years ago
I wouldn&#x27;t be surprised if by making code 5x cheaper to write, aggregate demand for code goes up by at least 5x, and possibly more. The history of computing is full of technologies that made it cheaper to create software (compilers, debuggers, high level languages, version control, increasingly powerful hardware, widely-available open source frameworks, etc...) and as programmers became more efficient and effective, the scope of problems they&#x27;ve been tasked with has kept growing. I think there is a good chance that LLM coding assistance will be a similar story.
jselysianeagleabout 2 years ago
I can see it going a couple different ways:<p>1) The dichotomy between frontend vs backend dev evaporates entirely. Because GPT-x can churn out code so quickly, all devs will be expected to be fullstack and the job breakdown will be more like 20-30% coding (assisted by these tools) with the rest of the time spent on higher level concerns like architecture, security (and perhaps lots of meetings...) etc.<p>2) The vast majority of dev jobs simply get folded into business functions. So your product managers, accountants, etc will increasingly be expected to do prompt engineering work as part of the job. This change will probably take a while to happen and needs more work to occur on hooking up these tools to other tools like compilers and whatnot, but I&#x27;m pretty sure startups will emerge to tackle this. Companies that aren&#x27;t developing any real tech as their main product&#x2F;service simply won&#x27;t need many devs anymore, although they might keep a few on staff here and there just in case the others need someone to step in from time to time. The only places that will need sizable numbers of actual devs will be the ones building brand new software - think new database sytems, compilers, device drivers, OS kernel work etc. - basically the really cutting edge stuff for which original research + thinking is needed. Since these tools tend to be trained on existing knowledge out there I&#x27;m not sure if they can be used to build brand new technologies from scratch... at least for now. But who knows what future iterations of these tools will lead to!
sesteelabout 2 years ago
The impact likely begins in 2024 or 2025. I think a team of 5 may become a team of 2 or 3. In that sense, yes, I think it can have a very real impact to salaries and available opportunities.
furyofantaresabout 2 years ago
Who knows what will happen with GPT5, but speculating about just GPT4 I think there might be a little initial reduction&#x2F;reshuffling but it will then increase demand for coders substantially. Just like all previous coding productivity gains have.<p>The reason is fairly simple - software isn&#x27;t done eating the world.<p>Make it easier and cheaper to write software and two things happen 1) more problems are worth solving with software and 2) all existing software must improve or get eaten by a competitor who uses productivity gains to improve.
评论 #35561122 未加载
danielovichdkabout 2 years ago
Prompt engineering will be interesting to follow for the quantity output. If one gets good at asking the right questions the system will provide you with better detail.<p>But that&#x27;s on a technical level.<p>On the cognitive and reflective matter it will not be as interesting or job-overtaking.<p>Writing code is 1&#x2F;6 of the job. The rest is communication, debugging and testing. That&#x27;s not for GPT.<p>It has made me a better programmer on the technical level but that was the easy part :)
eschneiderabout 2 years ago
I&#x27;d worry about GPT-4-like apps replacing programmers about the time that users get good at writing complete, accurate specs. I.E., never.
Retr0idabout 2 years ago
GPTs will augment human developers rather than replacing them outright. Software is a gas[1], so rather than having fewer developers, we&#x27;ll just have more software.<p>[1] <a href="https:&#x2F;&#x2F;blog.codinghorror.com&#x2F;software-its-a-gas&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.codinghorror.com&#x2F;software-its-a-gas&#x2F;</a>
biqlabout 2 years ago
Writing code is one thing, owning it and having responsibility is another. But can we build tooling for this to on top of LLMs too? This won&#x27;t happen overnight but it will certainly happen gradually, I don&#x27;t see why not. By owning it, I mean, upgrading libraries, fixing bugs, writing tests, running tests, fixing tests, and maybe even adding features.<p>It&#x27;s totally possible to make LLMs write actually good code that can be maintained using normal software engineering practices.<p>Of course there will still be a need for a human touch, such as knowing limitations of LLMs and possible workarounds and understanding business requirements. Such productivity boost may even create more jobs as products will become cheaper and faster to create, hence more new markets will be explored. The pie might also get bigger not smaller.
HugoDzabout 2 years ago
GTP-4 acts as a reminder the value is not in programming but in the things you create with.<p>In an ideal world, you even not coding to achieve things that help others. Today it&#x27;s required but it&#x27;s not the point of a valuable product.
AnEroabout 2 years ago
Are there fewer engineers since AutoCAD was invented and they didn&#x27;t need to draw everything out by hand? Yes, but not by much and they just have much higher expectations.<p>I feel like this is more programmers realizing they have to become the 10x they were told was a myth to survive. Which is kinda true! BUT what also is true using AI tools will make them that if they learn to use them, now they need to know security inside and out, systems design etc. Higher level concepts way above a code monkey&#x27;s pay grade, now will be expectations, all the theory side is going to be much more important.
ineedausernameabout 2 years ago
It&#x27;s a strange question. That &quot;professional coder&quot; term is such a misconception... i mean does anyone know of any experienced dev that consider themselves a coder?
AbsoluteCabbageabout 2 years ago
Demand for <i>coders</i> like React monkeys and java bloats, yes. Demand for actual software engineers with a strong penchant for system design, no.
评论 #35560932 未加载
评论 #35560135 未加载
bg24about 2 years ago
It will reduce the demand for sure. - Faster learning, debugging, template code generation, optimizing, etc. - Faster documentation, meeting notes, everything non-core things that engineer engage in.<p>It will also increase the opportunities. - Small companies and individuals will learn to be 10x more efficient. - Many, many newer business and side hustles will pop up in matter of days.
alanfranzabout 2 years ago
&gt; will significantly reduce the demand for coders?<p>Define &quot;coders&quot;.<p>A slightly cynical view: yes, it will reduce the demand for &quot;writers of code in a single language and framework, following the docs and without much other understanding&quot;. No, it will not reduce the demand for proper software engineers, who understand the inside-out of the systems they work with, from hardware to kernel to libs and whatever stack they&#x27;re using, and who will become more productive and will likely be able to deliver more from their huge backlogs.<p>Explanation: my impression (totally an opinion, but I&#x27;ve heard some people roughly agreeing with me) is that in the last 10-12 years a whole lot of people entered the software development profession attracted by salary, hype, easy money (crypto?), or whatever else, maybe through a dev bootcamp or just by learning on the internet. That&#x27;s not a problem per se, some of the most skilled devs I know are self taught. But there&#x27;re a number of developers that, even after a lot of years, have only a limited understanding of how their systems work.<p>Python programmers that know Django but have no idea what a syscall is, or how a process works in their operating system of choice, or how the Django ORM translates those classes into some SQL. They live in the IDE, somebody else is taking care of the deployment after they push, they just make changes and addition to an existing app. That&#x27;s it.<p>Frontend programmers that know some toolkit like React or Angular with a few libraries, that can write some piece of Typescript, but that often have no idea about some Javascript basics, the browser, http. Again, they contribute to an existing project, adding files, changing things, but somebody else is in charge of deployment, and they won&#x27;t be able to setup a new project from scratch, if needed.<p>A lot of those people still had&#x2F;have good salaries, maybe not the best, but the market was tilted in their favour; if top tier talent flew towards big tech, there were positions to be filled in other sectors. But I think that even big tech wasn&#x27;t immune to the coding bootcamp effect.<p>It seems to me that when money was cheap and the work to be done was a lot, it made total sense to add whatever kind of help could be found on the market. Now, this could change; if software engineers can move quicker with the help of AIs, follow-the-docs-only programmers may be become far less useful.<p>Just my 2c.
InfamousReceabout 2 years ago
We just went through layoffs and the remaining employees were told to become more productive by utilizing GPT. So in my employer’s case the reduction is already happening - though it’s probably caused more by GPT hype rather than the GPT-4 itself.
johlitsabout 2 years ago
No, a coder is responsible. A tool is not.
stuckinhellabout 2 years ago
Yes it absolutely decimate demand for junior coders. My firm has basically frozen hiring, and all existing devs are expected to boost their productivity using one of the all the various AI&#x27;s or get fired.<p>We expect the economy to get way worse as de-dollarization seems to be looming on the horizon, and preparing now.
评论 #35560965 未加载
评论 #35561042 未加载
评论 #35560892 未加载
评论 #35561357 未加载
评论 #35561389 未加载
matt_sabout 2 years ago
No. GPT outputs text, it does not think, it can&#x27;t negotiate trade-offs of solutions, it cannot communicate with stakeholders about risks or technical issues of current implementations, it may not understand the context of future&#x2F;other work other people are doing, etc. An analogy that might work (apologies if this is off base): GPT might output helpful text for a grant you may be writing but I assume there is a whole set of many other activities like proposing the project, schmoozing the Dean (is that a thing?, lol), managing funding, materials, running experiments, etc. for scientific work than the act of typing up a grant proposal.<p>Coding (physically typing a solution) is a small percentage of a professional software engineer&#x27;s time. Tools already exist to generate code, to find answers (stack overflow), etc. GPT will be another tool to help developers but much like stack overflow answers, you have to do some diverse research to make sure you&#x27;re not getting BS or tangential but useless information. GPT can be confidently and completely wrong.<p>Then there are the legality concerns of sending Intellectual Property to a giant void that may output that IP to other parties. Its not a concern of mine, personally, but its a concern for the legal entity (aka corporation) that employs me.