


ChatGPT on the tip of the tongue: Ordinary ingredients, of course, use high-end AI to generate menus
Will ChatGPT’s dark cuisine send people away?
A Japanese netizen @jewel_x12 gave it a try on a whim.
He deliberately "tempted" ChatGPT to generate an extremely unreasonable combination of ingredients, and then asked it to generate a set of cooking instructions for him to cook again.
Not finished yet, he "bravely" gave his wife a taste of the dishes he made and shared the entire experience.
As for the final result?
Look down.
Using high-end AI to generate menus for ordinary ingredients
At first, this Japanese guy’s AI play was limited to using Stable Diffusion to generate some paintings and put them at home as decoration.
In this process, he has already discovered the "outrageous creativity" of AI. For example, generating a Pomeranian swimming, the result turned into a Pomeranian display floating on the water.
The recent popularity of ChatGPT gave him the sudden idea that AI could be used to design recipes.
Considering that ordinary recipes are not exciting enough, he decided to play a big trick - let AI generate inappropriate dark food combinations, realize it by himself, and then let his wife taste it.
That’s such a beautiful thing!
Just do it. He first asked the AI a question, please list 4 inappropriate combinations of ingredients.
The answers are as follows:
(1) Milk and rice (2) Fried potatoes and ramen (3) Banana and tomatoes (4) Coffee and salt
Next step, He took the above combination and asked the AI about the production method. By the way, he asked ChatGPT to generate a picture generation prompt word, and used Stable Diffusion to draw the finished product.
So, we got the milk bibimbap mixed with sugar, salt and pepper:
and a display picture with no seasoning visible:
A portion of potato and ramen is a carbohydrate bomb, which pays homage to the Japanese people’s favorite ramen, rice:
Look at potato ramen again.
The appearance is similar to what the AI described. It tastes like salty fried noodles. The little brother said that he can endure it until the second bite.
His wife tried it and said it was okay to eat only potatoes, but it would be better if salt and pepper were added.
The third plate is roasted and fried tomatoes and bananas, seasoned only with salt.
Some places were burnt and the taste was not good. The cook couldn't eat it himself. So he "wittily" gave it to his baby (manual dog head).
Finally, coffee with salt. The plate layout imitates the pictures generated by AI, and a layer of salt is placed under the cup.
As for the taste, the little brother commented - it would be better not to add it, but this drinking method should be good with sake.
The above is the dark dish generated by my brother using ChatGPT. To sum up, it is funny and outrageous.
The boy said that this made him enjoy the taste of "normal Christmas dinner" even more.
More people are working on ChatGPT on the tip of their tongue
It’s not just the Japanese guy mentioned above. In fact, AI players have already thought of letting ChatGPT design recipes.
A guy named Michael Wolf asked AI to design a bread recipe using beer, chocolate, and Rice Krispies as condiments.
In just a few seconds, he got a complete list of ingredients and production process:
He also made it more difficult and asked ChatGPT to design the pasta The recipe, adjusted based on the ketogenic diet, can also be held by AI:
Another YouTube channel, Flavor Lab, asked ChatGPT to create a pasta dish.
The name is rose water pesto pasta. Ingredients include cheese, rose water, grenadine, seaweed, avocado oil and Korean gochujang.
He also asked ChatGPT to introduce step by step how to make it and presented it in a video:
Although it looked strange, he still followed the instructions Out.
As for the taste, this Up host commented - to be honest, it’s very strange.
#After watching the video, some netizens said that it was strange, but the process was very interesting.
# Some netizens also asked whether they can directly open artificial intelligence restaurants in the future.
It is worth mentioning that someone also asked ChatGPT whether it would replace the chef and got a more reliable answer than the recipe.
So, do you want to give your stomach to ChatGPT?
Reference link:
[1]https://techblog.cartaholdings.co.jp/entry/2022/12/23/180000
[2]https: //thespoon.tech/get-ready-because-chatgpt-or-something-like-it-is-going-to-change-how-we-cook/
[3]https:// www.youtube.com/watch?v=wY4PphQNIhA
The above is the detailed content of ChatGPT on the tip of the tongue: Ordinary ingredients, of course, use high-end AI to generate menus. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



When managing WordPress websites, you often encounter complex operations such as installation, update, and multi-site conversion. These operations are not only time-consuming, but also prone to errors, causing the website to be paralyzed. Combining the WP-CLI core command with Composer can greatly simplify these tasks, improve efficiency and reliability. This article will introduce how to use Composer to solve these problems and improve the convenience of WordPress management.

When developing a project that requires parsing SQL statements, I encountered a tricky problem: how to efficiently parse MySQL's SQL statements and extract the key information. After trying many methods, I found that the greenlion/php-sql-parser library can perfectly solve my needs.

In Laravel development, dealing with complex model relationships has always been a challenge, especially when it comes to multi-level BelongsToThrough relationships. Recently, I encountered this problem in a project dealing with a multi-level model relationship, where traditional HasManyThrough relationships fail to meet the needs, resulting in data queries becoming complex and inefficient. After some exploration, I found the library staudenmeir/belongs-to-through, which easily installed and solved my troubles through Composer.

During Laravel development, it is often necessary to add virtual columns to the model to handle complex data logic. However, adding virtual columns directly into the model can lead to complexity of database migration and maintenance. After I encountered this problem in my project, I successfully solved this problem by using the stancl/virtualcolumn library. This library not only simplifies the management of virtual columns, but also improves the maintainability and efficiency of the code.

I'm having a tricky problem when developing a front-end project: I need to manually add a browser prefix to the CSS properties to ensure compatibility. This is not only time consuming, but also error-prone. After some exploration, I discovered the padaliyajay/php-autoprefixer library, which easily solved my troubles with Composer.

Git Software Installation Guide: Visit the official Git website to download the installer for Windows, MacOS, or Linux. Run the installer and follow the prompts. Configure Git: Set username, email, and select a text editor. For Windows users, configure the Git Bash environment.

When developing PHP projects, ensuring code coverage is an important part of ensuring code quality. However, when I was using TravisCI for continuous integration, I encountered a problem: the test coverage report was not uploaded to the Coveralls platform, resulting in the inability to monitor and improve code coverage. After some exploration, I found the tool php-coveralls, which not only solved my problem, but also greatly simplified the configuration process.

When developing a Geographic Information System (GIS), I encountered a difficult problem: how to efficiently handle various geographic data formats such as WKT, WKB, GeoJSON, etc. in PHP. I've tried multiple methods, but none of them can effectively solve the conversion and operational issues between these formats. Finally, I found the GeoPHP library, which easily integrates through Composer, and it completely solved my troubles.
