Open
cssmagic
opened this issue 1 year ago
•
0 comments
Summary
本章小结
A prompt pattern is a template to help us construct a prompt to meet a given goal.
The flipped interaction pattern flips the script: rather than asking questions to the LLM, the LLM asks questions to us.
The flipped interaction pattern is useful when we don’t know how to effectively prompt the LLM.
The persona pattern is used to have the AI take on a particular persona, such as “introductory programming instructor,” or point of view.
The persona pattern is useful when we want the LLM to respond from a given perspective.
Copilot currently struggles with tasks that are contrived, not well defined, or large.
Some believe that LLMs will replace programming languages; others believe that programming languages are here to stay.
LLMs are helping people do data science without those people ever seeing the Python code.
It may be that programming languages themselves are not replaced, but that the leading languages will be developed to be more readable than today’s languages.