Hacker News new | ask | show | jobs
by coldtea 1293 days ago
>The last major productivity boost in software was OSS. Each of those steps was 10-100x boost but then it stopped...

I don't think this author understand what is a productivity boost. OSS is a development model, it didn't turn into any "productivity boost", any more than the general technology level (including mainly proprietary technology) offered.

>Programmers will command armies of software agents to build increasingly complex software in insane record times. Non-programmers will also be able to use these agents to get software tasks done. Everyone in the world will be at least John Carmack-level software capable.

/rolls eyes

>At Replit, we're building an AI pair programmer that uses the IDE like a human does and has full access to all the tooling, open-source software, and the internet.

A, OK, this is building up commercial hype. Makes sense now.

2 comments

OSS allows really hard pieces of software to be built, most of FOSS is unable to be built if not FOSS. What is the biggest and/or hardest proprietary project? Windows7+? Modern chipset including CPU? Apple jail? And what will happen with this technology if all the source code leaks somehow, don't you believe it will become 10x-100x better by some measures?
>OSS allows really hard pieces of software to be built

Like what that one couldn't build with proprietary software? The main benefit is with OSS you're doing it with free (as in beer) software (whereas before you might not afford a proprietary solution). But that is not a productivity increase, it's budget decrease.

>And what will happen with this technology if all the source code leaks somehow, don't you believe it will become 10x-100x better by some measures?

No.

  The main benefit is with OSS you're doing it with free (as in beer)
This is benefit for user, but we were talking about benefits for someone who codes.

  Like what that one couldn't build with proprietary software?
An OS which deserves to be trusted. Cryptocurrency. A web-browser which is not IE6. Lisp interpreter.
I thought he just meant access to thousands of oss packages that are easy to leverage, npm, nugget etc.