HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ok_orco

no profile record

Submissions

Tell HN: I cut Claude API costs from $70/month to pennies

40 points·by ok_orco·6 เดือนที่ผ่านมา·30 comments

Show HN: Chatter: Automated feedback aggregation for dev communities

demo.chatter.plus
1 points·by ok_orco·6 เดือนที่ผ่านมา·0 comments

comments

ok_orco
·6 เดือนที่ผ่านมา·discuss
No I need to look into this!
ok_orco
·6 เดือนที่ผ่านมา·discuss
Will take a look!
ok_orco
·6 เดือนที่ผ่านมา·discuss
I haven't thought about that, but really want to dig in more now. Any places you recommend starting?
ok_orco
·6 เดือนที่ผ่านมา·discuss
Pretty straightforward. Sources dump into a queue throughout the day, regex filters the obvious junk ("lol", "thanks", bot messages never hit the LLM), then everything gets batched overnight through Anthropic's Batch API for classification. Feedback gets clustered against existing pain points or creates new ones.

Most of the cost savings came from not sending stuff to the LLM that didn't need to go there, plus the batch API is half the price of real-time calls.