41 lines
1.4 KiB
Markdown
41 lines
1.4 KiB
Markdown
---
|
||
title: "Conversational Interface"
|
||
type: concept
|
||
tags: [interface, UX, conversation, AI]
|
||
sources: [second-brain]
|
||
last_updated: 2026-04-22
|
||
---
|
||
|
||
## Definition
|
||
|
||
对话即界面(Conversational Interface)是一种以自然语言对话为核心交互模式的设计理念:用户通过发送消息来操作系统,无需学习特定命令、点击特定按钮或导航特定菜单。对话本身就是使用界面,打破了"发送消息 → 另一设备构建内容"的空间壁垒。
|
||
|
||
## Aliases
|
||
|
||
- Conversational Interface
|
||
- 对话即界面
|
||
- Chat as UI
|
||
- 自然语言交互
|
||
|
||
## Key Insight
|
||
|
||
> "You can text your bot from your phone and it builds things on your computer. The interface is the conversation."
|
||
|
||
## Characteristics
|
||
|
||
1. **跨设备**:用户从手机发消息 → AI 在电脑端执行/构建
|
||
2. **无需 App**:手机短信/Telegram/Discord → 直接触发 AI 操作
|
||
3. **零学习曲线**:不需要学习任何新工具或新界面
|
||
4. **上下文感知**:AI 基于对话历史理解用户意图
|
||
|
||
## In System
|
||
|
||
- [[Second Brain]] 的核心交互范式
|
||
- [[multi-channel-assistant]] 同一模式的多渠道扩展
|
||
- [[phone-based-personal-assistant]] 语音版对话接口
|
||
|
||
## Relationships
|
||
|
||
- [[Zero-Friction Capture]] — 对话界面是实现零摩擦捕获的关键手段
|
||
- [[Topic-Based Routing]] — 对话场景下的上下文隔离机制
|