You.com custom prompt presets
Problem:
One of the initial problems I worked on solving in the AI space was personalization. I built a feature that would capture a users preference-type information into what was equivalently custom instructions. That was then used to prime each conversation a user had with the AI. I noticed however, that users were regularly adding lots of additional pre-contextual information with many conversations for certain intents. This was cumbersome for users to be constantly copying and pasting templates they had created. OpenAI had already released a GPT creator, but this was also large and a heavy feature that took a lot of cognitive load to use.
Solution:
The product manager I worked with suggested we recreate the GPT-creator feature that OpenAI had, but I didn’t feel that would adequately solve our users pain points. I knew we could make this feature more consumer friendly, especially since our target audience often doesn’t get as deep into AI and tends to live in the more web-search type space. Instead, I felt we could create a light weight prompt-preset creator. We already had AI modes and it would be easier on our backend to add a small preset creator which meant we could launch it sooner. To test it out, I created a prototype and then I was able to combine the saved preset text with the input text before making any API calls. Below is the prototype I created.