返回
RCreddit.com
18
·17小时前·开发者社区 · RSS

Anyone else feel like their AI feature got expensive?

查看原文

热度趋势

新上榜
最近 24 小时与此前 24 小时对比 · 7 天曲线

百分比基于当前可用热度信号,而非评论数或独立用户人数。

We shipped an AI feature that looked totally fine in staging, and then real users immediately turned it into a cloud invoice flamethrower.

We had little prompts like summarize this and draft that, maybe a 2k context window if someone got spicy. Then production users showed up with 14 paragraph questions, pasted half their CRM into the box, asked follow-ups with no reset, and our retrieval layer just duplicated the same three snippets because it seemed like one copy of stale policy text was not enough

TBH the dumbest part was how innocent it felt at first. Accuracy looked better with more context, so we stuffed the prompt. Then latency got gross, so we trimmed. Then quality dropped on edge cases, so we added back context. Then someone noticed we were sending nearly identical retrieval chunks plus a giant system prompt plus conversation history every turn.

The budget meeting last week was a nightmare. Nothing like explaining that a user asking a long weird question can cost more than the entire happy path demo flow. And of course the fix is not just reduce tokens. It is chunking, deduping retrieved text, capping history, testing context trimming, and figuring out whether latency or accuracy gets to be the thing everyone complains about this week.

How are you controlling token spend when normal users start doing normal user chaos

Anyone else feel like their AI feature got expensive? · BuzzRadr