Earlier quoted context omitted.
[flagged]
[flagged]
Prompt Engine – Microsoft's prompt engineering library
81–90 of 94 posts
Re: Prompt Engine – Microsoft's prompt engineering library
#82It works in Python too: https://github.com/microsoft/prompt-engine-py
This should be the main link tbh.
Re: Prompt Engine – Microsoft's prompt engineering library
#83Which job title sounds cooler: Senior Prompt Engineer or Senior Prompt Designer?
For the financial applications at finclout I would prefer engineer. Yet for the stable diffusion tasks, I'd prefer designer.
Re: Prompt Engine – Microsoft's prompt engineering library
#84Why we call this prompt "engineering"? The prompt is just a way to interact with the whatever ML model is behind... in that regard it's similar SQL or any other interface. Sure thing I've never heard of "SQL engineering" or something like that.
Given SQL queries are software, I'm sure you've heard of software engineering.
Re: Prompt Engine – Microsoft's prompt engineering library
#85I’m surprised Bing’s chat meltdowns haven’t had more air time on HN. People are going to start calling it a living creature. https://old.reddit.com/r/bing/top/?sort=top&t=week
I can't remember seeing a bigger thread on HN
Re: Prompt Engine – Microsoft's prompt engineering library
#86I’m surprised Bing’s chat meltdowns haven’t had more air time on HN. People are going to start calling it a living creature. https://old.reddit.com/r/bing/top/?sort=top&t=week
https://news.ycombinator.com/item?id=34804874 has over 1500 comment. That is not a typo. Over one thousand five hundred comments. I can't remember seeing a bigger thread on HN
Re: Prompt Engine – Microsoft's prompt engineering library
#87I've tried but unfortunately all of my searches return results about languages used for building models (e.g., Python, for some reason).
I figure it'd probably be a typed language with a meaty standard library, good type inference, and high-quality low-code packages that would require fewer generated tokens to do useful work. Or maybe a language with fewer ways to do basic tasks -- if there is somehow only one way to do a thing, then the generator would be most likely to write code using that one way. I'll fully admit that these guesses are naive and based on limited understanding of how LLMs work.
Re: Prompt Engine – Microsoft's prompt engineering library
#88Tangentially related: has anyone here tried to figure out what programming language a LLM-based generator would be most successful at writing? Or what language features are necessary for LLM's success at code generation? I've tried but unfortunately all of my searches return results about languages used for building models (e.g., Python, for some reason). I figure it'd probably be a typed language with a meaty standa…
Conversely, I have seen it underperform for verbose languages like Java, I think primarily due to windowing issues and that less meaningful code can be represented in one prediction window.
Re: Prompt Engine – Microsoft's prompt engineering library
#89I can’t help shake the feeling that something closer to code (or specific training?) and further from natural language should be being used to configure these models at this stage of development. I was _astounded_ by the ‘Sydney document’ being MS’s way of ‘configuring’ New Bing. Admittedly I have closer to a layperson’s understanding than an expert’s, but with some knowledge of how neural networks work, and having p…
There’s no other way to program it. There no “code” to speak of. The only way to control it is to give certain phrases more or less importance. You do that with direct prompts or tons and tons of training data.
From chatting with these models, orders of magnitude better ‘understanding’* seems necessary before they’ll be able to actually reliably follow these ‘prompts’ during end-user conversations of the kind we’re expecting them to.
The prompts just can’t be precise enough, and the models can’t ‘understand’ them enough to extrapolate ‘spirit’ of the prompts as a human would (although, to be honest, I’m not sure a human could either because of the preciseness problem…).
This feels like a fundamental issue to me.
*I know - but if it looks like a duck and quacks like a duck - that’s been a controversial tenet of AI for decades…
Re: Prompt Engine – Microsoft's prompt engineering library
#90Interesting, I just made myself something similar[1] because I found myself using the same prompts over and over again in either the OpenAI playground or in ChatGPT. The simple tool quickly provides builds up a form that either myself, or my staff can use. So far my pre-canned prompt forms are as follows[2]. [1] https://files.littlebird.com.au/Screen-Recording-2023-02-16-... [2] https://files.littlebird.com.au/Screen…
Great idea and I immediately see the value. The UI looks really clean, too. May I ask what CSS framework you are using?