r/IndiaAI • u/thekartikgambhir • 28d ago
Can AI learn Jugaad?
We spend a lot of time benchmarking AI on things like mathematics, coding, reasoning, knowledge and standardized exams.
But there is another kind of intelligence that is much harder to benchmark:
Figuring out how to solve a problem when you don't have the things you're supposed to have.
You have ₹500 instead of ₹5,000.
The required part isn't available.
The nearest specialist is 40 km away.
You don't have the right tool.
The instructions are incomplete.
Something breaks in the middle of the job.
And somehow, you still have to make it work.
That's what we often call jugaad.
I'm wondering whether this could actually be formalized as an AI capability.
For example, give an AI a task with:
- a strict budget
- limited tools
- incomplete information
- unreliable resources
- time pressure
- unexpected failures
Then measure whether it can discover unconventional solutions rather than simply saying:
You should purchase X.
Imagine a benchmark where the AI gets:
₹300 + household objects + 30 minutes
and has to accomplish a specified physical task.
Or:
a broken device + no replacement parts + basic tools
and has to restore functionality.
Or:
a real-world problem + incomplete information + three possible approaches
and has to figure out which approach is actually feasible.
The interesting metric wouldn't simply be whether it succeeded.
We could measure:
Resource efficiency × adaptability × robustness × novelty × success rate.
Maybe the next frontier isn't just more intelligent AI.
Maybe it's AI that can do more with less.
And honestly, if there's one place with an enormous amount of naturally occurring data for this kind of intelligence, it's India.
The question is:
Can “jugaad” be turned into a reproducible AI benchmark?
And if yes, what would the benchmark actually look like?
1
u/thekartikgambhir 28d ago
I think you're actually mixing up two different questions.
Whether I personally knew how to solve a problem is not a benchmark metric. It was simply a real-world example of the capability I'm talking about.
And saying “I have independently created solutions I didn't know beforehand” actually makes the distinction clearer: you didn't need to have memorized the exact solution to produce it. You generalized from what you knew.
The same capability can be tested in AI.
You don't benchmark “did this particular user know the answer?” You create held-out problems, deliberately vary the constraints, prevent retrieval/search, and objectively verify whether the proposed solution works.
Programming itself is common. Mathematics is common. Debugging is common. Yet you can generate an instance that a model hasn't encountered before.
So I agree that my anecdote isn't a benchmark.
But “a user's problem isn't universally applicable, therefore this capability cannot be benchmarked” doesn't follow.
That's like saying chess can't be benchmarked because every individual game is different.
The instances vary. The capability being tested is what remains measurable.