-
Notifications
You must be signed in to change notification settings - Fork 28
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
1 parent
903e8bc
commit f87f1b3
Showing
21 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,4 @@ | ||
{ | ||
"label": "Generative AI", | ||
"position": 3, | ||
} |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
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,21 @@ | ||
# Generative AI | ||
|
||
Generative Artificial Intelligence (**GenAI**) is a version of Artificial Intelligence (**AI**) that is good at generating content: text, images, sounds, videos, code, etc. | ||
|
||
The previous version of GenAI (referred to as AI) was based on Deep Neural Networks (**DNN**), which are brain-inspired math equations optimized for content classification. For example, it enabled computers to identify if pixels in an image represent a cat or dog, or if some text is written in Spanish or English. | ||
|
||
GenAI uses AI in the opposite way -- not to classify, but to generate new content. For example, to generate a pixel image of a cat, or a response to some text in Spanish. A response from ChatGPT would be another example of GenAI in action. | ||
|
||
ChatGPT popularized using a chat interface to interact with generative AI, other services like MidJourney are using existing communication interfaces like Discord. We are starting to see other interfaces like ChatGPT-4o that run in mobile phones and can understand voice and video without a chat interface, in the not so distant future we might see generative applications that run in Zoom or even on robots like Tesla's Optimus. | ||
|
||
New developer jobs will likely require writing code for such new applications to help GenAI learn faster, modify their behavior, or solve harder problems. | ||
|
||
For example, even if an AI or a robot was capable of flying an airplane autonomously, developers might want to write code that double checks that the landing is safe, connects to the best weather services, provides flight updates to passengers, etc. | ||
|
||
We don't know exactly what the new AI will look like and how our jobs or world will transform, but we are optimistic that GenApps will help us solve hard problems the world is facing in healthcare, education, climate, energy, space exploration, entertainment, and so on. | ||
|
||
It is expected that AI systems will continue evolving, it's hard to predict how; but we can learn from expert interviews to understand the potential and implications of this new wave of AI. | ||
|
||
<center><iframe width="560" height="315" src="https://www.youtube.com/embed/rLG68k2blOc?si=FuIUB2HsLWqVMcU9" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></center> | ||
|
||
Head next to the [Deep Neural Networks](dnn) section to learn the foundations that lead us to Generative AI. |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.