Skip to content

Commit

Permalink
rename concepts to genai docs
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Aug 28, 2024
1 parent 903e8bc commit f87f1b3
Show file tree
Hide file tree
Showing 21 changed files with 25 additions and 25 deletions.
4 changes: 0 additions & 4 deletions website/learn/concepts/_category_.json

This file was deleted.

21 changes: 0 additions & 21 deletions website/learn/concepts/index.md

This file was deleted.

4 changes: 4 additions & 0 deletions website/learn/genai/_category_.json
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.
21 changes: 21 additions & 0 deletions website/learn/genai/index.md
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.

0 comments on commit f87f1b3

Please sign in to comment.