frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Don't You Mean Extinct?

https://fabiensanglard.net/extinct/index.html
57•zdw•2h ago

Comments

singpolyma3•1h ago
I mostly like this article but

> Those who refuse to use an LLM will fall behind because they won't be able to produce as much

Seems like a silly and needlessly aggressive take.

Fall behind what? Able to produce "as much" what? I've never been evaluated on volume in my life. Nor have co workers who were severely "behind" ever feared for their jobs.

Krssst•1h ago
Yes, I dislike this kind of take so much. It keeps being repeated as a truthism and a way of putting down people that don't do what the speaker wants. It's fine to disagree, but there's no need to get such a threatening tone.

A lot of tech jobs seem to be only about sheer output volume, with quality (maintenability, availability, security, generally understanding what the thing is doing) not mattering much. In that case sure, LLM all the way and whatever happens happens. But not all jobs are like that.

inglor_cz•44m ago
My experience with regard to quality is quite the opposite.

With LLM at my disposal, I had the time- and effort-budget to expand test suites considerably, I was even able to attack a somewhat thorny question of reproducible builds on MSVC, which is not exactly friendly towards determinism.

These tasks would take me personally so much time that I would have to set them aside, at the cost of output quality.

zdragnar•45m ago
This is very much an N=1 anecdote from a friend, but his manager has basically doubled velocity expectations for the team at his company over the last year. Everyone has to use Claude code because that's the only model they're allowed to use, and not using it means not hitting the arbitrary expectations.

Conversely, the company I am at has no such expectations, and we've got a legacy code base that LLMs aren't very handy in anyway.

CamperBob2•42m ago
we've got a legacy code base that LLMs aren't very handy in anyway

So do I. What I'm finding is that they are now.

I've spent the last week tracking down bugs using Fable that have gone undiagnosed for several years. And this is a damned obscure legacy code base that runs on a proprietary 8051 variant. Guaranteed to be nothing like it in-distribution.

marginalia_nu•32m ago
Just about every professional coding job I've ever had has had programmers eager to code more, complaining about how much rigmarole there is around making changes, complaining about constant meetings and endless bureaucracy around change management and requirements. Meanwhile business mostly saw programmer velocity and output as a problem and a business risk, as they struggled to keep up with the rate of change and kept stepping on the brakes.

Like realistically even without LLMs I output probably around 10x as much code working alone, self-employed with zero meetings or bureaucracy, than I've ever done as a professional programmer. My output sometimes rivals that of entire teams' I've been part of, mostly because I get to just code to my heart's content.

greenavocado•6m ago

  127. A technological advance that appears not to threaten freedom often turns out to threaten it very seriously later on. For example, consider motorized transport. A walking man formerly could go where he pleased, go at his own pace without observing any traffic regulations, and was independent of technological support-systems. When motor vehicles were introduced they appeared to increase man’s freedom. They took no freedom away from the walking man, no one had to have an automobile if he didn’t want one, and anyone who did choose to buy an automobile could travel much faster and farther than a walking man. But the introduction of motorized transport soon changed society in such a way as to restrict greatly man’s freedom of locomotion. When automobiles became numerous, it became necessary to regulate their use extensively. In a car, especially in densely populated areas, one cannot just go where one likes at one’s own pace one’s movement is governed by the flow of traffic and by various traffic laws. One is tied down by various obligations: license requirements, driver test, renewing registration, insurance, maintenance required for safety, monthly payments on purchase price. Moreover, the use of motorized transport is no longer optional. Since the introduction of motorized transport the arrangement of our cities has changed in such a way that the majority of people no longer live within walking distance of their place of employment, shopping areas and recreational opportunities, so that they HAVE TO depend on the automobile for transportation. Or else they must use public transportation, in which case they have even less control over their own movement than when driving a car. Even the walker’s freedom is now greatly restricted. In the city he continually has to stop to wait for traffic lights that are designed mainly to serve auto traffic. In the country, motor traffic makes it dangerous and unpleasant to walk along the highway. (Note this important point that we have just illustrated with the case of motorized transport: When a new item of technology is introduced as an option that an individual can accept or not as he chooses, it does not necessarily REMAIN optional. In many cases the new technology changes society in such a way that people eventually find themselves FORCED to use it.)
Ted explained this clearly https://www.washingtonpost.com/wp-srv/national/longterm/unab...
pocksuppet•1h ago
It's probably best to learn about LLMs, and then don't use them most of the time. It's much harder to justify not even knowing how the new thing works, than to justify not using it because the old thing is better.
01284a7e•1h ago
"Ride the wave."

Or don't.

