r/IndiaAI

What should we actually use to judge Indian foundation models?

Sarvam-105B is probably one of the most interesting Indian LLM releases so far. It was trained from scratch in India using compute from the IndiaAI Mission and released with open weights.

Sarvam reports strong results across reasoning, coding, agentic tasks and Indian-language benchmarks.

But independent model comparisons can paint a rather different picture.

For example, Artificial Analysis currently gives Sarvam-105B an Intelligence Index score of 18.

So what does “globally competitive” actually mean for an Indian foundation model?

Is the right benchmark:

A. General intelligence / reasoning

B. Coding

C. Agentic performance

D. Indian-language performance

E. Inference cost

F. Token efficiency

G. Performance per GPU

H. Performance on Indian-context tasks

Because if Sarvam-105B performs particularly well on Indian languages and local context while trailing frontier models on some general-purpose benchmarks, that isn't necessarily a failure.

It could mean we're comparing models optimised for different objectives.

So here's the question:

If you had to pick ONE metric to decide whether an Indian foundation model is genuinely competitive internationally, what would it be?

reddit.com
u/thekartikgambhir — 7 days ago
▲ 14 r/IndiaAI

I analyzed my own 650+ Agentic Claude Code sessions with 2.29Billion Tokens totaling over INR 2.3Lakhs in usage cost

TLDR: I analyzed my own claude code sessions billed at ~$2.5K. You're not paying for answers. You're paying for context. As outputs tokens are just a fraction of cost.

Learning : Verbosity compression on outputs doesn't work because you're optimizing for 18% of costs. I know it might be intuitive for some but it is quite easy to miss.

Cache reads: 50.2% of the money

Cache writes: 30.2%

Actual model output: 18.8%

Fresh input: 0.8%

Biggest take: 80% of what I paid was context handling. I paid 4.3× more to remind the model what it was doing than to hear what it decided.

So what can you do :

- Adjust thinking level to least of what produces excellent output NOT the best.

- Limit agents or parallel workers unless very necessary because again context slurping, tool calling, and more at Nx speed.

- Use context compression and open new sessions for new isolated tasks.

Hence I bill to track token economics at git level: VibeBill

u/dixitixid — 9 days ago
▲ 4 r/IndiaAI+5 crossposts

Un AI sau o echipă de agenți?

Lucrez la Agent Colony, un setup cu 8 agenti specializati care colaboreaza direct in repo.

Ideea principala este continuitatea contextului. Cu SSOT activat, board-ul pastreaza backlog-ul, deciziile si statusul proiectului, iar agentii folosesc artefacte pentru a pastra starea si informatiile importante.

Astfel, cand revii la o un task, agentii pot vedea ce s-a decis, unde s-a ajuns si ce urmeaza, fara sa reconstruiesti tot contextul de la zero.

Fiecare agent are rolul lui:
- planning,
- coding,
- integrare,
- testing,
- verificare,
- audit,
- monitoring
- research

Sunt curios ce parere aveti despre abordarea asta, mai ales daca ati lucrat cu mai multi agenti in acelasi proiect.

Ce probleme ati intalnit voi cu pastrarea contextului si coordonarea intre agenti?

Repo-ul este public pentru cei interesati sa vada cum e construit, sa-l testeze sau sa dea feedback:

https://github.com/SavinRazvan/agent-colony

u/PurchaseFront4196 — 9 days ago