# Learning Circles

A Learning Circle is a small group of 5-10 people who come together around one shared goal, work through it together, and produce a real output. It is not a study group. It is a structured sprint of peer-driven, output-oriented learning.

You've probably been in a study group before. A Learning Circle is not that. Study groups discuss content. Learning Circles produce outputs. Study groups dissolve when the exam is over. Learning Circles end when the deliverable is done.

Study groups have no accountability structure. Learning Circles have roles, weekly rhythms, peer reviews, and a final submission that gets validated. The difference is not cosmetic. It is structural. And that structure is what makes Learning Circles work where study groups don't.

### <mark style="color:$primary;">Why Learning Circles Exist</mark>

Solo learning has one fatal flaw no accountability. You can set your own goals, learn at your own pace, and follow your own curiosity. But when life gets busy, when the task gets hard, when motivation dips there is nothing stopping you from quietly stopping.

A Learning Circle fixes this with three structural solutions:

**Accountability** - five to ten people are expecting you to show up. That expectation is the good kind of peer pressure.

**Output requirement** - every Learning Circle produces a real deliverable. Not notes. Not summaries. Something built.

**Community** - you are not learning alone. You are learning alongside people who will notice your progress, challenge your thinking, and celebrate your output.

### <mark style="color:$primary;">How a Learning Circle Works</mark>

1. **Formation** - Members join around a shared interest or specific goal
2. **Goal Setting** - The circle defines exactly what it will build or produce
3. **Sprint** - Weekly sessions, individual tasks, and peer reviews
4. **Output** - A final deliverable built collectively and submitted as Proof of Work
5. **Reflection** - What worked, what didn't, what the circle learned about learning
6. **Karma** - Awarded to all members based on individual contribution

### <mark style="color:$primary;">Roles Inside a Learning Circle</mark>

<table><thead><tr><th width="213">Role</th><th>What They Do</th></tr></thead><tbody><tr><td><strong>Facilitator</strong></td><td>Runs sessions, keeps the circle on track, manages the weekly rhythm</td></tr><tr><td><strong>Member</strong></td><td>Participates fully, completes individual tasks, reviews peers</td></tr><tr><td><strong>Mentor</strong> (optional)</td><td>Provides domain guidance from outside the circle not a teacher, a guide</td></tr></tbody></table>

The facilitator earns additional Karma for the leadership contribution. The mentor is optional not every circle needs one.

### <mark style="color:$primary;">What a Learning Circle Produces</mark>

Every Learning Circle ends with a **tangible output** something real that exists when the sprint is over.

Examples:

* A working product or prototype
* A research report with documented methodology
* A design system or UI kit
* A published blog series or content collection
* A presentation delivered to a real audience
* A codebase committed to a repository

This output is submitted as collective Proof of Work and validated by the IG Lead or mentor. Every member earns Karma based on their individual contribution to that output not just for showing up.

### <mark style="color:$primary;">What Learning Circles Build Beyond the Output</mark>

The output is the visible result. But Learning Circles build something less visible and more durable:

**The people in your circle become your network.**

Five to ten people who worked alongside you, reviewed your work, challenged your thinking, and built something with you these are not just peers. They are future collaborators, referrals, co-founders, and connections to opportunities you cannot find alone. The output lasts weeks. The relationships last years.

### <mark style="color:$primary;">How Karma Works in a Learning Circle</mark>

* Every session can generate individual PoW submissions - Karma earned per submission
* The final collective output is submitted as a group PoW - Karma earned by all members
* Facilitators earn additional Karma for the leadership contribution
* Karma is distributed based on individual contribution - not just attendance

Showing up is not enough. Contributing is what earns Karma.

### <mark style="color:$primary;">How to Join or Start a Learning Circle</mark>

**To join an existing circle** - browse active Learning Circles within your Interest Group. Find one aligned with your current goal. Express interest and join.

**To start a new circle** - identify a specific goal, recruit four to nine peers from your IG, define your output, and register your circle on the platform.

[**Browse Learning Circles →**](https://app.mulearn.org/login?ruri=dashboard/learningcircle)

[**Start a Learning Circle →**](https://app.mulearn.org/login?ruri=dashboard/learningcircle)

To understand how LC outputs connect to Proof of Work, go to [**Proof of Work**](/core-concepts/proof-of-work.md)

To understand how facilitating a circle earns you Karma, go to [**Karma**](/core-concepts/karma.md)

To understand how Learning Circles connect to your Interest Group, go to [**Interest Groups**](/core-concepts/interest-groups.md)


---

# 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/core-concepts/learning-circles.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.
