frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

AI assistance is only making coders dumb, lazy and prone to replacement

21•pyeri•4h ago
LLMs like ChatGPT and copilot are like those super saturated junk food like a pizza or burger which feels good in that moment (ready code snippets or answers) but over a period only accumulates weight gain, sugar and diseases (technical debt, brain drain).

We have stopped reading or even looking up official documentation, that has become an extinct skill today. And why would we if an LLM does it for us and tells us only what we need to be told to create that release or fulfill that urgent deadline.

What happened with AWS outage recently is only a brief foreshadow of what might eventually come to pass if this trend continues. Imagine a world where most programmers are primarily LLM prompters with a very shallow understanding of core programming skills or even operational skills pertaining to an app, framework or library. What will we do if a major outage or technical issue occurs then and no person around knows what’s really going on?

And that’s not even mentioning the replacement of human workers problem which is the most discussed topic these days. Eventually, the senior/mid management will think why do we even need these “prompt engineers”, let an agent do that work. After that, senior management will think why do we need these “prompt managers”, let another agentic AI that controls other agents do it! Eventually, the company will be run entirely by robots and shareholders will enjoy their wealth in peace!

As dystopian as the above scenario sounds, that’s the world we are eventually heading towards with all the progress in AI and the commerce oriented environment it’s evolving in. But it’ll still take decades at least considering the state of prevailing systems in public and private sectors. But until that happens, let us programmers equip ourselves with real old school skills which have stood the test of time - like scavenging documentation, referring to stack overflow and wikipedia for knowledge, etc. and coding with humility and passion, not this LLM crap.

Comments

o0ower0o•4h ago
> We have stopped reading or even looking up official documentation

I mean... I still do it, but it's not like before LLMs I used those as the primary source. I just googled issues and checked stackoverflow first, then moved to the documentation (which is often a mess in smaller libraries).

> What happened with AWS outage recently is only a brief foreshadow of what might eventually come to pass if this trend continues

Is there a source that the issue was caused by AI tools? I've found out it was a DNS issue but there's no mention of the root cause, at least that I've found, nor AI or LLM mentions. And it's not like we didn't have outages before chatgpt

hu3•3h ago
LLMs are like vehicles.

They allow us to travel further and faster (my experience, but many disagree).

At the cost of walking/exercising less.

And just like cars, it's up to us to keep a healthy dose of thinkering about code to keep our neurons well connected.

So just don't blindly vibe code and you'll do fine. For now.

rkuodys•3h ago
I think it highly depends on your perception on what is your job.

If programmer is only the code-writer - then it is reasonable to agree with the post.

If on the other hand the developer is problem solver - well it just changes what problems you're solving. Somehow I don't see the future where CEO of any respectable company would sit with AI and ask Agent to develop features. You hire people who solves problems for you.

amunozo•3h ago
Industrial machinery is only making workers weak, lazy and prone to replacement.

Jokes aside, as any tool, it depends on how you use it. I think the problem is not AI assistance but the ever existing urgency and lack of patience of nowadays, which leads to everything to be done as fast as possible with no toleration to any waiting time. This plus language models is a really band combination that would lead to a disaster way before AGI or anything like that is remotely close.

codyswann•3h ago
Agreed. If your identity is your ability to bang away on a keyboard writing instructions to a computer in Python (or any other "language"), you're in for a bad time.

If your identity is solving difficult, domain-specific software-based problems, efficiently and securely, it doesn't matter if your instructions are written in English, French or... Python.

noufalibrahim•1h ago
One point where, I think, the analogy fails is context.

If one wants to modify a code base, it's necessary to be able to, sort of, load the program into ones head and then work off a mental model. The "slowness" of traditional development and the tooling around it gave people enough time to do this and over time, get really good at a navigating and changing a code base.

With LLMs being able to generate huge amounts of code in a short time, this is missing. The LLM doesn't fully know what it generated and the nuances. The developer doesn't have the time to absorb all that so at the end of the day, you have something running which nobody (including the original AI author) really understands. That's risky.

