Live data from Hacker News

Viewing profile — opsmeter

opsmeter

HN member
Joined
Tue, Feb 10, 2026, 7:37 PM UTC
HN karma
1
Public activity
23 items

About opsmeter

https://opsmeter.io

Recent public activity

  1. comment
  2. story
    Show HN: Opsmeter.io – AI cost attribution and budget control for LLM apps

    Hi HN, I’m building Opsmeter, a tool to understand and control AI costs in LLM applications. A problem I kept seeing is that most teams only notice AI cost issues when the invoice …

  3. comment
    Comment #47254125

    Usage-based AI needs the same safety engineering as any “expensive actuator”: rate limits, quotas, and automatic shutdown thresholds. Otherwise a leaked key becomes an unbounded li…

  4. comment
    Comment #47254120

    This reads like an “incident without guardrails”: per-project caps/quotas, anomaly alerts (minutes), env-split keys, and an automated kill-switch should be defaults for usage-based…

  5. comment
  6. comment
  7. comment
  8. comment
  9. comment
  10. comment
  11. comment
  12. comment
  13. comment
    Comment #47207534

    Nice — those two features tend to unlock the “why” behind drift. One thing we found especially useful was pairing cost/outcome alerts with a root-cause slice: when slope jumps, imm…

  14. comment
  15. comment
  16. comment
  17. comment
  18. comment
  19. comment
    Comment #47161326

    “Cost per outcome” is the metric most teams actually need. In prod we saw totals look fine while cost/outcome drifted due to retries + fallback paths + context creep. Are you plann…

  20. comment
    Comment #47161315

    This is exactly the pain point with agents: spend isn’t linear because fanout + retries compound. One thing that helped us debug/contain spikes is tracking cost per “user-action/ou…

  21. comment
    Comment #47161246

    One thing that surprised our team: cost isn’t just “more usage” — retries and context creep can multiply spend with the same user behavior. We now track cost/request and cost per u…

  22. story
  23. story
    Show HN: Opsmeter–attribute LLM spend to endpoints and prompt versions(no proxy)

    Hi HN — I built Opsmeter, a lightweight LLM telemetry tool focused on cost attribution + budget control. Provider dashboards mostly show totals. Opsmeter shows what caused the bill…