element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Community Hub
Community Hub
Member's Forum WARNING ! AI rots your Brain
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Community Hub to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 47 replies
  • Subscribers 548 subscribers
  • Views 1882 views
  • Users 0 members are here
Related

WARNING ! AI rots your Brain

michaelkellett
michaelkellett 4 months ago

From yesterdays Telegraph:

image

The article is based on work done at MIT 

https://www.media.mit.edu/projects/your-brain-on-chatgpt/overview/

https://www.brainonllm.com/

If you follow the second link you can eventually find  .pdf of the full research paper (if you've been using ChatGPT a lot recently you may struggle.)

You have been warned !

MK

  • Sign in to reply
  • Cancel

Top Replies

  • dougw
    dougw 4 months ago +5
    This is a no-brainer. But what does AI have to say for itself on the topic?
  • dougw
    dougw 4 months ago +4
    Calculators rotted our brains. Search engines eliminated the need to learn. AI eliminates the need to think. At risk is human creativity.
  • Jan Cumps
    Jan Cumps 4 months ago +2
    michaelkellett said: (if you've been using ChatGPT a lot recently you may struggle.)
Parents
  • aswinvenu
    aswinvenu 4 months ago

    Just makes me thinking..
    Auto-complete has been playing a big role in people's ability to remember spellings and details.
    Even while coding I have noticed that those who use auto complete don't tend to remember the details of the functions etc.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • Jan Cumps
    Jan Cumps 4 months ago in reply to aswinvenu

    That leaves more brain bandwidth for other things. There are so many APIs out there. It may make sense to memorise the ones you use daily. But all others: let the tools do the work?

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • Jan Cumps
    Jan Cumps 4 months ago in reply to aswinvenu

    That leaves more brain bandwidth for other things. There are so many APIs out there. It may make sense to memorise the ones you use daily. But all others: let the tools do the work?

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Children
  • aswinvenu
    aswinvenu 4 months ago in reply to Jan Cumps

    Fair point! But will it affect the ability of people to focus on details? I am not saying they have to remember all the APIs. What I have seen is ( especially while taking interviews ) people who are so used to autocomplete struggles to put a fully functional code in place, even with some basic functions.    

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • javagoza
    javagoza 4 months ago in reply to aswinvenu

    We often forget, especially in human resources, that the purpose of hiring is to bring in people who can solve problems, not people who are just good at interviews.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Jan Cumps
    Jan Cumps 4 months ago in reply to aswinvenu

    I count myself amongst that group.  I always refer to existing code, examples, previous blogs and google.

    If I haven't written a case: statement in the last few weeks, I need to google it.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • genebren
    genebren 4 months ago in reply to Jan Cumps

    I feel the same way.  I have never strived to remember syntax, or parameter positions in a function call, as there are plenty of sources for those answers. Code completion tools can help with that.  What I do focus on when writing code is make it readable and functionally sound.  I have known people with great recall that can't program to save their lives, because they don't have the skills to logically break down problems into pieces and then to utilize the pieces in a concise way.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz 4 months ago in reply to genebren

    I use the AI tools to help with code completion, and API discovery too.

    Here's an example.

    Through usual experience, I know that if I want to calculate the radius of a circle from the area of it, then math.h will have a function to perform the square root. But I don't need to remember the parameters, nor even the name of the function.

    In the screenshot below, you can see in gray text that the AI-powered auto-completion suggested the API function name for me, and the parameter too.

    It's in grey and up to me to accept it by pressing tab, or ignore and keep typing as normal.

    That API discovery is powerful, and it's not unusual that it can find a better function than I might have chosen.

    Notice I don't have the constant M_PI defined, but hovering over it tells me that. I either need to create my own definition of Pi, or use one in a library.

    image

    Then, the AI can see I'm trying to print the radius, which is a floating-point value, so it auto-completed the string, and the variable name.

    image

    All the time the user is in control, but can let the AI take over with this fine line-per-line interactivity, and override whenever it's desired. The user is still responsible for architecture and individual functions, just as if they were not using AI, but can get a speed-up to do the boring bits of filling in lines of code.

    It also encourages the user to write more descriptive variable names and code comments, since that's more input into the AI.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • BigG
    BigG 4 months ago in reply to Jan Cumps

    Absolutely.. LLMs are merely tools that requires human input, which just happens to be in our natural spoken language, to produce a digital output.

    Here's an interesting talk just published on social media, which touches on how software is changing: https://x.com/aaditsh/status/1935611395653226588

    Edit. Video also found on YouTube.

    You don't have permission to edit metadata of this video.
    Edit media
    x
    image
    Upload Preview
    image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube