TTT Update: Credit Proxy
The Problem I’ve been building AI features into TheTaleTribe from the start. The AI side of things started pretty naively: I had a free Gemini API key and a hardcoded limit of 10 AI requests per user. That was it. For local dev I ran Ollama, so I could use it as much as I wanted. Simple, but obviously not something you can scale or ship. The problem is that AI features on a writing platform aren’t a one-off thing. Writers want to ask the AI for feedback on a chapter, generate a scene, brainstorm names for a character. That’s not 10 requests that’s potentially dozens per session. So the “you get 10 per day” model was dead on arrival, also not all ai requests consumed the same number of tokens. ...