Skip to main content

The Butler Economy—Convenience Beats Branding

 Traditionally, by the word butler, we understand a personal servant who

is available all of the time and fulfils our wishes. A conscientious butler

knows us so well that he can even foresee needs and make recommendations. With bots that are adaptive and that can thus be described as intelligent, the step towards the personal butler, the digital personal assistant is

no longer far away. The large technology companies Amazon and Google

have had digital butlers for home use on the market since 2016: Echo and

Home are standalone devices that remind of loudspeakers and which regulate the lights, temperature and music as well as weather queries, alarm

function and requests for information. In addition, Google Home can

send e-mails and text messages as well as sort out photographs and use card

services.



Examples of personal assistants that can be integrated into a telephone

or computer are Siri (Apple), Now and Allo (Google) as well as Cortana

(Windows). Siri, a digital assistant that does have a sense of humour but has

difficulties with speech recognition, will be replaced by his big sister Viv in

the near future. Dag AIttlaus, managing director of Viv, announced during

the official demonstration of the personal assistant in May that Viv “bring

the dead smartphone back to life by way of conversation”. The name of

the algorithm is the Latin root of the word life. Even Facebook is currently

experimenting with their own personal assistant called “M” and which will

soon be available worldwide.

A personal butler, also called personal assistant or digital servant, is a program that is integrated in a technical device, an operating system or an app,

and which can take over daily tasks such as shopping, bookings, bank transactions, planning or regulating light and temperature. With time, the personal butler gets more familiar with his owners and can predict their wishes

and needs.

What is the same with all virtual assistants is that they are meant to take

over everyday tasks such as booking hotels or taxis, ordering clothes, food

or flowers, or even bank transactions or writing to-do lists. Instead of comparing offers for hours on end, entering account details or finding the right

app for notes, these frequently cumbersome tasks can be done in the time

it takes to say a sentence. And when humans are no longer needed for these

tasks, the human resources could put to use in a different way, for creative

tasks for example.

The following section will first explain why the comfort of the personal

butler will diminish the significance of the brand. Afterwards, the past and

present development process of digital butlers will be described and whether

verbal or written communication with the assistant will dominate in the

long term will be discussed. At the end of the section, the advantages and

disadvantages that could result for consumers will be illustrated.

Comments

Popular posts from this blog

What is Machine Learning

 The term machine learning (ML) as a part of artificial intelligence is ubiq- uitous nowadays. The term is used for a wide number of various appli- cations and methods that deal with the “generation of knowledge from experience”. The well-known US computer scientist Tom Mitchell defines machine learning as follows: A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its performance at tasks in T, as measured by P, improves with experience E (Mitchell 1997). An illustrative example of this would be a chess computer program that improves its performance (P) in playing chess (the task T) by experience (E), by playing as many games as possible (even against itself ) and analysing them (Mitchell 1997). Machine learning is not a fundamentally new approach for machines to generate “knowledge” from experience. Machine learning technology was used to filter out junk e-mails a long time ago. Whilst spam filters that tack- ...

Possible Limitations of AI-Based Bots

 The examples above already show the present-day potential of AI-based bots. At present, these systems are still in an early stage and still have certain limitations and potentials for optimisation. Twitter Bot Tay by Microsoft Most bots at present are reactive service bots. Engagement bots that actively interact with the users as market and brand ambassadors go one step further. The most famous example here is the chatbot Tay by Microsoft. Microsoft removed Tay from the web apologetically within one day. The example shows that the uncontrolled training of bots by the community can lead to fatal consequences. AI systems still have to learn ethical standards. It thus becomes apparent that even bots require a kind of guideline. Like a journalist has to observe editorial guidelines, bots have to observe certain standards. The next generation of AI-based bots must control and create the possible room for communication. IBM Watson has been able to celebrate quite a few respectable resul...

Random Forest Classifier

  The algorithm gradient boosted regression trees, also called random forests, belong to the ensemble learning methods This classifier uses an ensemble of weak regression trees that have a low hit quota when considered in isola- tion. The quality of the prediction can be improved significantly when vari- ous trees are trained with different parameters or samples. The results of the individual trees are aggregated to a total result which then enables a more balanced and high-quality prediction. The so-called bagging triggered a boom of the traditional regression trees. As aggregation, either a majority vote or a probability function is chosen (Fig. 5.5). The lead prediction generates high-conversion leads because • The entire spectrum of information available about a company is inte- grated into the decision-making; • The data is highly topical and without bias; • The random forest is capable of abstracting complex correlations in the data; and • The method learns iteratively from t...