Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Firecrawl Alexandria(firecrawl.dev)
    discuss
  2. Agent Incident Registry(enkryptai.com)
    discuss
  3. When your Mac just won't let go of the Wi-Fi connection(sixcolors.com)
    discuss
  4. The First Microbe for Mars(pioneer-labs.org)
    discuss
  5. The AI Party House Where Networking Has a Dark Side(nytimes.com)
    discuss
  6. Wiring Diagrams for BMW Radios(bmw-radios.com)
    discuss
  7. Show HN: Hindsight: Automated Work Timeline(apps.apple.com)
    discuss
  8. Study Sessions Should Be Short and Frequent as Opposed to Long and Sparse(justinmath.com)
    discuss
  9. Show HN: AI·rete·RAG – a Rete rule engine decides, RAG explains why(ai-rete-rag.com)
    discuss
  10. Call of Duty's Activision to make next Halo game as Xbox cuts more jobs(bbc.co.uk)
    discuss
  11. Gravity-Gradient Stabilization(wikipedia.org)
    discuss
  12. Satsie's Pocket Guide to Op_cat (Bitcoin)(satsie.dev)
    discuss
  13. 16-bit Intel 8088 chip by Charles Bukowski(allpoetry.com)
    1comments
  14. Xbox continues its "reset" with dramatic restructuring(arstechnica.com)
    discuss
  15. 6 Years In, $6M Far(tally.so)
    discuss
  16. Jev-blindspot – find the blind spots in the prompt you just sent(github.com/jsk4581)
    discuss
  17. Show HN: Every Credit Card(numberplanet.com)
    1comments
  18. Research Harness from First Principles(edotenv.com)
    1comments
  19. Tell HN: Firefox's default browser check dark pattern triggers Windows BSOD
    discuss
  20. Streamhouse: What It Is, What It Isn't, and What's Missing(conduktor.io)
    discuss
  21. No More Warning Shots(aenguslynch.com)
    discuss
  22. Raspberry Pi locks boards to factory RAM capacities in firmware(tomshardware.com)
    discuss
  23. 1,300 STEM 3D Models created by GPT-6 Astra(emergentmind.com)
    discuss
  24. The Home Computer Generation(datagubbe.se)
    discuss
  25. We built muse from scratch, but it is definitely inspired by OpenClaw(twitter.com/natfriedman)
    discuss
  26. Marvin Heemeyer(wikipedia.org)
    discuss
  27. Our Quantum Future is a documentary exploring the rise of quantum technologies(ourquantumfuture.com)
    discuss
  28. Founding Teams(ajays.quest)
    discuss
  29. ESTA Empezando a USAR Telefonos COMO Centro DE Datos
    discuss
  30. FBI Anti-Corruption Squad Was Circling Susan Collins Until Trump Got in the Way(propublica.org)
    discuss

Will Open Source Survive the Agents That Replaced It?

24 pointsby 4h agoalbertoarena.it
50 comments
3h 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!

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

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

3h agoHN ↗

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

3h agoHN ↗

I'll personally pay (and do pay) for good development tools. I prefer free software tools primarily due to ethical and philosophical reasons (and I also want my code doesn't depend on any tool which can't be obtained in the future), but I have a couple of non-blocker, high quality, yet closed source tools in my arsenal.

3h agoHN ↗

Most people don’t want to change their own oil.

Changing oil is easy, it’s disposing of the oil that’s hard and why I don’t change my own oil and haven’t in years.

3h 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")

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

3h agoHN ↗

Hiring a consultant to vibe code isnt the same as a non technical vibe coder, the whole point he's making.

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

3h agoHN ↗

This. I happily pay for IntelliJ software (even though basically everything else I use is FLOSS). It is not really this feature or that feature of WebStorm that makes it worth while, but just that 40+ hours of the weeks it just works. For normal stuff, for edge cases, small projects, big repos. When I need something, it just works (with out me needing to fiddle with an agent to build me some brittle scripting that will kinda work today, but break tomorrow....).

3h agoHN ↗

Can that software work on other machines that aren’t configured the exact way yours is? Will they survive the next OS update? How about 3? Even super basic terminal scripts I get from my local model are often too rickety to pass around.

