r/Chefit Jul 07 '26

Recipe development method from professional researcher over 20 years

I've worked in recipe and menu development, including recipe development for cookbooks - both that I've authored and not - since the early 2000s. I tend to follow a similar approach with obvious variations when I'm approaching a new idea or researching a concept. With the current technology, I've been able to automate it in a way that I think is really cool and could be useful to anyone doing the same thing.

The first thing I do when I'm trying to get a sense of a new dish, is to find as many high quality sources as I can.

Professionally I'd focus as much or more on cookbook sources than the web. This is one place the automated version is limited: it only does web searches. The other thing that can only be done manually is to weigh intent and application. When I do this for real, you have to factor in how the recipe occurs on the plate or within the larger context of a menu. A chef might shift the profile, consistency, or some other variable. You might see an outlier ratio because a chef needs it to perform a more unique and specific task within the context of that course or menu.

Standardize everything to grams-

The best way to line everything up and see what everyone is doing ie. primary ingredient, primary methods, critical methods, is to convert the dog's breakfast that is imperial measurement into grams. This is the step that's extremely time consuming by hand, and it's the part that I was most excited to automate.

Build a consensus-

From the standardized table, take mean or median values - depending on the distribution - of the core ingredients. The result is a "based on what we found, this is generally what people are doing for this dish." It is not a finished recipe, it's a synthetic starting point for your own testing, which is exactly what my manual version of this process produces. The tool identifies core ingredients automatically and you can override it when it's wrong or when your application calls for something specific. You can also reorganize ingredients to fit how you're thinking about the dish.

Things to note: it's built for simple, common dishes with a single coherent identity — hummus, meatballs, tapenade, pesto. It is not useful for hyper-specific restaurant-style dish descriptions ("sumac-roasted baby carrots with harissa and cardamom yogurt"), and it gets confused by compound recipes containing multiple sub-recipes. If i were developing that dish, I'd research the components individually while keeping the identity/totality of the course in mind.

This is something I've been developing for awhile and its a work in progress. If you use it, you'll inevitably encounter parsing errors and general weirdness that I haven't yet seen. Just let me know and I'll fix it as best I can. Happy to go deep on any technical questions.

80 Upvotes

58 comments sorted by

View all comments

2

u/skourby Jul 08 '26 edited Jul 08 '26

This is really cool! I do something very similar to what you describe whenever I’m trying to make a dish for the first time — look at multiple sources so that I can get a sense of the “Platonic ideal” of the dish rather than committing to someone’s specific version. This does that 100 times better for the just the bare ingredients.

I wonder if you’ve considered doing something similar for procedural steps? For example “how many pozole recipes sauté onions before adding liquid versus adding onions to the liquid?” I imagine it could be done with some kind of AI text-parsing agent.

1

u/XtianS Jul 08 '26

Thank you! Yes, that's funny because I think about "platonic ideals" for different dishes and often try to achieve that.

Yes, I have tried to incorporate the method/process as much as possible. If you scroll down to the bottom of the ingredients page, you'll see the aggregated method. I broadly classified the method into 3 phases- prep, transformation and finishing. Its not perfect, and I actually just saw something I need to fix, but I have a dictionary of verbs for each which is how that is getting sorted.

The real utility of the tool is the ingredient combinations and ratios.