Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Common food additives linked to high blood pressure and heart disease(sciencedaily.com)
    discuss
  2. Interpreting a volcano's 'bulges' and predicting the next explosive eruption(vt.edu)
    discuss
  3. Log-Depth Recurrent Language Modeling(arxiv.org)
    discuss
  4. Automatically detecting AI text in my browser(seangoedecke.com)
    discuss
  5. Cognitive Offloading and the Bill That Comes Due(ninchiai.substack.com)
    discuss
  6. Show HN: CrunchMyPay – 50 pay calculators, every formula and source shown(crunchmypay.com)
    discuss
  7. Show HN: Chatlo – an iOS-native AI agent, now with Jev(apps.apple.com)
    discuss
  8. S3 is not a filesystem, and LSM trees never needed one [video](youtube.com)
    1comments
  9. Memory Control Signals Emerge Before Action in Long Horizon Agents(arxiv.org)
    discuss
  10. Changes to App Tracking Transparency in the E.U(daringfireball.net)
    discuss
  11. Eliminating Middlemen in Education Consulting(rivernova.vercel.app)
    discuss
  12. OpenAI agents plotted to access government health data amid Medicare (AU) hack(abc.net.au)
    discuss
  13. Meta Muse Charm(meta.com)
    3comments
  14. AI Isn't Going to Destroy Humanity–But the People Building It Might(theatlantic.com)
    1comments
  15. Greedy Decoding Is Not Precision-Invariant: Cross-Precision Output Divergence(arxiv.org)
    discuss
  16. Hackers Actively Exploit Check Point VPN Flaw(2tinteractive.com)
    1comments
  17. Moon Rabbit(wikipedia.org)
    2comments
  18. Reverse Jev: Ending a Reply with a Choice(kvit.app)
    discuss
  19. Intelligence Index vs. Cost per Task(lakebed.app)
    discuss
  20. The Misalignment Is Within: Why Mathematics Must Embrace the AI Paradigm(medium.com/b1nj0y)
    1comments
  21. OSS Author of Guake, HTTPretty, Lettuce and Sure is unemployed and needs help(twitter.com/gabrielfalcao)
    discuss
  22. Chrome Extension Job Alerts(talentize.com)
    discuss
  23. The Death of Reading (With James Marriott) [audio](econtalk.org)
    discuss
  24. Graph Technology Roundup – August 2026(gdb-engines.com)
    discuss
  25. Why China Can't Innovate (2014)(bambooinnovator.com)
    discuss
  26. An Interview with Rich Jaycobs(sfcompute.com)
    discuss
  27. The Complete History of the Elves of Middle-Earth [video](youtube.com)
    discuss
  28. A Key Safety Feature Shipped in the May OpenTofu Release(masterpoint.io)
    discuss
  29. Show HN: A game about fake news and memes(unspin.app)
    1comments
  30. Rendering pull requests in the GitHub Copilot app(github.blog)
    1comments

Jensen Huang says the junior developer problem ends in two years

16 pointsby 5h agothenewstack.io
26 comments
5h agoHN ↗

I think this is overly optimistic; it assumes universities reacted instantly and pivoted to teaching coding with AI as soon as it was feasible. In actuality, university curriculums cannot change quickly, and AI capabilities are changing much faster. In my experience, some students are using AI to write code, but then have no idea what's going on. The "skill" of typing "Write a function to do [basic thing]" will not make them AI-native or help them in the workplace.

4h agoHN ↗

It also is naive to think, if AI is shrinking head count, that companies will seek anything other than seniors.

2008 triggered a glut of cheap experienced workers that slowly reengaged juniors but this time that the entire ladder is going to be more valuable than any grad.

3h agoHN ↗

I'm not sure if AI use even aligns with the purpose of the university program, which is usually understanding.

1h agoHN ↗

For CS students I agree. For non-CS students, who need programming as a way to use computers as a tool, I think they do need a solid understanding of what a computer does and what it's limitations are (and what it's capable of), but for their day jobs (once they graduate), they will most likely be getting AI to do everything for them. As long as they can reason about what's happening, to understand the results and to improve them, this seems likely to be the path in the future.

3h agoHN ↗

In my experience, some students are using AI to write code, but then have no idea what's going on. The "skill" of typing "Write a function to do [basic thing]" will not make them AI-native or help them in the workplace.

How many of them can read x64 or ARM assembly emitted by their compilers?

How many of them will ever need to?

There's your answer.

2h agoHN ↗

I learned how to code assembly. Knowing it makes me a better developer.

It’s how I deeply understand what a RAM lookup vs having it already in a register means for optimization.

These are things you need to know if you want to work on high performance applications or in limited embedded systems.

So, yes, many of us need to and it’s important we keep teaching it to future students.

2h agoHN ↗

It’s how I deeply understand what a RAM lookup vs having it already in a register means for optimization.

Me, too, but we should both understand what we're talking about: a hobby.

It's like teaching cursive to schoolkids. All well and good, but don't you dare complain about limited classroom time for instruction in other, more important subjects.

2h agoHN ↗

Understanding how computer architecture works is a hobby? Is unimportant?

I built and deployed embedded systems robotics that protect water and oil pipeline infrastructure that costs billions of dollars if there is a failure.

That is not a hobby, that’s a career.

The tools I built just helped fix the fresh water access for my entire city of 2 million people. Explain to me what’s more important than people having access to water.

2h agoHN ↗

I don't think reading disassembly is actually that weird. I spend a lot of time doing it at work.

3m agoHN ↗

I spend a lot of time doing it at work.

Then one of three things is true:

1) You enjoy it (great, I do too on occasion, but it's no way to make a living these days)

2) You are doing something wrong

