Remix.run Logo
chasd00 3 hours ago

At the bottom of the lists, after you've scrolled through and clicked on some restaurants, you should have a "I'll do it myself" button that uses some llm to create a $10 meal recipe using the restaurants you clicked as inspiration.

jaep1 3 hours ago | parent [-]

Like you can create similar meal yourself? That might actually help get more engagement from users.. not sure how much it will cost me though, AI API costs a lot these days T-T

ssl-3 29 minutes ago | parent [-]

Clever caching?

There's only so many different ways to build a single item like a hamburger, or a chicken salad sandwich.

Eventually, ~all of the necessary recipes will be created naturally just by using the thing, and these results can be cached forever and categorized with keywords.

After that: Subsequent hits look to the cache for a good match rate on keywords, and present an already-existing recipe if it exists.

jaep1 9 minutes ago | parent [-]

o man you are on to something here! Noted down!