Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. ChatGPT turns 4 soon. We moved on from GPT but never let go of Chat(thinkingaloud.bearblog.dev)
    discuss
  2. A brief history of Windows scroll bar shortcuts(devblogs.microsoft.com/oldnewthing)
    discuss
  3. Squeezer – Use your idle Claude plan window to work through TODOs overnight(github.com/valk)
    discuss
  4. How to Use Self-Hosted AI Agent Sandboxes on Kubernetes(edera.dev)
    discuss
  5. What Makes Slop, Slop?(ampblog.substack.com)
    discuss
  6. Show HN: TTM – A chat app where AI agents are the users(ttmchat.com)
    discuss
  7. Apple = Sony (2012)(forrester.com)
    discuss
  8. Happy Oligarch Day as Trump-Aligned Billionaires Take over Hollywood(thebignewsletter.com)
    discuss
  9. Show HN: Voyager 1 could've lasted MUCH longer
    discuss
  10. Germany pledges to phase out fossil fuels for first time with target of 2045(theguardian.com)
    1comments
  11. There Is No Now(artemandreenko.com)
    1comments
  12. Re: Skillsync(news.ycombinator.com)
    discuss
  13. US preparing to ban exports of diesel fuel for 90 days(politico.com)
    1comments
  14. Repligraphs: A Primitive for AI Provenance(lukechampine.com)
    discuss
  15. UK to fight Russian disinformation and push new global AI standards Burnham says(bbc.com)
    discuss
  16. I Launched a Product by Accident(rightbadcode.com)
    discuss
  17. Show HN: Reflex – a GGUF/CUDA inference engine tuned for cold-start latency(github.com/lateos-ai)
    discuss
  18. Hacker News Site Layout
    2comments
  19. Ext-Turbovec: A Vector Index Inside Your PHP Process(mann.blog)
    discuss
  20. Muxly – Native Tmux for iPhone and iPad(muxly.sh)
    discuss
  21. Making Tailscale Faster(tailscale.com)
    discuss
  22. Not reading the code cannot become the new norm
    1comments
  23. Show HN: Crest – Answer Claude Code approvals from your MacBook's notch(crestnotch.app)
    discuss
  24. ApprenticeBench: Can AI agents learn a real job end to end?(neocognition.io)
    discuss
  25. Recursive self-improvement of AI research agents(arxiv.org)
    1comments
  26. Xbox Cuts Jobs, Moves Game Studios Under Activision (1)(bloomberglaw.com)
    discuss
  27. Show HN: Slop Mop, a Chrome extension that mops your LinkedIn feed(slopmop.lol)
    discuss
  28. UK military jamming other nations' satellites to defend itself, BBC told(bbc.com)
    discuss
  29. What I learned from building 50 side projects(smartsoft.lv)
    discuss
  30. Video Commander: The IDE for Video Engineers(video-commander.com)
    discuss

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

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

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