0xdesigner
@0xdesigner
day 3 of vibe coding in 10 prompts: decisive girlfriend 0% of girlfriends know where they want to eat. problem solved. just type in her name, her mood, and your area and the AI will pick the restaurant and the dish for her. link and prompts threaded 🧵👇
10 replies
4 recasts
59 reactions
0xdesigner
@0xdesigner
try it: https://decisive-girlfriend-0xdesigner.replit.app
2 replies
3 recasts
7 reactions
0xdesigner
@0xdesigner
prompt 1: create a simple web app called "decisive girlfriend" where you enter your girlfriend's name, a dropdown of your girlfriend's current mood and enter your zip code and it searches the web for a place to eat and makes a guess for the perfect place based on the characteristics provided for your girlfriend. the app should use openrouter API to power the following: • use perplexity to gather a short summary via internet search on the girlfriend's name • use perplexity to gather the top 5 restaurants in the area • feed both the girlfriend summary, the mood from the selector, and the restuarant list to deepseek to select the restaurant based on the girlfriend and mood context • also generate the main entree to order via deepseek do not over engineer. focus on the simplest possible path to successful implementation. here is some relevant openrouter documentation that can be useful when you construct the plan. include snippets in the plan where relevant. [added docs]
1 reply
0 recast
1 reaction
0xdesigner
@0xdesigner
prompt 2: the results aren't populating. please think step by step and fix.
1 reply
0 recast
0 reaction
0xdesigner
@0xdesigner
prompt 3: it looks like it's using mock data. don't do that.
1 reply
0 recast
1 reaction
0xdesigner
@0xdesigner
prompt 4: i noticed you've created a prompt for the girlfriend search that asks: "Find some general information about the name ${name}. What are common characteristics or interests associated with people having this name? What might be some food preferences? Keep it brief." however, we don't want generic characteristics of people with this name. we want to prompt the model to do an internet search and find specific information about this person. update the prompt and logic to reflect this. i also noticed you're using the llama-3 model. please use perplexity's deepseek r1 instead. here's the sample code on how to use deepseek r1 from the openrouter documentation https://openrouter.ai/perplexity/r1-1776/api: [snippet]
1 reply
0 recast
2 reactions