# Ideas

- Bamboo factory line

- AI wearable for audio and video

- Friend "PokeDex"

- TEE/Cryptographic provenance of audio/video

- Blimp for personal transportation

# Current Best Idea

There are two main problems today with AI wearables

- They're large, bulky, and ugly

- They're not private

I think I can solve both of these problems with my idea

# Size

This is state of the art:

![](../assets/final/limitless.png)

![](../assets/final/friend.png)

It shouldn't have to be this way. If CIA bugs can record high fidelity audio in the form factor of a pinhead, an AI wearable should be able to as well. ![](../assets/final/cia.png)

![](../assets/final/vacier.png)

# Privacy

It is illegal to record audio without consent in Massachusetts. This is a problem for AI wearables.

I propose running a speaker recognition model in a trusted execution environment [TEE](https://en.wikipedia.org/wiki/Trusted_execution_environment) locally on the device. This way, only audio of the owner leaves the device for transcription processing.

Close friends of the owner could also opt in by saying "I consent to being recorded".

![](../assets/final/tee.png)

# Use Cases

- Relationship tracking

- Audio diary

- Meeting notes

- Time tracking

Personally, the relationship tracking component is the most compelling. I have thousands of personal and professional relationships. As an extremely busy person, it's impossible for me to keep up with everyone. This is a problem, as I value all of my relationships and want to make sure they're healthy. This solution would automatically track all my relationships and could proactively remind me when and how to spend time with them.

# Diagram

![](../assets/final/systemdiagramhtmaa.png)

# Tasks

- Find sufficiently small TEE chip (11/21)

- Find small enough WiFi MCQ (11/21)

- Find small enough Microphone (11/21)

- Find small LED (11/21)

- Integrate MCQ, TEE, LED, and Microphone (11/28)

- Build speaker recognition model on the TEE (12/5)

- Make webserver that receives audio and transcribes it (12/10)

- Build basic UI that can track all relationships and send notifications (12/12)

- Make it relatively small (12/15)

- Build an aesthetically pleasing metal case with capacitive touch button to fit it in (12/17)