Live data from Hacker News

Viewing profile — Koshima

Koshima

HN member
Joined
Sat, Nov 23, 2024, 9:55 AM UTC
HN karma
37
Public activity
50 items

About Koshima

I am building Flexprice, an open source metering and billing platform built for AI and agentic companies.

Check us out on https://flexprice.io/

Let's connect on LinkedIn: https://www.linkedin.com/in/koshima-satija-028800148/

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #45247301

    It’s interesting how credits became the default abstraction for usage but without transparent burn rates, they're just tokens of confusion.

  6. comment
    Comment #44948725

    Couldn’t agree more. UPI is the unlock, not just the price. The credit card wall has quietly excluded 90% of the country even those curious and ready to pay.

  7. comment
    Comment #44948592

    Indeed it is!!

  8. comment
    Comment #44948580

    You’re right to be cautious. Perplexity’s throttling showed how fast “democratization” can become “degradation.” But OpenAI might be running a playbook most competitors can’t affor…

  9. comment
    Comment #44948541

    100%. India has ~750M+ internet users and most of them have skipped the desktop era—straight to mobile + UPI. With ₹399 and no credit card barrier, this could be AI's “Jio moment.”…

  10. comment
    Comment #44948533

    Absolutely. Perplexity with Airtel and Gemini with Reliance already hinted that India’s AI adoption will come through distribution moats. Yes, you can downgrade from the $20 Plus p…

  11. comment
    Comment #44948474

    OpenAI just launched a new plan called ChatGPT Go and exclusively for India. ₹399/month (roughly $4.80), with the support of UPI payments. And this wasn't a loud rollout at all, ju…

  12. story
  13. story
  14. story
  15. comment
    Comment #44424027

    Appreciate it. For token-based metering, we lean on event-level tracking with strict timestamps and unique identifiers to maintain billing precision, even when upstream responses a…

  16. comment
    Comment #44424015

    Would love to set that up. We’ve seen LLM infra teams hit billing issues fast because of usage spikes, token metering, credit handling. It gets messy to build it in-house. I’ll DM …

  17. comment
    Comment #44423924

    I am working on building Flexprice( https://flexprice.io/ ), an open source monetization platform for AI and Agentic companies. This week, we’re doing a 5-day launch week, where we…

  18. comment
    Comment #44423256

    Appreciate that, and glad Flexprice showed up at the right time. We’ve seen the same pattern: credit systems always look simple with one plan, but as soon as you introduce volume t…

  19. comment
    Comment #44423221

    Appreciate it. We enforce idempotency at the event level using client-provided deduplication keys, so even with high concurrency or retries, the billing pipeline stays consistent. …

  20. comment
    Comment #44422949

    Great question! Our approach focuses on: - Fire-and-forget ingestion with in-memory queues so events don’t block product requests - Strict idempotency tokens tied to every event, e…

  21. comment
    Comment #44422828

    One thing we’re handling differently is entitlements. Most billing tools stop at metering and invoicing, but they don’t track what features or limits a customer can actually access…

  22. story
    Show HN: Flexprice: Open-Source Usage-Based Billing Toolkit

    Hey HN, I’am Koshima, co-founder of Flexprice ( https://flexprice.io/ ). Flexprice is an open source monetization platform for AI & Agentic companies. You can build usage-based, cr…

  23. comment
  24. story
  25. comment
    Comment #44245781

    I am building Flexprice, an open source metering and billing platform for AI and agentic-based companies. I've recently published a guide showing how to replicate Clay's credit-pri…