In other places, look for hiring freezes and re-orgs, rather than straight and obvious message from management: "Say bye to Bob, he's been replaced with this AI agent".
To everybody's point, not a new thing - automation, including what may of us have worked on for decades, by definition is simplifying, making more efficient, or reducing human effort.
But to your specific question - HN seems to have a couple of excited stories a week about a person saying "I don't really know coding, but I've started my tiny niche SaaS with help of AI". Which is not necessarily a bad thing, and more along the curve of all the other advancements - perhaps the question is the speed of improvement(replacement) and change on this particular one.
How are you going to debug/extend the code if you don't know how it works?
But ya, I see the future for SWEs as not only being able code, but being able to review code created by AI, and being able to write prompts to get AI to generate code.
https://x.com/benln/status/1889388151770325427?s=46&t=tl870z...
But I don’t think the advent of LLM is responsible for any job cut in these companies. The overall startup ecosystem is (Stripe, cloud computing, efficient customer support software, etc).
But the fact that Cursor is one of those impressive companies shows the demand for AI assistance is huge
Can you answer my question about an "AI native" company that never even had people to replace?
Tell that to all the customer service AI chatbots. They don't need as many real CS agents anymore because one chatbot can reply to hundreds or thousands of tickets with useless garbage copy-pasted from the FAQ. Given that even most real CS agents also only do that nowadays anyway, yeah they've been replaced.
This tends to be incredibly effective at CS's real job, which is to make customers with problems go away from being able to make it to bothering the actual consumer-unfriendly-decision-makers. If you start looking for this you will see it absolutely everywhere. Chatbots are really really good at making people too frustrated and exhausted to pursue other routes.
There are a few companies whose CS actually still is good (like Mila Cares!!!) but in my experience most CS just wants to get rid of the annoying customer.
Also, sort of related (to me, blame my autism), I've heard that the practical effect of a suicide hotline can be annoying the caller enough for them not to do the thing. I've had at least one or two friends told me that this was the effect it had on them. (they're doing better nowadays)
I barely get 1 line of code that I’d actually ship unchanged. It’s really useful but still has a long way to go
Anyone skilled enough to code can now codes in any language. Jobs aren't being replaced but no longer added.
I also demonstrated how an intern (1st year) was able to replace a 5 year experience position after six weeks of working with AI.
We're seeing a 5x acceleration in shipping after our first year with limited exposure.
That was always true. Once you learn how to program, it doesn't take a ton of effort to learn another language. It takes more time and effort to master a new language, but that's still just as true as it ever was.
Otherwise we might as well predict that when all is said and done, AI will have no more impact than the fax machine, which is what someone once thought of the internet, and which seemed a lot more reasonable on dial-up AOL than in today's world.
What the competent people are saying is often overshadowed by the echo chamber of misleading information, since there is profit in driving people towards chaos.
Just like you don't need to be able to outrun the bear, it's enough to outrun your friend, it's okay to be theoretically replaceable by AI, as long as I'm not the most obvious person to be replaced (at least that's what I tell myself).
Companies move slowly, I just hope they move slowly enough for me to provide a good life for my family as a software developer.
This is a motivating and least depressive outlook on the future, as it encourages me to learn things better, and that feels good for me.
I have many thought on AI, sometimes excited, sometimes frustrated, sometimes worried, but I didn't see this idea phrased like this before, so thought Id share it.
I got shaken out quickly (but am planning an epic comeback). The math doesn’t work out favorably so being ambitious is probably a good idea. But if things get too advanced then it also gets easier to automate an entire company, and enough automation means more viability for solo ventures. That ambition comes in handy there as well
It will probably not ask you any questions, but if it does and you answer it will not ask follow up questions, or if it does it will lose track of your answers or non-answers. It does not maintain situational awareness. It does not speculate on your state of mind or competence as you help it.
You can avoid your job being eaten by AI by moving toward roles where you talk to people, understand their problems, and perform the work of translating that into solutions.
There will also always be an orchestration role no matter how much automation is thrown at a problem. - Who debugs that AI code? - OK, say it’s an AI. Now who fixes the auto-debugger when it breaks? - Who makes decisions about rebuilds and migrations and big platform shifts? - Sure maybe that decision is informed by advice from AIs but someone with accountability has to make the call before the wheels are put in motion for the rebuild or migration or whatever.
Both are durable targets for your career.
VCs would probably like that as well.
Maybe pitch that to CEOs as a cost saving meausre.
I'm a theory and simulation guy, but in retrospect I should have done far more experiments when I was in training. I guess it's never too late to start...
Perhaps our future overlord will thank you :)
* Problems are ill-defined and poorly-scoped
* Solutions are difficult to verify
* The total volume of code involved is massive
In my view, this is describing legacy code: feature work in large established codebases."
If you have used cursor.ai to try to create a moderately sized project you'll see this happen even with newly generated code.
In my experience, if you limit yourself to generate not well thought through prompts and do not work on getting a deep understanding of the generated codebase, the LLM will start duplicating the same code flows in different ways, many time forgetting some of the behaviour already implemented.
Kind of like having dozens of developers working on the same codebase clueless about what each other has done and re-implementing the same functionality until the code turns into a pile of spaghetti code.
It can be done but:
* You must have a deep understanding of the code
* You need to think hard about what you are doing and give very detailed instructions to the AI
It works for trying a quick prototype but when moving on to production grade code you need to slow down and "program" step by step providing precise instructions as you go.
You'll have to design the changes to the minor detail and then you can let the AI do the grunt work.
It's like programming without coding.
Most of us are already accountable for outcomes, not outputs. Perhaps we could go further in that direction--but doing so only makes personal sense if the underlying work that you're doing is important to you. If AI is about to make us all 10x coders, why should we keep the jobs we have when we could take that extra capability and go do something more meaningful--the kind of something that used to require a 10-person company.
I'm personally pretty happy with my company, but my point is that once everybody gets more productive, what's the likelihood that everybody who still has a job after the transition still wants that job now that doors which were previously closed are now open?
It's gonna be a bigger reshuffle than just taking more ownership over our existing domains.
This truly is the challenge - both to have the huge context window and the ability to conduct coherent and comprehensive reasoning using the entire context. We should see soon whether there is a Moore's law effect here: I would be immensely surprised if not.
Upon reading this, it seems like the author is in the latter group, and while he offers a few points about what computers can and can't do, the advice given is horrible advice because it takes things in isolation and overgeneralizes, while not paying attention to underlying factors.
The "lets just tough it out" approach and specialize in old code, or learning to do what AI can't are impossible tasks in practice.
If the author is in the latter group, I think he's unintentionally doing himself a disservice by showing a low level of competency in addressing the problems.
You don't want to hire an engineer who is blind to the potential liabilities they create.
Any engineers in IT are intimately familiar with the fallout from failures involving sequential steps in a pipeline.
There's front-of-line blocking (FOLB), and there's single points of failure (SPOFs), these are considered in resiliency design or documentation of the failure domains. The most important parts of which are used in identifying liabilities upfront before they happen.
Entry level task positions are easily automated by AI. So companies replace the workers, with AI.
How do you get to be a mid-level engineer when the entry level no longer exists...its all based upon years of experience. Experience which can no longer be gotten.
Does this sound like a pipeline yet?
You still have mid-level engineers available, as you do senior engineers, but no new ones are entering the marketplace. Aging removes these people over time, and as that sieves towards 0 the cost of hiring these people goes up until it reaches infinite (where no one can be hired).
What goes into the pipeline is typically the same but most often less than what comes out of said pipeline. In talent development its a sieve separating the wheat from the chaff.
Only the entry point is clogged, and nothing new is going in, humans deal with future expectations and the volume going into such pipelines is adaptive. No future, no one goes into such professions.
After a certain point, you can't find talent. There's no economic incentive because companies made it this way by collusion.
Things stop getting done which forces collapse of the company. Its not just one company because this is a broad problem, so this happens across the board creating a inflationary cycle of cost, followed by a correlated deflationary cycle in talent, that cannot be fixed except by the industry as a whole removing the blockage. They can't do that though because of short-term competition.
When have industry business-people today turned on a dime in economically challenging situations where the money wasn't available; ever.
Debt financing makes it so these people don't need to examine these trends more than a year out, but the consequences of these trends can occur just outside that horizon, and once integrated the bridges have been burnt and there is no going back while also maintaining marketshare.
All of the incentives force business people to drive everything into the ground in these type of cycles. The only solution, is to know ahead of time, and not bait the hook. The business people of today have shown that this is beyond them, its all about short-term profits at the limits of growth, business as usual.
Real world consequences of such, you can look to Thomas Malthus, and Catton who revisits Malthus.
Catton importantly shows how extraction of non-renewables can reduce or destroy previous existing renewable flows leading to lower population limits as a whole than prior to before prior to overshoot.
Similar behavior applies broadly to destructive phase changes of super critical systems with complex feedback mechanisms (i.e. negative flips to positive and runs away, or vice versa leading to collapse/halt). In other words where you have two narrow boundaries outside which the systems fail.
This is one of the concerns I hear. Not really in a position to judge how serious it is but I've had this discussion with people in senior roles related to, let's call it developer mentoring/development.
To the degree LLMs make junior developer roles commodities and therefore less attractive financially that definitely makes bringing new people on-board at a lot of companies less attractive.
Essentially no one thinks an LLM is going to step into the role of an experienced senior developer as anything other than a possibly useful assistant. Someone just out of school? Maybe you don't replace the best but maybe you need a lot fewer of them and pay them a lot less.
A good way to tell which category a blog falls into is to look at the first link provided on their homepage.