I got tired of US tools showing my AI agent costs in dollars.
Every time I checked my bill, I was doing mental math: "$0.04 = ₹3.3... wait, $0.12 = ₹10?"
So I built Drishti (दृष्टि) — India's first AI agent observability platform.
What it does:
→ Tracks every LLM call in ₹ (INR-native, no conversion)
→ Explains errors in Hinglish ("Yeh kya galti hai")
→ Alerts on WhatsApp when costs spike (email for now)
→ 2 lines of code to integrate
→ Open source core (MIT)
Free tier: 10,000 traces/month. No credit card.
I built this solo over 3 months. Would love feedback from anyone building with LLMs in India.
🔗 https://drishtiai.dev
📦 https://github.com/Harsh-0602/drishti-sdk
The name Drishti is perfect for an observability tool — monitoring what your AI agents are actually doing is half the battle. Curious how you're handling the cost/overhead of the tracing itself, since observability can sometimes become a bottleneck at scale.
Nice launch. The localization layer is useful, but the thing I would test fastest is whether cost alerts catch repeat-tool loops before the bill shows up. For agent builders, a trace that says "same tool called 18 times with no new output, estimated ₹ cost so far" feels more actionable than a generic dashboard.
For me, currency conversion to INR has never been an issue.
The WhatsApp angle is a strategic move and is well-suited for India, given the country’s high level of professional activity on the platform.
Hinglish is also a smart move, however, it is not a necessity.
It is worth considering the perspective of a customer. Would they be willing to pay for Hinglish conversations if they have no difficulty understanding English?
thanks for the detailed feedback!
Totally get your point — many devs are comfortable with English. Hinglish is more about saving time and reducing friction during debugging (quick “yeh kya error hai” vibe) rather than replacing English.
Appreciate the honest take — helps a lot!
One thing I'd be careful with:
The interesting question may not be whether Indian developers prefer costs in ₹.
It may be what problem they're actually hiring observability to solve in the first place.
Those can look aligned early on while leading to very different product decisions later.
thanks for the comment!
You're right, the real question is what problem Indian devs are actually trying to solve with observability.
Drishti is built for that — INR-native costs, Hinglish error explanations, and WhatsApp alerts.
Would love to know what issues you've seen teams facing. Any patterns?
Makes sense.
Curious how you're planning to differentiate beyond localization once others start adding similar INR-first + chat-style UX layers.
valid points!
Localization is the entry point, but the real differentiation is deeper agent visibility — every LLM call, tool step, memory lookup with exact ₹ cost + Hinglish explanations + instant WhatsApp alerts. These are all in 2 lines of code.
Long term focus is to make debugging and cost control dead simple for solo devs and small Indian teams.
What would make an observability tool actually sticky for you or teams you know?
That's actually where I stopped short earlier.
I don't think the interesting part is my answer to that question.
I think it's what answer ends up driving the product.
Happy to send over the fuller thought if useful — just drop your email.