


Indians use AI cyber to make incense! Scholar: Robots may be more religious than humans
Data shows that fewer and fewer young people believe in religion.
With the development of AI, robots, automation and other technologies, even religious clergy are beginning to be replaced by artificial intelligence.
ChatGPT Buddha can solve your problems, and the robot priest can recite prayers and preach. Believers and religious theologians alike were horrified.
To everyone’s surprise, India is at the forefront of the era of AI and machine automation, and was the first to begin “secularization” through modern new technologies.
Little Blue Bird VS. Little Yellow Chicken
Twitter’s competitor Koo, an Indian “Little Yellow Chicken” Weibo platform, is ahead of “Little Blue Bird” Twitter has taken a step forward and is the first in the world to integrate the ChatGPT function into the Weibo social platform.
After its launch in March 2020, Koo quickly “became the second largest multilingual Weibo platform in the world.”
Co-founder Mayank Bidawatka said the company is looking for ways to innovate the site and help users create better content. "We are always looking for ways to make it easy for our users to create content, and the integration with ChatGPT will provide creators with intelligent assistance at their fingertips."
Koo said this feature will assist Users write more profound posts. Through daily hot searches, ChatGPT helps creators draft their blog posts and helps users quote famous quotes and well-known quotations.
"We are the first Weibo platform in the world to integrate ChatGPT as part of the creative process, and we hope creators will be pleasantly surprised when using this smart tool."
However, some experts negatively believe that Twitter, Instagram and Facebook platforms are already full of AI-generated artwork and videos, and believe that the text content generated by ChatGPT will only swamp social media platforms. A matter of time.
However, where is this? What really caused controversy was the robots in Indian temples.
A robot will worship for you? Is this pious enough?
No, in India, even the worship ceremony does not require real people.
Ganesh Chaturthi (Ganesh Chaturthi) is the most massive festival in Hinduism, lasting for 12 days. Ganesa, the Indian elephant god, is the heaven of joy mentioned in later Buddhist scriptures. He is the son of Shiva and Parvati. He governs the world of wisdom, wealth, happiness, peace and love. wonderful things.
Aarti is also one of the most important worship rituals in Hinduism. This is a pious ritual that is usually performed five times a day. It requires monks to wave an odd number of rostrums from the god's head to his feet. A lit wick is soaked in ghee, and the lit wick is then passed to the devotees so that they can receive the blessings conveyed in the flame. Therefore, Aatri is also considered the "light of the soul."
#But now there is a mechanical arm specially designed to "wave", and it can even make the god float. There are a lot of things involved in the whole ceremony. Modern new technology, but some people have begun to question, is it pious enough to let robots perform such rituals?
Mechanical Elephant
Slightly less controversial is the mechanical elephant at a Kerala temple in India.
Path to never keep or employ live elephants or any other animals for rituals, celebrations, PETA gifted the temple with a lifelike mechanical elephant and gave it Named Irinjadappilly Raman.
We have all heard more or less about the mistreatment of wild elephants in captivity. Many elephants are scarred but still used for riding, rituals, and performance skills. etc. purpose.
Therefore, the promotion of this technology has been recognized by many caring people.
However, some people are very opposed to this move and insist on using wild elephants to perform the ceremony. He also appealed to everyone not to use mechanical elephants and not to dilute the spirit of Indian celebrations.
Japanese Buddha ChatGPT
If these automated religions created by India are still controversial, Japan’s recent ChatGPT Buddha is very popular and already has many believers.
This mechanical Buddha Hotoke AI has only been online for 5 days and has already solved the worries of more than 13,000 donors.
This AI is equipped with GPT-3.5-turbo and supports web and Line.
The mechanical Buddha that can answer human worries has brought many human beings to enlightenment.
Controversy
Some people think that automated religion is promising a bright, new, technological future for mankind, but some people They think this is the end of the world for them.
Some people worry that robots may lead more people to leave religious activities, but this is also a last resort. In the past few decades, the number of young people willing to devote themselves to religious causes has dropped significantly. .
With no need to worry about robots making mistakes, temples began to rely more on automation and no longer needed clergy to care for their gods.
Anthropology expert Holly Waters noted in an article that there are significant concerns about the use of robots in religious settings.
"Somehow, robots are better at worshiping gods than humans. They also trigger an inner shock in us: What is the meaning of life? What is one's place in the universe?"
Moreover, unlike humans, robots cannot be spiritually corrupted and can perfectly perform the orthodox practices of religion. This also makes them the most attractive alternative to the dwindling clergy.
But this also raises a more profound question, is it only what people believe in that counts as religion?
Anthropologists say: "Modern robotic technology is like a special cultural paradox. The best religion is one that does not involve humans at all."
"God became a human (Jesus), humans created machines, and machines are replacing God. This cycle forces us to re-examine the concepts of God and humans."
Reference materials:
##https://www.php.cn/link/29c08a4baebd25af6a2acf659cf834e8
The above is the detailed content of Indians use AI cyber to make incense! Scholar: Robots may be more religious than humans. 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