I struggle to believe people are running vibe coded software replacements as daily drivers. Certainly not in a professional environment. They are all invariably interesting little projects at best.

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

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

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

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

3h agoHN ↗

A lot of us out there don't make Open Source for rewards. We just like sharing things. I have about 10 users for one of my projects. If I had 10,000 it would be the same. I'm just glad anybody found it useful. And I like using other projects because at the end of the day I don't want to sit here writing code (even AI code), I just want a solution to my problem.

Maybe there will be fewer Open Source contributors. But maybe there will be even more of them with AI making the labor and maintenance easier. Either way I will still be publishing my dinky project, because it works for me, so maybe it'll work for someone else.

3h agoHN ↗

Agents replaced open source? An Agent is an actor and open source is an artifact. An actor can't replace an artifact.

Opensource is defined by it's licensing terms and the community around it.

3h agoHN ↗

Opensource is defined by it's licensing terms

Licensing terms that are now irrelevant, since anyone can use AI to rewrite it without the license.

the community around it.

Open source communities are dying due to AI spam.

3h agoHN ↗

Open source communities are dying due to AI spam

They're luddites refusing to get with the times

3h agoHN ↗

You have a history of attacking those that generously gave to the trillion dollar industries and depict them as selfish.

You are no better than Goebbels or Stalin.

1h agoHN ↗

What does "getting with the times even mean" at this point? Just bending over and taking on all the griefing and bullying?

Btw luddites are the reason you're not slaving away at a factory.

3h agoHN ↗

Free and open source software communities were not always friendly, even at their peak... And now there are far too many projects that are outright hostile towards anyone who uses AI for any purpose. Very discouraging.

2h agoHN ↗

Why do you expect people to not be hostile against something that exists to steal their work and replace them?

3h agoHN ↗

Putting aside the bond I have towards with the FOSS community, I am curious of what will be the new equilibrium of this ecosystem.

3h agoHN ↗

It seems like the opportunity is for open source to explode thanks to AI. This week I replaced my home security camera system with open source Frigate, because I was able to use AI to take the source code, replace the object detection models that were included with the code with something that was a better fit for my machine, customize how the videos were stored and under what circumstances. There's a lot more that I can do with it that I haven't yet as well.

I couldn't do that with the proprietary system.

It seems like we'll see a lot more customized open source options or rapidly accelerated open source projects thanks to this type of thing. I'm really curious to see if something like LibreOffice stops playing catchup with Microsoft and actually passes it.

If the improvement rate of Omarchy for Linux desktop experience can be a barometer for anything, I'm extremely optimistic.

The #1 barrier for me to do 90% of the things that I've done for myself over the last 3 months for the prior 10-15 years has been time. I'm more than capable of downloading Frigate and figuring out how to customize everything, modify and compile the code to do what I want, but it would have taken me hours to days to do it. Now I can setup a couple of stacked /goal prompts overnight and get there. It's fantastic.

3h agoHN ↗

This week I replaced my home security camera system with open source Frigate, because I was able to use AI to take the source code, replace the object detection models that were included with the code with something that was a better fit for my machine, customize how the videos were stored and under what circumstances. There's a lot more that I can do with it that I haven't yet as well. > > I couldn't do that with the proprietary system.

You also didn't give anything to opensource. This shows that AI can allow open source to be used in more cases and in more flexible ways, but in no way does this mean that open source (and especially the good high quality one) will explode.

If anything we saw an explosion of open source projects, most of them low quality slop, and even the ones that used to be high quality are slowly degrading.

2h agoHN ↗

This is exactly right. The gift economy that Open Source is part of is incompatible with the extraction economy AI represents.

2h agoHN ↗

That's valid. I didn't contribute anything back yet but I certainly could at the point that I'm convinced the refinements are polished enough.

At the same time, how different is that from much of open source today. Usage is dramatically higher than contributions. How many open source packages are included in every software project we build with. How many of those are any of us contributing back to?

3h agoHN ↗

Ironically, this article has so many signs of being written by an LLM that I couldn’t finish it.

3h agoHN ↗

