frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I read all the Star Wars books, and now I understand the prequels [video]

https://www.youtube.com/watch?v=26_IsLOGYX8
1•1317•2m ago•0 comments

Show HN: Competitive Language Learning (E-Sport)

https://thelingo.xyz
2•arjavmehta•4m ago•0 comments

US gov sides with OpenAI on issue of training LLMs on copyrighted material

https://techcrunch.com/2026/09/02/u-s-government-sides-with-openai-on-issue-of-training-llms-on-c...
2•joshka•5m ago•1 comments

Why Google Bid $10M for a Failed Airline's Data

https://time.com/article/2026/08/25/google-spirit-airlines-ai-data-RL/
2•alphabetatango•6m ago•1 comments

GPS Glitched Across US by as Much as 33 Feet. Scientists Have Never Seen Before

https://www.sciencealert.com/gps-glitched-across-the-us-by-as-much-as-33-feet-scientists-have-nev...
2•thread_id•10m ago•0 comments

Mr CMO

https://github.com/Mrabbi3/MR-CMO
1•rabbim750•12m ago•0 comments

Hot reload vLLM and sglang configs

https://github.com/numinous-technology/trimtab
1•joshkolo•13m ago•0 comments

FrontierHarness Eval benchmark. Pi is on the Pareto

https://runta.com/blog/introducing-frontierharness-eval/
1•redman25•14m ago•0 comments

What Happened to Borland? [video]

https://www.youtube.com/watch?v=HwkoaPl31Dw
1•mysticmode•19m ago•0 comments

The Library of Scott Alexandria

https://www.lesswrong.com/posts/vwqLfDfsHmiavFAGP/the-library-of-scott-alexandria
1•benatkin•23m ago•0 comments

Blast Radius

https://blastradius.dpdns.org/
1•codebyaditya•24m ago•0 comments

NameThatUI – What Is This UI Element Called?

https://namethatui.com
1•twalichiewicz•24m ago•0 comments

Show HN: DeltaCode – Pure AST beat Qwen's zvec-grep on our test (92% vs 48%)

https://github.com/aitrailblazer/deltacode-engine
1•thstart•26m ago•0 comments

Are Central Banks Moving Out of Dollar Assets?

https://libertystreeteconomics.newyorkfed.org/2026/09/are-central-banks-moving-out-of-dollar-assets/
1•jnord•27m ago•0 comments

AIStore at Multi-Petabyte Scale: NVMe versus HDD

https://docs.nvidia.com/aistore/blog/vs-hdds
1•marc__1•28m ago•0 comments

Finnish Sauna in Washington DC

https://www.saunajungle.com/
1•hubears•37m ago•0 comments

The Circular Debt Crisis Nobody Sees Coming [video]

https://www.youtube.com/watch?v=0ll9rEtoRrs
3•toomuchtodo•39m ago•0 comments

EclipseWise – Predictions for Solar and Lunar Eclipses

https://eclipsewise.com/eclipse.html
1•Mr_Minderbinder•42m ago•0 comments

Prioritization Is a Lie

https://jatabag.com/essays/prioritization-is-a-lie/
2•solaire_oa•46m ago•0 comments

Show HN: Redactle LLM Leaderboard

https://redactle.net/llm-leaderboard
4•pampas•47m ago•1 comments

The Marketing Buzzwords That Developers Hate

https://redis.io/blog/the-marketing-buzzwords-that-developers-hate/
1•ohjeez•48m ago•0 comments

SF dishwasher job posting offers $50 an hour

https://www.sfgate.com/food/article/pho-nguyen-dishwasher-sf-22411841.php
3•goldfishgold•49m ago•2 comments

It's a Great Time to Be Rich in New York

https://www.nytimes.com/2026/09/02/nyregion/new-york-income-inequality.html
4•cwwc•51m ago•1 comments

LogSpecter – Schema-aware secret scanner for cloud logs

https://github.com/Jeffy123-zhu/logspecter
1•jeffy0418•53m ago•0 comments

We Used to Log Off

https://www.doc.cc/articles/we-used-to-log-off
3•LouisLazaris•53m ago•0 comments

