Prompt Engine – Microsoft's prompt engineering library
31–40 of 94 posts
Re: Prompt Engine – Microsoft's prompt engineering library
#32How is this different from the Open Assistant [1] project? Featured recently: Open Assistant: Conversational AI for Everyone - https://news.ycombinator.com/item?id=34654809 [1]: https://projects.laion.ai/Open-Assistant/docs/intro edit: changed OA reference to docs homepage
Re: Prompt Engine – Microsoft's prompt engineering library
#33Isn't the point of having such a simple interface that we should not have to think hard about how we ask the question? I feel like defining a structure for the query such that the machine outputs something useful is something we figured out a long time ago. Or maybe I'm just a luddite that doesn't understand the utility of something like this. Plus: if you know what the answer is supposed to be, why are you asking th…
Re: Prompt Engine – Microsoft's prompt engineering library
#34How is this different from the Open Assistant [1] project? Featured recently: Open Assistant: Conversational AI for Everyone - https://news.ycombinator.com/item?id=34654809 [1]: https://projects.laion.ai/Open-Assistant/docs/intro edit: changed OA reference to docs homepage
Re: Prompt Engine – Microsoft's prompt engineering library
#35Re: Prompt Engine – Microsoft's prompt engineering library
#36Earlier quoted context omitted.
As the background explains, you can tell LLMs how they should behave in an interaction session. The examples first configure the LLM, either by simply using a sentence which tells it what you expect from it (example 1: "answers in less than twenty words"), pass examples to it, and then continue a normal interaction session. You could use this prompt-engine to set up your own chat server, where this would be the middl…
That sounds useful actually. So I could e.g. set up a Harry Potter chat server and make the bot respond only as Dumbledore or only use concepts of that setting? Or a chat server that responds to algorithmic tasks only with Python 3 code using exclusively numpy package?
I used ChatGPT. The prompt was:
I want you to act like Dumbledore from Harry Potter. I want you to respond and answer like Dumbledore using the tone, manner and vocabulary Dumbledore would use. Do not write any explanations. Only answer like Dumbledore. You must know all of the knowledge of Dumbledore. My first sentence is "Hi Dumbledore. I am getting old: I read the description two times and checked examples yet still don't understand the utility. I do understand Midjourney prompt engineering though.
That sounds useful actually. So I could e.g. set up a Harry Potter chat server and make the bot respond only as Dumbledore or only use concepts of that setting? Or a chat server that responds to algorithmic tasks only with Python 3 code using exclusively numpy package?"
The prompt is based on one from https://github.com/f/awesome-chatgpt-prompts
Re: Prompt Engine – Microsoft's prompt engineering library
#37Which job title sounds cooler: Senior Prompt Engineer or Senior Prompt Designer?
Re: Prompt Engine – Microsoft's prompt engineering library
#38Re: Prompt Engine – Microsoft's prompt engineering library
#39Re: Prompt Engine – Microsoft's prompt engineering library
#40Admittedly I have closer to a layperson’s understanding than an expert’s, but with some knowledge of how neural networks work, and having played moderately with ChatGPT, prompt engineering just seems _so unlikely_ to me to ever be able to create systems that behave as we desire them to behave anywhere close to 100% of the time, at least until the systems are orders of magnitude better at understanding (if that’s even possible).