AI Hentai Generator
Generate AI Hentai for free.

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



The CentOS shutdown command is shutdown, and the syntax is shutdown [Options] Time [Information]. Options include: -h Stop the system immediately; -P Turn off the power after shutdown; -r restart; -t Waiting time. Times can be specified as immediate (now), minutes ( minutes), or a specific time (hh:mm). Added information can be displayed in system messages.

Complete Guide to Checking HDFS Configuration in CentOS Systems This article will guide you how to effectively check the configuration and running status of HDFS on CentOS systems. The following steps will help you fully understand the setup and operation of HDFS. Verify Hadoop environment variable: First, make sure the Hadoop environment variable is set correctly. In the terminal, execute the following command to verify that Hadoop is installed and configured correctly: hadoopversion Check HDFS configuration file: The core configuration file of HDFS is located in the /etc/hadoop/conf/ directory, where core-site.xml and hdfs-site.xml are crucial. use

Backup and Recovery Policy of GitLab under CentOS System In order to ensure data security and recoverability, GitLab on CentOS provides a variety of backup methods. This article will introduce several common backup methods, configuration parameters and recovery processes in detail to help you establish a complete GitLab backup and recovery strategy. 1. Manual backup Use the gitlab-rakegitlab:backup:create command to execute manual backup. This command backs up key information such as GitLab repository, database, users, user groups, keys, and permissions. The default backup file is stored in the /var/opt/gitlab/backups directory. You can modify /etc/gitlab

Installing MySQL on CentOS involves the following steps: Adding the appropriate MySQL yum source. Execute the yum install mysql-server command to install the MySQL server. Use the mysql_secure_installation command to make security settings, such as setting the root user password. Customize the MySQL configuration file as needed. Tune MySQL parameters and optimize databases for performance.

Enable PyTorch GPU acceleration on CentOS system requires the installation of CUDA, cuDNN and GPU versions of PyTorch. The following steps will guide you through the process: CUDA and cuDNN installation determine CUDA version compatibility: Use the nvidia-smi command to view the CUDA version supported by your NVIDIA graphics card. For example, your MX450 graphics card may support CUDA11.1 or higher. Download and install CUDAToolkit: Visit the official website of NVIDIACUDAToolkit and download and install the corresponding version according to the highest CUDA version supported by your graphics card. Install cuDNN library:

Docker uses Linux kernel features to provide an efficient and isolated application running environment. Its working principle is as follows: 1. The mirror is used as a read-only template, which contains everything you need to run the application; 2. The Union File System (UnionFS) stacks multiple file systems, only storing the differences, saving space and speeding up; 3. The daemon manages the mirrors and containers, and the client uses them for interaction; 4. Namespaces and cgroups implement container isolation and resource limitations; 5. Multiple network modes support container interconnection. Only by understanding these core concepts can you better utilize Docker.

When installing and configuring GitLab on a CentOS system, the choice of database is crucial. GitLab is compatible with multiple databases, but PostgreSQL and MySQL (or MariaDB) are most commonly used. This article analyzes database selection factors and provides detailed installation and configuration steps. Database Selection Guide When choosing a database, you need to consider the following factors: PostgreSQL: GitLab's default database is powerful, has high scalability, supports complex queries and transaction processing, and is suitable for large application scenarios. MySQL/MariaDB: a popular relational database widely used in Web applications, with stable and reliable performance. MongoDB:NoSQL database, specializes in

A complete guide to viewing GitLab logs under CentOS system This article will guide you how to view various GitLab logs in CentOS system, including main logs, exception logs, and other related logs. Please note that the log file path may vary depending on the GitLab version and installation method. If the following path does not exist, please check the GitLab installation directory and configuration files. 1. View the main GitLab log Use the following command to view the main log file of the GitLabRails application: Command: sudocat/var/log/gitlab/gitlab-rails/production.log This command will display product
