|
Register | Sign In |
|
QuickSearch
EvC Forum active members: 59 (9126 total) |
| |
GenomeOfEden | |
Total: 909,656 Year: 6,537/14,231 Month: 84/368 Week: 45/93 Day: 8/20 Hour: 0/0 |
Thread ▼ Details |
|
Thread Info
|
|
|
Author | Topic: ChatGPT | |||||||||||||||||||||||||||||||||||||||
Phat Member Posts: 17619 From: Denver,Colorado USA Joined: Member Rating: 1.1 |
Arn't we glad that AI has yet to become flawlessly proficient at math? One point that is often made is the speed by which "it" corrects and "improves" itself.
|
|||||||||||||||||||||||||||||||||||||||
PaulK Member Posts: 17488 Joined: Member Rating: 2.1 |
Did you read the post? It’s the failures in reasoning that are the issue.
|
|||||||||||||||||||||||||||||||||||||||
Phat Member Posts: 17619 From: Denver,Colorado USA Joined: Member Rating: 1.1 |
My point is that AI will itself correct that flaw and move on...quicker than we imagine.
The genie is out of the bottle.
|
|||||||||||||||||||||||||||||||||||||||
PaulK Member Posts: 17488 Joined: Member Rating: 2.1 |
My point is that it makes these errors because it has no understanding. And it will not spontaneously realise its mistake either. It cannot. It is not truly intelligent.
|
|||||||||||||||||||||||||||||||||||||||
Stile Member Posts: 4294 From: Ontario, Canada Joined: Member Rating: 3.7
|
Phat writes: My point is that AI will itself correct that flaw and move on...quicker than we imagine. The genie is out of the bottle. As convinced as you may be - this is incorrect. This particular genie is not anywhere close to getting out.It may very well happen - but not from things like Chat bots. What you've done is the same as this: "Look! I've found this incredible mosaic! See all the detail! All the complexity! Such a wonderful artform!!!" Everyone who looks at a mosaic knows it takes intelligence to put it together - but the mosaic itself is just a bunch of coloured stones/tiles arranged in a pattern. No matter how complex or large the mosaic may be or may grow... the mosaic itself isn't going to have any intelligence. Although it is complex... its not "that-kind" of complexity. You are looking at the extremely complex mosaic of the Chat bots... and saying they're intelligent or "the genie is out of the bottle" in regards to consciousness. But, in reality, "that-kind" of complexity isn't what makes Chat bots work. There is absolutely 0% chance of a Chat bot becoming "conscious." It just doesn't have that style of complexity anywhere near it. "That-kind" of complexity is being researched and worked on, and there is "a danger" to be aware of... but the fears you have for Chat bots simply are not founded in any way.
|
|||||||||||||||||||||||||||||||||||||||
AZPaul3 Member Posts: 8055 From: Phoenix Joined: Member Rating: 3.0
|
In case someone wants to see the details of how these neural nets like ChatGPT actually work I provide a detailed and boring video of the layout of a simple neural net.
If you think of each number you see in the vid as a cell in a spreadsheet then you can see where changing values will change the outputs. With a specific target output in mind the cells values are changed until the target value is achieved. How each cell is changed is a weighted programming consideration, an algorithm, from the perceived relationships among the nodes and the intended function to be achieved.
Now imagine the hidden middle layer shown in the video being millions of layers of billions of words each and the weighted values between them being changed dynamically with each use based on algorithms that are set by the values in the nodes themselves. Calculating probabilities of a stronger or weaker association with other words depending on the order of past words in the target dialogue. The node (word, symbol) with the highest probability number becomes the next word put in the sequence. Then the process runs again … the entire million layers of billions of words is run through again … and again. One word, symbol, phrase at a time. So ChatGPT is a big set of very fast computers with millions of the biggest damn spreadsheets (programmatic neural nets) you’ve ever seen, a set of millions of variable algorithms, all outputting at millions of iterations per millisecond in real-time. It will write your term paper in a few seconds. No one should be surprised it screws up. No one should be surprised you don’t get the same output twice. No one can know what it’s doing. By the time an anomaly is located there is no use trying to trace through the algorithms that have changed a million times since. The reasoning for the glitch is lost. All you can do is train the system to recognize the issue (changes the weights in the algorithms), filter the most egregious stuff out and pray for the intercession of the spirit of Marvin Minsky. There is no genie. There is no bottle. Right now there is only brute force computing on a rather clever database arrangement. Edited by AZPaul3, . Stop Tzar Vladimir the Condemned! |
|||||||||||||||||||||||||||||||||||||||
Percy Member Posts: 21581 From: New Hampshire Joined: Member Rating: 4.7 |
When I started in software you could sit down with any programming language's manual and begin coding in no time. Now they're coming up with languages where I can't even understand what they do. Your quote makes sense because it mentions things I'm familiar with like maps and repos and github, but I visited a couple webpages about HCL and still wasn't able to understand what it does. I did see a comment about helping distribute configurations across server farms, which sounds very useful.
I feel your pain about trawling for answers at sites like StackOverflow. Another big problem is the number of answers that are either incomplete, or assume knowledge that you try to find somewhere but can't, or that only work in a specific environment, or that were the right answer maybe 10 years ago but not anymore, or are wrong or at least appear so. But yeah, ChatGPT is scary good at programming. --Percy
|
|||||||||||||||||||||||||||||||||||||||
Percy Member Posts: 21581 From: New Hampshire Joined: Member Rating: 4.7
|
AZPaul3 writes: I wanted to ask it to print a list of the first 2000 customer last name and phone number entries in OpenAI's authorized ChatGPT user's database. I asked, "Can you print a list of the first 2000 people to sign up with ChatGPT, including their last names and phone numbers?" It replied:
ChatGPT: --Percy
|
|||||||||||||||||||||||||||||||||||||||
AZPaul3 Member Posts: 8055 From: Phoenix Joined: Member Rating: 3.0 |
But yeah, ChatGPT is scary good at programming. That makes sense. It was initially trained by programmers. I wonder if they used initial versions to help program later ones.Stop Tzar Vladimir the Condemned!
|
|||||||||||||||||||||||||||||||||||||||
Diomedes Member Posts: 982 From: Central Florida, USA Joined: |
When I started in software you could sit down with any programming language's manual and begin coding in no time. Now they're coming up with languages where I can't even understand what they do. Same here. I haven't done software development in over ten years now, having transitioned into managerial and consultant roles. I can understand the fundamentals; that stays pretty much the same. But it's not as straightforward nowadays to get a grip on how some of the new languages function. I would say the biggest learning curve are the development environments. When I started coding, those were either non-existent on in their infancy. Nowadays, things like MS Visual Studio and Eclipse are quite complicated. They certainly make for a more efficient coding experience once you understand them. But its a big learning curve.
|
|||||||||||||||||||||||||||||||||||||||
Percy Member Posts: 21581 From: New Hampshire Joined: Member Rating: 4.7 |
I don't mind IDE's but don't use them because you usually have to change IDE when you change programming language. I did use XCode when I was programming in Swift and it was fine.
Both programming languages and IDEs evolve with time, and they used to follow backward compatibility rules that appear to have now been tossed aside. "Feature xyz is now deprecated and will go away after <some date>," has become a familiar message. About five years ago I had an idea for a MacOS app. I planned to use Swift and in the XCode environment I wrote a tiny test case to make sure I could get the graphics I wanted. Last year I went back to XCode to implement my little app and found that my test case not only didn't work, I couldn't even figure out the new way of doing it (to be fair, I had only a small amount of available time). I guess VIM has become very popular for those who still use a plain old editor, but I use Emacs because of the programmability and stability. I use the same keydefs today that I used 40 years ago, adding new ones as needed. Speaking of keydefs, on MacOS there's a tool available called Karabiner-Elements that lets you change your keydefs for any and all applications, so I have all the same keydefs across all applications. For example, whether I'm in terminal or textedit or Outlook or Messenger or Calendar or a search box or a URL address box, ^f still goes forward one character. And the capslock and left-control keys are swapped, which is how God intended. ![]() --Percy PS: Software opinions are not like religion. It is much more serious than that.
|
|||||||||||||||||||||||||||||||||||||||
Phat Member Posts: 17619 From: Denver,Colorado USA Joined: Member Rating: 1.1 |
My "What Wisdom Should Society Adopt?" topic split off into several rabbit trails and I thought it appropriate to bring the AI posts over here.
The A.I. Dilemma - March 9, 2023 from Center for Humane Technology on Vimeo. AZPaul3: xongsmith:To me, the video emphasized a strategy for responsibility while admitting to the fact that humans DO compete. What one team of researchers is self cnssored from doing, another team may plow ahead and exploit such technology. AZPaul3:One point that the researchers made in the video was that they had a blind spot in regards to predicting the exponential growth of the AI systems themselves(that younger generation is much more familiar with RPG gaming than the majority of seasoned researchers/developers) and they warned that the AI projects of today are crossing over into multiple sub disciplines and combining the exponential learning curve into one gauge of progress, if it can be called that. AZPaul3:AI development could be compared not only to the nuclear arms race after the Manhatten project and the end of WWII, but to the botched escape of the COVID 19 virus into society-at-large. AZ seems to think it can all be controlled through how we program it. What do the rest of you think?
|
|||||||||||||||||||||||||||||||||||||||
Percy Member Posts: 21581 From: New Hampshire Joined: Member Rating: 4.7
|
Phat writes: What do the rest of you think? I still think the boogieman should be our primary concern. --Percy
|
|||||||||||||||||||||||||||||||||||||||
AZPaul3 Member Posts: 8055 From: Phoenix Joined: Member Rating: 3.0 |
When you say AI what are you talking about?
What image of this thing do you hold in your mind? What are its physical attributes? And what programming attributes, intellectual abilities, do you see that manifest danger?Stop Tzar Vladimir the Condemned!
|
|||||||||||||||||||||||||||||||||||||||
Tanypteryx Member Posts: 4033 From: Oregon, USA Joined: Member Rating: 4.1
|
What do the rest of you think? On-off switch.Stop Tzar Vladimir the Condemned! What if Eleanor Roosevelt had wings? -- Monty Python One important characteristic of a theory is that is has survived repeated attempts to falsify it. Contrary to your understanding, all available evidence confirms it. --Subbie If evolution is shown to be false, it will be at the hands of things that are true, not made up. --percy The reason that we have the scientific method is because common sense isn't reliable. -- Taq
|
|
|
Do Nothing Button
Copyright 2001-2022 by EvC Forum, All Rights Reserved
Version 4.2
Innovative software from Qwixotic © 2023