
Best Prompt Engineering Course
Description
Book Introduction
The best prompt engineering lecture that delves into the fundamental concepts of LLM.
When we talk about prompt engineering, we often think of it as "how to ask questions to AI," but more accurately, it's "the work of constructing high-quality prompts to get high-quality results from AI."
If we want the prompts we write to go beyond simply typing questions into a search portal, it is essential to understand how LLM works and systematically construct prompts.
This book presents the vast content of prompt engineering in a compact and well-structured manner that is easy to understand and access even for those without programming knowledge.
We've made it possible for anyone to systematically learn prompt engineering, which is essential common sense for living in the age of artificial intelligence, from basic concepts to practical training.
We've restructured Fast Campus' popular lectures into a format that even beginners to LLM can easily learn, and carefully selected practical content focused on practical application, such as refining YouTube/blog titles, creating English vocabulary lists, and generating job interview questions.
When we talk about prompt engineering, we often think of it as "how to ask questions to AI," but more accurately, it's "the work of constructing high-quality prompts to get high-quality results from AI."
If we want the prompts we write to go beyond simply typing questions into a search portal, it is essential to understand how LLM works and systematically construct prompts.
This book presents the vast content of prompt engineering in a compact and well-structured manner that is easy to understand and access even for those without programming knowledge.
We've made it possible for anyone to systematically learn prompt engineering, which is essential common sense for living in the age of artificial intelligence, from basic concepts to practical training.
We've restructured Fast Campus' popular lectures into a format that even beginners to LLM can easily learn, and carefully selected practical content focused on practical application, such as refining YouTube/blog titles, creating English vocabulary lists, and generating job interview questions.
- You can preview some of the book's contents.
Preview
index
PART 01 LLM and the Dawn of a New Era
CHAPTER 01 Concepts of Machine Learning and Deep Learning
Rule-based AI and machine learning
Differences Between Traditional Machine Learning and Deep Learning
CHAPTER 02 LLM, The Dawn of a Whole New Era
LLM's Big Bang
How LLM Works
Key technologies that improved LLM performance
LLM Applied Technology
CHAPTER 03 LLM, The Beginning of the Singularity
GPT-4's outstanding performance
Evolution of Software Development Methods
Find new opportunities
The beginning of a new opportunity
PART 02 Prompt Engineering One-Point Lesson
CHAPTER 04 What is Prompt Engineering?
Prompt Engineering: A New Coding Path in the AI Era
Five of the most popular prompt engineering methods
Basic prompt configuration
Prompt Engineering One-Point Lesson
CHAPTER 05 Context-Fetching Techniques - Vector Search
Embedding: The Hidden Hero of LLM
Vector search and semantic search
The Light and Shadow of Vector Search
PART 03 Prompt Engineering Fundamentals
CHAPTER 06 How to Design a Prompt
Three Key Elements of Prompt Design
Prompt Design Framework
Prompt Design Framework Example
Top 8 Prompting Techniques
Prompting Extension Technique: Providing Examples and Making People Think
Prompting Extension Technique: Strategize and Self-Evaluate
Formatting
Prompt chaining
Creating a Good Prompt
CHAPTER 07 LLM Components and Creation Conditions
token
Context window
Main creation options
CHAPTER 08 LLM's Representative Natural Language Processing Technologies
Language translation
Change style
Editing and rewriting
summation
Named entity recognition
Emotion recognition
Document classification
Topic Modeling
Similarity assessment
Questions and Answers
PART 04 Prompt Engineering Practice
CHAPTER 09 Preparing for the Lab
Setting up the OpenAI Playground environment
Take a look at the OpenAI Playground screen
Using ChatGPT
CHAPTER 10: Refining Your YouTube/Blog Title
Writing a prompt
CHAPTER 11 Creating an English Vocabulary List
Writing a prompt
CHAPTER 12 Creating Recruitment Interview Questions
Writing a prompt
CHAPTER 13 Practical Prompt Examples
PART 05 Prompt Engineering Practice
CHAPTER 14 How to Boost Your LLM Competency by 200%
Things to Consider When Choosing a Model
Get help writing prompts
Reduce hallucinations
Injecting external knowledge
Using External Tools: Calling Functions
CHAPTER 15 PROMPTED ASSESSMENT AND TESTING
Prompt Requirements Specification
Prompt version management
Evaluate the creation results
Assessment Automation
CHAPTER 16 LLM Security
Data Security
Prompt Security
Prompt injection
Actual hacking process
Three Ways to Protect Against Prompt Injection
CHAPTER 17 The Future of LLM, Agent
Autonomous Agent
Generative Agents
Implementation of AGI
EPILOGUE
Search
CHAPTER 01 Concepts of Machine Learning and Deep Learning
Rule-based AI and machine learning
Differences Between Traditional Machine Learning and Deep Learning
CHAPTER 02 LLM, The Dawn of a Whole New Era
LLM's Big Bang
How LLM Works
Key technologies that improved LLM performance
LLM Applied Technology
CHAPTER 03 LLM, The Beginning of the Singularity
GPT-4's outstanding performance
Evolution of Software Development Methods
Find new opportunities
The beginning of a new opportunity
PART 02 Prompt Engineering One-Point Lesson
CHAPTER 04 What is Prompt Engineering?
Prompt Engineering: A New Coding Path in the AI Era
Five of the most popular prompt engineering methods
Basic prompt configuration
Prompt Engineering One-Point Lesson
CHAPTER 05 Context-Fetching Techniques - Vector Search
Embedding: The Hidden Hero of LLM
Vector search and semantic search
The Light and Shadow of Vector Search
PART 03 Prompt Engineering Fundamentals
CHAPTER 06 How to Design a Prompt
Three Key Elements of Prompt Design
Prompt Design Framework
Prompt Design Framework Example
Top 8 Prompting Techniques
Prompting Extension Technique: Providing Examples and Making People Think
Prompting Extension Technique: Strategize and Self-Evaluate
Formatting
Prompt chaining
Creating a Good Prompt
CHAPTER 07 LLM Components and Creation Conditions
token
Context window
Main creation options
CHAPTER 08 LLM's Representative Natural Language Processing Technologies
Language translation
Change style
Editing and rewriting
summation
Named entity recognition
Emotion recognition
Document classification
Topic Modeling
Similarity assessment
Questions and Answers
PART 04 Prompt Engineering Practice
CHAPTER 09 Preparing for the Lab
Setting up the OpenAI Playground environment
Take a look at the OpenAI Playground screen
Using ChatGPT
CHAPTER 10: Refining Your YouTube/Blog Title
Writing a prompt
CHAPTER 11 Creating an English Vocabulary List
Writing a prompt
CHAPTER 12 Creating Recruitment Interview Questions
Writing a prompt
CHAPTER 13 Practical Prompt Examples
PART 05 Prompt Engineering Practice
CHAPTER 14 How to Boost Your LLM Competency by 200%
Things to Consider When Choosing a Model
Get help writing prompts
Reduce hallucinations
Injecting external knowledge
Using External Tools: Calling Functions
CHAPTER 15 PROMPTED ASSESSMENT AND TESTING
Prompt Requirements Specification
Prompt version management
Evaluate the creation results
Assessment Automation
CHAPTER 16 LLM Security
Data Security
Prompt Security
Prompt injection
Actual hacking process
Three Ways to Protect Against Prompt Injection
CHAPTER 17 The Future of LLM, Agent
Autonomous Agent
Generative Agents
Implementation of AGI
EPILOGUE
Search
Detailed image

