01 / integration
AI inside the product you already have
Adding AI-powered features to a live application: the provider integration, the interface around it, and the cost and failure handling that keeps it boring to operate.
Most of this work is not a new product, it is a feature in an existing one: a summarise button, a draft reply, a smart search box, a support widget. We integrate the model provider properly, stream the response so the interface feels quick, cap what a request is allowed to spend, and make sure a provider outage degrades the feature instead of taking the page down with it.
- Claude, OpenAI and other provider APIs
- Streaming responses and interface states
- Cost, rate and token limits per user
- Fallbacks when the provider is down