Improve Prompt Engineering - Real World Examples - Content & Links (#7660)
* 📃 docs, data (Image Prompting) Update Topic/Sub Topics - In Place Edits. - intent: Update topic from May 2023 to Oct 2024 - data: src/data/roadmaps/prompt-engineering/content/ - modify - 10X .ms --- Co-authored-by: @iPoetDev <ipoetdev-github-no-reply@outlook.com> * 📃 docs, data (Prompt Engineering Roadmap) Basic Concepts - In Place Edits. - changes: single paragraphs (74-125 words)> - concerns: if any more concise, topics looses fidelity, meaning and utility. - data: src/data/roadmaps/prompt-engineering/content/ - 📂 100-basic-llm - modify: Topic - update content: - index.md - 100-what-are-llm.md - 101-llm-types.md - 102-how-llms-built.md --- Co-authored-by: @iPoetDev <ipoetdev-github-no-reply@outlook.com> * 📃 docs: (Prompt Eng.) Basic LLM Concepts - New Links. - intent: Update topic from May 2023 to Oct 2024 - 📂 100 basic-llm - modify topics: - add links - 100-what-are-llms.md - 101-types-llms.md - 102-how-llms-are-bilt.md BREAKING CHANGE: ❌ --- Co-authored-by: @iPoetDev <ipoetdev-github-no-reply@outlook.com> * docs: (Prompt Eng.) Prompting Introduction - New Links. - intent: Update topic from May 2023 to Oct 2024 - 📂 101-prompting-introduction - modify topics: - add links - index.md - 100-basic-prompting.md - 101-need-for-prompting.md BREAKING CHANGE: ❌ --- Co-authored-by: @iPoetDev <ipoetdev-github-no-reply@outlook.com> * 📃 docs: (Prompt Eng.) Real World Uses - Content & Links. - intent: - Update topic and links from May 2023 to Oct 2024. - Realword use cases are dynamic and evolving. - Remodelled existing examples. - data: src/data/roadmaps/prompt-engineering/content/ - 📂 103-real-world - modify: Content Improve, 1st paragraph. - modify: Expanded Content paragraphs - index.md - 100-structured-data.md - 101-inferring.md - 102-writing-emails.md - 103-coding-assistance.md - 104-study-buddy.md - 105-designing-chatbots.md - modify: Links New - index.md - 100-structured-data.md - 101-inferring.md - 102-writing-emails.md - 103-coding-assistance.md - 104-study-buddy.md - 105-designing-chatbots.md BREAKINGCHANGE: ❌ --- Co-authored-by: @iPoetDev <ipoetdev-github-no-reply@outlook.com> * Apply suggestions from code review Just a couple of small spacing fixes --------- Co-authored-by: Dan <daniel.s.holdsworth@gmail.com>pull/7666/head
parent
a09704baa2
commit
779935cc60
7 changed files with 95 additions and 28 deletions
@ -1,4 +1,9 @@ |
|||||||
# Designing Chatbots |
# Designing Chatbots |
||||||
|
|
||||||
Building chatbots to offer customer support, sales, or other services is a hot topic in the tech industry. LLMs make it possible to build chatbots that can respond to a wide variety of user inputs, and can be trained to respond to new inputs with minimal effort. |
Designing chatbots and other interfaces for real-world usage cases remains a key focus in the tech industry. Large language models (LLMs) continue to enhance chatbot capabilities, allowing them to respond effectively to diverse user inputs with minimal effort and training. The use cases for new user interfaces is expanding beyond traditional chatbots like: voice interfaces, gesture-based interfaces, multimodal AI systems using various input types, AI agents performing complex tasks autonomously, extended reality (XR) combining AI with AR/VR for immersive experiences. These advancements highlight the evolving nature of user interfaces, driven by technological innovations that promise more engaging and efficient interactions. |
||||||
|
|
||||||
|
Learn more from the following resources: |
||||||
|
|
||||||
|
- [@video@What is a Chatbot?](https://www.youtube.com/watch?v=o9-ObGgfpEk) |
||||||
|
- [@video@Do Chatbots Need AI?](https://www.youtube.com/watch?v=93l-2Usc08U) |
||||||
|
- [@video@Generative vs Rules-Based Chatbots](https://www.youtube.com/watch?v=lZjUS_8btEo) |
@ -1,11 +1,24 @@ |
|||||||
# Real World Usage Examples |
# Real World Usage Examples |
||||||
|
|
||||||
LLMs are used in a variety of ways. Here are some examples of how LLMs are used in the real world. |
LLMs are being used in an increasing number and variety of usages, applications and embedded approaches. These use cases are dynamic and ever evolving. |
||||||
|
|
||||||
|
### Examples |
||||||
|
|
||||||
|
Here are some examples of how LLMs are used in the real world, though not exhaustive: |
||||||
|
|
||||||
- Natural Language Processing |
- Natural Language Processing |
||||||
- Information Retrieval |
- Information Retrieval |
||||||
|
- Internet Search & Citations |
||||||
- Question Answering |
- Question Answering |
||||||
- Text Generation |
- Text Generation |
||||||
- Text Summarization |
- Text Summarization |
||||||
- Learning Tools |
- Learning Tools |
||||||
- Chatbots |
- Chatbots and Assistants |
||||||
|
- Agents & Automation |
||||||
|
- Multimedia Content |
||||||
|
|
||||||
|
Follow the resources and latest updates to learn more: |
||||||
|
|
||||||
|
- [@article@Solving Everyday Tasks with GenAI: Emails, Contracts, and More](https://learnprompting.org/docs/basic_applications/introduction) |
||||||
|
- [@article@LLM Applications & Guides | Prompt Engineering Guide](https://www.promptingguide.ai/applications) |
||||||
|
- [@article@7 Large Language Model (LLM) Use Cases and Applications: How AI is Reshaping Industries ](https://collabnix.com/7-top-large-language-model-llm-use-cases-and-applications-how-ai-is-reshaping-industries/) |
Loading…
Reference in new issue