Skip to content

Commit 1eb1490

Browse files
authored
Merge pull request microsoft#37 from microsoft/softchris-patch-1
Final Review Chapter 1 - Update README.md
2 parents ca8bf84 + bbf9251 commit 1eb1490

File tree

1 file changed

+15
-5
lines changed
  • 1-getting-started/lessons/1-introduction-to-generative-ai

1 file changed

+15
-5
lines changed

1-getting-started/lessons/1-introduction-to-generative-ai/README.md

+15-5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
<!-- Sketchnote goes here -->
44
![]()
55

6+
Generative AI is artificial intelligence capable of generating text, images and other type of content. What makes it a fantastic technology is that it democratizes AI, anyone can use it with as little as a text prompt, a sentence written in a natural language. There's no need for you to learn a language like Java or SQL to accomplish something worthwhile, all you need is to use your language, state what you want and out comes a suggestion from an AI model. The applications and impact for this is huge, you write or understand reports, write applications and much more, all in seconds.
7+
8+
In this curriculum, we’ll explore how our startup leverages generative AI to unlock new scenarios in the education world and how we address the inevitable challenges associated with the social implications of its application and the technology limitations.
9+
610
## Introduction
711

812
This lesson will cover:
@@ -19,18 +23,18 @@ After completing this lesson, you will understand:
1923
* What generative AI is and how Large Language Models work.
2024
* How you can leverage large language models for different use cases, with a focus on education scenarios.
2125

22-
## Scenario
26+
## Scenario: an educational startup "Edu4All"
2327

24-
Generative Artificial Intelligence (AI) represents the pinnacle of AI technology, pushing the boundaries of what was once thought impossible. Generative AI models have several capabilities and applications, but for this course we'll explore how they are revolutionizing education through a fictional startup, that we’ll be referring to as *our startup*. Our startup works in the education domain with the ambitious mission of *improving accessibility* in learning on a global scale, ensuring equitable access to education and providing personalized learning experiences to every learner, according to their needs.
28+
Generative Artificial Intelligence (AI) represents the pinnacle of AI technology, pushing the boundaries of what was once thought impossible. Generative AI models have several capabilities and applications, but for this curriculum we'll explore how it's revolutionizing education through a fictional startup. We'll refer to this startup as Edu4All. Our startup works in the education domain with the ambitious mission statement of
29+
30+
> *improving accessibility in learning, on a global scale, ensuring equitable access to education and providing personalized learning experiences to every learner, according to their needs*.
2531
2632
Our startup team is aware we’ll not be able to achieve this goal without leveraging one of the most powerful tools of modern times – Large Language Models (LLMs).
2733

28-
Generative AI is expected to revolutionize the way we learn and teach today, with students having at their disposal virtual teachers 24 hours a day which provide vast amounts of information and examples, and teachers able to leverage innovative tools to assess their students and give feedback.
34+
Generative AI is expected to revolutionize the way we learn and teach today, with students having at their disposal virtual teachers 24 hours a day who provide vast amounts of information and examples, and teachers able to leverage innovative tools to assess their students and give feedback.
2935

3036
![Five young students looking at a monitor - image by DALLE2](./images/students-by-DALLE2.png)
3137

32-
In this curriculum, we’ll explore how our startup leverages generative AI to unlock new scenarios in the education world and how we address the inevitable challenges associated with the social implications of its application and the technology limitations.
33-
3438
To start, let’s define some basic concepts and terminology we’ll be using throughout the curriculum.
3539

3640
## How did we get Generative AI?
@@ -103,6 +107,12 @@ The examples above are quite simple and don’t want to be an exhaustive demonst
103107

104108
Also, the output of a generative AI model is not perfect and sometimes the creativity of the model can work against it, resulting in an output which is a combination of words that the human user can interpret as a mystification of reality, or it can be offensive. Generative AI is not intelligent - at least in the more comprehensive definition of intelligence, including critical and creative reasoning or emotional intelligence; it is not deterministic, and it is not trustworthy, since hallucinations, such as erroneous references, content, and statements, may be combined with correct information, and presented in a persuasive and confident manner. In the following lessons, we’ll be dealing with all these limitations and we’ll see what we can do to mitigate them.
105109

110+
## Assignment
111+
112+
Your assignment is to read up more on [generative AI](https://en.wikipedia.org/wiki/Generative_artificial_intelligence) and try to identify an area where you would add generative AI today that doesn't have it. How would the impact be different from doing it the "old way", can you do something you couldn't before, or are you faster? Write a 300 word summary on what your dream AI startup would look like and include headers like "Problem", "How I would use AI", "Impact" and optionally a business plan.
113+
114+
If you done this task, you might even be ready to apply to Microsoft's incubator, [Microsoft for Startups Founders Hub](https://www.microsoft.com/en-gb/startups) we offer credits for both Azure, OpenAI, mentoring and much more, check it out!
115+
106116
## Additional resources
107117

108118
* [How GPT models work: accessible to everyone](https://bea.stollnitz.com/blog/how-gpt-works/)

0 commit comments

Comments
 (0)