Extract Eugene's perspective on a topic (called by Ruby or user)
Extract Eugene's unique perspective on a topic from the knowledge base. Returns brief, focused insights (not full article). Can be called directly by user or via Ruby agent in headless mode.
/get-perspective-on <topic or question>
/get-perspective-on AI agent adoption barriers
/get-perspective-on Why do companies resist AI?
/get-perspective-on How dopamine relates to social media
/get-perspective-on What's contrarian about my AI views?
Search Knowledge Base
Synthesize Perspective
Return Response
🧠 Eugene's Perspective: [Topic]
[1-3 paragraphs synthesizing unique insights from permanent notes]
Key insights:
- [Insight 1 from [[Note A]]]
- [Insight 2 from [[Note B]]]
- [Insight 3 connecting [[Note C]] and [[Note D]]]
Why this matters:
[Brief explanation of significance or application]
📝 Cited Notes:
- [[Note Title 1]]
- [[Note Title 2]]
- [[Note Title 3]]
When Ruby calls via headless mode:
cd "$(git rev-parse --show-toplevel)"
claude -p "/get-perspective-on 'AI adoption barriers'" --output-format json
Ruby receives:
{
"result": "[Perspective text with citations]",
"total_cost_usd": 0.34
}
Good perspective: ✅ Cites 3-5 specific permanent notes ✅ Highlights contrarian or non-obvious angles ✅ Connects to broader themes ✅ Includes concrete examples ✅ Authentic Eugene voice
Weak perspective (regenerate): ❌ Generic AI knowledge ❌ No specific note citations ❌ Surface-level analysis ❌ Lacks unique angles
| Source | Location | Read | Write | Description |
|---|---|---|---|---|
| Brain notes | Brain/**/*.md | X | Permanent notes for perspective synthesis | |
| AI Insights | Brain/AI Extracted Notes/ | X | AI-extracted unique perspectives | |
| Document Insights | Brain/Document Insights/ | X | Research-based insights | |
| Local Brain Search | resources/local-brain-search/ | X | Semantic search for relevance |