# 로빙 의도 파악 개선 플랜 **날짜**: 2025-10-17 **상태**: 부분 완료 (3단계 아키텍처 완료, 하이브리드 시스템 미구현) --- ## Phase 1: 3단계 아키텍처 (✅ 완료) → 상세: `troubleshooting/251126_happybell80_rb8001_의도_3단계_아키텍처_도입_및_배포.md` --- ## 남은 작업 ### 하이브리드 시스템 구현 **구조**: 1. 정규식 FastPath (명확한 패턴) → conf ≥ 0.9 즉시 결정 2. 임베딩 후보 축소 (Top-3) → 확신도 < 0.7 시 3. LLM 제로샷 분류 → conf < 0.5 시 CLARIFY **필요 작업**: - SemanticIntentClassifier 구현: `app/services/brain/semantic_classifier.py`, intent_prototypes 테이블 활용, 임베딩 유사도로 Top-3 후보 선택 - LLM 폴백: Top-3 후보를 LLM에 전달, 확신도 < 0.5 시 CLARIFY --- ## 참고 - `troubleshooting/251126_happybell80_rb8001_의도_3단계_아키텍처_도입_및_배포.md` - `troubleshooting/251126_intent_3step_db_bayesian_integration.md` - `book/300_architecture/311_백엔드_구조_원칙.md`