Ask HN: Does the World need more software?
5 points
2 days ago
| 11 comments
| HN
Is there a (natural) demand for more and more software?
the__alchemist
16 hours ago
[-]
A different angle: I think a lot of software is not accessible due to friction points and interfaces. Non-compatible interfaces, and simply being proprietary for business/incentive reasons.

So, you might ask "Why are you building X when Y exists". The answer is usually something to the effect of "I can't interface with Y". Programming languages themselves are one of these obstacle. So is linking to system libraries. (e.g. many C and C++ code bases) C-FFI sometimes makes this easier though.

I value low-friction interfaces in software, and I think this is usually not done well.

Another example: I think this is why I dislike Async rust so much. It places a barrier within the language.

Some concrete anecdotes from the past few days: Why am I writing SPME algorithms, asking an LLM to implement a linear constraint solver, etc? Those and many more algorithms that have existed and been heavily used for decades? No/shitty rust libs, and the C/C++ libs have no good way I can interface with, aren't documented well, license concerns etc. I.e., I could try to re-use, but instead re-write because it's, surprisingly, the lower-friction option.

People lament re-inventing wheels, but often miss that the off-the-shelf wheels each have their own bolt patterns, brake interfaces, and dimensions. And sometimes they look solid, but have subtle defects.

reply
soulchild37
19 hours ago
[-]
Customers want a hole in the wall, not drill , drill is just one of the tool that can make the hole happen (a manual hammer works too but too time consuming and less accuracy)

Software is just one of the ways for users to achieve their desired outcome (eg: keeping track of business expenses / flow etc) , excel can do it, but some other software might make it easier than excel, with better UI etc.

If you want to succeed in making software, study the users workflow rigorously. "Users don't love software, users tolerate software to achieve the outcome they want"

reply
mikewarot
17 hours ago
[-]
It's been more than 80 years since the publication of "As we may think"[1,2], which called for the Memex, which we've discussed here at length.

We still don't have a Memex. We got close once.

We also don't have capability based operating systems in daily use.

There's a ton of software we still don't have, and need.

[1] https://www.theatlantic.com/magazine/archive/1945/07/as-we-m...

[2] https://worrydream.com/refs/Bush%20-%20As%20We%20May%20Think...

reply
takinola
1 day ago
[-]
There is likely 2-orders of magnitude demand for more software than currently exists. Speaking for myself, I have so many different apps I would like to have but would not be commercially viable to build because the problem it solves is very specific to my circumstance. The ROI now makes sense now that I can spin up Claude Code and build apps for these use cases in an a couple of hours so I have a suite of apps that are really just for me.
reply
faizantahir_dev
1 day ago
[-]
I think Jevons Paradox applies here: as software becomes cheaper and more efficient to produce (especially with LLMs), the demand for it actually increases rather than decreases.
reply
JohnFen
2 days ago
[-]
It's not rare that I wish there were software that would do something, but it doesn't exist or what does exist is terrible. So yes, there is at least some need and demand for more software.
reply
Vektorceraptor
2 days ago
[-]
Why not code it yourself - fitting you personal needs (if there is no market for that)?
reply
JohnFen
1 day ago
[-]
Sometimes I do, but I have a long list of projects and don't have time to implement everything I need myself.
reply
chistev
2 days ago
[-]
They didn't say they don't end up coding it themselves.
reply
tacostakohashi
1 day ago
[-]
Probably less, actually.

Most of what passes for "software" these days is basically some niche hardcoded workflow that falls to pieces if you try to do anything even the slightest bit different.

reply
LarryMade2
1 day ago
[-]
Currently we have a cycle of obsoleting hardware necessitating re-inventing software for the new platforms. So technically, yes.
reply
fragmede
2 days ago
[-]
There's a discovery problem, and with AI tools, it's easier to write your own than discover if a particular tool is what you want.
reply
omertt27
2 days ago
[-]
I think, there are still tools that makes people live better.
reply
soniare
1 day ago
[-]
we need more organic food and gardens to be honest but ya also software
reply