Skip to main content

New Business Models Through Algorithmics and AI

 esides designing and optimising corporate functions and processes, algorithmics and AI also have the potential to challenge and reinvent business

models.

Netflix, for example, owes its current success to the fundamental disruption of a business model from video-on-demand to streaming media. This

way the company made it from the lower end of the market to the global

market leader in no time at all, even ahead of the streaming portal of the

giant Amazon. In addition to the production of their own series, Netflix

won recognition in particular through the AI they developed, guarantee-

ing maximum, dynamically adapted streaming quality, even if the Internet

bandwidth is very low. As a result, the company was able to even prevail on

markets with a rather underdeveloped infrastructure and establish itself at

the top.

Likewise, the agile start-up Airbnb is already threatening traditional

industry leaders such as Marriott. Having started out as an idea of an inexpensive solution for budget travellers with air mattresses in living rooms of

strangers, luxurious apartments can now be booked via the portal. The innovative price formation algorithm is setting new standards.

With the aid of a trained deep learning network, factors such as location,

furnishings, demand, but also presentation are weighted differently in real

time, and the system calculates a price tip for the host. In this way, the provider manages to serve an entire sector and offer all users the best price. The

popularity of this business model speaks for itself!

The financial service provider sector is also positioning itself anew.

Recently, the expanding and critically discussed start-up Kredittech has been

stirring up the market—on the basis of big data, it calculates a consumer’s

creditworthiness score with a precision and term that would not be imaginable with conventional methods. This way creditors can minimise their risk

of payment defaults and the credit applications of customers are accepted or

rejected much faster (Fig. 3.12).

The B2B sector is also reacting with appropriate AI-as-a-service, allowing

a digital, synthetic credit score to be calculated automatically on the basis of

big data and AI.

Offers of Robo Advisor such as scalable capital in investment consulting or the clark.de app in insurance consulting and administration are also

booming. Customers are informed about most recent market developments



in real time and are able to react. The offer can be adapted to exactly meet

the customer‘s needs, and accessibility of offerings via mobile smartphone

apps or Internet portals is not comparable with a local adviser.

In data economics, data also plays a central role as a source of expanded

or new business models. Figure 3.13 provides a list of questions to determine the potential of data for expanded and new business models.

Considerations are to be made as to whether available data can be used

to expand the business model or can be monetised through the sale to other

companies. On the other hand, in line with the assessment of potential

threats, it is necessary to examine whether competitors might possess data

that pose a threat to one’s own business model.

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