> For the complete documentation index, see [llms.txt](https://docs.yemreak.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yemreak.com/contents/5dd1b1d6.md).

# Meta-learning: Öğrenmeyi Öğrenmek

**Meta-learning** = "öğrenmeyi öğrenmek" - yeni bir şey öğrenirken hangi adımları izliyorsun, bu adımların kendisi pattern oluyor.

İlk domain: Programlama öğrenirken **documentation oku → küçük örnek yap → hata al → debug et → iterate**. Bu sequence öğrenme pattern'ın.

İkinci domain: İspanyolca öğrenirken aynı pattern çalışıyor - **grammar basics → basit cümle kur → yanlış söyle → düzelt → iterate**. Meta-pattern transfer oldu.

Üçüncü domain: Yatırım öğrenirken - **temel kavram → küçük pozisyon → zarar et → analiz et → iterate**. Aynı loop, farklı domain.

**Pattern şu**: Yeni domain'e girince önce **minimum viable understanding** ara, sonra **hemen apply et** (okumaya devam etme), **fail et hızlıca**, **feedback loop kur**, **iterate**. Bu sequence artık otomatik - her yeni domain'de bilinçsiz uyguluyorsun.

***

**Kitap okuma** skill örneği:

Başlangıç: Baştan sona okuyorsun, her cümle eşit önemli sanıyorsun, 300 sayfa 3 hafta.

Pattern öğrenince: **İçindekiler → ana argüman tespit et → supporting evidence tara → implementation'a odaklan → geri kalan skip**. Aynı 300 sayfa 2 saatte, core insight çıkarıyorsun.

Transfer: Academic paper okurken aynı - abstract + conclusion + figures yeterli, methodology detail skip. Business plan okurken - financials + traction + team, pitch deck skip.

**Expert interview** skill:

Başlangıç: "nasıl başladınız, ne tavsiye edersiniz" genel sorular, surface answer alıyorsun.

Pattern öğrenince: **Önce kendi deneyimle çelişen bir şey bul → "siz X diyorsunuz ben Y yaşadım, bu neden" → deep assumption ortaya çık → counter-example sor**. Asıl bilgi burda - generic advice değil, **edge case'lerde underlying principle** görünüyor.

Transfer: Müşteri interview'da, debugging'de, academic research'te aynı - conflict'e git, orada gerçek pattern var.

**Deliberate practice**:

Başlangıç: Rahat zone'da takıl, "pratik yapıyorum" de, gelişme yok.

Pattern öğrenince: **Mevcut yetenek limitinde uncomfortable task bul → ölçülebilir metric koy → timer başlat → immediate feedback al → specific weakness'e odaklan**. Chess'te blitz değil tactic puzzle, programming'de tutorial değil kendi bug'ını debug et.

Transfer: Her skill'de - konfor alanını 10% zorlayan task + immediate feedback + focused repetition. Domain değişiyor, öğrenme loop aynı.

***

Prensip: **Learning process'in kendisi transferable skill**. Content değişiyor, container aynı. Ne kadar çok domain öğrenirsen sonraki o kadar hızlı çünkü meta-pattern güçleniyor.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.yemreak.com/contents/5dd1b1d6.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