Of course, there are ways to mitigate and handle this I don't know if the original analogy is missing this.

sonicvroooom•3h ago
Just another step in cultural and cognitive speciation.

Brains & bodies, the minds that run on them, as well as the levels of consciousnesses with their context-switched/hopping awareness are not build the same, neither passively, nor actively.

If you propose to make the bulk of the people smarter and more competent vs just more productive you end up with smarter voters and more competent participants on the markets and in civil society.

Nothing big would change but smarter voters and news audiences have been a no-go, despite being a no-brainer, forever.

People are supposed to reason themselves into whatever enlightenment shines brightest during the time they grow up.

None of that is your problem. "It" is not everywhere. You can always build your own or join some net that doesn't even bother laughing about this shit. There's too much more.

viraptor•3h ago
This is just a rehash of lots of articles we've seen lately, but with no supporting data and wild speculation (how is AWS outage related at all?). This seems like just trolling. There's no real content here.
Nextgrid•3h ago
> What happened with AWS outage recently

I'm not hearing about any large lawsuits or customers migrating off the apps affected by the AWS outage... hell I'm not even hearing about migrations from AWS itself... meaning every party in the chain seems to be satisfied with what they're getting from each other despite the outage.

> What will we do if a major outage or technical issue occurs then and no person around knows what’s really going on?

If the outage is major enough we'll suddenly magically find enough money to actually pay an expert to figure it out. But turns out the world doesn't end when some bullshit apps go down and prevent people from working their bullshit jobs for a day.

EZ-E•3h ago
> Imagine a world where most programmers are primarily LLM prompters with a very shallow understanding of core programming skills or even operational skills pertaining to an app, framework or library. What will we do if a major outage or technical issue occurs then and no person around knows what’s really going on?

You could make the same claim to make a case for the usage of any technology that simplifies the coding work, ie: using Java instead of assembly, usage of AWS instead of implementing your own infra, etc. With higher level languages, by freeing up developers from having to worry about specifics of memory management or syscalls, they could become more productive and focus more on the actual problems to solve. Some still understand the underlying because they work on that low level layer, but this is not needed anymore for most.

I think LLMs are another step in that direction, although with caveats.

jeisc•3h ago
Any kind of powerful tool carries a load of risk with it. For example in woodworking one would never give a belt sander to a novice to smooth a surface.
wickedsight•3h ago
Isn't this true for literally everything else too?

Recruiters seem to be automating everything and it doesn't seem to make their work any more useful. Marketing people seem to generate a ton of slop. Even executives are starting to use AI assistance for writing memos and taking business decisions.

At some point, will nobody do anything anymore, like in Dall-E? Will we just lay down while we get AI slop force fed into our eyes?

I doubt it, but sometimes it does seem that way.

alganet•3h ago
It reads as poorly drawn caricature made by someone who secretly loves LLMs aimed at what he perceives an LLM skeptic to be.
bestouff•2h ago
Syntax highlighting and autocomplete have made me (even more) lazy, that's for sure. But I don't think they made me dumber.

PyTorch Monarch

https://pytorch.org/blog/introducing-pytorch-monarch/
72•jarbus•2h ago•8 comments

VST3 audio plugin format is now MIT

https://forums.steinberg.net/t/vst-3-8-0-sdk-released/1011988
368•rock_artist•6h ago•81 comments

The Game Theory of How Algorithms Can Drive Up Prices

https://www.quantamagazine.org/the-game-theory-of-how-algorithms-can-drive-up-prices-20251022/
24•isaacfrond•1h ago•3 comments

Google flags Immich sites as dangerous

https://immich.app/blog/google-flags-immich-as-dangerous
1030•janpio•15h ago•394 comments

C64 Blood Money

https://lemmings.info/c64-blood-money/
62•mariuz•4h ago•14 comments

Programming with Less Than Nothing

https://joshmoody.org/blog/programming-with-less-than-nothing/
182•signa11•6h ago•57 comments

