# How Aphex Uses AI

## Our Approach to AI

At Aphex, we see AI as a tool that can be embedded within core workflows to help construction teams plan, communicate, coordinate, and track their work more effectively. Rather than building standalone AI chatbots, we focus on solving specific user problems where AI provides the best path to a solution.

We always start with identifying genuine user problems. When we find that AI offers the most effective way to solve these problems, we explore that path thoughtfully and transparently.

## Current AI Implementation

Today, our AI features are implemented within our **Diary product**. Teams using only our core Planner product will not encounter any AI functionality.

### How We Use AI in Diary

We currently use AI in three main ways within the Diary product:

#### **1. Capturing Site Records Easily**

Making it frictionless for site teams to create diary entries through multiple input methods.

**Current examples include:**

* **Voice to Text**: Real-time transcription of spoken notes using mobile devices
* **Image to Text**: Converting handwritten notes from photos into digital text

#### **2. Organising and Summarising Site Records**

Helping teams compile and structure their daily records efficiently.

**Current examples include:**

* **Diary Summary Generation**: Automatically compiling notes, progress updates, and photos into coherent daily summaries

#### **3. Analysing and Finding Information Across Site Records**

Enabling teams to extract insights and locate specific information from their project records.

**Examples in development:**

* **Search functionality**: Query across multiple diary records to find specific information
* **Automated recaps**: Scheduled summaries of diary records (e.g., night shift updates)

## External AI Providers

Our AI features currently use these external service providers which Aphex interacts with via API:

<table><thead><tr><th width="240.55078125">Provider</th><th>Example Use Cases</th></tr></thead><tbody><tr><td><strong>AssemblyAI</strong></td><td>Voice transcription</td></tr><tr><td><strong>OpenAI</strong></td><td>Text and image processing, diary summarisation.</td></tr><tr><td><strong>Anthropic</strong></td><td>Possible future use</td></tr></tbody></table>

#### Data Handling by Providers

<table><thead><tr><th width="108.4375">Provider</th><th width="434.484375">Provider Security Posture</th><th data-type="content-ref">Security Page</th></tr></thead><tbody><tr><td><strong>AssemblyAI</strong></td><td><ul><li>Supports customer "opt out" requests which Aphex has done.</li><li>Deletes most API content within 3 days</li></ul></td><td><a href="https://support.assemblyai.com/collections/1705441896-security">https://support.assemblyai.com/collections/1705441896-security</a></td></tr><tr><td><strong>OpenAI</strong></td><td><p></p><ul><li>Does not train models on business data by default</li><li>Has no right of ownership to inputs and outputs (where allowed by law).</li><li>Deletes all API context after 30 days </li></ul></td><td><a href="https://openai.com/enterprise-privacy/">https://openai.com/enterprise-privacy/</a></td></tr><tr><td><strong>Anthropic</strong></td><td><ul><li>Does not train models on business data by default</li><li>Has no right of ownership to inputs and outputs (where allowed by law).</li><li>Deletes all API context after 30 days </li></ul></td><td><a href="https://privacy.anthropic.com/en/collections/10663361-commercial-customers">https://privacy.anthropic.com/en/collections/10663361-commercial-customers</a></td></tr></tbody></table>