Qwen3.8-Max-0902 takes second slot on Code Arena beating Claude Opus 5 max

https://arena.ai/leaderboard/code/webdev
3•yogthos•54m ago•0 comments

The Most Important Lesson

https://hackerfactor.com/blog/index.php?/archives/1103-The-Most-Important-Lesson.html
1•1317•56m ago•0 comments

Reflections on Americans' Net Worth

https://www.betonit.ai/p/reflections-on-americans-net-worth
24•cwwc•1h ago•16 comments

Aethel-World

https://github.com/espnrari-dev/aethel-swarm
1•royriace•1h ago•0 comments

Build your own self-hosted P2P search stack

https://github.com/nikitakarpei/my-yacy-node/tree/main/doc/build-your-own-search-stack
1•nikitakarpei•1h ago•1 comments
Open in hackernews

Did Vibe Coders win? Is this our end?

1•s_u_d_o•1h ago
As much as I hate writing this, this has been bothering me for a while.

I keep seeing experienced software engineers, people who have been coding for 20 or 30 years, saying that software engineering isn’t going anywhere and that AI replacing engineers is nowhere close to reality.

I really want to believe them.

But a lot of the arguments sound familiar.

Two or three years ago, people said AI couldn’t really code. It couldn’t maintain context, understand large codebases, work sequentially, debug its own mistakes, or make changes across an entire repository.

And then coding agents happened.

They’re obviously not perfect, but in an incredibly short amount of time, many of those problems have gotten dramatically better.

So what makes the remaining problems fundamentally different?

The argument I hear now is that someone still needs to review the code, design the architecture, think about security, test everything, and supervise the agents.

But why does that “someone” necessarily have to be human?

Why couldn’t we have one agent writing code, another reviewing it, another handling architecture, another checking security, another testing, with a higher-level agent coordinating all of them?

We put enormous resources into making AI good at coding. What happens when we put the same effort into everything surrounding coding?

That’s what scares me.

I can imagine a future where you tell one agent what you want to build. It coordinates the other agents, builds the application, tests it, reviews it, checks security, and fixes problems.

Maybe you don’t even open the code anymore.

You open the application and say:

“This page is too slow.”

“This button should work differently.”

“Add this feature.”

And the system handles everything underneath.

At that point, what stops someone with zero traditional coding knowledge from building serious software?

We make fun of “vibe coders” today because eventually they hit a wall. They run into security issues, bad architecture, bugs, scaling problems, deployment problems, and all the other things that require actual engineering knowledge.

But how long does that wall stay there?

How long until another agent catches those problems?

Maybe there’s some fundamental limitation I’m missing. I genuinely hope there is.

Because I love coding.

I didn’t learn programming just because it was a good career. I genuinely love working through huge codebases, finding difficult bugs, understanding complicated systems, and building things piece by piece.

I love the craft itself.

And now I’m wondering whether coding eventually becomes something like mathematics: still incredibly valuable to understand, still practiced deeply by specialists and people who love it, but no longer something most people need to manually do to accomplish their goals.

Maybe even great engineers eventually spend most of their time talking to agents rather than writing code.

People say we’re living through one of the most exciting periods in technology, and I understand why.

But I’m having a hard time experiencing it that way.

I’m attached to this craft and to the skill I spent years developing. And I’m watching machines become better at it much faster than I expected.

Maybe I’m extrapolating too much. Maybe we’re about to hit a massive wall.

I genuinely don’t know.

But every time someone says, “AI can code, but it can’t do X,” I think about all the things people confidently said AI couldn’t do just two years ago.

That’s the part that scares me.

Comments

hiccuphippo•47m ago
You can still code, no one takes that away from you. I still keep personal projects I code by hand.

Just because we have photographs doesn't mean artists stopped painting.

colesantiago•38m ago
Yes they won.

Think about it like this, every problem of "AI can do X, but it can’t do X" is another great enticing challenge for the model creators and the AI Labs to solve in order to democratise coding and other fields.

I think this is a good thing as it removes the barriers to entry, but it also means you should adapt.

This isn't the end and there will always be new jobs.

mikeaskew4•36m ago
The battle but not the war?