Why Obsidian

Obsidian is based on local Markdown files with bidirectional linking and knowledge graph support — naturally suited for building a personal knowledge system. For a rapidly evolving field like AI, Obsidian’s flexibility is essential.

My AI Note Template

---
tags: [LLM, Transformer]
created: {{date}}
type: study
---

# {{title}}

## One-Sentence Summary
## Core Concepts
## Key Techniques
## Related Knowledge
- [[Related Note 1]]
- [[Related Note 2]]

Tagging Strategy

Use hierarchical tags: field/subfield/specific-tech, e.g., AI/LLM/Attention. Combine with Obsidian’s Dataview plugin for dynamic index pages.

For AI prompting techniques, see Prompt Engineering Methodology. For getting started, see Obsidian Getting Started Guide.