Week 4 — Daily Async: Hermes Depth + Integration + Bisnis
Setiap hari: 1 bacaan utama, 10-25 menit
📅 Senin — Integration Pattern: n8n ↔ Hermes + Mini Build
Durasi: 20 menit
Bacaan
Integration = menghubungkan n8n (workflow) dengan Hermes (agent) jadi satu sistem.
3 Integration Patterns:
Pattern A: Data Feed (n8n → Hermes → Output)
Schedule → n8n pull data → Hermes analyze → Send report
Best for: daily reports, monitoringPattern B: Draft-Approve-Execute (n8n → Hermes → Human → n8n)
Trigger → Hermes draft → Human approve → n8n execute
Best for: auto-reply, content postingPattern C: Detect-React (n8n monitor → Hermes analyze → Alert)
Schedule → n8n check data → If anomaly → Hermes analyze → Alert
Best for: monitoring, anomaly detectionTask
- [ ] Identify pattern yang cocok untuk use case kamu
- [ ] Sketch integration flow di paper
📅 Selasa — Approval Flow, Human-in-the-Loop, Production Guardrails
Durasi: 20 menit
Bacaan
Human-in-the-loop = manusia tetap involved di titik-titik kritis.
Kapan perlu approval?
- Sebelum send ke customer (quality gate)
- Sebelum modify data (safety)
- Sebelum financial action (security)
- Sebelum public content (brand safety)
Production Guardrails:
- Max iterations — prevent infinite loop (max 20)
- Timeout — task timeout after X minutes
- Cost limit — stop kalau spend > budget
- Output validation — check format + content before deliver
- Error escalation — alert human kalau error persistent
Task
- [ ] Define: titik mana yang perlu approval di use case kamu?
- [ ] Set guardrails di config (max iterations, timeout)
📅 Rabu — Track-Specific Day
Durasi: 15 menit
🟢 Bisnis: Business Audit
Review semua automations yang sudah kamu build:
- [ ] Workflow mana yang jalan stabil?
- [ ] Agent mana yang paling useful?
- [ ] Apa next automation yang bisa save waktu?
- [ ] Hitung ROI: berapa jam saved per minggu?
🔵 Karir: Portfolio Prep
Package project kamu jadi portfolio:
- [ ] Screenshot workflow + explanation
- [ ] Screenshot Hermes chat + context engineering
- [ ] Write case study: problem → solution → result
- [ ] Publish ke: GitHub, LinkedIn, atau personal site
🟡 Freelance: Pricing & Positioning
Siapkan materials untuk jual jasa:
- [ ] Demo video (3-5 menit)
- [ ] Pricing sheet per service type
- [ ] Proposal template
- [ ] Target client list
📅 Kamis — Cost Guardrail: Cron Frequency, Model Cost, Monitoring
Durasi: 15 menit
Bacaan
Cron cost calculation:
Cost = frequency × tokens_per_run × cost_per_token
Example: Daily brief
- Frequency: 30x/bulan
- Tokens: ~3000/run
- Model: GPT-4o-mini ($0.15/1M input, $0.60/1M output)
- Input cost: 30 × 2000 × $0.15/1M = $0.009
- Output cost: 30 × 1000 × $0.60/1M = $0.018
- Total: ~$0.03/bulan ≈ Rp 480Monitoring tips:
- Check API dashboard mingguan
- Set billing alerts
- Review cron logs monthly
- Optimize: reduce frequency, cheaper model, cache results
Task
- [ ] Calculate estimated monthly cost untuk semua automations kamu
- [ ] Set billing alert di API provider
📅 Jumat — Brief Hot Seat Coaching
Durasi: 10 menit
Preparation untuk Sesi 11
Prepare answers untuk hot seat:
- Bisnis saya adalah: _____________________
- Masalah terbesar: _____________________
- Saat ini dikerjain manual: _____________________
- Waktu yang dihabiskan: ___ jam/minggu
- Sudah saya automate: _____________________
- Yang belum berhasil: _____________________
Coaching Template
Print/fill the Business Process Audit template dari Sesi 11 materi.
Mindset
Hot seat BUKAN ujian. Ini coaching session.
Semua orang belajar dari proses mapping.
Ga ada jawaban salah — cuma opportunity untuk improve.Checklist
- [ ] Business process audit filled
- [ ] Priority list ready
- [ ] Questions for instructor prepared
- [ ] Excited! 🎉