9148c358d0
Topic_Agent/Topic_Blog/Topics/Topics_Biz/Topics_Meeting/Topics_Rag의 마크다운 지식 문서를 Topic_General/Topic_Programming/Topic_Graphic/Topic_Business 4개 카테고리로 재분류. - 중복 제거: frontmatter의 status:duplicate/merged + duplicate_of/redirect_to 필드로 자기 자신을 중복으로 선언한 리다이렉트 stub 1032개 제거, 완전 동일 내용 파일 472개 제거, 동일 파일명·다른 내용 충돌 시 더 큰(완전한) 버전만 유지(162개 제거) — 총 1639개 중복 제거. - 분류: 폴더 단위로 명확한 항목(AI_and_ML/Coding/Architecture 등 → Programming, Comfyui/Visual_Effects → Graphic, Topics_Biz/Topics_Meeting/사업 등 → Business, Poetic_Blog_Writing/창의성/Game_Design 등 → General)은 폴더 우선순위로, 나머지 혼재 폴더(Topic_Agent/Topic_Blog/Topics 루트/Thinking & Reasoning/Other/UI_UX_Assets)는 title/tags 키워드 스코어링으로 파일 단위 분류(불명확한 경우 General로 폴백). 원본 폴더명은 "From_*" 서브폴더로 보존해 추적 가능성 유지. - 최종 배치: Programming 2784 / General 1608 / Graphic 285 / Business 249 = 4926개 문서. - 에이전트 운영 상태(.astra/.agent/.obsidian/sessions/memory/_company/docs/lessons/_shared/src)는 지식 콘텐츠가 아니므로 재분류 대상에서 제외하고 원위치 유지. - Topics/Topic_email(상위 보호 폴더 Topic_email과 파일명 100% 중복) 삭제 — 보호 폴더 자체는 미변경. - 완전히 비게 된 Topic_Agent/Topic_Blog/Topics_Biz/Topics_Rag 폴더 제거.
144 lines
5.5 KiB
Markdown
144 lines
5.5 KiB
Markdown
---
|
|
id: wiki-2026-0508-indian-innovation-models
|
|
title: Indian Innovation Models
|
|
category: 10_Wiki/Topics
|
|
status: verified
|
|
canonical_id: self
|
|
aliases: [Indian Innovation Models, Jugaad, Frugal Innovation, Gandhian Engineering]
|
|
duplicate_of: none
|
|
source_trust_level: A
|
|
confidence_score: 0.85
|
|
verification_status: applied
|
|
tags: [innovation, frugal, jugaad, india, design-philosophy, constraint-driven]
|
|
raw_sources: []
|
|
last_reinforced: 2026-05-10
|
|
github_commit: pending
|
|
tech_stack:
|
|
language: n/a
|
|
framework: design-philosophy
|
|
---
|
|
|
|
# Indian Innovation Models
|
|
|
|
## 매 한 줄
|
|
> **"매 do more with less, for more"**. Indian innovation models — 매 jugaad, frugal engineering, Gandhian engineering, "more from less for more" (Mashelkar) — 매 severe resource constraint 매 mass affordability 의 결합 매 design philosophy. Tata Nano, Aravind Eye Care, Mitticool fridge 매 canonical example. 2026 매 climate-tech, off-grid, Global South 의 default playbook.
|
|
|
|
## 매 핵심
|
|
|
|
### 매 Three overlapping models
|
|
- **Jugaad**: 매 informal, improvisational, "hack-it-together" — 매 individual/small-business level.
|
|
- **Frugal innovation**: 매 systematic 매 cost-radical product redesign — 매 corporate (GE Healthcare ECG, Tata).
|
|
- **Gandhian engineering**: 매 ethical frame — 매 affordability + sustainability + bottom-of-pyramid.
|
|
|
|
### 매 Design principles (Mashelkar's "MLM": More from Less for More)
|
|
1. **Affordable excellence** (not low-end inferior).
|
|
2. **Resource frugality** (energy, materials, time).
|
|
3. **Sustainability** (long life, repairability, local material).
|
|
4. **Inclusivity** (for the 4 billion BOP).
|
|
|
|
### 매 응용
|
|
1. **Tata Nano**: $2,500 car — modular, simplified.
|
|
2. **Aravind Eye Care**: $30 cataract surgery via assembly-line surgical workflow.
|
|
3. **GE MAC 400 ECG**: $800 portable, battery-powered.
|
|
4. **Mitticool**: 매 clay, 매 zero-electricity refrigerator.
|
|
5. **JioPhone**: $20 4G feature phone, mass internet access.
|
|
6. **Aadhaar / UPI / DPI stack**: 매 nation-scale frugal digital infrastructure.
|
|
|
|
## 💻 패턴
|
|
|
|
### Frugal product checklist
|
|
```python
|
|
def frugal_score(product: Product) -> Score:
|
|
return Score(
|
|
cost_vs_incumbent = product.price / incumbent.price, # target < 0.3
|
|
bom_part_count = len(product.parts), # target: minimize
|
|
local_sourcing = product.local_parts / product.total,# target > 0.7
|
|
repair_index = product.user_repairable_pct, # target > 0.8
|
|
energy_per_use = product.kwh_per_use, # target: minimize
|
|
)
|
|
```
|
|
|
|
### Aravind-style throughput design
|
|
```
|
|
Assembly-line surgery:
|
|
- Surgeon does only 1 step (cataract extraction) per patient
|
|
- Parallel ORs share staff, equipment
|
|
- Result: 1 surgeon = 2,000+ surgeries/year (vs ~250 US average)
|
|
- Cost: $30 vs $3,000 — same outcome quality
|
|
```
|
|
|
|
### Jugaad heuristic
|
|
```
|
|
1. Constraint -> opportunity: scarcity is a design input, not blocker.
|
|
2. Reuse what exists: bicycle pump -> water pump.
|
|
3. Good enough > perfect: ship fast, iterate.
|
|
4. Local materials: clay, bamboo, scrap metal.
|
|
5. Bottom-up users: design WITH them, not FOR them.
|
|
```
|
|
|
|
### Tata Nano BoM compression
|
|
```
|
|
Standard car: ~30,000 parts, ~$15K
|
|
Nano approach:
|
|
- 21% fewer parts (30,000 -> ~24,000)
|
|
- Plastic body panels glued, not welded (no expensive welding line)
|
|
- Single windshield wiper
|
|
- 2-cylinder engine (vs 4)
|
|
- Outsource design to suppliers (co-development)
|
|
- Result: $2,500 retail
|
|
```
|
|
|
|
### India Stack DPI pattern
|
|
```
|
|
Identity (Aadhaar, biometric, free)
|
|
↓
|
|
Payments (UPI, real-time, near-zero fee)
|
|
↓
|
|
Data (DigiLocker, account aggregator, consent layer)
|
|
↓
|
|
Open APIs → 1B+ users, 100B+ tx/year
|
|
Frugal lesson: PUBLIC infrastructure, PRIVATE innovation on top.
|
|
```
|
|
|
|
### Reverse innovation flow
|
|
```
|
|
Traditional: US/EU R&D -> developing markets (cost-down)
|
|
Reverse: Emerging-market design -> developed market (cost-radical)
|
|
Example: GE MAC 400 (designed for India) -> sold in US rural clinics
|
|
```
|
|
|
|
## 매 결정 기준
|
|
| 상황 | Approach |
|
|
|---|---|
|
|
| 매 BOP/emerging market product | 매 frugal innovation framework |
|
|
| 매 high-margin premium | 매 traditional R&D (frugal 의 wrong framing) |
|
|
| 매 climate/sustainability constraint | 매 Gandhian engineering principles |
|
|
| 매 individual/SME hack | 매 jugaad mindset OK |
|
|
| 매 corporate scale-up of frugal | 매 systematize jugaad → frugal innovation |
|
|
|
|
**기본값**: 매 affordability constraint + sustainability constraint 의 동시 design input 으로.
|
|
|
|
## 🔗 Graph
|
|
- 변형: [[Frugal-Innovation]] · [[Jugaad]] · [[Gandhian-Engineering]]
|
|
- Adjacent: [[Lean Startup]]
|
|
|
|
## 🤖 LLM 활용
|
|
**언제**: 매 emerging-market product design; 매 climate-tech affordability; 매 BOP strategy.
|
|
**언제 X**: 매 luxury/premium positioning; 매 deep-tech R&D (다른 framework).
|
|
|
|
## ❌ 안티패턴
|
|
- **Cheap = inferior**: 매 frugal 매 quality 매 sacrifice 의 의미 X — 매 affordable excellence.
|
|
- **Romanticizing jugaad**: 매 unsafe shortcut 매 system level 의 risk.
|
|
- **Copy-paste to West**: 매 context 다름 — 매 reverse innovation 매 careful adaptation 필요.
|
|
- **Cost-down only**: 매 frugal innovation 매 redesign — 매 cost-down 의 incremental 다름.
|
|
|
|
## 🧪 검증 / 중복
|
|
- Verified (Mashelkar "Reinventing India", Radjou/Prabhu/Ahuja "Jugaad Innovation" 2012, Govindarajan "Reverse Innovation" 2012, Aravind/Tata Nano case studies).
|
|
- 신뢰도 A.
|
|
|
|
## 🕓 Changelog
|
|
| 날짜 | 변경 |
|
|
|---|---|
|
|
| 2026-05-08 | Phase 1 |
|
|
| 2026-05-10 | Manual cleanup — full content (jugaad, frugal innovation, India Stack) |
|