Nango (YC W23) is hiring Staff Back end Engs (remote)

https://www.nango.dev/careers
1•bastienbeurier•42m ago

Ask HN: Does anyone have scans of these missing PC Plus issues (1991–1993)?

16•billpg•1w ago•5 comments

SpaceX disables 2,500 Starlink terminals allegedly used by Asian scam centers

https://arstechnica.com/tech-policy/2025/10/starlink-blocks-2500-dishes-allegedly-used-by-myanmar...
55•jnord•1h ago•28 comments

Radios, how do they work? (2024)

https://lcamtuf.substack.com/p/radios-how-do-they-work
109•aqrashik•6h ago•15 comments

Scripts I wrote that I use all the time

https://evanhahn.com/scripts-i-wrote-that-i-use-all-the-time/
958•speckx•21h ago•282 comments

Run interactive commands in Gemini CLI

https://developers.googleblog.com/en/say-hello-to-a-new-level-of-interactivity-in-gemini-cli/
156•ridruejo•6d ago•51 comments

Willow quantum chip demonstrates verifiable quantum advantage on hardware

https://blog.google/technology/research/quantum-echoes-willow-verifiable-quantum-advantage/
446•AbhishekParmar•21h ago•226 comments

Accessing Max Verstappen's passport and PII through FIA bugs

https://ian.sh/fia
488•galnagli•18h ago•103 comments

Power-over-Skin: Full-Body Wearables Powered by Intra-Body RF Energy (2024)

https://dl.acm.org/doi/10.1145/3654777.3676394
20•zdw•3d ago•2 comments

Karpathy on DeepSeek-OCR paper: Are pixels better inputs to LLMs than text?

https://twitter.com/karpathy/status/1980397031542989305
305•JnBrymn•1d ago•105 comments

JMAP for Calendars, Contacts and Files Now in Stalwart

https://stalw.art/blog/jmap-collaboration/
348•StalwartLabs•19h ago•158 comments

Ovi: Twin backbone cross-modal fusion for audio-video generation

https://github.com/character-ai/Ovi
294•montyanderson•16h ago•105 comments

Show HN: Silly Morse code chat app using WebSockets

https://noamtamir.github.io/morwse/
42•noamikotamir•4d ago•21 comments

When You Get to Be Smart Writing a Macro

https://tonsky.me/blog/hashp/
45•borjs•1w ago•6 comments

Why SSA Compilers?

https://mcyoung.xyz/2025/10/21/ssa-1/
183•transpute•16h ago•66 comments

Element: setHTML() method

https://developer.mozilla.org/en-US/docs/Web/API/Element/setHTML
209•todsacerdoti•1d ago•109 comments

Play abstract strategy board games online with friends or against bots

https://abstractboardgames.com/
128•abstractbg•6d ago•56 comments

The first interstellar software update: The hack that saved Voyager 1 [video]

https://www.youtube.com/watch?v=p0K7u3B_8rY
76•daemonologist•1w ago•15 comments

A Distributed Emulation Environment for In-Memory Computing Systems

https://www.arxiv.org/pdf/2510.08257
10•oldfuture•1w ago•0 comments

Egg prices vs. Consumer Price Index since 1980

https://fred.stlouisfed.org/graph/?g=1Nm5b
43•em500•1h ago•41 comments

Rivian's TM-B electric bike

https://www.theverge.com/news/804157/rivian-tm-b-electric-bike-price-specs-helmet-quad
215•hasheddan•18h ago•361 comments

Derek Sivers's database and web apps

https://github.com/sivers/sivers
106•surprisetalk•6d ago•31 comments

Glasses-free 3D using webcam head tracking

https://assetstore.unity.com/packages/tools/camera/vr-without-glasses-for-webgl-332314
49•il_nets•5d ago•39 comments

Common yeast can survive Martian conditions

https://phys.org/news/2025-10-common-yeast-survive-martian-conditions.html
90•geox•1w ago•62 comments