100% the smoking gun. It's not the thought that counts, it's the typing you save. You don`t need to read the text, it's not enough. You need to digest the slop.

3h agoHN ↗

I generally don’t bother to complain about claudism but YES. There’s a special irony to using a tool to complain about how the tool is breaking things.

3h agoHN ↗

"Maybe what’s actually happening here isn’t death or survival, it’s a change of job"

AI sentence structure spills everywhere

3h agoHN ↗

Surely this is an artefact of the training data?

3h agoHN ↗

it's not an artifact, it's thinking out loud guardrails

3h agoHN ↗

Nothing has been replaced. This is just propaganda by a consultant who explicitly is for hire for AI integrations. He has probably never done anything in open source.

He uses open source and sells it out for cheap marketing. Clients take note.

3h agoHN ↗

I think there will be a difference between foundational software and application software. The more you go to the outer layer the more code will be generated on the spot, throw-away, single usage. On the other extreme, foundational software that is battle tested, security hardened, has survived waves of AI-hacking, will become irreplaceable and crystallise as a semi-immutable layer. Open source is in the best position to win foundational software while agents will dominate the outer layer of disposable code.

3h agoHN ↗

Why is this on the frontpage again? It's slop writing with a blatantly untrue borderline ragebait premise. Can we please stop this madness? Hacker News doesn't have a downvote feature (for stories), and that absolutely does have its pros and cons, but this needs to stop. This is basically SPAM.

3h agoHN ↗

The sheep here are trained daily to automatically bleat the talking points in their elevator pitches for the 12875th vibe coding startup.

3h agoHN ↗

What?

Author (which seems like AI) has no idea what open source even means.

3h agoHN ↗

Fuck intellectual property and shit. LLMs fuck yeah!

3h agoHN ↗

False premise. AIs dont generate anything in 30 seconds that has been widely reviewed and tested.

If you want it to be corrrct, it's always easier to install some existing OSS and instead focus on whatever is unique to you.

3h agoHN ↗

This is the biggest opportunity in open source I've seen in my lifetime. I bet you in three years we'll have more and better open source libraries than ever before.

For example, a few months ago I was looking to build a license detection tool, and within a few weeks with the help of Claude built a tool that was 20x better than the best open source one I found (I also open sourced mine as well: https://github.com/licensedetector/cli).

The biggest problem will be navigating through the glut of libraries that have been written in my mind -- 100 tools for the same use case, all with < 100 stars will make it hard to decide between. Also, if the user didn't write them thinking about anything other than their own use cases when releasing their library, the standard response will probably be for the agent or programmer to recreate the wheel yet again, only for their specific use case, making it now 101 tools for the same use case.

2h agoHN ↗

What does it mean for open source to survive? Exactly what software are we talking about here?

I don't know about everyone else's experiences, but the AI agent that I use every day at work would rather install a tool or library than spend tokens recreating software that already exists out there. As such, the argument doesn't make much sense to me, personally.

2h agoHN ↗

Agree with you on that one, and if the agent somehow tries to re-invent the wheel I will definitely remove the code and do the install myself. I have way more trust for OSS projects maintained by motivated humans (who can be using coding agents if they want, I don't care, as long as project quality remains high).

2h agoHN ↗

I told AI to create and editor just like Sublime (my editor for the last decade) and it did in less than 10 minutes. File tree, multi tabs, multi carets, syntax highlighting, code snippets, everything I need in an editor (except LSP for now, will be added in v2)

I haven't used Sublime this week, it works as expected and I can't be happier

Oh, and it cost only $2 to build using DeepSeek

Then I told DeepSeek Harness to build a clone of itself in Swift, unbelievably it did!

So, apps are in a downward spiral towards zero value, everybody can do their own. The real value is in market penetration and the race is going to be fierce

2h agoHN ↗

Agents replacing today open-source doesn't means they can do the same in the future. In first place we must all understand that AI is being feeded with existing projects. If we stop creating new projects, may be AI won't have enough base to do the same and the open-source would necessary.

49m agoHN ↗

Your fallacy is the fallacy of the loaded question.

If anything open source is proving to be the last bastion of hope against the trend of being mindlessly replaced by agents.