---
id: "concept-voice-collaboration"
type: "concept"
source_timestamps: ["00:19:05", "00:20:16", "00:24:24"]
tags: ["voice-ai", "future-of-work", "real-time-collaboration"]
related: ["concept-icm", "claim-voice-future"]
definition: "The integration of voice models and LLMs to allow an AI agent to actively participate in live meetings and manipulate local file systems in real-time."
---
# Real-Time Voice-Driven AI Collaboration

## The Vision

The video culminates in a live demonstration of what [[entity-jake-van-clief]] considers the future of AI workflows: **an AI agent actively participating in a live group call**, not as a passive transcriber but as a real-time collaborator.

See [[quote-voice-control]] for the speaker's framing.

## The Demo Stack

- **Voice cloning**: a custom voice model of the speaker, trained via [[entity-11labs]]
- **LLM runtime**: a local instance of [[entity-claude]]
- **Codebase under control**: the speaker's 'Ethics Engine' project
- **Substrate**: a folder structure following [[concept-icm]], where psychometric scales and other context live as markdown
- **Interaction loop**: voice → STT → Claude → file system read/write → response back via TTS during the live call

## What It Replaces

The traditional paradigm of:

1. Record a meeting
2. Transcribe afterwards
3. Feed the transcript to an LLM
4. Manually pick up generated tasks

…is collapsed into a single real-time loop where the AI executes during the conversation. There is no post-meeting processing and no separate orchestration layer.

## Why ICM Matters Here

The folder structure of [[concept-icm]] gives the voice-driven agent its situational awareness: when asked to *'open the openness scale'*, the agent navigates a predictable directory and finds a markdown file describing it. Without ICM the same demo would require bespoke tool-calling glue.

## Open Issues

See [[question-voice-security]]. Voice control of local code raises authentication, permission-scoping, and voice-spoofing concerns that current consumer voice stacks do not adequately address. Likely production future: multimodal (text + GUI + voice) rather than voice-only control.

See also the prediction in [[claim-voice-future]].
