Building a Custom Hindi Glossary System with Claude: From 76% to 92% Accuracy in 10 Months

A solo developer in Bangalore built a custom glossary system for Claude to improve the accuracy of Hindi domain-specific content generation. Over 10 months, the error rate for domain vocabulary dropped from 24% to 8% (accuracy improved from 76% to 92%). The project now serves 310 customers at $10.8K MRR for Hindi customer support and blog content.
The Problem: Generic Hindi for Business Terms
Claude's default Hindi uses generic translations for business terms. For example, it outputs "bhugtan" (payment) instead of "UPI bhugtan" (UPI payment). This domain vocabulary gap caused a 24% error rate in specialized content.
The Glossary System Evolution
The developer iterated through three approaches over 10 months:
- Months 1-3: Manual Glossary (200 terms). Pasted as context with every query. Accuracy improved from 76% to 84%.
- Months 4-6: Structured Glossary with Categories (400 terms). Terms organized into tax, payment, compliance, and business types. Accuracy went from 84% to 88%.
- Months 7-10: Example-Based Glossary (600 terms). Each term includes 2-3 example sentences showing correct usage in context. Accuracy reached 92%.
Key Takeaways for Non-English AI Applications
The developer emphasizes that a glossary is not just a list—it's a teaching tool. Simply increasing term volume helped only marginally. Categorization added value, but example sentences with context provided the biggest accuracy improvement. The remaining 8% error rate is concentrated in regional variations and newly introduced regulatory terms.
For developers building non-English AI applications, this case study demonstrates that glossaries should include example sentences to teach the model context better than definitions alone.
📖 Read the full source: r/ClaudeAI
👀 See Also

Fix OpenClaw Slowdown in Long Sessions: contextInjection continuation-skip for llama.cpp Cache
A real-world fix for OpenClaw sessions that get slower over time: set contextInjection to continuation-skip to preserve llama.cpp prompt cache, cutting prompt eval from 130s to 1.3s.

Flow Maps: Learning the Integral of a Diffusion Model for Faster Sampling
Sander Dieleman explains flow maps — neural networks that directly predict the integral of a diffusion model's ODE, enabling faster sampling, reward-based learning, and steerability.

Optimizing Qwen 3.6 27B/35B on RTX 3090: Flags, Quantization, and Auto-Routing
A user shares his llama-server flags for Qwen 3.6 27B and 35B GGUF models on an RTX 3090 (24GB), reporting slow speeds for the 35B and unreliable code output from the 27B. The post asks for better quant, flag tuning, and auto model switching.

A Management Framework for Leading AI Agents Effectively
A former backend lead identifies a plateau in AI agent productivity and proposes a framework based on three disciplines: cybernetics, information theory, and management. The framework details two operational modes: the Captain and the Architect.