Into the book
Most of the ChatGPT usages on the market are what are called blind prompting or prompt writing, not prompt engineering.
Because there is no design to evaluate ChatGPT's responses, we cannot guarantee the consistency and accuracy of the results.
This book explains how to achieve accurate and consistent results as intended, based on experimental methodology, rather than just randomly producing plausible results.
By experimenting with various prompts, analyzing the results, and continuously improving, we aim to control AI as intended and maximize the user experience.
--- From the text
This book teaches you how to 'write' prompt templates, not how to 'use' them, and how to construct programs from scratch with prompts.
Of course, if you can code, developing LLM applications using libraries can be much easier.
However, the reason why we learn from the basics like this is that using external libraries or prompt templates has low extensibility and it is very difficult to debug (identify and resolve problems) when there are problems.
Even the most widely known libraries will continue to evolve, and new technologies will constantly emerge.
Therefore, developing the ability to create and structure your own prompts will have far greater consequences than simply leveraging AI.
--- From the text
We investigated what changes occurred in CS agents after the introduction of AI using LLM, and found that the number of consultations resolved per hour increased by 13.8%.
This means that the speed of processing a single consultation has increased, while the number of consultations processed per day has also increased.
Another major factor contributing to the change is the increased rate of successfully resolved consultations.
But the key point here isn't the increase in the number of cases resolved. While it typically takes about six months of training for a CS agent to develop high-level consulting skills, the key point is that with AI, they can achieve the same level of skill in just two months.
This has resulted in significant changes across the company, including improved customer satisfaction as well as agent satisfaction, and a significant increase in agent tenure as well as work processes.
--- From the text
In this era of great transformation, management cannot help but feel both opportunity and crisis.
A technology that was worth hundreds of billions of dollars just a few days ago has suddenly become extremely cheap and accessible to anyone.
Anyone can now create advanced AI applications that were once thought to be only possible by Google, Microsoft, or Naver in Korea.
Failure to keep up with this pace can leave management feeling uneasy, as they risk falling behind.
Although times are changing like this, it is difficult to get a good feel for it at the practical level.
Anyone can easily follow along, so the question is why do we have to do it?
However, there is a saying that “AI is not going to take your job, the person who uses AI will take your job.”
It's something you should do right now because it's easy for anyone to follow.
This requires a shift in mindset that discards existing methods.
Because there is no design to evaluate ChatGPT's responses, we cannot guarantee the consistency and accuracy of the results.
This book explains how to achieve accurate and consistent results as intended, based on experimental methodology, rather than just randomly producing plausible results.
By experimenting with various prompts, analyzing the results, and continuously improving, we aim to control AI as intended and maximize the user experience.
--- From the text
This book teaches you how to 'write' prompt templates, not how to 'use' them, and how to construct programs from scratch with prompts.
Of course, if you can code, developing LLM applications using libraries can be much easier.
However, the reason why we learn from the basics like this is that using external libraries or prompt templates has low extensibility and it is very difficult to debug (identify and resolve problems) when there are problems.
Even the most widely known libraries will continue to evolve, and new technologies will constantly emerge.
Therefore, developing the ability to create and structure your own prompts will have far greater consequences than simply leveraging AI.
--- From the text
We investigated what changes occurred in CS agents after the introduction of AI using LLM, and found that the number of consultations resolved per hour increased by 13.8%.
This means that the speed of processing a single consultation has increased, while the number of consultations processed per day has also increased.
Another major factor contributing to the change is the increased rate of successfully resolved consultations.
But the key point here isn't the increase in the number of cases resolved. While it typically takes about six months of training for a CS agent to develop high-level consulting skills, the key point is that with AI, they can achieve the same level of skill in just two months.
This has resulted in significant changes across the company, including improved customer satisfaction as well as agent satisfaction, and a significant increase in agent tenure as well as work processes.
--- From the text
In this era of great transformation, management cannot help but feel both opportunity and crisis.
A technology that was worth hundreds of billions of dollars just a few days ago has suddenly become extremely cheap and accessible to anyone.
Anyone can now create advanced AI applications that were once thought to be only possible by Google, Microsoft, or Naver in Korea.
Failure to keep up with this pace can leave management feeling uneasy, as they risk falling behind.
Although times are changing like this, it is difficult to get a good feel for it at the practical level.
Anyone can easily follow along, so the question is why do we have to do it?
However, there is a saying that “AI is not going to take your job, the person who uses AI will take your job.”
It's something you should do right now because it's easy for anyone to follow.
This requires a shift in mindset that discards existing methods.
--- From the text
Publisher's Review
★ The key to utilizing all LLMs lies in proper prompt engineering!
Most of the numerous prompt engineering courses currently available teach you how to use ChatGPT or provide prompt writing templates.
However, ChatGPT is only the first popularized LLM product, and numerous models will continue to be released in the future. What we really need to prepare for the future is not how to use ChatGPT, but how to make LLMs do their job properly.
And understanding this is what true prompt engineering is all about.
★ A foundational, practical, and hands-on course to develop 'real' LLM skills, not just simple ChatGPT usage instructions.
This book begins by briefly examining the basic concepts of AI and machine learning, and the development of the LLM that resulted from them.
Afterwards, we will look at the principles of how ChatGPT, which surprised the world, was able to provide human-like answers through a one-point lesson on prompt engineering.
Afterwards, we will learn specific methods for designing prompts through real-world examples, prompt extension techniques, and the secrets to writing good prompts.
And based on this, we will practice the following using OpenAI Playground.
√ Refine YouTube/Blog Titles
√ Create an English vocabulary list
√ Create job interview questions
If you understand the principles, you can easily entrust this kind of work to LLM without spending a lot of time.
Finally, we also add some advice to help you increase your LLM skills by 200% with Prompt Engineering.
★ In the future, it will be an era where you can do more valuable work if you know AI well.
Some people ask why we need to learn prompt engineering separately when AI will be creating prompts in the future.
However, this statement comes from a misunderstanding of prompt engineering.
This book doesn't teach you how to use pre-made prompts.
Instead, it teaches you from the ground up how to write prompt templates that always produce the intended results.
Knowing how to write prompts that consistently produce the best answers you want will revolutionize your productivity, regardless of your field.
★ Readers who need this book
Those who want to properly understand various LLM services, including ChatGPT, and apply them to their actual work. Those who want to plan or develop LLM services at a level that can actually be commercialized. Those who want to understand prompt engineering from the ground up and quickly respond to a changing world.
Most of the numerous prompt engineering courses currently available teach you how to use ChatGPT or provide prompt writing templates.
However, ChatGPT is only the first popularized LLM product, and numerous models will continue to be released in the future. What we really need to prepare for the future is not how to use ChatGPT, but how to make LLMs do their job properly.
And understanding this is what true prompt engineering is all about.
★ A foundational, practical, and hands-on course to develop 'real' LLM skills, not just simple ChatGPT usage instructions.
This book begins by briefly examining the basic concepts of AI and machine learning, and the development of the LLM that resulted from them.
Afterwards, we will look at the principles of how ChatGPT, which surprised the world, was able to provide human-like answers through a one-point lesson on prompt engineering.
Afterwards, we will learn specific methods for designing prompts through real-world examples, prompt extension techniques, and the secrets to writing good prompts.
And based on this, we will practice the following using OpenAI Playground.
√ Refine YouTube/Blog Titles
√ Create an English vocabulary list
√ Create job interview questions
If you understand the principles, you can easily entrust this kind of work to LLM without spending a lot of time.
Finally, we also add some advice to help you increase your LLM skills by 200% with Prompt Engineering.
★ In the future, it will be an era where you can do more valuable work if you know AI well.
Some people ask why we need to learn prompt engineering separately when AI will be creating prompts in the future.
However, this statement comes from a misunderstanding of prompt engineering.
This book doesn't teach you how to use pre-made prompts.
Instead, it teaches you from the ground up how to write prompt templates that always produce the intended results.
Knowing how to write prompts that consistently produce the best answers you want will revolutionize your productivity, regardless of your field.
★ Readers who need this book
Those who want to properly understand various LLM services, including ChatGPT, and apply them to their actual work. Those who want to plan or develop LLM services at a level that can actually be commercialized. Those who want to understand prompt engineering from the ground up and quickly respond to a changing world.
GOODS SPECIFICS
- Date of issue: June 10, 2024
- Page count, weight, size: 292 pages | 538g | 152*225*19mm
- ISBN13: 9791194084006
You may also like
카테고리
korean
korean