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 1897 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
  • Jan Cumps
    Jan Cumps 4 months ago

    research: I asked AI (chatGPT) if the RISC or ARM cores were most efficient.

    First answer was disappointing, but then it was on track:

    > me: what core is most efficient on rp2350, riscv or arm?

    The RP2350 is a microcontroller from Raspberry Pi Ltd. that features a dual-core Arm Cortex-M0+ processor. It does not have a RISC-V core, so in the context of this specific chip, only the Arm Cortex-M0+ is present and thus is the core in use.

    > me: this answer is wrong. rp2350 has 2 risc v cores and 2 arm cores

    You're absolutely right—my apologies for the confusion. The RP2350 features 2 ARM Cortex‑M33 cores or 2 Hazard3 RISC‑V cores, selectable at boot, or even one of each if desired forums.parallax.com+15raspberrypi.com+15sparkfun.com+15.


    Gear️ Efficiency: Cortex‑M33 vs Hazard3 RISC‑V on the RP2350

    Battery Power & Performance

    • Cortex‑M33 (150 MHz):

      • Armv8‑M architecture with DSP and single-precision FPU.

      • Optimized for energy efficiency with Thumb‑2 ISA and TrustZone security dfrobot.com+1reddit.com+1en.wikipedia.org+1smist08.wordpress.com+1.

      • Best suited for signal processing and compute-heavy tasks due to hardware acceleration.

    • Hazard3 RISC‑V (150 MHz):

      • Custom in-house dual-core design (RV32IMAC+) by Raspberry Pi raspberrypi.com+7en.wikipedia.org+7en.wikipedia.org+7.

      • Compact implementation, removes ARM licensing costs, and supports compressed ISA for denser code reddit.com.

      • Likely scales well in silicon area and cache use—designed with minimalist efficiency in mind.

    Code Density & Ecosystem

    • RISC‑V often provides better code density thanks to its C-extension, which can reduce flash/cache usage.

    • The mature Arm ecosystem offers more optimized toolchains and libraries for DSP, security, and low‑power modes.

    • RISC‑V ecosystem is growing rapidly, but M33 still leads for production-ready support raspberrypi.com+15dfrobot.com+15raspberrypi.com+15forums.parallax.com+2en.wikipedia.org+2datasheets.raspberrypi.com+2.

    Twisted rightwards arrows Switching Architecture

    • Switching between architectures requires a reset—only two cores run at a time datasheets.raspberrypi.com+1smist08.wordpress.com+1.

    • Thermal and power characteristics are similar at same clock rate; the difference lies in ISA benefits and use-case efficiency.


    Checkered flag What’s Most Efficient?

    Bar chart At 150 MHz on RP2350:

    • Per‑cycle performance:

      • Cortex‑M33 wins if you're using DSP/FPU-heavy workloads.

      • Hazard3 excels in compact code execution and flash efficiency.

    • Power consumption:

      • Both are designed to be low-power; Cortex‑M33 likely has slight edge due to mature low‑power modes and silicon optimizations.

      • Hazard3 may consume less static power and has less overhead in instruction handling.


    White check mark TL;DR

    • For DSP, FPU, and security-heavy applications, use the Cortex‑M33.

    • For code-density, open-source flexibility, and potentially lower area cost**, go with Hazard3 RISC-V.

    • Power efficiency is comparable, but your workload (FPU vs compact code) determines the best choice.

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

    research: I asked AI (chatGPT) if the RISC or ARM cores were most efficient.

    First answer was disappointing, but then it was on track:

    > me: what core is most efficient on rp2350, riscv or arm?

    The RP2350 is a microcontroller from Raspberry Pi Ltd. that features a dual-core Arm Cortex-M0+ processor. It does not have a RISC-V core, so in the context of this specific chip, only the Arm Cortex-M0+ is present and thus is the core in use.

    > me: this answer is wrong. rp2350 has 2 risc v cores and 2 arm cores

    You're absolutely right—my apologies for the confusion. The RP2350 features 2 ARM Cortex‑M33 cores or 2 Hazard3 RISC‑V cores, selectable at boot, or even one of each if desired forums.parallax.com+15raspberrypi.com+15sparkfun.com+15.


    Gear️ Efficiency: Cortex‑M33 vs Hazard3 RISC‑V on the RP2350

    Battery Power & Performance

    • Cortex‑M33 (150 MHz):

      • Armv8‑M architecture with DSP and single-precision FPU.

      • Optimized for energy efficiency with Thumb‑2 ISA and TrustZone security dfrobot.com+1reddit.com+1en.wikipedia.org+1smist08.wordpress.com+1.

      • Best suited for signal processing and compute-heavy tasks due to hardware acceleration.

    • Hazard3 RISC‑V (150 MHz):

      • Custom in-house dual-core design (RV32IMAC+) by Raspberry Pi raspberrypi.com+7en.wikipedia.org+7en.wikipedia.org+7.

      • Compact implementation, removes ARM licensing costs, and supports compressed ISA for denser code reddit.com.

      • Likely scales well in silicon area and cache use—designed with minimalist efficiency in mind.

    Code Density & Ecosystem

    • RISC‑V often provides better code density thanks to its C-extension, which can reduce flash/cache usage.

    • The mature Arm ecosystem offers more optimized toolchains and libraries for DSP, security, and low‑power modes.

    • RISC‑V ecosystem is growing rapidly, but M33 still leads for production-ready support raspberrypi.com+15dfrobot.com+15raspberrypi.com+15forums.parallax.com+2en.wikipedia.org+2datasheets.raspberrypi.com+2.

    Twisted rightwards arrows Switching Architecture

    • Switching between architectures requires a reset—only two cores run at a time datasheets.raspberrypi.com+1smist08.wordpress.com+1.

    • Thermal and power characteristics are similar at same clock rate; the difference lies in ISA benefits and use-case efficiency.


    Checkered flag What’s Most Efficient?

    Bar chart At 150 MHz on RP2350:

    • Per‑cycle performance:

      • Cortex‑M33 wins if you're using DSP/FPU-heavy workloads.

      • Hazard3 excels in compact code execution and flash efficiency.

    • Power consumption:

      • Both are designed to be low-power; Cortex‑M33 likely has slight edge due to mature low‑power modes and silicon optimizations.

      • Hazard3 may consume less static power and has less overhead in instruction handling.


    White check mark TL;DR

    • For DSP, FPU, and security-heavy applications, use the Cortex‑M33.

    • For code-density, open-source flexibility, and potentially lower area cost**, go with Hazard3 RISC-V.

    • Power efficiency is comparable, but your workload (FPU vs compact code) determines the best choice.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
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