Most LLMs people are using to code are paywalled, and controlled by private, for-profit entities.

This is fundamentally different than the past, and diametrically opposed to the hacker.

If you're a hacker, which most of you are not (things have changed here over time), you will reject this.

CamperBob2•37m ago
If you're a hacker, which most of you are not (things have changed here over time), you will reject this.

You'll also recognize that the problem is not AI in general or LLMs in particular, but the proprietary entities that control the best models.

That's the part HN'ers seem to have the most trouble with. They protest AI qua AI, as if that's somehow going to help, when they should be fighting for independent development and universal access.

01284a7e•29m ago
"they should be fighting for independent development and universal access". Well stated.
metalrain•24m ago
Even with locally runnable small "open" models you are relying on scraps of others. They are much worse at the LLM game and you don't know when they stop releasing the weights.

How can you go the opposite direction? Instead of using LLMs to produce more code, can you produce less, maybe higher abstraction code?

bryanlarsen•1h ago
> I asked an LLM to write a Levenshtein distance function instead of adding a dependency to my project.

Which you likely failed to review thoroughly, so may be subtly wrong.

AlienRobot•31m ago
On the negative side, the code may not work.

But on the positive side, no dependencies.

lnrd•51m ago
> Writing every line by hand is no longer the norm. Those who refuse to use an LLM will fall behind because they won't be able to produce as much

> It remains important to be able to read the code and understand the architecture. As a result, I reduce my velocity by iterating over my PR until it reaches the same level of quality I would have produced "by hand"

I do that too and when I do it I'm not sure anymore if I'm "producing as much more" than if I was doing it by hand. I need to spend time to read the code, break down the flow so that it clicks in my head and so that I'm 100% sure that I understand what is going on and what every line does. And then I still test it (executing it), because that's where you notice the edge cases anyways. Once I understand it and test it, the part where I iterate or fix small quirks and hallucinations is the smallest part of the job and is irrelevant if i do it by myself or ask the LLM to make the change.

I'm still not convinced that I'm faster with an LLM at all, since I add this new bottleneck (the time spent understanding every line). If I do it by hand it already clicks in my head, so it's faster for me to test it, find unaddressed edge cases and then confidently ship it. Maybe the LLMs gains are not in this at all and writing every line by hand will still be the norm for a long time.

Still, LLMs make me insanely faster in: finding something in the codebase, recostructing a flow and understanding the architecture, triaging a bug (sometimes it just solves it with a prompt), writing and updating tests, reviewing changes for potential issues. These days I have almost always 2/3 agents running doing something of the above. That saves me hours and you can pry an LLM from my dead hands, but I'm still not sold that it makes me faster at producing production grade code that I fully understand and follows my company architecture and standards.

Then sure, if I need to make a prototype or a small tool for myself or some novelty thing, an LLM can do it without me ever touching or reading the code. But I think that's not what the majority of software engineers are employed to do.

overgard•30m ago
I think this is a flawed analogy. In the past when we had a new way of doing something that obsoleted the old way, it replaced it because it was an obvious improvement. I mean, stop motion is cool, but obviously there are limitations.

The deal GenAI offers is: the result will be mediocre at best, on average it will be slop, but it will do it much faster. Ok, that's a fair value proposition in certain contexts. We've always had a need to prototype things fast, and the tradeoff with a prototype is always quality.

However, we're living in an age where we have WAY TOO MUCH in the way of information byproducts, even before AI. How many people do you meet that are like "God, I just wish I had more software in my life!" Most people don't want more software, they want less software that works better. They want more quality and less quantity. It's like this in almost everything digital now. I sign onto Netflix and I can't find anything to watch, even though there's more to watch than I could consume in a lifetime. I live in abundance but I don't want any of it.

GenAI offers us an abundance of stuff we don't want or need (lots of bad code, lots of bad writing, lots of bad illustrations, lots of bad videos) at a cost of stuff we do not have in abundance (energy, attention, natural resources, jobs). It strikes me as a bad trade: lets transform the stuff we need into stuff nobody wants, while decimating our culture in the process.

Anyway, FWIW I do agree with his point that the job has always been problem solving. I use LLMs to solve problems, I'm not extinct. But I'm not going to pretend that I think this is a net win.

tambourine_man•20m ago
Did Tippett enjoy working on the Dinosaur Input Device as much as he did with his go-motion technique?

I see employability being discussed far more often than joy.

If your motivation was selling as many clothes as possible, then the industrial textile revolution was miraculous.

If you enjoyed knitting threads together, it was the crushing victory of mediocrity.

Old and new apps, via modern coding agents by Terry Tao

https://terrytao.wordpress.com/2026/07/11/old-and-new-apps-via-modern-coding-agents/
298•subset•6h ago•77 comments

Don't You Mean Extinct?

https://fabiensanglard.net/extinct/index.html
58•zdw•2h ago•17 comments

How to Read More Books

https://scotto.me/blog/2026-07-12-how-to-read-more-books/
99•silcoon•1h ago•41 comments

Automation Without Understanding

https://arxiv.org/abs/2607.06377
10•root-parent•45m ago•1 comments

Show HN: Shirei, cross-platform GUI framework in native Go

https://github.com/hasenj/go-shirei/
14•hsn915•44m ago•7 comments

Understanding the Odin Programming Language

https://odinbook.com/
103•AlexeyBrin•5h ago•42 comments

Why study Diophantine equations?

https://hidden-phenomena.com/articles/modular
24•mb1699•1h ago•4 comments

The power of collaboration: How we can reduce traffic congestion

https://research.google/blog/the-power-of-collaboration-how-we-can-reduce-traffic-congestion/
17•raahelb•2h ago•9 comments

AI Boosts Research Careers but Flattens Scientific Discovery

https://spectrum.ieee.org/ai-science-research-flattens-discovery
91•zaikunzhang•4h ago•75 comments

Ghostel.el: Terminal emulator powered by libghostty

https://dakra.github.io/ghostel/
166•signa11•8h ago•29 comments

Vint Cerf, a “father of the Internet”, is retiring

https://techcrunch.com/2026/06/30/the-father-of-the-internet-is-finally-retiring/
236•compiler-guy•2d ago•131 comments

Theo de Raadt: "You've been smoking something mind altering" (2007)

https://marc.info/?l=openbsd-misc&m=119318909016582
15•turrini•1h ago•3 comments

Unauthenticated RCE in Motorola's MR2600 Router

https://mrbruh.com/motorola/
57•MrBruh•5h ago•19 comments

Autoresearch, Claude and Constrained Optimization

https://www.elliotcsmith.com/autoresearch-claude-and-constrained-optimization/
12•gmays•3h ago•4 comments

A no-brainer for protecting your brain

https://www.economist.com/leaders/2026/07/09/a-no-brainer-for-protecting-your-brain
60•saikatsg•2h ago•42 comments

Morphometrics: Introduction to the Analysis of Shape

https://www.geol.umd.edu/~tholtz/G331/lectures/331biomech.html
10•num42•1w ago•0 comments

Satteri: A Markdown pipeline forged in Rust for the JavaScript world

https://satteri.bruits.org/
32•nateb2022•4d ago•5 comments

Mesh LLM: distributed AI computing on iroh

https://www.iroh.computer/blog/mesh-llm
317•tionis•19h ago•72 comments

Lessons from the Vasa Shipwreck

https://www.ft.com/content/200a6c44-9b66-4af3-82eb-98acb53898e4
19•bookofjoe•3d ago•23 comments

Ditching Zotero for a Text File

https://atthis.link/blog/2026/57207.html
44•speckx•5d ago•29 comments

Show HN: Mindwalk – Replay coding-agent sessions on a 3D map of your codebase

https://github.com/cosmtrek/mindwalk
133•cosmtrek•11h ago•55 comments

Protobuf-py: Protobuf for Python, without compromises

https://buf.build/blog/protobuf-py
116•ming13•4d ago•29 comments

Website is served from a 200KB binary

https://200kb.freelang.dev/
18•keepamovin•40m ago•0 comments

Gina Gallery of International Naive Art

https://www.ginagallery.com/
25•o4c•4h ago•11 comments

TK, or the secret to effortless writing (2024)

https://atthis.link/blog/2024/49629.html
23•Tomte•1h ago•11 comments

Nvidia, CoreWeave, and Nebius: Inside the Circular Financing of the GPU Boom

https://io-fund.com/ai-stocks/nvidia-coreweave-nebius-circular-financing-gpu-boom
346•adletbalzhanov•1d ago•152 comments

Show HN: Kurvengefahr – browser CAD/CAM for pen plotters

https://kurvengefahr.org/
6•tibordp•3h ago•1 comments

Show HN: Skillscript – A declarative, sandboxed language for tool orchestration

https://github.com/sshwarts/skillscript
10•sshwarts•4h ago•9 comments

An agent in 100 lines of Lisp

https://thebeach.dev/posts/lisp-agent/
214•jamiebeach•4d ago•66 comments

Xbox 'OG' Adventures

https://mamoniem.com/xbox-og-adventures/
36•davikr•5d ago•7 comments