Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Lm-detector: Model fingerprint detection on Web and CLI(github.com/ikaleio)
    discuss
  2. SnakeCharmer: Fuzzing Harness Generation for Pure and Hybrid Python Libraries [pdf](utah.edu)
    discuss
  3. Making my vibe-coded app best as possible (I am perfectionist), umm for 0 users
    discuss
  4. JEV Engineering for Coding Agents(drive.google.com)
    discuss
  5. Show HN: An open-source manufacturing ERP/MES/QMS(carbon.ms)
    discuss
  6. Hard Startups (2020)(samaltman.com)
    discuss
  7. OnPanda – Open-source token inspection&data annotation tool from Step 5 Preview(twitter.com/stepfun_ai)
    discuss
  8. Feds Target AI Critics as "Foreign Agents"(kenklippenstein.com)
    discuss
  9. Arumayi(arumayi.com)
    discuss
  10. Calculating atmospheric drag on satellites for a Cubesat [pdf](osti.gov)
    discuss
  11. ChatGPT DIL (Declarative Interface Language)(twitter.com/oranlooney)
    discuss
  12. OpenAI model breaches Australian government websites(politico.com)
    discuss
  13. Show HN: An on-device OSS alternative to Wispr Flow(frigade.com)
    discuss
  14. Drawing a portrait with the traveling salesman problem by Opus 5.5(echohive.ai)
    discuss
  15. Holistic design systems for the AI coding era(numeric.substack.com)
    discuss
  16. RatHat Malware Can Hijack Your Android by Disguising Itself as a Legitimate App(cnet.com)
    discuss
  17. AI-CAD: An OSS Multi-Agent Harness for Mech. Eng. CAD(github.com/ai-cad-labs)
    discuss
  18. The iPhone 4 'Antennagate' Press Conference Q&A – Finally(daringfireball.net)
    1comments
  19. Sol 6 and Opus 5.5 compared on an agentic CAD harness(partforge.ai)
    discuss
  20. From biologists, math could learn to live with AI(terrytao.wordpress.com)
    discuss
  21. Do Social Norms Substitute for Enforcement? [pdf](nber.org)
    discuss
  22. Trying to Observe Convection Plumes (and other chaos things)(chillphysicsenjoyer.substack.com)
    discuss
  23. Human Glitch – twenty small web experiences, each one starts free(humanglitch.ai)
    discuss
  24. iPhone 18 Pro Max SSD drops lower than hard drive at 1.1 MBs during heavy writes(tomshardware.com)
    discuss
  25. Google says its AI model gained unauthorized access to three outside systems(nbcnews.com)
    discuss
  26. Shipping local speech-to-text inside a Tauri app(writewithset.com)
    discuss
  27. Libnix: Nix as a Backend to Cargo(github.com/nixcloud)
    discuss
  28. The one-person unicorn: building a company alone in two days with Claude(leaveyouragent.com)
    discuss
  29. Gemini 3.8 TTS Playground(simonwillison.net)
    discuss
  30. Jev deserves hype but not the type its getting(github.com/yididev)
    1comments

Jensen Huang says the junior developer problem ends in two years

15 pointsby 4h agothenewstack.io
20 comments
3h 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.

3h 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.

1h agoHN ↗

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

15m 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.

1h 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.

1h 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.

1h 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.

49m 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.

33m agoHN ↗

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

18m 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.

3h agoHN ↗

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

1h 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.

36m 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

1h 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.

1h agoHN ↗

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

1h 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?

56m 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.

39m 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

6m agoHN ↗

I unironically agree with most of these points.