{"id":87841,"date":"2026-06-27T06:35:44","date_gmt":"2026-06-27T06:35:44","guid":{"rendered":"https:\/\/www.europesays.com\/ai\/87841\/"},"modified":"2026-06-27T06:35:44","modified_gmt":"2026-06-27T06:35:44","slug":"generative-artificial-intelligence-creates-delicious-sustainable-and-nutritious-burgers","status":"publish","type":"post","link":"https:\/\/www.europesays.com\/ai\/87841\/","title":{"rendered":"Generative artificial intelligence creates delicious, sustainable, and nutritious burgers"},"content":{"rendered":"<p>Model architecture, training and validation<\/p>\n<p>Food recipes are hybrid discrete\u2013continuous objects that require ingredient selection and ingredient quantification. Here we represent each burger recipe solely by its ingredients and their associated weights. Accordingly, a recipe x0 = {m, w}, consists of a binary ingredient mask m \u2208 {0, 1}K that indicates presence or absence of each ingredient and the ingredient weight \\({\\bf{w}}\\in {{\\mathbb{R}}}^{K}\\). We adopt a two-stage diffusion-based framework that decouples ingredient selection from ingredient quantification: Specifically, we integrate a multinomial diffusion model<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 41\" title=\"Hoogeboom, E., Nielsen, D., Jaini, P., Forr&#xE9;, P. &amp; Welling, M.Ranzato, M., Beygelzimer, A., Dauphin, Y., Liang, P. &amp; Vaughan, J. W. (eds) Argmax flows and multinomial diffusion: Learning categorical distributions. (eds Ranzato, M., Beygelzimer, A., Dauphin, Y., Liang, P. &amp; Vaughan, J. W.) Advances in Neural Information Processing Systems, Vol. 34, 12454&#x2013;12465 (2021).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR41\" id=\"ref-link-section-d282003370e1128\" rel=\"nofollow noopener\" target=\"_blank\">41<\/a> to generate ingredient masks with a score-based generative model<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 42\" title=\"Song, Y. et al. Score-based generative modeling through stochastic differential equations. International Conference on Learning Representations (2021).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR42\" id=\"ref-link-section-d282003370e1134\" rel=\"nofollow noopener\" target=\"_blank\">42<\/a> to generate ingredient weights conditional on a given mask (Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"figure anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#Fig1\" rel=\"nofollow noopener\" target=\"_blank\">1<\/a>a, Supplementary Material <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">S.1.2<\/a>).<\/p>\n<p>Diffusion-based recipe generation<\/p>\n<p>Conceptually, diffusion models learn burger design by progressively randomizing existing recipes into noisy ingredient combinations and then learning how to reverse this process to reconstruct realistic burgers<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 22\" title=\"Tac, V. &amp; Kuhl, E. Generative AI for material design: A mechanics perspective from burgers to matter. Comp. Meth. Appl. Mech. Eng. 461, 11971 (2026).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR22\" id=\"ref-link-section-d282003370e1152\" rel=\"nofollow noopener\" target=\"_blank\">22<\/a>. Once trained, the model starts from random noise and iteratively samples plausible ingredient combinations and quantities that resemble human-designed recipes. Formally, diffusion models define a forward stochastic process q(xt\u2223xt\u22121) that gradually adds noise to data samples x0 to produce latent variables xt that increasingly obscure the original data throughout t = 1, . . . , T time steps<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 43\" title=\"Ho, J., Jain, A. &amp; Abbeel, P.Larochelle, H., Ranzato, M., Hadsell, R., Balcan, M. &amp; Lin, H. (eds) Denoising diffusion probabilistic models. (eds Larochelle, H., Ranzato, M., Hadsell, R., Balcan, M. &amp; Lin, H.) Advances in Neural Information Processing Systems, Vol. 33, 6840&#x2013;6851 (2020).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR43\" id=\"ref-link-section-d282003370e1193\" rel=\"nofollow noopener\" target=\"_blank\">43<\/a>. The learnable component is the reverse stochastic process p(xt\u22121\u2223xt), which progressively removes noise and enables generation from an unstructured prior. We train the diffusion model by maximizing a variational lower bound on the data likelihood, which corresponds to the evidence lower bound,<\/p>\n<p>$$\\log\\,{\\rm{P}}({{\\bf{x}}}_{0}) \\ge {{\\mathbb{E}}}_{{{\\bf{x}}}_{1},\\cdots,{{\\bf{x}}}_{T} \\sim q}\\left[\\log p({{\\bf{x}}}_{T})+\\mathop{\\sum }\\limits_{t=1}^{T}\\log \\frac{p({{\\bf{x}}}_{t-1}| {{\\bf{x}}}_{t})}{q({{\\bf{x}}}_{t}| {{\\bf{x}}}_{t-1})}\\right].$$<\/p>\n<p>Here P(x0) denotes the marginal likelihood of an observed burger recipe under the generative model, obtained by integrating over all latent diffusion variables, where x0 is a human-designed burger recipe, xt is its progressively noised representation, q is the fixed forward process, p is the learned reverse denoising process, and \\({\\mathbb{E}}\\) is the expectation operator that denotes an average over noise realizations drawn from the forward diffusion process.<\/p>\n<p>Ingredient selection via multinomial diffusion<\/p>\n<p>We model ingredient selection using a multinomial diffusion process in which ingredient presence is treated as a categorical variable. We define the forward process as<\/p>\n<p>$$q({{\\bf{x}}}_{t}| {{\\bf{x}}}_{t-1})={\\mathcal{C}}\\left({{\\bf{x}}}_{t}| (1-{\\beta }_{t}){{\\bf{x}}}_{t-1}+{\\beta }_{t}\/K\\right),$$<\/p>\n<p>where \\({\\mathcal{C}}\\) denotes a categorical distribution with the parameter listed after the vertical bar \u2223, \u03b2t controls the noise level at time step t, and K is the number of categories. In our application, ingredient selection is binary, K = 2, meaning an ingredient is either present or absent. The above equation reduces to a Bernoulli distribution with parameter (1 \u2212 \u03b2t)xt\u22121 + \u03b2t(1 \u2212 xt\u22121), which flips ingredient inclusion from present to absent or vice versa with a probability \u03b2t and keeps it the same with a probability (1 \u2212 \u03b2t). As t increases, the ingredient mask becomes progressively randomized, while the learned reverse process reconstructs statistically plausible ingredient combinations, which inherently capture dependencies between ingredients that commonly co-occur in burger recipes.<\/p>\n<p>Ingredient quantification via score-based diffusion<\/p>\n<p>Conditional on a given ingredient mask, we generate ingredient quantities using a score-based generative model formulated through stochastic differential equations. The forward noising process is<\/p>\n<p>$${\\rm{d}}{{\\bf{x}}}_{t}\\,=\\,f({{\\bf{x}}}_{t},\\,t)\\,{{\\rm{d}}t}\\,+\\,{g}(t)\\,{{{\\rm{d}}B}_{t}},$$<\/p>\n<p>and the reverse-time denoising process is<\/p>\n<p>$${\\rm{d}}{{\\bf{x}}}_{t}=\\left[{g}^{2}(t){\\nabla }_{{\\bf{x}}}\\log {p}_{t}({\\bf{x}})-f({{\\bf{x}}}_{t},t)\\right]{\\rm{d}}t+g(t)\\,{\\rm{d}}{\\tilde{B}}_{t},$$<\/p>\n<p>where Bt is a K-dimensional Brownian motion, \\({\\tilde{B}}_{t}\\) is its time reversal, and f and g define the drift and diffusion coefficients<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 42\" title=\"Song, Y. et al. Score-based generative modeling through stochastic differential equations. International Conference on Learning Representations (2021).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR42\" id=\"ref-link-section-d282003370e2126\" rel=\"nofollow noopener\" target=\"_blank\">42<\/a>,<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 44\" title=\"Ta&#xE7;, V., Rausch, M. K., Bilionis, I., Sahli Costabal, F. &amp; Tepole, A. B. Generative hyperelasticity with physics-informed probabilistic diffusion fields. Eng. Comput. 41, 51&#x2013;69 (2024).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR44\" id=\"ref-link-section-d282003370e2129\" rel=\"nofollow noopener\" target=\"_blank\">44<\/a>. Here, rather than learning the probability density pt(x) directly, we approximate the score function \\({\\nabla }_{{\\bf{x}}}\\log {p}_{t}({\\bf{x}})\\) using a neural network to enable efficient sampling of ingredient weights consistent with observed distributions in human-designed burger recipes.<\/p>\n<p>Dataset and training<\/p>\n<p>We train our model on a curated burger dataset derived from an open-source collection of over half a million human-designed recipes from Food.com<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 45\" title=\"Alvin. Food.com - Recipes and Reviews. &#010;                  https:\/\/www.food.com&#010;                  &#010;                 (2020).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR45\" id=\"ref-link-section-d282003370e2209\" rel=\"nofollow noopener\" target=\"_blank\">45<\/a>,<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 46\" title=\"Wei, A. Food.com Recipes and Interactions. Kaggle dataset, &#010;                  https:\/\/www.kaggle.com\/datasets\/shuyangli94\/food-com-recipes-and-user-interactions&#010;                  &#010;                 (2023).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR46\" id=\"ref-link-section-d282003370e2212\" rel=\"nofollow noopener\" target=\"_blank\">46<\/a>. We filter all recipes for burgers, extract ingredients, quantities, and units from free texts, and standardize and convert the data into a structured representation. The final dataset consists of 2,216 burger recipes made up of 146 ingredients (Suppl. Material <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">S.1.1<\/a>, Suppl. Tables <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">1<\/a> and <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">2<\/a>).<\/p>\n<p>Model validation and statistical fidelity<\/p>\n<p>The trained model accurately reproduces both first-order and higher-order statistical properties of the training data: The ingredient selection model estimates the marginal probability of each ingredient appearing in a random burger recipe with a maximum absolute error below 1% (Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"figure anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#Fig1\" rel=\"nofollow noopener\" target=\"_blank\">1<\/a>b). The ingredient quantification model predicts quantities in previously unseen recipes with a mean absolute error of 101.9 g (Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"figure anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#Fig1\" rel=\"nofollow noopener\" target=\"_blank\">1<\/a>c), despite the extrapolatory and highly stochastic nature of the problem. Beyond marginal statistics, the model captures higher-order structure, including pairwise ingredient correlations (Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"figure anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#Fig1\" rel=\"nofollow noopener\" target=\"_blank\">1<\/a>d) and number of ingredients per recipe (Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"figure anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#Fig1\" rel=\"nofollow noopener\" target=\"_blank\">1<\/a>b, e). These properties are not explicitly enforced during training, but emerge from the learned generative process (Suppl. Material <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">S.1.3<\/a>, Suppl. Figs. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">1<\/a> and <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">2<\/a>).<\/p>\n<p>Substantial difference score to quantify similarity<\/p>\n<p>Quantifying the proximity between recipes and grouping similar recipes is useful for various applications, for example, to quantify the novelty of an AI-generated recipe. For this purpose, we define the semi-discrete substantial difference score between two recipes r1 and r2,<\/p>\n<p>$${\\text{SDS}}({r}_{1},{r}_{2})=\\mathop{\\sum }\\limits_{i=1}^{{n}_{{\\rm{ing}}}}{d}_{i}({r}_{1},{r}_{2}),$$<\/p>\n<p>as the sum of the binary distance di over all ning = 146 ingredients in the database, with<\/p>\n<p>$${d}_{i}({r}_{1},{r}_{2})=\\left\\{\\begin{array}{ll}1\\quad\\,{\\text{if}}\\,\\,{r}_{1i}+{r}_{2i}\\ne 0\\,\\text{and}\\,{r}_{1i}\\cdot {r}_{2i}=0\\\\ 1\\quad\\,{\\text{if}}\\,\\,\\max ({r}_{1i},{r}_{2i})\/\\min ({r}_{1i},{r}_{2i})\\ge 2\\\\ 0\\quad\\,{\\text{otherwise}}\\,.\\end{array}\\right.$$<\/p>\n<p>During rediscovery, we use the substantial difference score of zero, SDS = 0, to quantify a match between an AI-generated and a human-designed recipe. During discovery, we use values larger than zero, SDS &gt; 0, to quantify the novelty of an AI-generated recipe compared to the human-designed recipes in the training set (Suppl. Material <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">S.1.5<\/a>).<\/p>\n<p>Popularity score to quantify palatability<\/p>\n<p>Palatability refers to qualities that make a food item desirable to the human palate, such as flavor, aroma, and texture. While the human palate displays significant variations across individuals, we can still quantify the overall palatability of a food product by measuring its popularity score within the population. This even extends to patterns in food preparation, as evidenced by the popularity of some combinations of ingredients compared to others (Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"figure anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#Fig1\" rel=\"nofollow noopener\" target=\"_blank\">1<\/a>d). Here we propose to use popularity as a proxy for palatability. Our AI model learns the probability distribution of the human palate and assigns higher probabilities to popular recipes, patterns, and combinations. At the recipe level, more frequent repetitions effectively translate into a more palatable recipe associated with a higher popularity score.<\/p>\n<p>Generative AI for burgers<\/p>\n<p>We use the trained and validated model to rediscover the classic Big Mac\u00ae and discover five new delicious, sustainable, and delicious burgers (Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"figure anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#Fig5\" rel=\"nofollow noopener\" target=\"_blank\">5<\/a>).<\/p>\n<p>Fig. 5: Generative AI for Burgers.<img decoding=\"async\" aria-describedby=\"figure-5-desc\" src=\"https:\/\/www.europesays.com\/ai\/wp-content\/uploads\/2026\/06\/41538_2026_953_Fig5_HTML.png\" alt=\"Fig. 5: Generative AI for Burgers.\" loading=\"lazy\" width=\"685\" height=\"387\"\/><\/p>\n<p>Algorithmic workflow for selecting the five AI-generated burgers used in the sensory survey. We first sample one million burger recipes from the trained diffusion model and filter recipes for deliciousness, sustainability, and nutrition. For each filtered subset, we compute the substantial difference score (SDS) relative to all one million recipes and quantify recipe prevalence through the number of SDS = 0 matches. We then select the burgers with the highest prevalence within each design category under the hypothesis that the most prevalent recipes are the most palatable.<\/p>\n<p>The Classic burger<\/p>\n<p>As a proof of concept, we use the generative model to rediscover the Big Mac\u00ae, one of the most widely consumed burgers worldwide<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 27\" title=\"Spencer, E. H., Frank, E. &amp; McIntosh, N. F. Potential effects of the next 100 billion hamburgers sold by McDonald&#x2019;s. Am. J. Preventive Med. 28, 379&#x2013;381 (2005).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR27\" id=\"ref-link-section-d282003370e2780\" rel=\"nofollow noopener\" target=\"_blank\">27<\/a>, served in more than 100 countries<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 28\" title=\"McDonald&#x2019;s delivers strong performance worldwide; November comparable sales rise 7.4%. PR Newswire (2011).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR28\" id=\"ref-link-section-d282003370e2784\" rel=\"nofollow noopener\" target=\"_blank\">28<\/a>. This global adoption reflects a high degree of palatability across diverse populations and makes the Big Mac\u00ae a stringent benchmark for evaluating whether the model captures widely shared preferences. Because the official recipe is proprietary, we approximate it by synthesizing four independent open-source recreations into a unified reference recipe<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" title=\"Stinson, T. The best homemade Big Mac recipe. online recipe, &#10;                  https:\/\/thegirlonbloor.com\/homemade-big-mac-recipe&#10;                  &#10;                 (2024).\" href=\"#ref-CR47\" id=\"ref-link-section-d282003370e2788\">47<\/a>,<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" title=\"Kaloudis, T. Big Mac. online recipe, &#10;                  https:\/\/www.theodorakaloudis.com\/recipe-development&#10;                  &#10;                 (2024).\" href=\"#ref-CR48\" id=\"ref-link-section-d282003370e2788_1\">48<\/a>,<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" title=\"Smith, K. Big Mac recipe. online recipe, &#10;                  https:\/\/www.bakingbeauty.net\/copycat-big-mac&#10;                  &#10;                 (2024).\" href=\"#ref-CR49\" id=\"ref-link-section-d282003370e2788_2\">49<\/a>,<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 50\" title=\"Dimpflmaier, R. Make your own Big Mac. online recipe, &#010;                  https:\/\/www.fogocharcoal.com\/blogs\/cook\/make-your-own-big-mac&#010;                  &#010;                 (2024).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR50\" id=\"ref-link-section-d282003370e2791\" rel=\"nofollow noopener\" target=\"_blank\">50<\/a> (Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"figure anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#Fig1\" rel=\"nofollow noopener\" target=\"_blank\">1<\/a>b, Suppl. Figs. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">3<\/a> and <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">11<\/a>). We then search for this reference recipe in randomly generated samples from the model (Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"figure anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#Fig1\" rel=\"nofollow noopener\" target=\"_blank\">1<\/a>e). We define rediscovery as a sample with a substantial difference score of zero, SDS\u2009=\u20090, relative to the reference recipe. The training dataset did not contain the reference Big Mac\u00ae recipe (Supplementary Material <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">S.1.4<\/a>).<\/p>\n<p>The delicious burger<\/p>\n<p>Next, we use our artificial intelligence to discover delicious burgers, with a pre-defined novelty score. Specifically, we adopt the substantial difference score to quantify the novelty of an AI-generated sample by comparing it to the human-designed recipes in the training set (Suppl. Material <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">S.1.5<\/a>). For the Delicious Burger 1, we draw 1 million samples, filter all samples with SDS\u2009\u2265\u20093, and select the most repeated sample in the this list as the most palatable recipe with the highest popularity score (Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"figure anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#Fig2\" rel=\"nofollow noopener\" target=\"_blank\">2<\/a>c, f, Supplementary Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">12<\/a>). For the Delicious Burger 2, we perform the same steps, but now with SDS\u2009\u2265\u20096 (Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"figure anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#Fig2\" rel=\"nofollow noopener\" target=\"_blank\">2<\/a>d, g, Suppl. Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">13<\/a>).<\/p>\n<p>The sustainable burger<\/p>\n<p>We characterize environmental sustainability using life cycle assessment data, which estimate the total environmental impact of agricultural products across production and distribution chains based on global producer surveys<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 51\" title=\"Hellweg, S. &amp; Mil&#xE0; I Canals, L. Emerging approaches, challenges and opportunities in life cycle assessment. Science 344, 1109&#x2013;1113 (2014).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR51\" id=\"ref-link-section-d282003370e2863\" rel=\"nofollow noopener\" target=\"_blank\">51<\/a>. We obtain ingredient-level data from a harmonized environmental database across n = 570 studies<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 36\" title=\"Poore, J. &amp; Nemecek, T. Reducing food&#x2019;s environmental impacts through producers and consumers. Science 360, 987&#x2013;992 (2018).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR36\" id=\"ref-link-section-d282003370e2870\" rel=\"nofollow noopener\" target=\"_blank\">36<\/a>. Since this database does not include mushrooms, we supplement it with land-use data from the United States Department of Agriculture<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 52\" title=\"Mushrooms. Tech. Rep. ISSN: 1949&#x2013;1530, National Agricultural Statistics Service (NASS) (2016).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR52\" id=\"ref-link-section-d282003370e2874\" rel=\"nofollow noopener\" target=\"_blank\">52<\/a> and freshwater eutrophication potential, scarcity-weighted water use, and greenhouse gas emissions from European mushroom production<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 53\" title=\"Goglio, P. et al. An environmental assessment of Agaricus bisporus ((J.E.Lange) Imbach) mushroom production systems across Europe. Eur. J. Agron. 155, 127108 (2024).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR53\" id=\"ref-link-section-d282003370e2878\" rel=\"nofollow noopener\" target=\"_blank\">53<\/a>. We quantify sustainability using a single environmental impact score that averages normalized land use, aquatic eutrophication potential, scarcity-weighted water use, and greenhouse gas emissions across ingredients, weighted by their quantities<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 30\" title=\"Clark, M. et al. Estimating the environmental impacts of 57,000 food products. Proc. Natl. Acad. Sci. 119, e2120584119 (2022).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR30\" id=\"ref-link-section-d282003370e2886\" rel=\"nofollow noopener\" target=\"_blank\">30<\/a> (Suppl. Material <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">S.1.6<\/a>, Suppl. Table <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">3<\/a>, Suppl. Figs. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">4<\/a> and <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">5<\/a>). For the Sustainable Burger 1, a plain mushroom burger with an environmental impact sore of 0.06, we draw 1 million samples, sort them by their environmental impact score, and select the most repeated recipe overall (Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"figure anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#Fig3\" rel=\"nofollow noopener\" target=\"_blank\">3<\/a>c,f, Suppl. Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">14<\/a>). For the Sustainable Burger 2, a beef-mushroom blend with an environmental impact sore of 1.02, we perform the same steps, but now select the most repeated recipe that contains both beef and mushroom (Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"figure anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#Fig3\" rel=\"nofollow noopener\" target=\"_blank\">3<\/a>d, g, Suppl. Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">15<\/a>).<\/p>\n<p>The nutritious burger<\/p>\n<p>We quantify nutritional quality using established nutritional profiling models that compare food and nutrient composition against dietary guidelines, including the healthy eating index<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 31\" title=\"Krebs-Smith, S. M. et al. Update of the Healthy Eating Index: HEI-2015. J. Acad. Nutr. Dietetics 118, 1591&#x2013;1602 (2018).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR31\" id=\"ref-link-section-d282003370e2924\" rel=\"nofollow noopener\" target=\"_blank\">31<\/a>, nutri-score<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 54\" title=\"Julia, C., Etil&#xE9;, F. &amp; Hercberg, S. Front-of-pack Nutri-Score labelling in France: An evidence-based policy. Lancet Public Health 3, e164 (2018).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR54\" id=\"ref-link-section-d282003370e2928\" rel=\"nofollow noopener\" target=\"_blank\">54<\/a>, and health star rating<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 55\" title=\"Barrett, E. M. et al. Modifying the Health Star Rating nutrient profiling algorithm to account for ultra-processing. Nutr. Dietetics 82, 53&#x2013;63 (2025).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR55\" id=\"ref-link-section-d282003370e2932\" rel=\"nofollow noopener\" target=\"_blank\">55<\/a>. Here we use the healthy eating index developed by the U.S. Department of Agriculture to assess alignment with the Dietary Guidelines for Americans and emphasizes food-group adequacy rather than individual nutrients<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 56\" title=\"2015-2020 Dietary Guidelines for Americans. Tech. Rep. 8th ed., US Department of Health and Human Services (USDHHS) and US Department of Agriculture (USDA) (2015).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR56\" id=\"ref-link-section-d282003370e2939\" rel=\"nofollow noopener\" target=\"_blank\">56<\/a>,<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 57\" title=\"Herforth, A. et al. A global review of food-based dietary guidelines. Adv. Nutr. 10, 590&#x2013;605 (2019).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR57\" id=\"ref-link-section-d282003370e2942\" rel=\"nofollow noopener\" target=\"_blank\">57<\/a>. We obtain food-group equivalents from the USDA Food Patterns Equivalents Database<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 58\" title=\"Bowman, S. A., Clemens, J. C., Friday, J. E. &amp; Moshfegh, A. J.Food Patterns Equivalents Database 2017-2018 Methodology and User Guide (U.S. Department of Agriculture, Beltsville, Maryland, 2020).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR58\" id=\"ref-link-section-d282003370e2947\" rel=\"nofollow noopener\" target=\"_blank\">58<\/a> and nutrient composition data from USDA FoodData Central<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 59\" title=\"U.S. Department of Agriculture (USDA). FoodData Central: Foundation Foods (Agricultural Research Service, 2024).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR59\" id=\"ref-link-section-d282003370e2951\" rel=\"nofollow noopener\" target=\"_blank\">59<\/a>, and compute the healthy eating index by aggregating ingredient-level food-group and nutrient contributions, normalized to 500 kcal servings (Suppl. Material <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">S.1.7<\/a>, Suppl. Figs. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">6<\/a> and <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">7<\/a>). For the Nutritious Burger, a bean-based formulation with a healthy eating index of 63.12, we draw 1 million samples, sort them by their healthy eating index (Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"figure anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#Fig4\" rel=\"nofollow noopener\" target=\"_blank\">4<\/a>e), and select the most repeated recipe within the top 5% (Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"figure anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#Fig4\" rel=\"nofollow noopener\" target=\"_blank\">4<\/a>d, f, Suppl. Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">16<\/a>).<\/p>\n<p>The personalized burger<\/p>\n<p>We account for inter-individual variation in nutritional requirements using a personalized nutrient profiling model that tailors recipes to age, sex, body composition, and physical activity level<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 60\" title=\"Mainardi, F., Drewnowski, A. &amp; Green, H. Personalized nutrient profiling of food patterns: Nestl&#xE9;&#x2019;s nutrition algorithm applied to dietary intakes from NHANES. Nutrients 11, 379 (2019).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR60\" id=\"ref-link-section-d282003370e2982\" rel=\"nofollow noopener\" target=\"_blank\">60<\/a>. We compute a personalized nutrition score on a 0-100 scale using individual characteristics, including age, sex, body weight, height, and physical activity level. We derive nutrient-specific target ranges from dietary reference intakes and acceptable macronutrient distribution ranges<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 61\" title=\"Committee to Review the Dietary Reference Intakes for Sodium and Potassium, Food and Nutrition Board, Health and Medicine Division &amp; National Academies of Sciences, Engineering, and Medicine. Dietary Reference Intakes for Sodium and Potassium (National Academies Press, Washington, D.C., 2019).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR61\" id=\"ref-link-section-d282003370e2989\" rel=\"nofollow noopener\" target=\"_blank\">61<\/a>,<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 62\" title=\"Standing Committee for the Review of the Dietary Reference Intake Framework, Food and Nutrition Board, Health and Medicine Division &amp; National Academies of Sciences, Engineering, and Medicine. Rethinking the Acceptable Macronutrient Distribution Range for the 21st Century: A Letter Report (National Academies Press, Washington, D.C., 2024).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR62\" id=\"ref-link-section-d282003370e2992\" rel=\"nofollow noopener\" target=\"_blank\">62<\/a>, together with World Health Organization guidelines on upper intake limits for sodium, free sugars, and saturated fats<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" title=\"World Health Organization. WHO Global Report on Sodium Intake Reduction 1st edn (World Health Organization, Geneva, 2023).\" href=\"#ref-CR63\" id=\"ref-link-section-d282003370e2996\">63<\/a>,<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" title=\"World Health Organization. Guideline: Sugars Intake for Adults and Children (World Health Organization, Geneva, 2015).\" href=\"#ref-CR64\" id=\"ref-link-section-d282003370e2996_1\">64<\/a>,<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 65\" title=\"World Health Organization. Saturated Fatty Acid and Trans-Fatty Acid Intake for Adults and Children: WHO Guideline (World Health Organization, Geneva, 2023).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR65\" id=\"ref-link-section-d282003370e2999\" rel=\"nofollow noopener\" target=\"_blank\">65<\/a>. We aggregate these targets into a single personalized nutrition score for each burger (Suppl. Material <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">S.1.7<\/a>). Using this framework, we generate personalized burger recipes for two representative demographic profiles, a 15-year-old, 180 cm, 80 kg active male and a 70-year-old, 170 cm, 70 kg moderately active female (Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"figure anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#Fig4\" rel=\"nofollow noopener\" target=\"_blank\">4<\/a>g) and additional personalized recipes (Supplementary Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">8<\/a>).<\/p>\n<p>Burger validationBurger preparation<\/p>\n<p>Our AI-generated recipes specify ingredients and quantities only, and do not include the processing or cooking steps needed to prepare the actual burgers. We therefore engage an executive chef to translate each ingredient list into standardized preparation, cooking, and assembly protocols, including ingredient handling, cutting, seasoning, cooking method, and burger assembly (Suppl. Material <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">S.3<\/a>). We then provide these finalized protocols to an independent group of chefs, who prepare the five AI-generated burgers and obtain the original Big Mac\u00ae for comparison in the sensory survey (Suppl. Material <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">S.4<\/a>).<\/p>\n<p>Sensory survey<\/p>\n<p>We conduct a blind sensory evaluation with n = 101 voluntary participants from the general population at an active restaurant in San Francisco, CA, in accordance with Stanford University Institutional Review Board guidelines (Supplementary Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">9<\/a>). Each participant evaluates all six burgers on a 7-point Likert scale for overall liking, flavor, and texture<a data-track=\"click\" data-track-action=\"reference anchor\" data-track-label=\"link\" data-test=\"citation-ref\" aria-label=\"Reference 66\" title=\"St Pierre, S. et al. The mechanical and sensory signature of plant-based and animal meat. npj Sci. Food 8, 94 (2024).\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#ref-CR66\" id=\"ref-link-section-d282003370e3054\" rel=\"nofollow noopener\" target=\"_blank\">66<\/a>, and answers check-all-that-apply questions for 12 flavor- and 15 texture-related attributes (Suppl. Material <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">S.2<\/a>, <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM2\" rel=\"nofollow noopener\" target=\"_blank\">Supplementary Data<\/a>). All survey responses are fully anonymized.<\/p>\n<p>Demographics<\/p>\n<p>Of the n = 101 participants, 47.5% are male, 47.5% female, 3% non-binary, and 2% prefer not to say; 22% are 18\u201325 years old, 26% are 26\u201335, 19% are 36\u201345, 18% are 46\u201355, and 16% are older than 55; 65% are omnivores and 35% are flexitarians; the highest degree of education of 4% is a high school degree, 24% college, 50% batchelor\u2019s, 11% master\u2019s, 8% Ph.D. or higher, and 3% trade school; 4% eat burgers every day, 20% 2\u20133 times per week, 31% once a week, 27% 2\u20133 times per month, 16% every 1\u20132 months, and 3% 4\u20135 times per year (Supplementary Fig. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"supplementary material anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#MOESM1\" rel=\"nofollow noopener\" target=\"_blank\">10<\/a>).<\/p>\n<p>Power and sample size<\/p>\n<p>We select the number of participants, n = 101, to balance feasibility with statistical power. For the Likert-scale ratings, this sample size enables detection of small-to-moderate effect sizes using two-sided Welch\u2019s t-tests. For the binary sensory attributes, the sample size provides &gt; 80% power to detect differences of more than 20% between burgers at a significance level of p &lt; 0.05 using paired comparisons. We did not perform an a priori power calculation; however, the sample size of n = 101 is comparable to or larger than those commonly used in consumer surveys of food products.<\/p>\n<p>Statistical analysis<\/p>\n<p>We report sensory ratings for overall liking, flavor, and texture on a 7-point Likert scale as mean \u00b1 standard deviation. We use two-sided Welch\u2019s t-tests to compare the AI-generated burgers against the Big Mac\u00ae. We report binary flavor and texture attributes as percentage values and perform paired comparisons to assess statistical significance using two-sided binomial tests. We do not correct for multiple comparisons, as all tests were planned and hypothesis-driven. We report statistical significance as p &lt; 0.05 (Figs. <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"figure anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#Fig2\" rel=\"nofollow noopener\" target=\"_blank\">2<\/a>f, g, <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"figure anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#Fig3\" rel=\"nofollow noopener\" target=\"_blank\">3<\/a>f, g, <a data-track=\"click\" data-track-label=\"link\" data-track-action=\"figure anchor\" href=\"http:\/\/www.nature.com\/articles\/s41538-026-00953-x#Fig4\" rel=\"nofollow noopener\" target=\"_blank\">4<\/a>f).<\/p>\n","protected":false},"excerpt":{"rendered":"Model architecture, training and validation Food recipes are hybrid discrete\u2013continuous objects that require ingredient selection and ingredient quantification.&hellip;\n","protected":false},"author":2,"featured_media":87842,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[24,25,17505,46660,46659,617,1737,5842,160,3607],"class_list":["post-87841","post","type-post","status-publish","format-standard","has-post-thumbnail","category-ai","tag-ai","tag-artificial-intelligence","tag-chemistry-food-science","tag-food-microbiology","tag-food-science","tag-general","tag-mathematics-and-computing","tag-nutrition","tag-science","tag-technology-and-society"],"_links":{"self":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/87841","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/comments?post=87841"}],"version-history":[{"count":0,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/87841\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media\/87842"}],"wp:attachment":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media?parent=87841"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/categories?post=87841"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/tags?post=87841"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}