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
Brand Logo

agnos.is Forums

  1. Home
  2. Technology
  3. Microsoft Study Finds Relying on AI Kills Your Critical Thinking Skills

Microsoft Study Finds Relying on AI Kills Your Critical Thinking Skills

Scheduled Pinned Locked Moved Technology
technology
211 Posts 115 Posters 2.1k Views
  • 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.
  • G [email protected]

    I was talking to someone who does software development, and he described his experiments with AI for coding.

    He said that he was able to use it successfully and come to a solution that was elegant and appropriate.

    However, what he did not do was learn how to solve the problem, or indeed learn anything that would help him in future work.

    jackbydev@programming.devJ This user is from outside of this forum
    jackbydev@programming.devJ This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #116

    I feel you, but I've asked it why questions too.

    1 Reply Last reply
    0
    • P [email protected]

      The one thing that I learned when talking to chatGPT or any other AI on a technical subject is you have to ask the AI to cite its sources. Because AIs can absolutely bullshit without knowing it, and asking for the sources is critical to double checking.

      jackbydev@programming.devJ This user is from outside of this forum
      jackbydev@programming.devJ This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #117

      I've found questions about niche tools tend to get worse answers. I was asking if some stuff about jpackage and it couldn't give me any working suggestions or correct information. Stuff I've asked about Docker was much better.

      V P 2 Replies Last reply
      0
      • A [email protected]

        This was one of the posts of all time.

        jackbydev@programming.devJ This user is from outside of this forum
        jackbydev@programming.devJ This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #118

        New copy pasta just dropped

        1 Reply Last reply
        0
        • N [email protected]

          People generally don't learn from an unreliable teacher.

          jackbydev@programming.devJ This user is from outside of this forum
          jackbydev@programming.devJ This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #119

          I'd rather learn from slightly unreliable teachers than teachers who belittle me for asking questions.

          N 1 Reply Last reply
          0
          • B [email protected]

            But Peterson is a fuckhead... So it's accurate in this case. Afaik he does do the things it says.

            I This user is from outside of this forum
            I This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #120

            That's the addiction talking. Use common sense! AI bad

            B 1 Reply Last reply
            0
            • A [email protected]
              This post did not contain any content.
              R This user is from outside of this forum
              R This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #121

              Well no shit Sherlock.

              1 Reply Last reply
              0
              • G [email protected]

                I was talking to someone who does software development, and he described his experiments with AI for coding.

                He said that he was able to use it successfully and come to a solution that was elegant and appropriate.

                However, what he did not do was learn how to solve the problem, or indeed learn anything that would help him in future work.

                F This user is from outside of this forum
                F This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #122

                how does he know that the solution is elegant and appropriate?

                G 1 Reply Last reply
                0
                • P [email protected]

                  Idk man. I just used it the other day for recalling some regex syntax and it was a bit helpful. However, if you use it to help you generate the regex prompt, it won't do that successfully. However, it can break down the regex and explain it to you.

                  Ofc you all can say "just read the damn manual", sure I could do that too, but asking an generative a.i to explain a script can also be as effective.

                  F This user is from outside of this forum
                  F This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #123

                  what got regex to do with critical thinking?

                  1 Reply Last reply
                  0
                  • B [email protected]

                    I'm a senior software dev that uses AI to help me with my job daily. There are endless tools in the software world all with their own instructions on how to use them. Often they have issues and the solutions aren't included in those instructions. It used to be that I had to go hunt down any references to the problem I was having though online forums in the hopes that somebody else figured out how to solve the issue but now I can ask AI and it generally gives me the answer I'm looking for.

                    If I had AI when I was still learning core engineering concepts I think shortcutting the learning process could be detrimental but now I just need to know how to get X done specifically with Y this one time and probably never again.

                    V This user is from outside of this forum
                    V This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #124

                    100% this. I generally use AI to help with edge cases in software or languages that I already know well or for situations where I really don't care to learn the material because I'm never going to touch it again. In my case, for python or golang, I'll use AI to get me started in the right direction on a problem, then go read the docs to develop my solution. For some weird ugly regex that I just need to fix and never touch again I just ask AI, test the answer it gices, then play with it until it works because I'm never going to remember how to properly use a negative look-behind in regex when I need it again in five years.

                    I do think AI could be used to help the learning process, too, if used correctly. That said, it requires the student to be proactive in asking the AI questions about why something works or doesn't, then going to read additional information on the topic.

                    1 Reply Last reply
                    0
                    • jackbydev@programming.devJ [email protected]

                      I've found questions about niche tools tend to get worse answers. I was asking if some stuff about jpackage and it couldn't give me any working suggestions or correct information. Stuff I've asked about Docker was much better.

                      V This user is from outside of this forum
                      V This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #125

                      The ability of AI to write things with lots of boilerplate like Kubernetes manifests is astounding. It gets me 90-95% of the way there and saves me about 50% of my development time. I still have to understand the result before deployment because I'm not going to blindly deploy something that AI wrote and it rarely works without modifications, but it definitely cuts my development time significantly.

                      1 Reply Last reply
                      0
                      • T [email protected]

                        Misleading headline: No such thing as "AI". No such thing as people "relying" on it. No objective definition of "critical thinking skills". Just a bunch of meaningless buzzwords.

                        V This user is from outside of this forum
                        V This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #126

                        Do you want the entire article in the headline or something? Go read the article and the journal article that it cites. They expand upon all of those terms.

                        Also, I'm genuinely curious, what do you mean when you say that there is "No such thing AS "AI""?

                        1 Reply Last reply
                        0
                        • A [email protected]
                          This post did not contain any content.
                          D This user is from outside of this forum
                          D This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #127

                          Tinfoil hat me goes straight to: make the population dumber and they’re easier to manipulate.

                          It’s insane how people take LLM output as gospel. It’s a TOOL just like every other piece of technology.

                          K 1 Reply Last reply
                          0
                          • D [email protected]

                            Tinfoil hat me goes straight to: make the population dumber and they’re easier to manipulate.

                            It’s insane how people take LLM output as gospel. It’s a TOOL just like every other piece of technology.

                            K This user is from outside of this forum
                            K This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #128

                            I mostly use it for wordy things like filing out review forms HR make us do and writing templates for messages to customers

                            D 1 Reply Last reply
                            0
                            • K [email protected]

                              I mostly use it for wordy things like filing out review forms HR make us do and writing templates for messages to customers

                              D This user is from outside of this forum
                              D This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #129

                              Exactly. It’s great for that, as long as you know what you want it to say and can verify it.

                              The issue is people who don’t critically think about the data they get from it, who I assume are the same type to forward Facebook memes as fact.

                              It’s a larger problem, where convenience takes priority over actually learning and understanding something yourself.

                              J 1 Reply Last reply
                              0
                              • D [email protected]

                                Exactly. It’s great for that, as long as you know what you want it to say and can verify it.

                                The issue is people who don’t critically think about the data they get from it, who I assume are the same type to forward Facebook memes as fact.

                                It’s a larger problem, where convenience takes priority over actually learning and understanding something yourself.

                                J This user is from outside of this forum
                                J This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #130

                                As you mentioned tho, not really specific to LLMs at all

                                D 1 Reply Last reply
                                0
                                • J [email protected]

                                  As you mentioned tho, not really specific to LLMs at all

                                  D This user is from outside of this forum
                                  D This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #131

                                  Yeah it’s just escalating the issue due to its universal availability. It’s being used in lieu of Google by many people, who blindly trust whatever it spits out.

                                  If it had a high technological floor of entry, it wouldn’t be as influential to the general public as it is.

                                  J 1 Reply Last reply
                                  0
                                  • A [email protected]
                                    This post did not contain any content.
                                    B This user is from outside of this forum
                                    B This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #132

                                    Linux study, finds that relying on MS kills critical thinking skills. 😂

                                    1 Reply Last reply
                                    0
                                    • A [email protected]
                                      This post did not contain any content.
                                      I This user is from outside of this forum
                                      I This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #133

                                      Microsoft said it so I guess it must be true then 🤷‍♂️

                                      1 Reply Last reply
                                      0
                                      • D [email protected]

                                        Yeah it’s just escalating the issue due to its universal availability. It’s being used in lieu of Google by many people, who blindly trust whatever it spits out.

                                        If it had a high technological floor of entry, it wouldn’t be as influential to the general public as it is.

                                        J This user is from outside of this forum
                                        J This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #134

                                        It's such a double edged sword though, Google is a good example, I became a netizen at a very young age and learned how to properly search for information over time.

                                        Unfortunately the vast majority of the population over the last two decades have not put in that effort, and it shows lol.

                                        Fundamentally, I do not believe in arbitrarily deciding who can and can not have access to information though.

                                        D 1 Reply Last reply
                                        0
                                        • A [email protected]
                                          This post did not contain any content.
                                          S This user is from outside of this forum
                                          S This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #135

                                          Just try using AI for a complicated mechanical repair. For instance draining the radiator fluid in your specific model of car, chances are googles AI model will throw in steps that are either wrong, or unnecessary. If you turn off your brain while using AI, you're likely to make mistakes that will go unnoticed until the thing you did is business necessary. AI should be a tool like a straight edge, it has it's purpose and it's up to you the operator to make sure you got the edges squared(so to speak).

                                          J P 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

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