ποΈ Zettelkasten Hub β PUMA Research Knowledge Base
Zettelkasten principle (Niklas Luhmann, 1927β1998): knowledge grows through atomic, permanently linked notes. Each note = one idea. Notes never move. Links create emergent insight.
This hub follows the Obsidian Zettelkasten Starter Kit pattern by Edmund GrΓΆpl, adapted for the PUMA Project research context.
ποΈ Zettelkasten Note Types (adapted from groepl)
| Type | Prefix | Location | Purpose |
|---|---|---|---|
| Fleeting Note | FL- | 10 - Inbox/Fleeting-Notes/ | Raw capture, process within 48h |
| Literature Note | LN- | 20 - Literature/ | External source processed with Keshav |
| Permanent Note | PN- | 30 - Permanent/31β33/ | Your synthesised atomic idea |
| Structure Note | ST- | 30 - Permanent/30 Zettelkasten-Hub/ | Index / hub for a cluster of PN |
| Source Note | SRC- | 30 - Permanent/36 Sources/ | Full source metadata (author, year, context) |
| Person Note | PER- | 30 - Permanent/37 Persons/ | Key thinkers (Keshav, Flyvbjerg, Luhmannβ¦) |
| MOC | MOC- | 80 - MOC/ | Navigation map across note clusters |
π PUMA Permanent Notes Index
31 Concepts β Core Ideas
TABLE file.ctime AS "Created", tags AS "Tags"
FROM "30 - Permanent/31 Concepts"
WHERE type = "permanent"
SORT file.ctime DESC32 Methods β Research & Statistical
TABLE file.ctime AS "Created"
FROM "30 - Permanent/32 Methods"
WHERE type = "permanent"
SORT file.name ASC33 Frameworks β Methodologies & Prompting
TABLE file.ctime AS "Created"
FROM "30 - Permanent/33 Frameworks"
WHERE type = "permanent"
SORT file.name ASCπ Zettelkasten Rules (PUMA)
Core Rules β Memorise These
- One idea per note. If a note wants to say two things, split it.
- Declarative title. The title IS the claim. Example: β βRAG retrieval improves precision when examples are structurally similar to the queryβ β βRAG notesβ
- Never move a permanent note. It lives in
30 - Permanent/forever. Projects archive; knowledge does not.- Always link. Every permanent note must link to: its source LN, at least one related PN, and one MOC.
- Write in your own words. No copy-paste from sources. If you canβt restate it, you donβt understand it yet.
- Distinguish claim from evidence. State the idea, then support it. Never bury the claim in the middle.
π Knowledge Graph Status
TABLE length(file.inlinks) AS "Inlinks", length(file.outlinks) AS "Outlinks"
FROM "30 - Permanent"
WHERE type = "permanent"
SORT length(file.inlinks) DESC
LIMIT 15π Orphan Notes
LIST
FROM "30 - Permanent"
WHERE length(file.inlinks) = 0 AND length(file.outlinks) = 0
SORT file.ctime ASCπ Source Notes Index
TABLE author AS "Author", year AS "Year", type AS "Type"
FROM "30 - Permanent/36 Sources"
SORT year DESCπ€ Person Notes Index
TABLE role AS "Role", field AS "Field"
FROM "30 - Permanent/37 Persons"
SORT file.name ASCπ Quick Note Index (permanent notes)
31 Concepts
- PN-IssueTriage-StoryPoints β Issue triage + effort estimation (F1-macro, MAE)
- PN-CoT-FewShot-Prompting β Chain-of-Thought + Few-Shot theory
- PN-KeyConcepts-Agents-Reproducibility-RedTeam β LLM Agents, Reproducibility, Uniqueness Trap, Red Teaming, Agent OS
- PN-LLM-Local-vs-Cloud β Why local inference for benchmarks
- PN-RAG-Embeddings-VectorDB β RAG for Stage 4
- PN-ReAct-AgentPattern β Reasoning + acting agent loop
- PN-MultiAgent-ArchitecturePatterns β Specialisation boundaries
- PN-Agentic-Science-Paradigm β Agentic science paradigm
- PN-AI-Scientific-Knowledge-Generation β AI-driven discovery
- PN-PUMA-within-AgenticScience-Trajectory β PUMAβs theoretical position
- PN-ToolSelection-PUMA β Tool choice rationale
32 Methods
- PN-DSR-SLR-Methods β DSR paradigm + PRISMA SLR
- PN-Wilcoxon-FINER-Cornell-PRISMA β Statistical methods + FINER
33 Frameworks
- PN-SDD-Framework β Spec-Driven Development + BDD + BMAD
- PN-RCOIF-Framework β Structured prompting methodology
- PN-MIT-Student-Method β Research reading method
- PN-EGI-Framework β Guided domain exploration
- PN-AMI-DRCA-IIPR-Frameworks β Advanced prompting techniques
- PN-PARA-GTD-Zettelkasten β Vault organisation integration
Structure Notes
- ST-Prompting-Strategies β Prompting strategies cluster
- ST-Reproducibility-Cluster β Reproducibility cluster