Skip to main content

Development of the Personal Ai Assistant

 The two crucial requirements that enable the existence f the digital servant

are, on the one hand, the linking of different services to a huge network and,

on the other hand, the learning aptitude of the assistant. For a digital assistant

to be able to answer enquiries, it is essential for various programs, apps and

other services to be able to communicate with each other. In order to be able to book a taxi with Apple’s Siri, for example, the operating system must allow

access to services such as Uber, which was ultimately realised in iOS10.



In the official demonstration of Viv, Dag AIttlaus provides an insight into

the huge network of categories and subcategories for different services and

information that is behind the future personal assistant. With an adaptive

assistant, even needs can be predicted after some time. The digital butler is

thus personalised so that products can be suggested, for example, that are a

perfect match to the user’s needs.

The development process of personal assistants has been divided by

research institutes and observers into different yet similar categories. The

research institute Gartner, for example, calls the development from the simple smartphone to the perfectly personalised butler as cognisant computing

(Gartner 2013). They have subdivided the process into the four steps Sync

Me, See Me, Know Me and Be Me. Sync Me implies that copies of all relevant content is stored in one place and can be synchronised with all used end

devices. This has already been realised in the course of cloud computing, to

be more precise, since it has been possible to store backup copies of telephone

and computer data in so-called clouds. The second step See Me assumes that

the algorithm knows where we are and where we were in the past, both on

the Internet and in the real world. This is also integrated in the use of smartphones and computers to a large extent. The third step Know Me is currently

being implemented with the first personal assistants as well as with services

such Netflix and Spotify, which are meant to understand what the user wants

and to suggest matching products and services (films and music in this case)

accordingly. Be Me is currently a scenario of the future in the main part, in

which the butler acts on behalf of the user according to both learned and

explicit rules. If the assistant independently improves itself, the answer and

recommendation mechanism can be finetuned further. Amazon’s Alexa, for

example, can get to know the user’s needs better and better and tries to adapt

itself to them. Via the Alexa Skills developer platform, the personal assistant

can also learn a new task as well as be connected to other companies.

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...

Why Use Machine Learning?

Consider how you would write a spam filter using traditional programming techniques (Figure 1-1): 1. First you would look at what spam typically looks like. You might notice that some words or phrases (such as “4U,” “credit card,” “free,” and “amazing”) tend to come up a lot in the subject. Perhaps you would also notice a few other patterns in the sender’s name, the email’s body, and so on. 2. You would write a detection algorithm for each of the patterns that you noticed, and your program would flag emails as spam if a number of these patterns are detected. 3. You would test your program, and repeat steps 1 and 2 until it is good enough. Since the problem is not trivial, your program will likely become a long list of com‐ plex rules—pretty hard to maintain. In contrast, a spam filter based on Machine Learning techniques automatically learns which words and phrases are good predictors of spam by detecting unusually fre‐ quent patterns of words in the spam examples compared to the ham e...