Home Technology peripherals AI An AI psychotherapist in your pocket

An AI psychotherapist in your pocket

May 29, 2023 am 08:29 AM
ai psychotherapist pocket

An AI psychotherapist in your pocket

As advanced artificial intelligence such as ChatGPT rises and is added to mental health applications, while they provide people with some comfort, they also raise new issues such as privacy and security. Image source: "Nature" website

【World Trend of Technological Innovation】

◎Our reporter Liu Xia

Since 2015, mental health app Koko has been working hard to provide support to those in need. When someone texts the app about feelings such as guilt or frustration, they receive a sympathetic response within minutes, along with some positive coping strategies.

The British "Nature" website pointed out in a recent report that there are thousands of mental health apps like Koko on the market, which is the result of 70 years of scientists trying to automate psychological treatment. Now, with the rise of advanced artificial intelligence (AI) such as ChatGPT and being added to these applications, they provide people with some comfort while also raising new privacy and security issues.

Digital Psychological Counselor

There are only about 4 psychiatrists per 100,000 people globally, and in most low- and middle-income countries this number is even lower. Due to this factor, developers of smartphone apps have created a large number of programs that provide psychotherapy methods that can be taken with you. It is expected that 10,000 to 20,000 mobile mental health apps will be available for people to use globally in 2021.

Researchers have tried to digitize psychotherapy, and although there are many schools and methods of psychotherapy, they have ultimately focused on cognitive behavioral therapy (CBT). The UK National Health Service describes CBT as a type of talking therapy designed to help patients manage mental health conditions by changing the way they think and behave, helping patients reorganize negative thoughts into positive ones.

With the increasing popularity of smartphones and the rapid development of big data and AI, digital psychological intervention forms are also changing. Mental health products developed with mobile clients as carriers are gradually increasing, among which those based on intelligent chat robots are gradually increasing. Cognitive behavioral therapy has gradually become a more popular intervention method. There are many relatively mature AI mental health products abroad, such as Woebo, Tess and Wysa. The effectiveness of such products in interfering with depression has been verified by empirical research. For example, a Stanford University study found that people's symptoms of anxiety and depression decreased after two weeks of using Woebot.

"Show your talents in three aspects"

Broadly speaking, in the field of mental health, AI based on machine learning has "shown its talents" in three aspects.

First, doctors will use AI to analyze treatment interventions and fine-tune them. For example, these two applications are ieso and Lyssn. Scientists from the University of Washington developed Lyssn, which can analyze conversations by evaluating 55 criteria. Text-based treatment provider ieso, based in Cambridge, UK, identified the most effective interventions by analyzing more than 500,000 treatments and tracking outcomes. Stephen Freer, clinical director at Ieso, believes having this data could help therapists focus more on constructive treatment rather than small talk in future sessions.

The second role of AI is diagnosis. Many platforms, such as the REACHVET program for U.S. veterans, scan an individual’s medical records for red flags that may indicate they are self-harming or suicidal. John Toros, director of the Division of Digital Psychiatry at Harvard Medical School, said this diagnostic work may be the most promising application of AI in mental health.

The last and most important aspect is: fully digital therapists who use AI to directly guide therapy. This aspect may be closest to what CBT pioneers such as Stanford University psychiatrist Kenneth Colby hope for.

Privacy and security issues raise concerns

Nicholas Jacobson, a biomedical data scientist at Dartmouth College’s Center for Technology and Behavioral Health, said that although there are many mental health apps on the market, there is little evidence that some of them are useful. . The addition of large language models such as GPT-3 and the related chatbot ChatGPT has made many people even more worried.

Privacy is a primary consideration. In early March, BetterHelp was fined $7.8 million by the U.S. Federal Trade Commission over allegations it shared sensitive user information with advertisers. In late March, documents disclosed by telemedicine startup Cerebral showed that due to errors, the platform’s patient data had been shared with advertisers such as Yuanverse Platform Company, Google, and TikTok, and the personal health information of more than 3.1 million users was leaked. It may include mental health-related data.

Others are concerned about safety and legal liability. Earlier this year, a Belgian man took his own life after six weeks of conversations about the climate crisis with an AI chatbot called Eliza developed by ChaiResearch. The man's widow revealed to Belgian media that her husband would not have died without the conversation with the chatbot. ” Experts this month called for the creation of a new agency to oversee digital mental health tools.

"Nature" points out that although AI may have potential benefits in helping people achieve mental health, these therapeutic applications are still in their infancy and there are ethical dilemmas.

Source: Science and Technology Daily

The above is the detailed content of An AI psychotherapist in your pocket. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to create an oracle database How to create an oracle database How to create an oracle database How to create an oracle database Apr 11, 2025 pm 02:33 PM

