-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
70 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
src/site/trivia/20-watts-of-pure-genius-how-your-brain-outsmarts-chatgpt.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
title: "20 Watts of Pure Genius: How Your Brain Outsmarts ChatGPT" | ||
date: 2024-09-17 | ||
tags: | ||
- AI | ||
- LLM | ||
- ChatGPT | ||
--- | ||
|
||
The human brain, with its 100 billion neurons, operates on just 20 watts of power. That's less than most light bulbs! | ||
|
||
Compared to AI models like ChatGPT, the brain is 17,000 times more energy-efficient! | ||
|
||
Training ChatGPT, required the same amount of energy that 40,000 US homes consume in a day. And that's just for training, not even running it! | ||
|
||
{% render "youtube-embed.html", videoId: "-TShmxKIwk8", videoDescription: title, shortform: true %} | ||
|
||
With this vast power difference, you'd think ChatGPT runs circles around humans, but no. The human brain still outperforms AI in various tasks. | ||
|
||
So, next time you flip on a light switch, remember: your brain is doing millions of calculations using less power than that light bulb. | ||
|
||
## Sources | ||
{% bibtex %} | ||
@online{src, | ||
title={Heating up: how much energy does AI use?}, | ||
url={https://techhq.com/2023/03/data-center-energy-usage-chatgpt/}, | ||
author={Molly Loe}, | ||
organization={TechHQ}, | ||
year={2023}, | ||
month={3}, | ||
day={24} | ||
} | ||
|
||
@online{src, | ||
title={How Much Electricity Does The Us Use In A Day?}, | ||
url={https://www.utilitysmarts.com/electricity/how-much-electricity-does-the-us-use-in-a-day/}, | ||
organization={The UtilitySmarts Team}, | ||
} | ||
{% endbibtex %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: "Navigation Lights: The Blinking Lights on Plane Wings" | ||
date: 2024-09-17 | ||
--- | ||
|
||
I built a nightlight for my son's room in the shape of an airplane, and I wanted to make it as realistic as possible. | ||
|
||
Ever notice the blinking lights on the tip of the wings of planes? | ||
|
||
These are **navigation lights**. Green on the right wing, red on the left. | ||
|
||
They're used so others can infer the orientation of a craft. If you see the lights of an airplane, and the green light is on the left, then you know it's moving toward you. If it's on the right, it's moving away from you. | ||
|
||
{% render "youtube-embed.html", videoId: "YF-RhCSKPWE", videoDescription: title, shortform: true %} | ||
|
||
It's a very simple system, and in case of emergency, say your radar is broken, you can use these lights to determine if a craft is coming toward you or moving away. | ||
|
||
And navigation lights are not only used by planes, also used on boats and even spacecraft, such as the SpaceX Dragon capsule. |