The field of switchboard operators suffered the sweep of the 'AI tsunami'

A year ago, Bernie was an employee at a service call center in the Philippines, secretly using ChatGPT to help reduce the pressure on the operator. However, now this AI is threatening his job.

Bernie said that he often has to listen to the phone calls of irritable, impatient customers. He describes some conversations as a battle when guests complain about their problems.

The field of switchboard operators suffered the sweep of the 'AI tsunami' Picture 1

When tools like ChatGPT and Bing became popular in late 2022, Bernie quietly used the tool for work. He asked the chatbot to create convincing, empathetic answers to common complaints. And ChatGPT does it all.

Not only Bernie but many of his other colleagues also try and gradually depend on AI. Sometimes, naive responses that have nothing to do with the customer's problem are also given and sent by this tool.

ChatGPT and Bing Bernie now use to translate all technical information in less than five minutes, doubling performance. However, the problem is that the customer of his company, a large customer experience company in the US, forbids agents from using artificial intelligence in their work.

 

The Philippines is considered as one of the world's largest centers for outsourcing services (BPO), with a revenue of 29.5 billion USD, equivalent to 7.5% of the country's GDP in 2021. This country is the go-to place for many big companies in the world to hire services such as call center, content moderation.

Mon Ibrahim, a former official with the Philippine information and communication technology agency, said AI could displace workers and upset job growth in the BPO industry in the next five years if they don't upgrade their capacity.

The AI ​​Council has been established in the Philippines to bring together industry-leading experts to build skills for BPO employees so they can do higher-value work that has not yet been reached by AI.

Ibrahim said that, without using AI for projects, businesses will find it very difficult to compete, but using it will make workers unemployed. Therefore, workers and businesses must adapt and move forward.

3.5 ★ | 2 Vote

May be interested

  • China worried that the tsunami wiped out civilization 1,000 years agoChina worried that the tsunami wiped out civilization 1,000 years ago
    chinese scientists warned that the tsunami that eradicated civilization in guangdong province 1,000 years ago could return and destroy the coastal area, according to scmp.
  • Basic Shell operatorsBasic Shell operators
    there are many operators supported by each shell. our tutorial is based on the default shell (bourne) so we are discussing bourne shell operators in this chapter.
  • Free Vietnamese call center, take care of portable goodsFree Vietnamese call center, take care of portable goods
    apple has officially put into operation a customer support switchboard in vietnamese (operating from 9am to 6pm, monday to friday) to help users in vietnam can contact the company by itself. 'mother tongue' to receive support for all current products from iphone, ipad, macbook, imac, apple watch ... and portable products.
  • Korn Shell OperatorKorn Shell Operator
    this tutorial lists all the operators available in the korn shell. here most of these operators are similar to what we have in the c program language.
  • Comparison operators in SQL ServerComparison operators in SQL Server
    this article will show the comparison operators that are used to check for equilibrium along with more advanced operators in sql server.
  • Operator in JavaScriptOperator in JavaScript
    we see the following simple expression: 4 + 5 is equal to 9. here 4 and 5 are operands and '+' called operator - operator.
  • Load the stack of assignment operators in C ++Load the stack of assignment operators in C ++
    you can overload the assignment operator (=) as you can with other operators in c ++ and it can be used to create an object like copying constructors.
  • Overload binary operators in C ++Overload binary operators in C ++
    binary operators in c ++ take two parameters. you use binary operators quite often, such as addition operator (+), subtraction operator (-) and division operator (/).
  • Ancient human skulls are the world's oldest tsunami victims foundAncient human skulls are the world's oldest tsunami victims found
    scientists have discovered that an ancient human skull in papua new guinea could be the victim of the world's oldest tsunami.
  • The difference between the == and === operators in JavaScriptThe difference between the == and === operators in JavaScript
    the == operator compares the abstract equality, that is, it performs the necessary type conversions before comparing the equality. the === operator compares strict equality, meaning that it will not perform type conversions.