Creating an Oracle database is not easy, you need to understand the underlying mechanism. 1. You need to understand the concepts of database and Oracle DBMS; 2. Master the core concepts such as SID, CDB (container database), PDB (pluggable database); 3. Use SQL*Plus to create CDB, and then create PDB, you need to specify parameters such as size, number of data files, and paths; 4. Advanced applications need to adjust the character set, memory and other parameters, and perform performance tuning; 5. Pay attention to disk space, permissions and parameter settings, and continuously monitor and optimize database performance. Only by mastering it skillfully requires continuous practice can you truly understand the creation and management of Oracle databases.

How to create oracle database How to create oracle database How to create oracle database How to create oracle database Apr 11, 2025 pm 02:36 PM

To create an Oracle database, the common method is to use the dbca graphical tool. The steps are as follows: 1. Use the dbca tool to set the dbName to specify the database name; 2. Set sysPassword and systemPassword to strong passwords; 3. Set characterSet and nationalCharacterSet to AL32UTF8; 4. Set memorySize and tablespaceSize to adjust according to actual needs; 5. Specify the logFile path. Advanced methods are created manually using SQL commands, but are more complex and prone to errors. Pay attention to password strength, character set selection, tablespace size and memory

How to write oracle database statements How to write oracle database statements Apr 11, 2025 pm 02:42 PM

The core of Oracle SQL statements is SELECT, INSERT, UPDATE and DELETE, as well as the flexible application of various clauses. It is crucial to understand the execution mechanism behind the statement, such as index optimization. Advanced usages include subqueries, connection queries, analysis functions, and PL/SQL. Common errors include syntax errors, performance issues, and data consistency issues. Performance optimization best practices involve using appropriate indexes, avoiding SELECT *, optimizing WHERE clauses, and using bound variables. Mastering Oracle SQL requires practice, including code writing, debugging, thinking and understanding the underlying mechanisms.

How to add, modify and delete MySQL data table field operation guide How to add, modify and delete MySQL data table field operation guide Apr 11, 2025 pm 05:42 PM

Field operation guide in MySQL: Add, modify, and delete fields. Add field: ALTER TABLE table_name ADD column_name data_type [NOT NULL] [DEFAULT default_value] [PRIMARY KEY] [AUTO_INCREMENT] Modify field: ALTER TABLE table_name MODIFY column_name data_type [NOT NULL] [DEFAULT default_value] [PRIMARY KEY]

What are the integrity constraints of oracle database tables? What are the integrity constraints of oracle database tables? Apr 11, 2025 pm 03:42 PM

The integrity constraints of Oracle databases can ensure data accuracy, including: NOT NULL: null values ​​are prohibited; UNIQUE: guarantee uniqueness, allowing a single NULL value; PRIMARY KEY: primary key constraint, strengthen UNIQUE, and prohibit NULL values; FOREIGN KEY: maintain relationships between tables, foreign keys refer to primary table primary keys; CHECK: limit column values ​​according to conditions.

Detailed explanation of nested query instances in MySQL database Detailed explanation of nested query instances in MySQL database Apr 11, 2025 pm 05:48 PM

Nested queries are a way to include another query in one query. They are mainly used to retrieve data that meets complex conditions, associate multiple tables, and calculate summary values ​​or statistical information. Examples include finding employees above average wages, finding orders for a specific category, and calculating the total order volume for each product. When writing nested queries, you need to follow: write subqueries, write their results to outer queries (referenced with alias or AS clauses), and optimize query performance (using indexes).

What does oracle do What does oracle do Apr 11, 2025 pm 06:06 PM

Oracle is the world's largest database management system (DBMS) software company. Its main products include the following functions: relational database management system (Oracle database) development tools (Oracle APEX, Oracle Visual Builder) middleware (Oracle WebLogic Server, Oracle SOA Suite) cloud service (Oracle Cloud Infrastructure) analysis and business intelligence (Oracle Analytics Cloud, Oracle Essbase) blockchain (Oracle Blockchain Pla

How to configure Debian Apache log format How to configure Debian Apache log format Apr 12, 2025 pm 11:30 PM

This article describes how to customize Apache's log format on Debian systems. The following steps will guide you through the configuration process: Step 1: Access the Apache configuration file The main Apache configuration file of the Debian system is usually located in /etc/apache2/apache2.conf or /etc/apache2/httpd.conf. Open the configuration file with root permissions using the following command: sudonano/etc/apache2/apache2.conf or sudonano/etc/apache2/httpd.conf Step 2: Define custom log formats to find or

See all articles