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.

To avoid being replaced by LLMs, do what they can't

57 pointsby gfysfm3 months ago

16 comments

PessimalDecimal3 months ago
We are now a few years into this latest "AI revolution." I keep hearing about how AI is coming for all our jobs. But people who actually try to use AI for coding largely don't seem convinced. Can anyone cite any smashing successes for AI? Are there any unicorn startups, or candidates to become one, that are staffed by say 5 really savvy users of AI? A story like that could be convincing of these claims about software engineering becoming a domain of prompt engineering.
评论 #43063148 未加载
评论 #43063103 未加载
评论 #43063114 未加载
评论 #43063056 未加载
评论 #43063437 未加载
评论 #43063150 未加载
评论 #43063110 未加载
评论 #43063258 未加载
serial_dev3 months ago
Time and time again, I remind myself to follow the running away from the bear strategy, especially when I&#x27;m pessimistic about my career and future.<p>Just like you don&#x27;t need to be able to outrun the bear, it&#x27;s enough to outrun your friend, it&#x27;s okay to be theoretically replaceable by AI, as long as I&#x27;m not the most obvious person to be replaced (at least that&#x27;s what I tell myself).<p>Companies move slowly, I just hope they move slowly enough for me to provide a good life for my family as a software developer.<p>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.<p>I have many thought on AI, sometimes excited, sometimes frustrated, sometimes worried, but I didn&#x27;t see this idea phrased like this before, so thought Id share it.
评论 #43062923 未加载
评论 #43062991 未加载
评论 #43063202 未加载
satisfice3 months ago
An LLM is incapable of performing an inquiry. Try making it do one. For instance tell an LLM that you want it to test a certain product and that you will be its eyes ears and hands. Then proceed as if you don’t know anything about testing. Do not correct its decisions.<p>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.
streptomycin3 months ago
By the time AI can replace me (a decent but not spectacular programmer), it&#x27;s not going to be that far from being able to improve itself. At that point, all bets are off. Good luck trying to outwit a self-improving AI that is smarter than you!
cadamsdotcom3 months ago
It will eventually be possible to compress everything inside an org down with AI until almost nothing remains that’s not automated - but the boundaries of an org (where it deals with customers, vendors etc.) require accountability and that requires humans.<p>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.<p>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.<p>Both are durable targets for your career.
评论 #43062906 未加载
0x20cowboy3 months ago
Unpopular opinion: it would be easier to replace the C suite people with reasoning models than it would be to replace engineering.<p>VCs would probably like that as well.<p>Maybe pitch that to CEOs as a cost saving meausre.
btrettel3 months ago
Most people on HN work in software, but I work in the intersection of software and hardware. The software for me is simulation software, but it could alternatively be real-time software for a product. The relevant difference between software alone and software+hardware is that LLMs can&#x27;t do an experiment in the real world. A LLM might tell you to do something with hardware or write a simulator, but the results of both are really just predictions that need to be checked in the real world.<p>I&#x27;m a theory and simulation guy, but in retrospect I should have done far more experiments when I was in training. I guess it&#x27;s never too late to start...
评论 #43063238 未加载
irrational3 months ago
I work in HR for a large company. A third party system was chosen to use for part of the HR functions. This third party system uses an integration system that involves dragging and dropping components and doing some config work (think of Nifi, or, at a super basic level, Scratch). So, it is all UI work, very little to no written code. It will be a long long time before this kind of work will be automated by LLMs. We are still in the process of building out hundreds of these integrations. Just the building out will take years. Then there will be even more years of maintenance. Large companies are like large ships, they pivot exceedingly slowly. I figure I can maintain this system for a long time. That’s one way to get job security.
评论 #43063026 未加载
评论 #43063164 未加载
评论 #43063017 未加载
kubb3 months ago
Like… building software with complexity beyond a React tutorial? I think I’m good.
kabes3 months ago
I feel it&#x27;s a bit like with self driving cars: Until they can bring me safely to any destination without intervention, then they&#x27;re not that useful. Currently LLMs are at the stage where I can shortly let go of the wheel but still need to be very focused, maybe even more focused. And while they improve at a fast rate, it&#x27;s not sure they&#x27;ll ever fully get there. In the meantime they&#x27;re at best a slight productivity boost saving me some keystrokes.
arijo3 months ago
&quot;So what kind of programming work would be the opposite of this?<p>* Problems are ill-defined and poorly-scoped<p>* Solutions are difficult to verify<p>* The total volume of code involved is massive<p>In my view, this is describing legacy code: feature work in large established codebases.&quot;<p>If you have used cursor.ai to try to create a moderately sized project you&#x27;ll see this happen even with newly generated code.<p>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.<p>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.<p>It can be done but:<p>* You must have a deep understanding of the code<p>* You need to think hard about what you are doing and give very detailed instructions to the AI<p>It works for trying a quick prototype but when moving on to production grade code you need to slow down and &quot;program&quot; step by step providing precise instructions as you go.<p>You&#x27;ll have to design the changes to the minor detail and then you can let the AI do the grunt work.<p>It&#x27;s like programming without coding.
__MatrixMan__3 months ago
I&#x27;d like to see a bit less fearmongering about how our bosses won&#x27;t need us anymore and a bit more about how maybe we won&#x27;t need our bosses anymore.<p>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&#x27;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.<p>I&#x27;m personally pretty happy with my company, but my point is that once everybody gets more productive, what&#x27;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?<p>It&#x27;s gonna be a bigger reshuffle than just taking more ownership over our existing domains.
bitwize3 months ago
Great. I&#x27;ll avoid jobs whose exclusive responsibilities involve predicting the next token given <i>n</i> previous input tokens.
评论 #43063006 未加载
评论 #43062928 未加载
globalise833 months ago
&quot;a fast and effective way to have a multi-million-token context window&quot;<p>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&#x27;s law effect here: I would be immensely surprised if not.
trod12343 months ago
Some people blog because it makes them happy, others do so to build brand and status for professional development.<p>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&#x27;t do, the advice given is horrible advice because it takes things in isolation and overgeneralizes, while not paying attention to underlying factors.<p>The &quot;lets just tough it out&quot; approach and specialize in old code, or learning to do what AI can&#x27;t are impossible tasks in practice.<p>If the author is in the latter group, I think he&#x27;s unintentionally doing himself a disservice by showing a low level of competency in addressing the problems.<p>You don&#x27;t want to hire an engineer who is blind to the potential liabilities they create.<p>Any engineers in IT are intimately familiar with the fallout from failures involving sequential steps in a pipeline.<p>There&#x27;s front-of-line blocking (FOLB), and there&#x27;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.<p>Entry level task positions are easily automated by AI. So companies replace the workers, with AI.<p>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.<p>Does this sound like a pipeline yet?<p>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).<p>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.<p>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.<p>After a certain point, you can&#x27;t find talent. There&#x27;s no economic incentive because companies made it this way by collusion.<p>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&#x27;t do that though because of short-term competition.<p>When have industry business-people today turned on a dime in economically challenging situations where the money wasn&#x27;t available; ever.<p>Debt financing makes it so these people don&#x27;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.<p>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.<p>Real world consequences of such, you can look to Thomas Malthus, and Catton who revisits Malthus.<p>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.<p>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&#x2F;halt). In other words where you have two narrow boundaries outside which the systems fail.
评论 #43062993 未加载
评论 #43063219 未加载
评论 #43063057 未加载
firesteelrain3 months ago
LLMs won&#x27;t be allowed to write DAL-B, DO-178B, safety critical, or mission critical code. Those areas are safe for now.
评论 #43063188 未加载