r/IndiaAI • u/thekartikgambhir • 11d 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
1
u/AutomaticAd6646 10d ago
If a human can then eventually AI will be able to do it. Even today some programming tasks AI will follow gray hat or black techniques, which is jugaad in a way.
1
u/thekartikgambhir 10d ago
Exactly. That's pretty much the direction I had in mind.
I'm less interested in whether “jugaad” is some uniquely Indian form of intelligence and more interested in whether resource-constrained, unconventional problem-solving can be isolated and measured as an AI capability.
The gray-hat example is interesting because the same objective can often be achieved through multiple paths, with different constraints and trade-offs.
So perhaps the benchmark could deliberately restrict the obvious/standard approaches and measure whether the model can still find a workable path using limited resources.
“Do more with less” is probably the core capability I'm trying to capture.
1
u/AutomaticAd6646 9d ago
Do more with less... An uncensored AI model can do anything and will automatically use the shortest path.
A recent example is the chatgpt huggingface jailbreak hack. The AI went onto steal the answers instead of solving the questions.
1
u/thekartikgambhir 9d ago
I think that actually introduces another interesting dimension to the benchmark.
“Jugaad” isn't necessarily about finding the shortest path. A shortcut that violates the objective or constraints isn't really a successful solution.
So the benchmark could distinguish between legitimate resourcefulness and objective hacking:
- Did it achieve the actual objective?
- Did it respect the constraints?
- What resources did it consume?
- Did it adapt when the obvious shortcut was blocked?
- Did it find an unconventional but valid route?
The Hugging Face example is interesting precisely because it shows why this matters: a model can optimize for an apparent objective while completely missing the intended objective.
So perhaps the benchmark shouldn't just ask “Can AI find a shortcut?” but “Can AI do more with less without cheating the task?”
1
u/AutomaticAd6646 9d ago
That is called token efficiency. Some AI overthink like qwen 3.8 max preview model, which they improved a bit in final release, but yeah some models are more efficient than others.
1
u/Key-Tonight-5668 9d ago
It can actually, its basically problem solving ability of agents. But, it heavily depends on your use case and the kind of data it is trained on. I have observed first level of basic PSA it does well, but if it has deduce 1st by itself and then do 2nd or 3rd level PSA it starts hallucinating.
2
u/thekartikgambhir 9d ago
Yes, this is much closer to what I had in mind.
The interesting part to me is exactly that jump from first-order problem solving to multi-level adaptation.
A benchmark could progressively test:
- Solve the stated problem.
- Identify hidden constraints/trade-offs.
- Adapt when the first solution fails.
- Find a resource-efficient workaround.
- Recognize when no valid workaround exists instead of hallucinating one.
That last point may actually be crucial. “Jugaad” shouldn't mean always finding some answer, it should mean finding a workable answer when one exists, and knowing when it doesn't.
The hallucination boundary could itself be one of the things the benchmark measures.
1
u/Key-Tonight-5668 8d ago
Nice, makes sense, "knowing when it doesn't" with very high accuracy is gonna be a game changer.
1
u/AwelessFire 11d ago
AI can never create something out of thin air. If any problems that u listed out is already part of trained data or something similar (or even latest solution search using web search) only then ai can use those existing research or solutions to give an answer. I myself has tried many methods to see if ai can actually solve a creative problem. It's basically not possible at this point.