Obsidian_vault/40 - Areas/AI Development/AI Overview.md

40 lines
653 B
Markdown

---
area: AI Development
type: area
updated:
---
# 🤖 AI Development
## 🧭 Purpose
Building AI-powered products and researching AI agents.
## 📐 Standards
- Run at least one experiment per week
- Document all experiments (even failures)
- Keep prompt library updated
---
## 🚀 Active Projects
```dataview
table status, priority
from "30 - Projects"
where area = "AI Development" and status = "active"
sort priority desc
```
## 🔬 Recent Experiments
```dataview
table model, status, date
from "40 - Areas/AI Development"
where type = "ai-experiment"
sort date desc
limit 5
```
---
## 🔗 Key Links
- [[Prompt Library]]
- [[MOC - AI]]