# Architectural Middleware that Supports Building High-performance,   Scalable, Ubiquitous, Intelligent Personal Assistants

**Authors:** Oscar J. Romero

arXiv: 1906.02068 · 2019-06-06

## TL;DR

This paper introduces a middleware architecture that simplifies building high-performance, scalable, and ubiquitous intelligent personal assistants by abstracting complex low-level details and demonstrating its effectiveness through a conversational IPA case study.

## Contribution

The paper proposes a platform-agnostic middleware architecture for IPAs and provides a concrete implementation that supports high-level development and large-scale deployment.

## Key findings

- Middleware reduces development complexity and effort.
- System scales to hundreds of thousands of IPAs without extra effort.
- Analysis shows improvements in software metrics like complexity and performance.

## Abstract

Intelligent Personal Assistants (IPAs) are software agents that can perform tasks on behalf of individuals and assist them on many of their daily activities. IPAs capabilities are expanding rapidly due to the recent advances on areas such as natural language processing, machine learning, artificial cognition, and ubiquitous computing, which equip the agents with competences to understand what users say, collect information from everyday ubiquitous devices (e.g., smartphones, wearables, tablets, laptops, cars, household appliances, etc.), learn user preferences, deliver data-driven search results, and make decisions based on user's context. Apart from the inherent complexity of building such IPAs, developers and researchers have to address many critical architectural challenges (e.g., low-latency, scalability, concurrency, ubiquity, code mobility, interoperability, support to cognitive services and reasoning, to name a few.), thereby diverting them from their main goal: building IPAs. Thus, our contribution in this paper is twofold: 1) we propose an architecture for a platform-agnostic, high-performance, ubiquitous, and distributed middleware that alleviates the burdensome task of dealing with low-level implementation details when building IPAs by adding multiple abstraction layers that hide the underlying complexity; and 2) we present an implementation of the middleware that concretizes the aforementioned architecture and allows the development of high-level capabilities while scaling the system up to hundreds of thousands of IPAs with no extra effort. We demonstrate the powerfulness of our middleware by analyzing software metrics for complexity, effort, performance, cohesion and coupling when developing a conversational IPA.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.02068/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1906.02068/full.md

## References

55 references — full list in the complete paper: https://tomesphere.com/paper/1906.02068/full.md

---
Source: https://tomesphere.com/paper/1906.02068