Is artistic creativity exclusive to humans?
Generative AI faces a significant philosophical challenge: can machines genuinely be creative?
From a philosophical perspective, generative AI raises some interesting questions about the nature of creativity, the relationship between humans and machines, and the limits of artificial intelligence. For example, some argue that generative AI is merely a form of advanced pattern recognition, while others view it as a valid form of creativity that can rival human intelligence.
Murat Durmus (CEO @AISOMA_AG) Murat Durmus (CEO @AISOMA_AG)
Alexa, I want a Chaplin and Buster Keaton movie together, one hour and 20 minutes long, set in a traveling circus.
- The first thing we do is to enter in the interactive box the title of the movie and some details about the plot. In the following image we entered a movie called "Echoes of Tomorrow" which is a science fiction movie to watch on a Sunday while eating popcorn.
- In the window that says One-Line Synopsis the LLM model gives us a one-line synopsis of what the movie is about.
- The Simple scene script window (next image) does not show a sample scene, which can be exterior or interior, also if it takes place during the day or at night and some dialogues of the characters.
- The next window Possible cast list for the movie, suggests different actors for the characters and the roles of each of these characters.
- In the following image we see a window called Production cost calculation that allows us to know an estimate of the different production costs and also the final cost of the movie.
- The Inspiration for the movie poster window shows us a possible image for the movie poster in the style of John Alvin and Bob Peak.
- The Difficulties and obstacles to filming window (image below) offers us different points to take into account when filming the movie and the possible challenges we are going to face.
- And the Write down some of the requirements for the movie window, which is interactive, allows us to enter some requirements that must be fulfilled as in this case: the budget should not exceed 10.500.000 USD and the movie should be filmed in black and white.

- To migrate the application to AWS, I would use API Gateway for communication with Cognito authentication.
- Different projects could be created and each project could have different stages, all this thanks to SageMaker.
- A Lambda function would act as an interpreter between API Gateway and Sagemaker.
- Sagemaker would make use of Amazon Bedrock for the creation of LLM models. Also in the future, Amazon Lex would be used to create a chatbot for a more fluid interaction.
- The Sagemaker results would call a lambda function (perhaps this through Amazon EventBridge), to store the results in a DynamoDB table and some important data would be sent by mail through SNS.
- The different data generated by SageMaker would also be stored in a S3 bucket.