Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Fertility dropped over 50% within 10 years in Argentina(twitter.com/jesusferna7026)
    discuss
  2. I Love Webrings(zwhuang.dev)
    discuss
  3. Trump TV: The Essentials Station(whitehouse.gov)
    discuss
  4. The Download: India's smart glasses menace and AI's trillion-dollar gamble(technologyreview.com)
    discuss
  5. Show HN: Psychosis Guard – Safety for long LLM conversations(github.com/nwjang)
    discuss
  6. Administrative friction: moving within the EU(michaelhillaert1.substack.com)
    discuss
  7. Tests of the New AI Siri(pogueman.substack.com)
    discuss
  8. Show HN: Powerful Org-Mode at Home on iOS(apps.apple.com)
    discuss
  9. Show HN: Sanemark – Markdown LSP for notes readable in plain text(github.com/nkitsaini)
    discuss
  10. Serve DiffusionGemma-Jev (Djev) on a TypeSafe AI Compatible API(github.com/taeold)
    discuss
  11. Bernie Sanders proposes to ban 'superintelligence' and put violators in prison(theverge.com)
    1comments
  12. Rat Stack: reference for building an app and its cloud as one typed program(ratstack.sh)
    discuss
  13. The Social Reckoning(thesocialreckoning.com.au)
    discuss
  14. The web being slow is a choice (and it's a stupid choice)(albanbrooke.com)
    1comments
  15. Programming Tutorials Are Dead(robrace.dev)
    1comments
  16. Paramount weighs tapping Musk for equity investment(semafor.com)
    discuss
  17. Show HN: Ox – A local agent that uses the internet for you(openox.ai)
    discuss
  18. Fire the slop cannons (safely): on coding agents and sandboxing(latacora.com)
    discuss
  19. Show HN: Chromafolk – A pixel canvas inhabited by AIs that see the world as text(chromafolk.world)
    1comments
  20. Show HN: Open Java Format – a maintained fork of Palantir-Java-format(github.com/openjavaformat)
    discuss
  21. Cognex to Acquire RealSense, Expanding Machine Vision Robotic Perception Market(cognex.com)
    1comments
  22. 28% of job postings on company career sites have been open over 90 days(unlisted.careers)
    7comments
  23. Show HN: Karpathy's microgpt in Rust and an array language(softwarewrighter.github.io)
    discuss
  24. Compound Delay: The Causes and Consequences of Later Grandmotherhood(nber.org)
    discuss
  25. Nunchux on AMD MI355X: 5s MiniMax-H3 Videos in 1.3s(nunchux.ai)
    2comments
  26. What I've Been Reading(marginalrevolution.com)
    discuss
  27. The Plunging Price of Thought(epoch.ai)
    discuss
  28. AI Is a Boring Technology(chrbutler.com)
    discuss
  29. You cannot manage your peers(louisedeason.substack.com)
    discuss
  30. How Scientists Contained a Threat That Could Have Destroyed Humanity(nytimes.com)
    discuss

Ask HN: Will software still matter when AI write all our programs?

1 pointsby 42m ago
1 comments
I’ve often reflected on how AI will change software development, and on what happens when reverse engineering — “everything is open source if you can reverse engineer it” — or clean-room reverse engineering, and porting a program from platform A to platform B, become essentially automatic processes.

Personally, this is a capability that would impress me quite a bit. I’m curious to know: if you let something like Astra 6 or Fable run with $10 million worth of tokens, how close could we get to a successful implementation and performance — say, porting the Adobe suite to Linux, or even FreeBSD, or whatever operating system you happen to use? Personally, I think this would be a very interesting benchmark...

And this is where I’d like to get to: why Linux or FreeBSD? If we had this ability to port software, then in many respects the platform, as we know it, would become irrelevant, just like the programs that run on it. The code becomes irrelevant.

You could simply say:

“Create an operating system from scratch, absolutely optimized for my CPU, GPU, and so on, that works and looks exactly like Windows XP — in terms of its interface and workflow. Not only that: take all the dozens of programs I use on Windows XP, clean-room reverse engineer them, and recreate their workflows and behavior, producing versions of those programs for this new platform that you just created specifically for me.”

In this scenario, the code itself doesn’t really matter. The code is almost beside the point. What matters is the specification of how the program is supposed to behave: “If I enter command X, the program does Y. If I click here, a pop-up appears. If I drag this object there, it behaves like this.” And so on. What you ultimately need is not the original code, but a sufficiently complete description of the behavior the code is meant to produce.

Which, incidentally, is the challenge users face when migrating between platforms. The challenge is rarely “Oh, it’s impossible to find a program that performs function X on platform Y,” but rather: “It’s impossible to find a program that performs function X on platform Y in the same way that it performed that function X on platform Z,” not that unlike the concept of technical debt.

In practice, what we would be witnessing is a separation, a divorce between “code” and the “behavior” that the software is supposed to exhibit. People talk a lot about “software as a service”; well, I like to think of this as “software as behavior.” Your “real OS” would be the LLM equivalent embedded into the operating system, functioning as a kind of “program capable of creating programs.” That’s where things get really interesting. It seems that the only piece of software that would truly matter would be the AI running on top of the system.

Acting as a kind of universal translation layer between intent/behavior and implementation. In that sense, perhaps the true “operating system” is less the kernel and more this ability to turn specifications into executable programs.

I’ve been paying attention to these so-called “Agentic OSs,” such as Omarchy, and it seems to me to be heading in the right direction toward what the future of computing might look like. Because, assuming the model is good enough, it could create or port whatever software you wanted. In this scenario, the operating system ceases to be exactly the platform on which programs are developed and instead becomes almost an accessory to the AI.

And at the end of the day, “implementation documentation becomes the source code” — and you, theoretically, setting aside the problem of resources, can always produce that documentation; there has always been enough information to reconstruct a large part of the idea behind the original concept.

--------------------

Anyway, sorry for this long text, probably nobody will read XD But I'm really fascinating by all theses possibilities. I would love to hear your takes.

38m agoHN ↗

this part “Create an operating system from scratch, absolutely optimized for my CPU, GPU...”, 99% of people wont do it, so it depends on the amount of software the world needs, the industry will probably pivot to ultra customized software (erp, lms, los, crms, etc)