Glossary
This glossary defines the recurring technical, architectural, legal, and compliance terms used across the PHX Terminal documentation. Where a term has a dedicated page, a link is provided.
Attorney-Client Privilege A cornerstone legal principle protecting the confidentiality of communications between a lawyer and their client. Protecting it is a core PHX Terminal design requirement. See Attorney-Client Privilege.
Behavioral Analytics The tracking and analysis of how users interact with desktop applications (time on screen, elements engaged, actions taken) to surface usability friction and automation opportunities. See Workflow Intelligence.
CCPA (California Consumer Privacy Act) A privacy law granting California residents rights over their personal information, including the rights to know, delete, opt out of sale, and non-discrimination. See Regulatory Compliance.
CIA Triad The three core principles of information security — Confidentiality, Integrity, and Availability. See Auditability & Governance.
CJIS (Criminal Justice Information Services) A U.S. security policy framework governing the handling of criminal justice information, relevant to legal and government deployments. See Regulatory Compliance.
Computer Vision (AI) Technology that lets software “see” and interact with on-screen UI elements like a human, using neural networks, OCR, and text matching — enabling automation of any application regardless of its underlying technology. See AI Computer Vision.
Containerization A lightweight isolation method (e.g., Docker, Kubernetes) that packages applications into isolated containers sharing a host OS kernel, used to secure the developer sandbox. See Sandbox Security.
Contextual Embeddings A technique that interprets ambiguous queries by considering full-sentence context to align results with the user’s precise intent. See Workflow Intelligence.
Digital Twin of an Organization (DTO) A simulated model of an organization’s workflows — built from combined process-mining, task-mining, and behavioral data — used to identify systemic bottlenecks and optimal automation opportunities. See Workflow Intelligence.
Event-Driven Architecture (EDA) A software design pattern in which systems detect, process, and react to real-time events, promoting loose coupling, scalability, and built-in auditability. See Event-Driven Architecture.
Federated Analysis A privacy-preserving technique in which analysis is sent to the data’s original location and only aggregated or encrypted partial results are shared, minimizing central storage of sensitive data. See Sandbox Security.
GDPR (General Data Protection Regulation) The EU data-protection regulation built on principles such as lawfulness, purpose limitation, data minimization, and accountability, granting individuals rights over their data. See Regulatory Compliance.
HIPAA (Health Insurance Portability and Accountability Act) A U.S. law governing the protection of health information, relevant where legal matters involve medical data. See Regulatory Compliance.
Hover Opaque Application PHX Terminal’s core product — an intelligent desktop overlay that monitors lawyer workflows, identifies relevant data, and automates cross-application data entry. Its interactive controls become fully opaque on interaction while remaining unobtrusive otherwise. See Hover Opaque Application.
Human-in-the-Loop (HITL) An automation model that inserts human review and approval at critical stages, ensuring accuracy, ethics, and trust in high-stakes legal tasks. See Human-in-the-Loop.
Hybrid Cloud An infrastructure model combining public cloud, private cloud, and on-premises resources — keeping sensitive data private while leveraging public-cloud scalability. See Hybrid Cloud & Serverless.
ICR (Intelligent Character Recognition) An advanced form of OCR capable of extracting data from handwritten documents by recognizing diverse handwriting styles and fonts. See Data Extraction (OCR/ICR).
Intelligent Process Automation (IPA) The synergistic combination of RPA with AI, enabling bots to learn from experience, make decisions, and process unstructured data. See RPA & Intelligent Automation.
ISO 27001 An international standard for information security management systems (ISMS) that PHX Terminal’s infrastructure is engineered to support. See Regulatory Compliance.
LLM (Large Language Model) An AI model that provides contextual understanding of user intent and interface context, enabling flexible, adaptive automation beyond rigid rules. See LLMs & NLP.
Microservices An architectural style that decomposes applications into small, independent services communicating via APIs, providing scalability, fault isolation, and flexibility. See Microservices.
MFA (Multi-Factor Authentication) A security control requiring multiple forms of verification before granting access to sensitive data. See Encryption & Data Isolation.
Multi-Tenancy An architecture in which multiple tenants share infrastructure while remaining strongly isolated (e.g., via Kubernetes namespaces and policies). See Sandbox Security.
Multitask Unified Model (MUM) An AI model that advances intent detection by analyzing queries across multiple languages and formats (text, images, video). See Workflow Intelligence.
Neural Matching A technique that identifies relationships between words and concepts to comprehend complex or indirect queries. See Workflow Intelligence.
NLP (Natural Language Processing) Technology that analyzes and interprets text to extract meaning, sentiment, and key information, and to understand user intent contextually. See LLMs & NLP.
OCR (Optical Character Recognition) Technology that converts images, scanned documents, and PDFs into editable, searchable text. See Data Extraction (OCR/ICR).
Offline-First A design principle in which an application performs its core functionality without constant internet access, syncing when connectivity is restored — critical for courtrooms and travel. See Sync & Offline-First.
Process Mining The analysis of event-log data to discover, visualize, and optimize organization-wide processes and uncover automation opportunities. See Workflow Intelligence.
RBAC (Role-Based Access Control) An access-control method that restricts data access based on a user’s role, ensuring only authorized personnel can view sensitive information. See Encryption & Data Isolation.
Reinforcement Learning A machine-learning approach in which the system continuously refines its behavior based on feedback from real-world interactions, improving automation accuracy over time. See Workflow Intelligence.
RPA (Robotic Process Automation) Software automation that mimics user interactions to handle high-volume, rules-based, repetitive tasks; combined with AI it becomes Intelligent Process Automation. See RPA & Intelligent Automation.
SDK (Software Development Kit) A toolkit of libraries, documentation, samples, and utilities that helps developers build applications and integrations on the platform. See SDKs.
Serverless Computing An operational model in which code runs without provisioning or managing servers, scaling automatically with pay-as-you-go pricing. See Hybrid Cloud & Serverless.
SOC 2 An auditing standard for service organizations covering security, availability, and confidentiality controls. See Regulatory Compliance.
Task Mining The granular monitoring and recording of individual desktop tasks and user actions to pinpoint repetitive work ideal for automation. See Workflow Intelligence.
Zero Data Retention A policy under which user/client data is purged after processing and never retained long-term or used to train AI models. See Encryption & Data Isolation.
Zero-Trust A security framework based on continuous authentication, least-privilege access, and identity-based controls that trusts no request by default. See Security Architecture.