Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Thoughts on current chatty AI

Thoughts on current chatty AI

Scheduled Pinned Locked Moved The Lounge
questiondiscussion
29 Posts 16 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Cpichols

    The reports of totally made up answers that are so confident and well-written have me thinking. These AI seem to have no concept of the difference between fact and fiction. Being asked to produce copy is the same thing to them as being asked for factual content. They regularly plagiarize, so taking bits from the questions and bits from other writings, they assemble responses as if they were just copy, even when asked to answer with simple facts, whole snips of historical documents/scientific studies, or calculations. Perhaps what is needed is a sort-of 'scholar:' tag. So when asking for answers, it won't make things up.

    T Offline
    T Offline
    theoldfool
    wrote on last edited by
    #11

    Donald Knuth Asked ChatGPT 20 Questions. What Did We Learn? - The New Stack[^]

    >64 Some days the dragon wins. Suck it up.

    C 1 Reply Last reply
    0
    • T theoldfool

      Donald Knuth Asked ChatGPT 20 Questions. What Did We Learn? - The New Stack[^]

      >64 Some days the dragon wins. Suck it up.

      C Offline
      C Offline
      Cpichols
      wrote on last edited by
      #12

      Exactly

      1 Reply Last reply
      0
      • L Lost User

        Cpichols wrote:

        These AI seem to have no concept of the difference between fact and fiction.

        The key word in the name is "Artificial". Anyone with half a brain knows that these machines have nothing anywhere close to intelligence.

        C Offline
        C Offline
        Cpichols
        wrote on last edited by
        #13

        Which clearly leaves out this lawyer: Lawyer uses ChatGPT in court and now ‘greatly regrets’ it[^]

        1 Reply Last reply
        0
        • C Cpichols

          The reports of totally made up answers that are so confident and well-written have me thinking. These AI seem to have no concept of the difference between fact and fiction. Being asked to produce copy is the same thing to them as being asked for factual content. They regularly plagiarize, so taking bits from the questions and bits from other writings, they assemble responses as if they were just copy, even when asked to answer with simple facts, whole snips of historical documents/scientific studies, or calculations. Perhaps what is needed is a sort-of 'scholar:' tag. So when asking for answers, it won't make things up.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #14

          There's is no "one" AI. Each one is custom-tailored, by a "creator", to pursue their agenda; probably at your expense. At a minimum, it captures "you" while you're busy conversing with "it" (i.e. the "creator's" data banks).

          "Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I

          A 1 Reply Last reply
          0
          • K Kenneth Haugland

            AI is just a learning algorithm. It predicts behavior based on previously known inputs and learns to predict the correct output based on these. The problem is that it needs a massive amount of data to be able to do this. What I would love to see is an AI that could read the documentation and be able to just answer your questions from this documentation. Or better, you just type what you want to do in a console in the respective program, and the AI finds out what you want it to do and does it.

            A Offline
            A Offline
            Andre Oosthuizen
            wrote on last edited by
            #15

            a Few months from now we should start seeing "Note: This answer is deprecated, please update to version 4.101" :)

            1 Reply Last reply
            0
            • L Lost User

              There's is no "one" AI. Each one is custom-tailored, by a "creator", to pursue their agenda; probably at your expense. At a minimum, it captures "you" while you're busy conversing with "it" (i.e. the "creator's" data banks).

              "Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I

              A Offline
              A Offline
              Andre Oosthuizen
              wrote on last edited by
              #16

              Takes me back to the "good 'ol days" as a student when we "copied" answers from a book, only to realize the answer is not working for our app needs... The AI back then were called "... 101 for dummies".

              1 Reply Last reply
              0
              • C Cpichols

                The reports of totally made up answers that are so confident and well-written have me thinking. These AI seem to have no concept of the difference between fact and fiction. Being asked to produce copy is the same thing to them as being asked for factual content. They regularly plagiarize, so taking bits from the questions and bits from other writings, they assemble responses as if they were just copy, even when asked to answer with simple facts, whole snips of historical documents/scientific studies, or calculations. Perhaps what is needed is a sort-of 'scholar:' tag. So when asking for answers, it won't make things up.

                B Offline
                B Offline
                BryanFazekas
                wrote on last edited by
                #17

                Cpichols wrote:

                These AI seem to have no concept of the difference between fact and fiction.

                That is totally incorrect -- "AI" have no concept of anything. There is no "intelligence" in "artificial intelligence". In simplest terms, any "AI" is just a huge, nested if-then-else. When programming, it's up to the programmer to ensure that an if-then-else is testing the correct things, and is testing them correctly. If there is any point of failure, the results will be wrong at least some of the time. Machine learning works by feeding it massive amounts of data, and later indicating which is correct and which is not. As has been pointed out, it gets better with training. The problem is that it will never be 100% correct, yet people are already trusting these systems as being so. There is no discrimination, just a lot of tests that must be correct, yet can't be.

                C 1 Reply Last reply
                0
                • B BryanFazekas

                  Cpichols wrote:

                  These AI seem to have no concept of the difference between fact and fiction.

                  That is totally incorrect -- "AI" have no concept of anything. There is no "intelligence" in "artificial intelligence". In simplest terms, any "AI" is just a huge, nested if-then-else. When programming, it's up to the programmer to ensure that an if-then-else is testing the correct things, and is testing them correctly. If there is any point of failure, the results will be wrong at least some of the time. Machine learning works by feeding it massive amounts of data, and later indicating which is correct and which is not. As has been pointed out, it gets better with training. The problem is that it will never be 100% correct, yet people are already trusting these systems as being so. There is no discrimination, just a lot of tests that must be correct, yet can't be.

                  C Offline
                  C Offline
                  Cpichols
                  wrote on last edited by
                  #18

                  The Lounge[^] This is the point right here. They can't be trusted. Specifically, they can't be trusted to "discern" (if/else or otherwise come to a conclusion about) the difference between fact sources (historical documents, scientific studies, current events) and fictional ones.

                  1 Reply Last reply
                  0
                  • L Lost User

                    Cpichols wrote:

                    These AI seem to have no concept of the difference between fact and fiction.

                    The key word in the name is "Artificial". Anyone with half a brain knows that these machines have nothing anywhere close to intelligence.

                    Z Offline
                    Z Offline
                    ZaphodBeebs
                    wrote on last edited by
                    #19

                    Can you pass the bar exam?

                    J D 2 Replies Last reply
                    0
                    • S Slacker007

                      Common sense and baseline IQ will tell anyone that AI and AI "Chat" is still very new and is in constant development and progression. Eventually, some day (soon?) it will be perfected. To judge it now is premature at best.

                      W Offline
                      W Offline
                      WPerkins
                      wrote on last edited by
                      #20

                      Sounds like something an AI would say!

                      1 Reply Last reply
                      0
                      • S Slacker007

                        Common sense and baseline IQ will tell anyone that AI and AI "Chat" is still very new and is in constant development and progression. Eventually, some day (soon?) it will be perfected. To judge it now is premature at best.

                        M Offline
                        M Offline
                        Mark Starr
                        wrote on last edited by
                        #21

                        Yes, it is new. And it will change (significantly?) over time. The problem, though, is an old one: people are lazy. Given a new tool to help them do a job, they'll quickly use it to *do* the job, without oversight or a critical eye. So what difference does it make if you're getting misinformation from an automated device, or a politician, a newscaster, or your neighbor Paul. If you don't take time to verify, then what does it matter.

                        Time is the differentiation of eternity devised by man to measure the passage of human events. - Manly P. Hall Mark Just another cog in the wheel

                        1 Reply Last reply
                        0
                        • S Slacker007

                          Common sense and baseline IQ will tell anyone that AI and AI "Chat" is still very new and is in constant development and progression. Eventually, some day (soon?) it will be perfected. To judge it now is premature at best.

                          J Offline
                          J Offline
                          jschell
                          wrote on last edited by
                          #22

                          They started AI research in the 50s. Lisp is a programming language created about 1960 specifically for doing research in AI. ChatGPT comes from OpenAI which was started in 2015 as a non-profit specifically to use existing (prior) knowledge of AI to research it. ChatGPT is actually the third generation of something based on what they were working on. So not really sure how any of this counts as "very new".

                          1 Reply Last reply
                          0
                          • Z ZaphodBeebs

                            Can you pass the bar exam?

                            J Offline
                            J Offline
                            jschell
                            wrote on last edited by
                            #23

                            Myself I haven't tried. But in quite a few place in the US one does not need to be a lawyer to be a judge. One does not need to go to law school to take the bar exam. There are practicing lawyers that have not passed the bar exam. A lawyer was sanctioned because they submitted case law extracted from ChatGPT which was entirely made up. Myself I can drive a car in the snow and maneuver around construction cones without running into the side of truck. Hopefully you can do the same. Hopefully you do not rely on your self driving car to do that.

                            1 Reply Last reply
                            0
                            • S Slacker007

                              Common sense and baseline IQ will tell anyone that AI and AI "Chat" is still very new and is in constant development and progression. Eventually, some day (soon?) it will be perfected. To judge it now is premature at best.

                              S Offline
                              S Offline
                              sasadler
                              wrote on last edited by
                              #24

                              I'll do like I did with digital cameras, I'll wait till things get 'good enough' before I invest my time with the bots.

                              1 Reply Last reply
                              0
                              • S Slacker007

                                Common sense and baseline IQ will tell anyone that AI and AI "Chat" is still very new and is in constant development and progression. Eventually, some day (soon?) it will be perfected. To judge it now is premature at best.

                                A Offline
                                A Offline
                                Al Fargnoli
                                wrote on last edited by
                                #25

                                There's no intelligence in an LLM. It strings phrases together partially based on the frequency of those phrases appearing together in its training data. Here's an in-depth description: https://writings.stephenwolfram.com/2023/02/what-is-chatgpt-doing-and-why-does-it-work/. Yeah, they will add heuristics around it to make it seem less dumb, but how far is that going to take it? Have you seen the ChatGPT response where it's supposed to subtract 3 from 70, and it confidently answers "73"? And here is Donald Knuth's experience, Donald Knuth Asked ChatGPT 20 Questions. What Did We Learn? - The New Stack[^].

                                J 1 Reply Last reply
                                0
                                • Z ZaphodBeebs

                                  Can you pass the bar exam?

                                  D Offline
                                  D Offline
                                  Daniel Pfeffer
                                  wrote on last edited by
                                  #26

                                  Can lawyers write specifications? designs? computer programs?

                                  Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

                                  1 Reply Last reply
                                  0
                                  • A Al Fargnoli

                                    There's no intelligence in an LLM. It strings phrases together partially based on the frequency of those phrases appearing together in its training data. Here's an in-depth description: https://writings.stephenwolfram.com/2023/02/what-is-chatgpt-doing-and-why-does-it-work/. Yeah, they will add heuristics around it to make it seem less dumb, but how far is that going to take it? Have you seen the ChatGPT response where it's supposed to subtract 3 from 70, and it confidently answers "73"? And here is Donald Knuth's experience, Donald Knuth Asked ChatGPT 20 Questions. What Did We Learn? - The New Stack[^].

                                    J Offline
                                    J Offline
                                    jschell
                                    wrote on last edited by
                                    #27

                                    Al Fargnoli wrote:

                                    strings phrases together partially based on the frequency of those phrases

                                    Which describes many click bait sites also. So are they intelligent?

                                    A 1 Reply Last reply
                                    0
                                    • K Kenneth Haugland

                                      Maybe I can ask the AI for docs on what it means. Oh snap :laugh: I would also love to just give an AI a plot and ask it to make a game of it in the style of Witcher 3 :)

                                      J Offline
                                      J Offline
                                      Jo_vb net
                                      wrote on last edited by
                                      #28

                                      Found this link/info today in my VS news panel: Visual Studio's IntelliSense list can now steer GitHub Copilot code completions. - Visual Studio Blog[^]

                                      1 Reply Last reply
                                      0
                                      • J jschell

                                        Al Fargnoli wrote:

                                        strings phrases together partially based on the frequency of those phrases

                                        Which describes many click bait sites also. So are they intelligent?

                                        A Offline
                                        A Offline
                                        Al Fargnoli
                                        wrote on last edited by
                                        #29

                                        Almost as "intelligent" as a LLM-based chat bot!

                                        1 Reply Last reply
                                        0
                                        Reply
                                        • Reply as topic
                                        Log in to reply
                                        • Oldest to Newest
                                        • Newest to Oldest
                                        • Most Votes


                                        • Login

                                        • Don't have an account? Register

                                        • Login or register to search.
                                        • First post
                                          Last post
                                        0
                                        • Categories
                                        • Recent
                                        • Tags
                                        • Popular
                                        • World
                                        • Users
                                        • Groups