Remix.run Logo
aprilthird2021 4 hours ago

Every closed source software has the potential to centralize and lock you out of it. This has been true before and will be true after the AI bubble (not saying AI isn't useful but the current valuations will pop at some point, just like dotcom).

Bitcoin was decentralized but so was cash. And it was still possible to send cash to people around the world it was just harder to set up and trust. And those cash sending mechanisms didn't really lock people out of them (but could theoretically, sometimes did by way of sanctions).

AI doesn't make programmers 100x productive and it never will, so not really a point there. As long as the output is non deterministic, you have to check it, and no one can check their code 100x faster than writing it

alyeska2 3 hours ago | parent | next [-]

> AI doesn't make programmers 100x productive and it never will

I can't wrap my head around the AI naysayers at this point.

We've had the equivalent of watching the tech go from the Wright Brothers plane to supersonic stealth fighter jets in the span of like 4 years, and yet people keep claiming it will never do things that it clearly will do in like... 6 months.

Or in the case of 100x programmer... it's literally already there. You should try it.

vova_hn2 4 hours ago | parent | prev [-]

> Every closed source software has the potential to centralize and lock you out of it.

Ye, but you could (at least, theoretically) make your own open source alternative and you weren't particularly disadvantaged compared to corporate programmers doing closed source.

For example, Linux initially was just one guy doing it for fun and see how far did it go.

We may soon come to a situation, when something like Linux will be impossible, because devs making proprietary software will have access to newer/better models that are only sold to big companies and tightly controlled (in the sense that you can use them only for certain "safe" purposes).

> Bitcoin was decentralized but so was cash. And it was still possible to send cash to people around the world it was just harder to set up and trust. And those cash sending mechanisms didn't really lock people out of them (but could theoretically, sometimes did by way of sanctions).

My point is that in future we may come to a scenario when someone like Satoshi won't be able to create something like Bitcoin while keeping their privacy. Because you have to provide a phone number to use OpenAI and also because "creating a non government-authorized financial instrument violates my safety guidelines" or something.

> AI doesn't make programmers 100x productive and it never will, so not really a point there. As long as the output is non deterministic, you have to check it, and no one can check their code 100x faster than writing it

Maybe, maybe not. I'm afraid that eventually fully automated systems will be able to produce code that is good enough without manual checking. Doesn't matter if it is deterministic or not. If the probability of a catastrophic failure is low enough, you can safely ignore it.