AI Chat
AI Chat
https://chat-sdk.dev/ - Assess
Questions
When chat is the main agent surface, who should own the SDK? What belongs in the platform, and what can stay with chat-sdk.dev?
- Chat persistence requires saving every message to PostgreSQL — at what conversation volume does that become a performance constraint, and what is the mitigation?
- If AI chat is both the user interface and the agent command surface, how do you distinguish between a user query and an agent instruction in the same thread?
- What does evaluating chat-sdk.dev against the Vercel AI SDK look like as a structured tech decision — which criteria are must-have versus trade-off?