<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Process | Skilja</title>
	<atom:link href="https://skilja.com/category/process/feed/" rel="self" type="application/rss+xml" />
	<link>https://skilja.com</link>
	<description>Document Understanding – Deep Learning</description>
	<lastBuildDate>Mon, 19 Jan 2026 14:43:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://skilja.com/wp-content/uploads/2021/06/cropped-skilja_logo_transparent_02-32x32.png</url>
	<title>Process | Skilja</title>
	<link>https://skilja.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Intelligent Document Processing and Enterprise Security</title>
		<link>https://skilja.com/intelligent-document-processing-and-security/</link>
		
		<dc:creator><![CDATA[Alexander]]></dc:creator>
		<pubDate>Sun, 22 Jun 2025 11:15:06 +0000</pubDate>
				<category><![CDATA[Process]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://skilja.com/?p=1404</guid>

					<description><![CDATA[In the past Capture used to be almost always departmental. Capture was only allowed in a (badly lit) corner of an Enterprise mainly because no Capture system was able to fully integrate into Enterprise IT and most importantly comply with all security rules established for enterprises.

This has changed to the better in the past few years. At Skilja we have invested a lot of effort to strictly follow all security requirements so Vinna (our enterprise platform) can become a part of enterprise IT. This means on the one side that during development we are running frequent security screenings and penetrations tests to ensure utmost security for the software. For example Vinna and Skilja Software is Veracode Verified since many years. On the other hand we independently make sure to follow all defined industry standards very closely.]]></description>
										<content:encoded><![CDATA[<p>For those of us who have historically worked in the area of Intelligent Document Processing (IDP), or Capture as it was simply called before, it is a very pleasant observation that IDP, that has been around for a long time, creates more and more interest in the general CEO discussions and is now seen as an integral part of process optimization.</p>
<p>This is on the one hand due to the rise of AI technologies and the subsequent understanding what can be achieved with algorithms that mimic human understanding. AI having arrived in the mainstream (and even dominating the mainstream discussions) is now generally understood as being capable to perform cognitive tasks that humans perform. We have known and preached this for a long time but it is a good development that our former niche becomes standard.</p>
<p>On the other hand IDP gets more and more integrated into the main business processes. In the past Capture used to be almost always departmental. Capture was only allowed in a (badly lit) corner of an Enterprise mainly because no Capture system was able to fully integrate into Enterprise IT and most importantly comply with all security rules established for enterprises.</p>
<p>This has changed to the better in the past few years. At Skilja we have invested a lot of effort to strictly follow all security requirements so Vinna (our enterprise platform) can become a part of enterprise IT. This means on the one side that during development we are running frequent security screenings and penetrations tests to ensure utmost security for the software. For example Vinna and Skilja Software is <a href="https://www.veracode.com/verified/directory/skilja-gmbh" target="_blank" rel="noreferrer noopener">Veracode Verified</a> since many years. On the other hand we independently make sure to follow all defined industry standards very closely.</p>
<p>The most important aspect to be allowed to run in an enterprise is <strong>authentication and authorization</strong>. Typically an enterprise will not (or only grudgingly) allow an application to store user names or passwords outside of their internal identity management software. A platform should not have its own user management. This is a no-go for many customers. Therefore Vinna from the beginning always used roles that then are mapped to users in the enterprise user directory. In Vinna 3.0 still the password needed to be entered by the user and was sent (encrypted) to the authentication backend.</p>
<p>Since version 3.1 our Vinna platform uses the OAuth2 protocol for the authorization of users. OAuth2 itself does not directly deal with the authentication of users and clients. Instead the authentication backend is required to grant authorization and thus access. OAuth2 is supported by a lot of backends, namely Microsoft Azure AD and Keycloak. All communication with the backend (Resource Server) is bundled in the Skilja Authorization Server that is used by all Vinna Platform services, Clients and Activities.</p>
<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" class="wp-image-2409" src="https://skilja.com/wp-content/uploads/Platform-Authorization-and-Authentication.png" sizes="(max-width: 840px) 100vw, 840px" srcset="https://skilja.com/wp-content/uploads/Platform-Authorization-and-Authentication.png 840w, https://skilja.com/wp-content/uploads/Platform-Authorization-and-Authentication-300x144.png 300w, https://skilja.com/wp-content/uploads/Platform-Authorization-and-Authentication-768x368.png 768w, https://skilja.com/wp-content/uploads/Platform-Authorization-and-Authentication-500x240.png 500w" alt="" width="840" height="403" /></figure>
<p>Vinna provides authentication via different methods:</p>
<ul>
<li>Authorization Code Flow with PKCE via a web browser</li>
<li>User name and password authentication via the password grant flow</li>
<li>Client authentication via the client credentials grant flow</li>
</ul>
<p><strong>Authorization Code Flow with PKCE</strong> (proof key for code exchange) is the current best practice when logging into any client application because it avoids entrusting a client application with user credentials.</p>
<p>A user that wants to log into a web site is redirected to the log in page of the Skilja Authorization Server. If the user has not yet authenticated itself to the Skilja Authorization Server, they enter a user name or password into the login field. After the credentials have been verified, the user is redirected back to the web site where they started, along with an authorization code. This authorization code is used by the website to exchange it with the Authorization Server for an access token. The authorization code part prevents user credentials to ever be entered into a potentially non-trusted client application. The PKCE part in this flow prevents the access tokens to be passed around in redirect URLs shown in the browsers URL tab, thereby preventing accidental token leakage by copy/pasting the url.</p>
<figure class="wp-block-image size-full"><img decoding="async" class="wp-image-2410" src="https://skilja.com/wp-content/uploads/Authorization-via-client-credentials.png" sizes="(max-width: 836px) 100vw, 836px" srcset="https://skilja.com/wp-content/uploads/Authorization-via-client-credentials.png 836w, https://skilja.com/wp-content/uploads/Authorization-via-client-credentials-300x141.png 300w, https://skilja.com/wp-content/uploads/Authorization-via-client-credentials-768x361.png 768w, https://skilja.com/wp-content/uploads/Authorization-via-client-credentials-500x235.png 500w" alt="" width="836" height="393" /></figure>
<p>The <strong>client credentials grant flow</strong> type of authorization as shown above allows to register client credentials with the authorization service, along with claims which each clientId may receive. This type of authorization is intended for machine-to-machine communication and not for typical user interactions. In this flow, a client Id and matching client secret is sent to the authorization service that issues an access token. Once the access token expires, client Id and client secret can be used again to obtain a new access token. Also, in some cases a refresh token is made available that can also be used to acquire a new access token</p>
<p>Overall this new architecture of authorization and authentication allows an enterprise to integrated Vinna and all IDP activities that run within Vinna into their environments, available to all users opening up much more options to use IDP in their processes than if they were separated in their own network.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Vinna 3.0 Released</title>
		<link>https://skilja.com/vinna-3-0-released/</link>
		
		<dc:creator><![CDATA[Alexander]]></dc:creator>
		<pubDate>Tue, 24 Aug 2021 10:17:26 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://skilja.com/?p=1373</guid>

					<description><![CDATA[We are proud to announce the release of Vinna 3.0, our open 4th generation Document Processing Platform. We created a totally new and modern UI – with an improved backend to support enterprise performance, scalability and security requirements. Process Editor and Process Monitor are completely redesigned with latest web technologies. Vinna is an open and process-oriented platform, that allows users to define a process in exactly the way as it is optimally operated in a company. The architecture of Vinna is service oriented (SOA) and the runtime is easily deployed either in the cloud (Microsoft Azure, AWS or private cloud), on premise or in mixed environments where the data storage is kept in house and processing happens outside.]]></description>
										<content:encoded><![CDATA[<p>We are proud to announce the release of <strong>Vinna 3.0</strong>, our open 4th generation Document Processing Platform. After 18 months of concentrated and intensive development time we are very happy that we now can provide even more value to our customers. We invested a lot to take our customers feedback back to our engineers and create a totally new and modern UI – with an improved backend to support enterprise performance, scalability and security requirements. Process Editor and Process Monitor are completely redesigned and both are now available in English, as well as in German language. To avoid any pain for our many existing customers, special effort has been spent on compatibility with Vinna 2.4 so all projects can be smoothly upgraded. You can either manage a 2.4. runtime from 3.0 design time to achieve a step-by-step upgrade without disrupting production, but also the transfer of old process versions into 3.0 has been very thoroughly tested.</p>
<h4><strong>New Process Editor UI</strong></h4>
<div class="wp-block-image is-style-default">
<figure class="alignleft size-large is-resized"><img loading="lazy" decoding="async" class="wp-image-1685" src="https://skilja.com/wp-content/uploads/logo_vinna_400x400-3.png" alt="" width="100" height="100" /></figure>
</div>
<p>The new design makes creating processes with <span class="has-inline-color">no coding – no scripting – no configuration file editing</span> as easy as it should be. Vinna 3.0 comes with the new BPMN process editor, with improved speed and usability. Now in Angular 10, all functions are componentized and can be integrated separately.</p>
<p>Plenty of new features improve the design and runtime management of processes. Cooperate better with your team members, as you write comments directly to activity instances. Work together designing the process. All activities can be configured through the UI – either through standard dialog or individual extended dialogs of activities, which can even bring up their own web UI. When a process is locked, you can now immediately see by whom. Besides many graphical changes, e.g. in the view of processes, document types and variables, it is now also possible to switch all views to lists and search in all trees and lists. You can see all environments where a process(-version) has been published to and we allow deletion only when no published version exists.</p>
<figure class="wp-block-image size-large">
<p><div id="attachment_1701" style="width: 1034px" class="wp-caption alignnone"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1701" class="wp-image-1701" src="https://skilja.com/wp-content/uploads/Vinna-3.0-Process-Designer-BPMN-1024x629.png" sizes="(max-width: 1024px) 100vw, 1024px" srcset="https://skilja.com/wp-content/uploads/Vinna-3.0-Process-Designer-BPMN-1024x629.png 1024w, https://skilja.com/wp-content/uploads/Vinna-3.0-Process-Designer-BPMN-300x184.png 300w, https://skilja.com/wp-content/uploads/Vinna-3.0-Process-Designer-BPMN-768x472.png 768w, https://skilja.com/wp-content/uploads/Vinna-3.0-Process-Designer-BPMN-1536x943.png 1536w, https://skilja.com/wp-content/uploads/Vinna-3.0-Process-Designer-BPMN-2048x1258.png 2048w, https://skilja.com/wp-content/uploads/Vinna-3.0-Process-Designer-BPMN-488x300.png 488w" alt="Vinna 3.0 Process Designer" width="1024" height="629" /><p id="caption-attachment-1701" class="wp-caption-text">Vinna 3.0 Process Designer</p></div></figure>
<h4><strong>Process Version Management</strong></h4>
<p>If you ever were in charge to manage a production system you know how important staging and versioning is. “Never touch a running system” is common but in the end leads to legacy problems as nothing can be updated any more. Key to any enterprise-critical production system is version management that allows full control over what is changed – of course with thorough testing in staging steps. Therefore, version management and staging is a central part of Vinna architecture from the start and has been further improved in version 3.0. You can now create major and minor versions (1.0, 1.1, 2.0, …) of processes. The latest version you edit is always marked as a draft version – you can’t break anything! Deploying a process happens for a certain selected version. So it is easy to work on major changes of a process and already test it but at the same time create hot fixes (patches) for existing production processes if necessary. And you can even change variables in each of your runtime environments separately for each version.</p>
<figure class="wp-block-image size-large">
<p><div id="attachment_1665" style="width: 1034px" class="wp-caption alignnone"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1665" class="wp-image-1665" src="https://skilja.com/wp-content/uploads/Bildschirmfoto-2021-08-24-um-12.17.02-1024x352.png" sizes="(max-width: 1024px) 100vw, 1024px" srcset="https://skilja.com/wp-content/uploads/Bildschirmfoto-2021-08-24-um-12.17.02-1024x352.png 1024w, https://skilja.com/wp-content/uploads/Bildschirmfoto-2021-08-24-um-12.17.02-300x103.png 300w, https://skilja.com/wp-content/uploads/Bildschirmfoto-2021-08-24-um-12.17.02-768x264.png 768w, https://skilja.com/wp-content/uploads/Bildschirmfoto-2021-08-24-um-12.17.02-1536x527.png 1536w, https://skilja.com/wp-content/uploads/Bildschirmfoto-2021-08-24-um-12.17.02-500x172.png 500w, https://skilja.com/wp-content/uploads/Bildschirmfoto-2021-08-24-um-12.17.02.png 1934w" alt="Vinna 3.0 Process Version Management" width="1024" height="352" /><p id="caption-attachment-1665" class="wp-caption-text">Vinna 3.0 Process Version Management</p></div><figcaption></figcaption></figure>
<h4><strong>Environment Management</strong></h4>
<p>Environment ist the runtime system where a process is published to. Many environments – on premise, private cloud, public cloud – can be managed from the same Designer. The environment is executing the process by hosting and running the activities as necessary in as many Activity Servers as needed. In Vinna 3.0 we now have “transient” Activity Servers that auto-start with a VM or in a Docker, do their work and shut down again when not needed. Together with the separation of Activity Server configuration from the instance, you can easily assign arbitrary resources to a project to scale up dynamically in peak hours, or reduce hardware cost by using just as many servers as you need. An overview over all assigned activities and activity servers across an environment fulfills a long-requested requirement.</p>
<h4><strong>Process Monitor</strong></h4>
<p>The 3.0 runtime backend is fully compatible and introduces a lot of invisible changes related to scaling, performance and security. Process Monitor is the GUI to monitor the runtime and also has been completely redesigned. It comes with a lot of improvements and usability enhancements. Many visual usability enhancements were made with the new controls like grouping, filtering and customization of the UI for business operators. There is now a new tab for directly previewing documents in a work item with all their data. Licenses can now be reviewed and managed either in runtime or in design time with a common license view including status and report for click rates.</p>
<figure class="wp-block-image size-large">
<p><div id="attachment_1666" style="width: 1034px" class="wp-caption alignnone"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1666" class="wp-image-1666" src="https://skilja.com/wp-content/uploads/Bildschirmfoto-2021-08-24-um-12.21.11-1024x515.png" sizes="(max-width: 1024px) 100vw, 1024px" srcset="https://skilja.com/wp-content/uploads/Bildschirmfoto-2021-08-24-um-12.21.11-1024x515.png 1024w, https://skilja.com/wp-content/uploads/Bildschirmfoto-2021-08-24-um-12.21.11-300x151.png 300w, https://skilja.com/wp-content/uploads/Bildschirmfoto-2021-08-24-um-12.21.11-768x386.png 768w, https://skilja.com/wp-content/uploads/Bildschirmfoto-2021-08-24-um-12.21.11-1536x772.png 1536w, https://skilja.com/wp-content/uploads/Bildschirmfoto-2021-08-24-um-12.21.11-2048x1029.png 2048w, https://skilja.com/wp-content/uploads/Bildschirmfoto-2021-08-24-um-12.21.11-500x251.png 500w" alt="Vinna 3.0 Process Monitor with grouped work item list." width="1024" height="515" /><p id="caption-attachment-1666" class="wp-caption-text">Vinna 3.0 Process Monitor with grouped work item list.</p></div></figure>
<p>Vinna is an open and process-oriented platform, that allows users to define a process in exactly the way as it is optimally operated in a company. The design allows full flexibility in the data model with a hierarchical document model supporting batches, folders, documents and pages. The documents are processed as work-items in the flow and passed through activities. The activities are either standard tasks like OCR or Classification, or custom tasks as integrations into the platform. Any number of activities can be defined in the process as micro services, including arbitrary routing decisions based on intermediate results. The architecture of Vinna is service oriented (SOA) and the runtime is easily deployed either in the cloud (Microsoft Azure, AWS or private cloud), on premise or in mixed environments where the data storage is kept in house and processing happens outside.</p>
<p>All communication between services and databases is transaction based, securely encrypted and uses standard REST protocols over HTTP and HTTPS.  Three powerful HTML based graphical user interfaces are provided for defining, managing and monitoring processes. Vinna is available for small projects but also incorporates all enterprise features need for large production systems. The biggest Vinna customer now processes 100M documents p.a. in one system, which is 400.000 documents per day.</p>
<p>Whitepaper and data sheets are available if you are interested in further details, please contact us through info(at)skilja.com to obtain your copy.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Process as a Service</title>
		<link>https://skilja.com/process-as-a-service-part-1/</link>
		
		<dc:creator><![CDATA[skiljaadmin]]></dc:creator>
		<pubDate>Wed, 05 May 2021 13:57:54 +0000</pubDate>
				<category><![CDATA[Cognition]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Classification]]></category>
		<category><![CDATA[Extraction]]></category>
		<category><![CDATA[Process as service]]></category>
		<guid isPermaLink="false">https://skilja.com/?p=573</guid>

					<description><![CDATA[Imagine that you have created a powerful process for superb document automation using all kind of advanced recognition, image processing and AI technologies available. With these technologies it is possible to automate almost any document driven process that involves repetitive cognitive tasks like classification, indexing and decision making today. VINNA by Skilja is a powerful [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Imagine that you have created a powerful process for superb document automation using all kind of advanced recognition, image processing and AI technologies available. With these technologies it is possible to automate almost any document driven process that involves repetitive cognitive tasks like classification, indexing and decision making today. VINNA by Skilja is a powerful platform that enables and orchestrates the LAERA components by Skilja to perform all these miracles. In addition VINNA plugs in a lot of other powerful tools from other technology companies like barcode recognition, office format conversion, e-Mail normalization, PDF-A generation etc. etc.</p>



<p>Now as this process is built and works well, the question arises how to integrate the new capabilities in your line-of-business applications and existing processes. File import and export is insecure and outdated. Full integration requires too much effort from IT that might not be available.</p>



<p>Fortunately there is a solution 🙂 : By plugging in an Event Driven Activity (EDA) you can enable ANY process to be accessible through a standard web service protocol. Simply by adding the EDA to an existing process you make it available to a RESTful service call. The EDA can be the only start point of a process but it can also be added in addition to existing starters like file importers, message queues or IMAP collectors that pump documents into the same process. </p>



<p>Typically you add one EDA starter and one or several EDA Reporter or Listeners. These are accessed through a simple web protocol by the EDA consumer. The Consumer can either be a web page (as in the example below) or a Windows application like an RPA client that automates the cognitive task scheduling. Both are provided as sample source codes with your installation. At any stage of the process the Consumer is optionally updated via event on the progress of the work item in the process. When processing is finished the results are retrieved either through an event or from a queue that is queried via REST.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://skilja.com/wp-content/uploads/2020/05/Vinna-Process-as-a-Service-Schematically.png" alt="" class="wp-image-575"/><figcaption>VINNA Process as a Service schematically</figcaption></figure>



<p>The process can be deployed anywhere &#8211; there is zero setup. Simply use the URL of the service and of course the credentials for the secure and encrypted communication with the authentication service. The process can sit anywhere in the cloud and be used by any client world wide that has access &#8211;</p>



<p><strong>Through EDA VINNA is used completely in slave mode and the consumer is shielded from any complexity of the process</strong>. </p>



<p>The process can contain any number of steps and routes, including manual correction, approvals or even sending tasks to the crowd. The Consumer will see none of this, it will simply get notified on the results on a standard API irrespective of the process. So when the process is changed and enhanced, the Consumer can stay as it is. This is the true power of process as a service. &#8220;Technology under the hood&#8221;- Especially when combined with online learning that will continuously improve the result.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://skilja.com/wp-content/uploads/2020/05/Vinna-Process-as-a-Service-Classification-Example.png" alt="" class="wp-image-576"/><figcaption>Vinna Process as a Service for RPA with Classification Example</figcaption></figure>



<p>A nice example is shown in the graphic above. The Consumer (in this case any RPA client) choses to use a classification service by selecting the process (through EDA) and the classification project that should be used. In this case both classification activity and classification Web designer access the same classification model in the database. Therefore an admin user can even modify the classification model and the taxonomy or create a new one. Because the process itself and the call to use it stay unchanged. This process also contains a manual correction step (Batch Review) that is conditionally used in case of uncertain results. The system can even send a link for a correction task as a web page so the user can make any decisions or corrections of submitted tasks herself without having to install anything. The corrected results in turn will then be aggregated and used for online learning. If several hundred users are using this process it will quickly optimize the results automatically without any further effort. And at all time the actually processing can happen anywhere in the world on any cloud server.</p>



<p>This is the power of process as a service.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>IDP: Solving bot illiteracy in the digital workforce &#8211; Part 1</title>
		<link>https://skilja.com/idp-solving-bot-illiteracy-in-the-digital-workforce-part-1/</link>
		
		<dc:creator><![CDATA[Guest]]></dc:creator>
		<pubDate>Wed, 15 Jul 2020 10:11:47 +0000</pubDate>
				<category><![CDATA[Essentials]]></category>
		<category><![CDATA[Guest Post]]></category>
		<category><![CDATA[Market]]></category>
		<category><![CDATA[Process]]></category>
		<guid isPermaLink="false">https://skilja.com/?p=649</guid>

					<description><![CDATA[Editor’s note:&#160;This is a guest post from Jupp Stöpetie In this post we examine the role of Intelligent Document Processing (IDP) relative to Robotic Process Automation (RPA) and how these technologies drive Digital Transformation when combined. In part one we look at what is driving and enabling&#160;Digital Transformation. Part two then is dedicated to RPA [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><span style="color:#7cb955" class="has-inline-color"><strong>Editor’s note</strong>:&nbsp;</span>This is a guest post from Jupp Stöpetie</p>



<p><em>In this post we examine the role of Intelligent Document Processing (IDP) relative to Robotic Process Automation (RPA) and how these technologies drive Digital Transformation <em>when combined</em>. </em> <em style="font-style: italic;">In part one we look at what is driving and enabling&nbsp;Digital Transformation. Part two then is dedicated to RPA and why IDP is essential.</em><i>&nbsp;</i></p>



<h2 class="wp-block-heading">Digital Transformation</h2>



<p>Companies all over the world are redesigning and digitizing their businesses at an ever faster pace and they have many reasons for doing so:</p>



<ul class="wp-block-list"><li>They want to serve their customers faster and better. </li><li>They understand that automation and using AI technologies improves innovation, agility, scalability and cost-efficiency</li><li>They appreciate that in contrast to human labor-intensive processes digital processes<ul><li>take less time to design</li><li>need less capital investment</li><li>are faster to deploy </li><li>and (much) less costly to run. </li></ul></li></ul>



<p>The above is commonly referred to as Digital Transformation. Citing Salesforce’s definition: “Digital Transformation (DX) is the process of using digital technologies to create new — or modify existing — business processes, culture, and customer experiences to meet changing business and market requirements.“&nbsp;</p>



<p>The main drivers of Digital transformation are the ongoing globalisation and the Fourth Industrial Revolution which has led to dramatically increased levels of competition. DX greatly improves the agility of businesses so they can adapt much faster than ever before to changes in the market. Changing or even completely redesigning digital processes is a lot easier and comes at much lower cost which results in significantly increasing a business’ competitiveness. Note that even terminating digitised processes comes at a much lower cost than when a lot of capital investment and labor was involved. Basically businesses have no choice. They must become digital. And those who are slow to change find themselves in an increasingly disadvantageous position. New businesses nowadays will always start with a digital concept in mind and by doing so will avoid manual processes if that is possible and makes sense.&nbsp;</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://skilja.com/wp-content/uploads/mike-kononov-lFv0V3_2H6s-unsplash-1024x576.jpg" alt="" class="wp-image-707"/><figcaption><span class="has-inline-color has-black-color">Photo by&nbsp;Mike Kononov&nbsp;on&nbsp;</span><a rel="noreferrer noopener" href="https://unsplash.com/s/photos/business?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText" target="_blank"><span class="has-inline-color has-black-color">Unsplash</span></a></figcaption></figure>



<h2 class="wp-block-heading"><strong>Market Data on Digital Transformation</strong></h2>



<p>What actually makes things very different from say ten years ago is the enormous progress. Worldwide spending on technologies and services that enable digital transformation (DX) by business practices, products, and organizations is forecast to reach $2.3 trillion in 2023, according to a new update to the International Data Corporation (<a href="http://www.idc.com/">IDC</a>) <a href="http://www.idc.com/getdoc.jsp?containerId=IDC_P32575" target="_blank" rel="noreferrer noopener">Worldwide Semiannual Digital Transformation Spending Guide</a>. DX spending is expected to steadily expand throughout the 2019-2023 forecast period, achieving a five-year compound annual growth rate of 17.1%. &#8220;We are approaching an important milestone in DX investment with our forecast showing the DX share of total worldwide technology investment hitting 53% in 2023,&#8221; said <a href="https://www.idc.com/getdoc.jsp?containerId=PRF005039" target="_blank" rel="noreferrer noopener">Craig Simpson</a>, research manager with IDC&#8217;s <a href="https://www.idc.com/promo/customerinsights" target="_blank" rel="noreferrer noopener">Customer Insights and Analysis Group</a>.</p>



<p>In their July report Grand View Research reported that the global Robotic Process Automation market size which is a segment of the overall DX market was valued at USD 1.40 billion in 2019 and is projected to exhibit a compound annual growth rate (CAGR) of 40.6% from 2020 to 2027.</p>



<h2 class="wp-block-heading"><strong>Why is Digital Transformation taking place now</strong></h2>



<p>In the last decade we have seen a tsunami of digital transformation projects driven by an accelerating desire of companies to increase competitiveness and innovation. But of course one could argue that businesses always had that desire. The question one could ask is: Why is all that happening now? Haven’t companies not been automating for decades already? Yes, but not at the current pace.&nbsp;</p>



<p><em>Note: at this stage it is unclear how the Covid-19 pandemic will influence market dynamics. It seems however unlikely that the need for companies to digitize their businesses will slow down. On the contrary, it is much more likely that the opposite will happen.</em></p>



<p>What has made things totally different from say ten years ago and has really enabled Digital Transformation to take place is the enormous progress in both computer science and in the computer industry. Compared with say 10 years ago we see:</p>



<ul class="wp-block-list"><li>an enormous increase in computational power</li><li>the rise of super powerful algorithms, algorithms that need incredible amounts of computational power which is now available</li><li>vastly improved connectivity both in speed and access points and it is improving at an accelerating pace (5G)</li><li>smartphones: in 2009 170 million smartphones were sold. In 2020 1.5 billion units are estimated to be sold. That makes for an estimated 3.5 billion people having a smartphone in 2020</li><li>huge and disproportionate &#8211; compared to the rest of the economy &#8211; amounts of money, that have been invested in tech companies. Successful tech companies have rewarded their investors&nbsp; with multiples that dwarfs any other industry.</li><li>and last but not least an insistently growing appetite of consumers and businesses for more, better and faster service anywhere at any time.</li></ul>



<h2 class="wp-block-heading"><strong>Some examples of how robotic process automation and document processing drive Digital Transformation in companies</strong></h2>



<p>A large international pharmaceutical company wanted to capture all details from their purchase orders and perform lookups and validation using their ERP. Tasks were automated using a RPA system. An intelligent document processing system was needed to read the data from the POs.</p>



<p>A large financial services company wanted to use RPA to automate their KYC process which involves capturing, verifying driver licences, passports etc. Early in the process they found that they also needed an intelligent document processing system.</p>



<p>A global logistics company wanted to automate their invoice processing (millions of documents). Their RPA system was found to be up to the challenge. But the company initially backed off because of the complexity of extracting data from millions of invoices (semi-structured) with a wide range of varying lay-outs. Only after a proof of concept clarified that there was an intelligent document processing system on the market that was up to the challenge the company proceeded with the project.</p>



<p>In part 2 of this post we will discuss how the combination of RPA with IDP works and what are the challenges that need to be considered.</p>



<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>



<div class="wp-block-image"><figure class="alignleft size-large is-resized"><img loading="lazy" decoding="async" src="https://skilja.com/wp-content/uploads/0-3.jpeg" alt="Jupp Stöpetie" class="wp-image-654" width="170" height="170"/></figure></div>



<p class="has-text-align-left">Jupp Stöpetie as CEO of ABBYY Europe established ABBYY&#8217;s presence in the Western European markets, growing the brand and market presence to a leadership status for +25 years. His experience includes founding and growing companies and managing all levels of business operations, sales, and marketing. Jupp left ABBYY in spring 2020 and now works as an independent consultant based in Munich, Germany.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Vinna 2.0 Released</title>
		<link>https://skilja.com/vinna-2-0-released/</link>
		
		<dc:creator><![CDATA[skiljaweb3]]></dc:creator>
		<pubDate>Fri, 06 Jul 2018 12:58:05 +0000</pubDate>
				<category><![CDATA[Process]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">http://skiljaweb3.skilja.com/?p=61</guid>

					<description><![CDATA[We are happy to announce the release our new version&#160;Vinna 2.0,&#160;the 4th Generation Document Processing Platform.Since the last major release, a year ago, we have worked hard – and a big thanks to the team – to focus on enterprise features that make Vinna’s capabilities unique in the market. Main emphasis was put on easy [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>We are happy to announce the release our new version&nbsp;<strong>Vinna 2.0,&nbsp;</strong>the 4th Generation Document Processing Platform.<br>Since the last major release, a year ago, we have worked hard – and a big thanks to the team – to focus on enterprise features that make Vinna’s capabilities unique in the market.</p>



<p>Main emphasis was put on easy and secure deployment into runtime environments in a customer infrastructure. Vinna allows designing and testing of a process completely outside of production and then using a built in staging system to move it securely to production. This step is called publishing. Vinna 2.0 allows the administrator to also configure the actual runtime environment completely from&nbsp;central Process Editor by distribution of activities to activity servers, assignment of reservations and definition of priorities. A process is such automatically deployed to a target environment and to the activity servers including all configurations but also all binaries. This is schematically shown in the graph below. At no time the runtime server need to be accessed except through a browser and HTTPs protocol. In addition processes are versioned in design and in runtime to avoid any interference of new settings with existing production work items.</p>



<figure class="wp-block-image"><a href="https://www.skilja.com/wp-content/uploads/2018/07/Vinna-Document-Processing-Platform-2018.2.png"><img decoding="async" src="http://www.skilja.de/wp-content/uploads/2018/07/Vinna-Document-Processing-Platform-2018.2-1024x660.png" alt="" class="wp-image-1298"/></a></figure>



<p>Publishing a Process and Activities in Vinna 2.0</p>



<p>Support for Oracle, Azure SQL, Azure Blob has been added on top of existing MS-SQL and NoSQL databases. Variables allow to predefine connection strings, import paths and any other parameter specifically for each target environment. One example: In a test system you might define a user with admin rights on a lookup database for testing purposes but this user will be automatically be replaced with a more restricted user on the production system.</p>



<figure class="wp-block-image"><a href="https://www.skilja.com/wp-content/uploads/2018/07/Vinna-Document-Processing-Platform-2018.1.png"><img decoding="async" src="http://www.skilja.de/wp-content/uploads/2018/07/Vinna-Document-Processing-Platform-2018.1.png" alt="" class="wp-image-1301"/></a></figure>



<p>Vinna 2.0 Runtime Architecture</p>



<p>Vinna is an open and process oriented platform, that allows users to define a process in exactly the way as it is optimally operated in a company. The design allows full flexibility in the data model with a hierarchical document model supporting batches, folders, documents, pages. The documents are processed as work-items in the flow and passed through activities. The activities are either standard tasks like OCR or Classification, or custom tasks as integrations into the platform. Any number of activities can be defined in the process as micro services, including arbitrary routing decisions based on intermediate results.The architecture of Vinna is service oriented (SOA) and the runtime is easily deployed either in the cloud (Microsoft Azure or private cloud), on premise or in mixed environments where the data storage is kept in house and processing happens outside.</p>



<p>All communication between services and databases is transaction based, securely encrypted and uses standard REST protocols over HTTP and HTTPS. &nbsp;Three powerful HTML based graphical user interfaces are provided for defining, managing and monitoring processes.</p>



<p>Whitepaper and data sheets are available if you are interested in further details, please contact us through info(at)skilja.com to obtain your copy.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Vinna – 4th Generation Document Processing Platform</title>
		<link>https://skilja.com/vinna-4th-generation-document-processing-platform/</link>
		
		<dc:creator><![CDATA[skiljaadmin]]></dc:creator>
		<pubDate>Fri, 27 May 2016 15:43:22 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://skilja.com/?p=83</guid>

					<description><![CDATA[We are glad to introduce the latest version of our software “Vinna”. Vinna is Icelandic and means “work” and this name is self-explanatory as Vinna is a fourth generation platform for digital document processing. Vinna was presented last week at the open house conference in Berlin that Skilja organized together with our dedicated partner ScaleHub [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>We are glad to introduce the latest version of our software “Vinna”. Vinna is Icelandic and means “work” and this name is self-explanatory as Vinna is a fourth generation platform for digital document processing.</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="http://www.skilja.de/wp-content/uploads/2016/05/Vinna.png"><img decoding="async" src="http://www.skilja.de/wp-content/uploads/2016/05/Vinna-1024x659.png" alt="Vinna" class="wp-image-1159"/></a></figure></div>



<p>Vinna was presented last week at the open house conference in Berlin that Skilja organized together with our dedicated partner ScaleHub (<a href="http://www.scalehub.com/" target="_blank" rel="noreferrer noopener">www.scalehub.com</a>) with our partners TCG (<a href="http://www.tcgprocess.com/" target="_blank" rel="noreferrer noopener">www.tcgprocess.com</a>) and Eucon (<a href="http://www.eucon.de/" target="_blank" rel="noreferrer noopener">www.eucon.de</a>).</p>



<h2 class="wp-block-heading">Vinna Dimensions</h2>



<p>The three dimensions of Vinna are:</p>



<ul class="wp-block-list"><li>Process: Definition of flow of action define according to BPMN</li><li>Documents: Richly structured and open model for storage and enrichment of documents and other media</li><li>Activities: Process modules which are individually configured or created</li></ul>



<p>Vinna is an open and process oriented platform, which defines a process in exactly the way as it is optimally operated in a company. If you wish you process documents in batches then create batches. If you want to work case or document centric then use these entities in the process. The design of the platform allows full flexibility with any number of activities to be carried out in the process, including arbitrary routing decisions based on intermediate results.</p>



<p>Vinna is based on a data and document model that is completely and transaction safe in a modern SQL database. Using a modular architecture of the communication layer Vinna can be scaled and distributed optimally. Processes with more than several 100.000 items per day are easily manageable with intelligent load balancing.</p>



<p>Of course the architecture is service oriented (SOA) and can be deployed at will in the cloud or on premise or in mixed environments. All communication between services and databases is transaction based, securely encrypted and uses standard protocols. The platform is multi-tenant capable, supports staging, versioning, assisted deployment and provides built in SLA monitoring of all processes.</p>



<h2 class="wp-block-heading">Vinna Tools</h2>



<p>As a part of the platform three powerful tools are provided with pure HTML GUI:</p>



<ul class="wp-block-list"><li>Process Designer: Definition of processes and activity management according to BPMN</li><li>Process Monitor: Operational view on running processes and SLA monitoring</li><li>System Monitor: Technical view on running services and current state of the system messages, current throughput per service and activity</li></ul>



<h2 class="wp-block-heading">Vinna Modules</h2>



<p>Vinna modules are activities in the process. The platform already comes with a number of standard activities included, like import, export, full-text OCR and PDF creation. Our own classification components and technology from selected third parties are provided as options. In addition individual activities can be created based on customer requirements or directly by the customers themselves using the open .NET API or the REST Interface.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Give Workflow a Miss – Go for Real Automation</title>
		<link>https://skilja.com/give-workflow-a-miss-go-for-real-automation/</link>
		
		<dc:creator><![CDATA[skiljaadmin]]></dc:creator>
		<pubDate>Fri, 22 Apr 2016 16:33:45 +0000</pubDate>
				<category><![CDATA[Guest Post]]></category>
		<category><![CDATA[Process]]></category>
		<guid isPermaLink="false">https://skilja.com/?p=88</guid>

					<description><![CDATA[Editor’s note:&#160;This is a guest post from Richard Cop from Interact Consulting Give workflows a miss: A provoking claim in the age of business process automation. Because whenever we think of the automated processing, we think in categories of how information gets to the relevant persons fast and efficiently. But especially when it comes to [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h6 class="wp-block-heading"><span style="color: #99cc66;"><strong>Editor’s note</strong>:</span>&nbsp;<span style="color: #999999;">This is a guest post from Richard Cop from <a title="Interact Consulting" href="http://www.interact-consulting.com/" target="_blank" rel="noopener noreferrer"> <span style="text-decoration: underline;"><span style="color: #999999; text-decoration: underline;">Interact Consulting</span></span></a></span></h6>



<p>Give workflows a miss: A provoking claim in the age of business process automation. Because whenever we think of the automated processing, we think in categories of how information gets to the relevant persons fast and efficiently. But especially when it comes to automated processing of vendor invoices, this consideration is the wrong approach, because it is necessary to automate processing as far as possible so that only a small amount of invoices have to be sent on a control and approval journey actually using a workflow.</p>



<div class="wp-block-image"><figure class="alignleft"><a href="http://www.skilja.de/wp-content/uploads/2016/04/Interact-Invoice-Processing-308-330.jpg"><img decoding="async" src="http://www.skilja.de/wp-content/uploads/2016/04/Interact-Invoice-Processing-308-330.jpg" alt="" class="wp-image-1082"/></a></figure></div>



<p><strong>All beginnings are easy</strong><br>Whenever we are addressing the subject of automated invoice processing in a first meeting with a customer, our counterpart talks workflow. Traditionally the incoming electronic or scanned image of an invoice is received in accounting. They then&nbsp; determine the responsible person, sends the invoice and waits for the respective invoice release. After its return to accounting, booking, filing and payment are carried out and that is all.</p>



<p>This may be a good approach when you are dealing with very few invoices, maybe five to at most ten units per day respectively less than 2.000 invoices per annum. In addition, dealing with this amount, an existing e-mail system and a bit of organizational aptitude should be sufficient to keep track. However, as soon as the number doubles, triples or even quadruples, such an approach reaches its limits shortly, because all the sudden a staff member of the accounting department will spend most of its working day sending invoices on their electronic journey and controlling the returned invoice approvals.</p>



<p>Therefore, when it comes to invoice quantities of 10.000 units or more, a better alternative has to be considered. One that avoids wait time and grants full overview over all invoices in circulation. So at first glance, implementing a workflow-system seems obvious. A system that offers the possibility to track the invoice distribution and intervene in the process at any time. However, is this sufficient? Or is it rather a missed opportunity?</p>



<p><strong>Invoices are a bonanza</strong><br>A workflow can be a good thing, but honestly: Does it not seem absurd to you, too, to send an invoice that you receive on a monthly basis to the same person time and again and subsequently use the same old data over and over again for accounting? In this case, would it not be much more feasible if the system carried out such processes on its own?</p>



<p>In order to enable an intelligent processing system to do so, it has to be provided with high-quality data at a very early stage. Therefore, at the beginning of an automation process paper invoices, on the one hand, have to be scanned and recognized or automatically read, the delivered data records of electronic invoices, on the other hand, have to be reformatted into a standard format, so that all further processing steps can be executed uniformly.</p>



<p>Once the invoice data is available in a consistent electronic way, it can be processed automatically. The objective of an optimized business process automation has to be to store&nbsp;knowledge&nbsp;in such a way that data can be processed highly automatically, or in other words, whenever possible without human intervention.</p>



<p>When analyzing your everyday invoices, you will quickly realize that a large number of it is returning. This means that information and knowledge on how to deal with these invoices is present within your organization. This knowledge can be stored in systems or inside the heads of your staff. In case this process is to be automated, it is important to use this information and to prepare it in such a way that the processing system can take highly independently all necessary decisions based on this knowledge.</p>



<p>For example, there is project ABC and it is know that the invoices of supplier XYZ always belong to this project and that they are always booked the same way. At the same time, these invoices are checked and approved by the ever-same person of the ever-same department. The binding source for the invoice checking is the corresponding contract negotiated with supplier XYZ for project ABC.</p>



<p>It does not make any sense to enter this information into the accounting system time and again whenever the invoice comes in. In addition, it is equally useless to e-mail this invoice to the ever-same person hoping she or he will return the approval before the cash discount period has expired.</p>



<p>In this case, we are speaking about an automated workflow where the basic information of a vendor is stored in the processing system and used automatically as accounting and approval template whenever such an invoices comes in. However, processing invoices that way implies that the invoice recognition is carried out consistently, by way of example using the unique vendor master record of the accounting system.</p>



<p><strong>Why do contracts exist?</strong><br>The cynical answer could be: So that they can be discarded somewhere and forgotten until someday the big search begins. Well, hopefully not, but in most of the companies that we have met so far, there is no or an only very limited structured contract management. Because of this, goods and services are often only vaguely known and simple information such as period or term of notice is not available on short notice. In case contracts are recorded in a system in a structured way, the information contained can be used to automate the processing of all invoices by the respective contracting party. Generally, terms of credit, rates and conditions, installment plans, periods, budgets et cetera are defined in the contract, so that the electronically available invoice data can be matched with the respective contract information.</p>



<p>Generally, if there is an existing leasing or rental agreement it is known when the respective invoices come in, which amounts have to be paid and how they have to be recorded. In case no deviation from the contract is discovered, there is absolutely no need for a check and approval process. Letting these invoices be checked and approved by the ever-same person time and again and to record them in the ever-same way is nothing more than a waste of precious time.</p>



<p>For contracts with variable invoice amounts, similar procedures can be applied. By way of example, checking the often-comprehensive telephone bills is feasible only when there is a peculiarity respectively a deviation such as an extraordinary invoice amount. Therefore, effectively automating the processing of invoices with contract reference requires the use of such procedures in order to process these recurrent invoices fully automatically and to detect deviations so that your specialists can systematically focus on these peculiarities.</p>



<p><strong>An order is already entered in the books</strong><br>The potential of automating invoices with order reference goes even further. Many organizations operate standardized purchasing systems that manage the orders of goods and services. Generally, requisition, approval, process of quotation and finally placing the purchase order with the supplier are part of the things managed by such systems. In addition, an approval process of the desired order is an essential part of this procedure. Furthermore, all relevant information regarding prices and conditions, accounting, cost centers, projects et cetera is already deposited when placing the order. Therefore, it does not make any sense at all to run through these steps all over again and to manually check and record all information again by the time the invoice arrives.</p>



<p>Using automated order matching, the processing system checks whether there is a deviation between invoice and order. In case no deviation is detected, there is no reason to manually check the respective invoice and run through an approval process all over again. This a complete waste of precious time, too.</p>



<p><strong>The workflow spiral</strong><br>And yet it moves, the workflow spiral. However, only for the few invoices that are sent by (still) unknown suppliers or do not have either contract or order reference. As far as we know, in a well-positioned organization these kinds of invoices only represent a very small part that often lies in a single-digit percent range. Making a workflow system the heart of an automation project because of this small amount of invoices and thereby renouncing the actual automation potential is as wrong as missing cash discount periods. In short, it is a missed opportunity.</p>



<p>(This post appeared first in&nbsp;<a href="http://www.interact-consulting.com/events/magazin/workflows" target="_blank" rel="noreferrer noopener">Interact Magazin</a>&nbsp;on the Interact homepage in German)</p>



<p>####</p>



<div class="wp-block-image"><figure class="alignleft"><a href="http://www.skilja.de/wp-content/uploads/2016/04/COP.jpg"><img decoding="async" src="http://www.skilja.de/wp-content/uploads/2016/04/COP-150x150.jpg" alt="Richard Cop" class="wp-image-1083"/></a></figure></div>



<p>DR. RICHARD COP is co-founder and CEO of Interact Consulting: «Which impact does technology have on our society and which impact do we have on technology? These questions take center stage for me and I also dealt with them in my dissertation on the process of structural change in telecommunication. I want to optimize processes, harmonize technology, organization and people, and above all, promote interaction. Therefore, as entrepreneur, today I design fully integrated processes together with our customers.»</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How Digitization Will Change the Insurance Industry</title>
		<link>https://skilja.com/how-digitization-will-change-the-insurance-industry/</link>
		
		<dc:creator><![CDATA[skiljaadmin]]></dc:creator>
		<pubDate>Tue, 08 Mar 2016 11:52:10 +0000</pubDate>
				<category><![CDATA[Market]]></category>
		<category><![CDATA[Process]]></category>
		<guid isPermaLink="false">https://skilja.com/?p=107</guid>

					<description><![CDATA[Insurance companies always have been at the forefront of automating processes. Because they are at the source of a significant amount of traffic and correspondence with their customers that leads to repeatable processes: Claims management and Policy creation. In a first wave starting end of the 90′s a lot of insurances have successfully managed to [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Insurance companies always have been at the forefront of automating processes. Because they are at the source of a significant amount of traffic and correspondence with their customers that leads to repeatable processes: Claims management and Policy creation. In a first wave starting end of the 90′s a lot of insurances have successfully managed to move their paper based processes to automated workflow using advanced classification and recognition technologies. I remember well all the big projects that we have been doing and still do in this area. This already significantly reduces the time to process a single case and the manpower needed to do so. And insurances face a significant cost problem and increasing competition not only on their terms but also on their level of service.</p>



<figure class="wp-block-image"><a href="http://www.skilja.de/wp-content/uploads/2016/03/McKinsey-2.png"><img decoding="async" src="http://www.skilja.de/wp-content/uploads/2016/03/McKinsey-2.png" alt=""/></a></figure>



<p>With process automation and digitization, using modern Classification technology, address and table extraction and semantic understanding the content of the documents becomes digitally available. In the current phase insurances are using this data and modern learning analytical methods to actually automate not only the process but also the decision making. If all information is available a KI system (like Skilja’s learning classifiers) can automatically decide if a claim is standard and can be paid right away or if it needs expert inspection. An application for a new contract can be clarified and checked mostly by semantic and analytical algorithms, that link it to the policy of the insurance – leaving the underwriter the task to finally check the suggestion based on the conclusion made by the machine.</p>



<p>In two recent studies from McKinsey, one by Sylvain Johansson and Ulrike Vogelgesang&nbsp; (<a href="http://www.mckinsey.com/industries/financial-services/our-insights/automating-the-insurance-industry" target="_blank" rel="noreferrer noopener">Automating the insurance industry)</a>, the other by Michael Chui, James Manyika, and Mehdi Miremadi (<a href="http://www.mckinsey.com/business-functions/business-technology/our-insights/four-fundamentals-of-workplace-automation" target="_blank" rel="noreferrer noopener">Four fundamentals of workplace automation</a>) the authors show in a very impressive way how this will affect the work place in the industry:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>As the automation of physical and knowledge work advances, many jobs will be redefined rather than eliminated—at least in the short term. The bottom line is that 45 percent of work activities could be automated using&nbsp;already demonstrated technology. If the technologies that process and “understand” natural language were to reach the median level of human performance, an additional 13 percent of work activities in the US economy could be automated. The magnitude of automation potential reflects the speed with which advances in artificial intelligence and its variants, such as machine learning, are challenging our assumptions about what is automatable. It’s no longer the case that only routine, codifiable activities are candidates for automation and that activities requiring “tacit” knowledge or experience that is difficult to translate into task specifications are immune to automation.</p></blockquote>



<p>Being McKinsey they look specifically at the workforce, the FTEs (full time equivalents) needed for a task and the required skills in the future. Using benchmarking across insurances McKinsey finds very interestingly that most time is spent in policy creation, policy servicing and claims management.</p>



<figure class="wp-block-image"><a href="http://www.skilja.de/wp-content/uploads/2016/03/McKinsey-1.png"><img decoding="async" src="http://www.skilja.de/wp-content/uploads/2016/03/McKinsey-1.png" alt="" class="wp-image-1050"/></a></figure>



<p>Of course claims management is minor in Life but significant in P&amp;C. The graph is interesting because Skilja is right now involved in several projects in Life where we exactly aim at reducing the time needed for underwriting a policy. And the reduction we see is significant using modern KI, deep learning and other algorithms. New technology and agile development methodologies allow swift process automation at limited cost.</p>



<p>The effect in insurance workforce is dramatic as shown in the first graph above. Up to 25% of the FTE in these repeatable tasks will be consolidated. Meaning that the insurance can lower the cost, increase the number of customers served and reduce the time to process a claim or application.</p>



<p>For more detailed information we recommend to read the excellent original article “Insurance on the threshold of digitization: Implications for the Life and P&amp;C workforce” available for download&nbsp;<a href="http://www.mckinsey.com/industries/financial-services/our-insights/insurance-on-the-threshold-of-digitization">here</a>.</p>



<p>If you are interested how this can be achieved from the technological side and what the current state of the art of classification, document understanding and automatic decision making is, please look here www.skilja.com or let us know info(at)skilja.com.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
