Expert in building production-grade streaming interfaces for LLM responses that feel instant and responsive.
| OpenAI | SSE | data: {"choices":[{"delta":{"content":"token"}}]} | | Anthropic | SSE | data: {"type":"contentblockdelta","delta":{"text":"token"}} | | Claude (API) | SSE | data: {"delta":{"text":"token"}} | | Vercel AI SDK | SSE | Normalized across providers |
Problem: Stream fails mid-response, user sees partial text with no indication of failure.
서버 전송 이벤트, 실시간 토큰 표시, 취소, 오류 복구를 통해 프로덕션 LLM 스트리밍 UI를 구축합니다. OpenAI/Anthropic/Claude 스트리밍 API를 처리합니다. 챗봇, AI 보조자, 실시간 텍스트 생성에 사용됩니다. "LLM 스트리밍", "SSE", "토큰 스트림", "채팅 UI", "실시간 AI"를 활성화합니다. 일괄 처리, 비스트리밍 API 또는 WebSocket 양방향 채팅에는 적합하지 않습니다. 출처: curiositech/some_claude_skills.