# The Research Behind It

μLearn is not designed on intuition.Every design decision the Karma system, the level structure, the Interest Groups, the Learning Circles, the Proof-of-Work model is grounded in research on how people actually learn, what sustains motivation, and what conditions produce genuine skill development.

**Deepu S Nath-** the architect of μLearn is a PhD scholar researching **Self-Determination Theory and Gamification** as mechanisms for unlocking intrinsic motivation in learners. μLearn is the live implementation of that research.

### <mark style="color:$primary;">Self-Determination Theory</mark>

Developed by psychologists Edward Deci and Richard Ryan, Self-Determination Theory identifies three universal psychological needs that drive intrinsic motivation:

**Autonomy** - the need to feel ownership over your choices and actions.

**Competence** - the need to feel capable and to see evidence of your growth.

**Relatedness** - the need to feel connected to others who share your goals and values.

When all three are present people don't need external pressure to keep going. They want to.When any one is missing  motivation collapses regardless of external rewards.

### <mark style="color:$primary;">How μLearn Delivers All Three Simultaneously</mark>

| SDT Need        | How μLearn Delivers It                                                                                                                                            |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Autonomy**    | No fixed curriculum. No mandatory path. Every learner chooses their own IG, domain, and tasks. Open by default.                                                   |
| **Competence**  | Karma points, levels, peer validation, and a living proof-of-work record that grows with every validated contribution. Growth is visible. Progress is measurable. |
| **Relatedness** | Interest Groups, Learning Circles, campus chapters, and a large community organised around shared interests. You are never learning alone.                        |

### <mark style="color:$primary;">Education 4.0 Alignment</mark>

The World Economic Forum's Education 4.0 framework defines the learning model required for individuals to thrive in a world shaped by rapid technological change and shifting labour markets.

μLearn is a ground-level implementation of this framework not as a policy alignment exercise, but as a natural consequence of being designed around the same first principles.

| Education 4.0 Principle           | How μLearn Implements It                                                                                                 |
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| **Abilities over rote knowledge** | Task-based learning. Domain knowledge acquired in context of doing not as prerequisite.                                  |
| **Interpersonal skills**          | Learning Circles, peer review, IG community participation.                                                               |
| **Self-regulatory attitudes**     | Karma system demands consistent initiative. Rejection requires adaptation and resubmission.                              |
| **Lifelong learning**             | No graduation. No finish line. Profile grows as long as you contribute.                                                  |
| **Problem-based learning**        | Real tasks, not case studies. Industry challenges bring real company problems into the community.                        |
| **Accessible and inclusive**      | Free, open, available to anyone with internet access. Karma rewards contribution regardless of institution or geography. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mulearn.org/the-mulearn-story-and-philosophy/the-research-behind-it.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
