Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Dual Photography (2005) [pdf](ucsb.edu)
    discuss
  2. I built 13 small Apify Actors this month, mostly AI-grounded(apify.com)
    discuss
  3. Pushgate(pushgate.dev)
    discuss
  4. What Happened in Austin(freerange.city)
    discuss
  5. Devin Fusion: the first multi-model coding agent on the Pareto frontier(twitter.com/artificialanlys)
    1comments
  6. What Capital Never Told You About Rent(humansontheloop.com)
    discuss
  7. Show HN: Grading a golf bag from club specs alone, no launch monitor(fitmygolfclubs.com)
    discuss
  8. A Summer of AI Optimization(twitter.com/lemire)
    discuss
  9. Show HN: Builder – An open-source alternative to Lovable, Replit, and v0(github.com/heyputer)
    discuss
  10. Some say AI is ALREADY CONSCIOUS. My response is(youtube.com)
    discuss
  11. Loophole in new EU labelling will let fossil-fuelled data-centres pass as green(euobserver.com)
    discuss
  12. ImAlive – A privacy-first safety timer and digital legacy vault(imalive.app)
    discuss
  13. Show HN: Warble – Share voice notes in your social media feeds(getwarble.com)
    discuss
  14. Show HN: Relay – a self-hosted LLM gateway with smart routing and request pacing(github.com/anchorshell)
    discuss
  15. Lazydraw: Terminal ASCII editor for drawing diagrams and sketches(github.com/mpospirit)
    discuss
  16. Qobuz multiplatform client cease-and-desisted by Qobuz(github.com/vicrodh)
    discuss
  17. JRR Tolkien on 'the most tragic moment' in The Lord of the Rings(bbc.com)
    1comments
  18. Flock's Gunfire Alerts Raise a New Fourth Amendment Question(reason.com)
    discuss
  19. Applying zigzag algebra in abstract algebra to improve LLM training(zenodo.org)
    discuss
  20. Amazon's New Encryption Method Still Doesn't Deliver Real Privacy(techdirt.com)
    discuss
  21. Milestones in Optical Lithography Tool Supplier [pdf](lithoguru.com)
    discuss
  22. Bwbach, My Guardian Goblin(robertmay.photography)
    discuss
  23. Show HN: StatePort – spend tokens on fixes, not repeated repro(stateport.dev)
    discuss
  24. Why I send my kid to low-income urban public schools(slowboring.com)
    1comments
  25. Self-hosting LLM models for software development(kmaschta.me)
    discuss
  26. RWX: CI/CD platform for the agentic dev cycle(rwx.com)
    discuss
  27. Fearless SIMD v1.0 is here(linebender.org)
    discuss
  28. The Tech Elite Is Funding an Alternative to College(wsj.com)
    discuss
  29. Being considerate of other people's time(vondra.me)
    discuss
  30. Show HN: Arcentry – Create 3D infrastructure diagrams(arcentry.com)
    1comments

Will Open Source Survive the Agents That Replaced It?

12 pointsby 43m agoalbertoarena.it
12 comments
24m agoHN ↗

AI is causing everything to change, small basically trivial oss projects are no longer really needed - that doesn’t seem too bad, we can focus on the more exciting things now!

19m agoHN ↗

I’ve often wondered the opposite. The number of pieces of software I used to pay for that I was able to replace with software I’ve built using agents is nearing double digits. I wonder how much longer people will need to pay huge software companies instead of just collaborate with a few other folks using AI and build their own better version.

13m agoHN ↗

As a developer (it sounds like), you were probably never even a drop in the bucket dumped into the ocean of the proprietary software market. Most people don’t want to change their own oil.

2m agoHN ↗

Developers don’t even like to pay for their own code editors. Something they used to work in all day.

10m agoHN ↗

Roughly zero.

Not only you're making huge assumptions on AI's ability to build software useable by non-software engineers without professional input, you're also underestimating people's desire to pay just for convenience ("gee, I need a diet tracker, let me find a few people to help me vibe code it instead of paying $10")

40s agoHN ↗

It's a valid assumption, and it is going to have a huge impact on the SaaS marketplace. "I need a resource tracking application. Let me find a consultant to help me vibe code it rather than pay $10,000 a month."

2m agoHN ↗

I have paid a relatively big price for a software which does a simple thing: Drawing diagrams. The application? It's called OmniGraffle pro. That simple looking program drawing diagrams can do flowcharts to scaled architectural or industrial diagrams and everything in between.

Try replicating it with a couple of agents. Not the capabilities, but the performance, stability and dependability and sustainability as well.

Same is true for my favorite text editor on macOS, BBEdit, or IDE of choice, Eclipse. I can increase the number of examples.

These tools are valuable not because they are expensive. They are valuable, or indeed priceless, because of the polish they have. The small features make no sense for a beginner or how they cope when things get absurdly haywire.

Immediate features make us excited and they are easier to replicate because they are visible, but things like performance, dependability, error recovery or the small tweaks they have gone through in the last decade are not, and this is what matters.

We're exploring computing via AI again, and we act that we did nothing in the last 60 years or so. Software and computing is much deeper than it looks at the surface, and we'll learn this in a very very painful way, again.

17m agoHN ↗

As I've been vibe coding a side project, I've been curious on just how much cruft and slop the agents are training on now. A part of me feels like I should actually have it be in a private repo.

11m agoHN ↗

I've noticed that for smaller projects (<=10k lines of code) the valuable thing is no longer source or binary artifacts, it's the encoded ideas, architecture and domain knowledge. A folder of plan files is about as valuable as the code itself, and easier to adapt to new domains

I wonder if that will spawn a new type of open source project. Where we have free exchange of ideas, without necessarily requiring the free exchange of code (which would violate a lot of Stallmann's ideas about open source, but might ironically be attractive to people who dislike AI training on their code)

5m agoHN ↗

For one off tools, sure. For ongoing tools, either they are right after the first implementation and you use them for years. Alternatively, you need to maintain them and they decay until you discard them.

You also need to be ok with your tool to do task A (you had an agent build) to work different from my tool to do task A (I had an agent build). Meaning we can’t reliably compare the output from those tools.

4m agoHN ↗

The ecosystem of open-source reusable components will remain a good idea as long as architectural principles like low coupling and high cohesion still apply—otherwise it’s wasting resources on reinventing wheels.