The fact that so many people fear loss of income as a result of better AI is a real indictment of our economic system. A better system that more fairly distributed economic productivity would make people welcome better AI because they could be confident it would make everyone wealthier instead of just a few people rich enough to be Goa'uld.
Define “fairly”
I wish GPT4 had never happened
531–540 of 1001 posts
Re: I wish GPT4 had never happened
#532Earlier quoted context omitted.
Define “fairly”
The grandparent comment does contain a definition: “A […] system that […] would make people welcome better AI because they could be confident it would make everyone wealthier” That would be a fair system regardless of the specifics of how it’s achieved.
Our present system, by this definition, is amazing!
Re: I wish GPT4 had never happened
#533Earlier quoted context omitted.
Shell scripting and JavaScript are strengths, any kind of server-side language like Scala or C# it really falls apart quite quickly. I think that integrating into existing APIs is the Achilles' heel, GPT-4 doesn't seem to do any better here either. It makes me wonder if someday we might not get better results completely eschewing libraries altogether and letting the transformers generate literally everything--perhaps…
I think it will be quite the opposite. Generating a lot of code means generating a lot of bugs. LMMs should get the (battle tested) libs they have to use as part of the prompt, and they should just use those APIs.
Re: I wish GPT4 had never happened
#534Funny thing - I've been using ChatGPT as a programming assistant. My experience with it is that the more knowledgeable I am at the domain, the more useful it is. It often generates code that won't compile or won't run correctly, but that sort of goes in the correct direction, enough that I can spot the blunders and refine my questions. Quite often I even learn a few new things when using it to explore libraries and f…
I've had a similar experience (but slightly different). The biggest innovation that ChatGPT has brought to me in my programming/workflow tasks is the comfort and ease in which it creates shell scripts. That's an area that's always been just past my comfort zone ("Create a shell script to solve this problem? Now I have two problems..."). But all of a sudden, I feel like a master at shell scripting! Things that have al…
But, it also really highlights that it’s trained on data, and doesn’t “know”. I’ve never seen it produce a bash script/line that properly handled spaces, on its own, because most shell scripts don’t. Even ChatGpt 4.0 backed fails to “correct” the mistakes, a large portion of the time.
Re: I wish GPT4 had never happened
#535Earlier quoted context omitted.
> This has been the promise over and over again And over and over again, we've underestimated and then normalized the capacity of our institutions, made of otherwise decent people, to achieve outcomes that we would call abhorrent if they were carried out by an individual. So the door closes on that opportunity because we fail to act. If we're ever going to walk through that door, companies need to fear us, because th…
> they sure as hell aren't going to share with us out of the goodness of their hearts You know you can buy stock, right? And, as a shareholder, those companies will give you the profit?
Re: I wish GPT4 had never happened
#536I've been using ChatGPT a lot. I'm no longer feeling much anxiety over the future of software engineering. GPT is a great tool. Still just a tool. It helps remind me how to do things I do rarely. To get code that exactly fits my requirements, I'd have to get so specific that I might as well just write the silly code myself. But for shell scripts, SQL, stuff like that, it's pretty decent. Yesterday I asked it to give…
Are you using 3.5 or 4? If 3.5, your experience is irrelevant since 4 is so much better.
Re: I wish GPT4 had never happened
#537Re: I wish GPT4 had never happened
#538Earlier quoted context omitted.
> This has been the promise over and over again, for centuries, and it has consistently not paid off. Where's the predicted society where automation allows us all to work for two hours a day, and spend the rest at leisure? The extra value has gone to enrich the oligarchs rather than to the people. Maybe that should change.
How do you deprive an oligarch of their ill gotten wealth without violence?
Re: I wish GPT4 had never happened
#539The big oversight here is that Priya does not want a job , what Priya wants is an income . The point of life is not working, the point of life is to enjoy it. We should strive to eliminate as many jobs as we possibly can, the less we have to work the better it is. To make this possible we need to find a way to a new system that doesn't directly link labour with income .
>> To make this possible we need to find a way to a new system that doesn't directly link labour with income. What is income? What is it used for? Answers: it's a reward for work. And it is used as an incentive to get others to work.
Money is a proxy for resources. If you boil it down to the essentials, income is the way we allocate the resources available to us to different individuals. It is not intrinsically a reward for work. It isn't even directly linked to work anymore in our capitalist system. The people who work the hardest don't have the highest income. The way the system currently works is that those with the most resources get the most additional resources, simply because they already have a lot of them.
Re: I wish GPT4 had never happened
#540Funny thing - I've been using ChatGPT as a programming assistant. My experience with it is that the more knowledgeable I am at the domain, the more useful it is. It often generates code that won't compile or won't run correctly, but that sort of goes in the correct direction, enough that I can spot the blunders and refine my questions. Quite often I even learn a few new things when using it to explore libraries and f…