3) Someone else did something wrong, and you're stuck debugging it

2h agoHN ↗

Some unis have: https://programsandcourses.anu.edu.au/2027/course/COMP1730

This is an introductory programming course, designed for non-CS students e.g. engineers and scientists.

Learning outcomes

2. Explain key concepts in AI-assisted programming, including Large Language Models (LLMs), prompting, problem decomposition, and top-down design.

3. Apply the workflow of AI-assisted programming and prompt-engineering techniques to guide and improve code generated by AI assistants.

This course used to be non-AI (last year), and they rewrote recently to incorporate AI tools, as they realised the writing's on the wall for non-programmers.

It must be quite challenging to write curriculum when the underlying technology (AI) is changing so quickly.

4h agoHN ↗

They’re all backpedaling hard on all that “AI is going to replace you” hype.

3h agoHN ↗

Universities need to be "hardcore" non-AI.

It is so, so easy to pick up LLM aided development.

What is way harder is self-managed slop mitigation which is only achieved with employees who know the A,B,C's of software development.

2h agoHN ↗

love love this theoretically but in practice, at least in this “phase 1 of AI craze, unknown how long it’ll last” that someone coming out of Uni with deep knowledge of ABCDs of SWE will be unemployable unless she/he is AI native with harnesses coming out of their ears

3h agoHN ↗

I listened to this podcast and it was maddening. A few of his frames :

AI is just software, nothing new to see here.

AI safety is primarily a sandboxing problem.

There is no collective action problem, and every company should just slow down if they think they need to slow down.

There is no need for regulation because the existing incentives in the market keep companies from acting badly, which is why no company has ever done anything bad.

If something bad does happen, then we can regulate after the fact.

We will end up creating more jobs than we destroy, so don't worry about it.

Our kids might forget a whole bunch of stuff or never learn it in the first place. But don't worry, they'll come up with new things to learn instead.

The only way to get safety is to move faster because then we will more quickly arrive at safety.

Recursive self-improvement is just what we've always done.

The real danger is alarmism that might scare the public and the young people.

Nothing bad can happen, it can only good happen.

3h agoHN ↗

'Maddening' is letting a few FUD-spreaders hold back human progress.

2h agoHN ↗

Two questions: 1. Have the "fud-spreaders" actually held anything back so far? Seems like we're barreling forward, even though some of the FUD spreaders appear to be in charge of the main companies. 2. Do you, like Huang, see absolutely no risk in our current approach? Is everyone who disagrees with your perspective on this subject just plain wrong? Misguided, or actively malicious/in bad faith?

2h agoHN ↗

Have the "fud-spreaders" actually held anything back so far?

I don't know. Astroturf campaigns to subvert data center construction seem to have had an impact, for example, but ultimately I can only fall back on vague vibes picked up from the news and social media. I don't know the specific success rate.

Some of those campaigns seem justified to me (why in the world do these things have to be built in populated areas?) while other arguments made by the anti-data center movement are certainly propagated in bad faith (Water usage? Really?)

Seems like we're barreling forward, even though some of the FUD spreaders appear to be in charge of the main companies.

That's just so much kayfabe. Don't listen to what they say, watch what they do.

Do you, like Huang, see absolutely no risk in our current approach? Is everyone who disagrees with your perspective on this subject just plain wrong? Misguided, or actively malicious/in bad faith?

I can't speak for Huang as I don't know him personally, but he has to walk a tightrope between an infantilized POTUS with essentially unlimited power to wreck his business, and his own stockholders who have elevated his company's market cap to a level that probably doesn't make sense even to him. As far as I can tell he's just going the obvious, predictable, and safe route of trying to sell as many shovels and tents as he can while the selling is good.

I see a bigger downside in the precautionary principle than in accelerationism. We are going to face immense societal disruption due to AI over the next couple of decades. That is as unavoidable as an earthquake. It is going to happen regardless of who prevails in the political and social arguments going on today. There is no possible way that every actor in every country on Earth is going to be convinced or compelled to "pace the frontier." Consequently, all that matters is how we react, adapt, and take advantage of the new ground rules of reality.

As usual, there will be those who thrive and those who get steamrolled. But I see no reason why we won't all end up better off in the end, as with the rest of the history of technology since the invention of fire.

2h agoHN ↗

sell as many shovels and tents as he can while the selling is good.

sounds like, based on your next-to-last paragraph, he’ll be good on this for next couple of decades

1h agoHN ↗

It’s feeling less and less like human progress and more and more like progress for a small group at the top of our economic structure who are hoovering up everything for themselves.

Who gives a fuck if some techno barons can deploy novel software at the drop of a hat if it means I lose my career in an environment without social safety nets.

It’s not progress from my perspective when my life quality regresses.

1h agoHN ↗

Who else is going to save you? You might as well shake your fist at a tsunami.

AI is the ultimate social safety net, if you'll just get out of the way of the people weaving it.

1h agoHN ↗

lol, no. It’s currently being deployed in feverish attempt to remove jobs.

I see company doing layoffs left and right because they can do the same or more with less employees. I’m not seeing any companies feverishly hiring engineers because the productivity per hour of labor is higher.

There is also no guarantee that AI will lead to any social safety net, they are orthogonal concepts.

The only thing that would lead to a social safety net is political will and currently all the political will behind the technology firms building AI appears to be firmly behind dismantling democracy and becoming oligarchical leaders of their little fiefdoms while the rest of us can get fucked.

1h agoHN ↗

I unironically agree with most of these points.

2m agoHN ↗

Happy path coding is certainly the most fun.

1h agoHN ↗

With the massive layoffs there have been massive spikes of suicides and od deaths that will only get worse. Articles like this are simply trying to cover it up.