Skip to content

Commit

Permalink
Update AI section for clarity and detail
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebstep committed Nov 28, 2024
1 parent 92169cb commit 6e5dd65
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions pages/genai/what_is_genai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,27 @@

## What is AI?

At its core, <mark>Artificial Intelligence (AI) describes algorithms that learn from data</mark>. This learning is then assembled into a model. For instance, in weather data analysis, if clouds consistently form before it rains, the model can infer that cloud formation may indicate impending rain.
At its core, <mark>Artificial Intelligence (AI) describes algorithms that learn from data</mark> to perform tasks that typically require human intelligence. This learning process results in the creation of a "model"—a representation of patterns in the data. For example, in weather analysis, if clouds consistently form before it rains, the model can infer that cloud formation may indicate impending rain.

## What is generative AI?

Generative AI is a fascinating branch of AI that focuses on creating new content. Unlike traditional AI systems designed for specific tasks like classification or prediction, <mark>generative AI produces original and diverse outputs that resemble human-created content</mark>. This includes generating text, images, and audio. AI models based on text are called Large Language Models (LLMs). They contain vast amounts of text data, enabling them to generate coherent and contextually relevant text. For example, an LLM can write a poem, answer questions, or even simulate a conversation.
Generative AI is a fascinating branch of AI that focuses on creating new content, such as text, images, music, or even videos. Unlike traditional AI, which primarily handles specific tasks like classifying or predicting outcomes, <mark>generative AI produces outputs that resemble human-created content</mark>.

<mark>Imagine generative AI as a new intern at your company: highly motivated and capable, but needing clear and detailed instructions to perform well.</mark> The ability to write clear instructions, known as prompts, is a powerful and essential skill. A prompt is typically a text command, like “Tell me a joke.” Writing effective prompts is crucial for getting the best results from AI.
One key type of generative AI is Large Language Models (LLMs), which are trained on vast amounts of text data. These models can perform a wide range of tasks, such as writing poems, answering questions, or simulating conversations, by generating coherent and contextually relevant text.

## What can generative AI be used for?
<mark>Think of generative AI as a highly capable but inexperienced assistant: eager to help but dependent on clear instructions to deliver optimal results.</mark> This highlights the importance of learning how to craft effective prompts—text commands or questions that guide the AI. A prompt is typically a text command, like “Tell me a joke.” Writing effective prompts is crucial for getting the best results from AI.

Generative AI can automate a wide range of creative tasks, saving you time and effort. Here are some practical applications:
## How can generative AI be used?

- **Writing emails and reports**: Automate routine correspondence and documentation.
- **Generating course materials**: Create educational content and resources.
- **Explaining and rewriting content**: Simplify complex information and adapt it for different audiences.
- **Providing individual feedback**: Offer personalized feedback and suggestions.
Generative AI is a versatile tool that can automate creative and repetitive tasks, saving time and boosting productivity. Here are some practical applications:

While AI is incredibly useful, it is not perfect. However, it can provide a solid starting point, often delivering an 80% solution in a fraction of the time it would take you to do it manually. This efficiency allows you to focus on the remaining 20% that really matters, adding your personal touch and expertise to finalize the task.
- **Writing emails and reports**: Streamline routine communication and documentation.
- **Creating educational materials**: Develop course content, quizzes, and resources.
- **Simplifying complex concepts**: Reframe or adapt information for different audiences.
- **Providing personalized feedback**: Tailor suggestions and evaluations to individual needs.

Artificial Intelligence, and specifically generative AI, is transforming the way we work and create. By understanding the basics of AI, learning how to craft effective prompts, and recognizing the applications and limitations of these technologies, you can harness their power to enhance productivity and innovation in your field. <mark>Embrace this new tool, and you’ll find yourself with more time to focus on what truly matters.</mark>
While generative AI is powerful, it isn’t perfect. Often, it provides an 80% solution, giving you a strong foundation to build upon. By freeing up your time to focus on refining and customizing the remaining 20% that really matter, adding your personal touch and expertise to finalize the task.

**Happy experimenting with AI!**
Artificial Intelligence, and generative AI in particular, is transforming how we work and create. By understanding the basics of AI, learning how to craft effective prompts, and recognizing the capabilities and limitations of these technologies, you can unlock new opportunities for innovation and efficiency in your field.

<mark>Start experimenting with AI today, and discover how it can free up your time to focus on what truly matters!</mark>

0 comments on commit 6e5dd65

Please sign in to comment.