jixiaxue 知识库
evidence · 2026-04-15

T3-1-dairai-introduction

/Users/shanfang/Documents/pe/jixiaxuegong/research/提示工程教程/evidence/T3-basics/T3-1-dairai-introduction.md

来源:https://www.promptingguide.ai/introduction 爬取日期:2026-03-22

Introduction

Prompt engineering is a relatively new discipline for developing and optimizing prompts to efficiently apply and build with large language models (LLMs) for a wide variety of applications and use cases.

Prompt engineering skills help to better understand the capabilities and limitations of large language models (LLMs).

Researchers use prompt engineering to improve the capacity of LLMs on a wide range of common and complex tasks such as question answering and arithmetic reasoning. Developers use prompt engineering to design robust and effective prompting techniques that interface with LLMs and other tools.

Prompt engineering is not just about designing and developing prompts. It encompasses a wide range of skills and techniques that are useful for interacting and developing with LLMs. It’s an important skill to interface, build with, and understand capabilities of LLMs. You can use prompt engineering to improve safety of LLMs and build new capabilities like augmenting LLMs with domain knowledge and external tools.

Motivated by the high interest in developing with LLMs, we have created this new prompt engineering guide that contains all the latest papers, advanced prompting techniques, learning guides, model-specific prompting guides, lectures, references, new LLM capabilities, and tools related to prompt engineering.


All examples are tested with gpt-3.5-turbo using the OpenAI’s Playground unless otherwise specified. The model uses the default configurations, i.e., temperature=1 and top_p=1. The prompts should also work with other models that have a similar capacity as gpt-3.5-turbo but the results may vary.