Skip to content

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, monitoring

Pattern B: Draft-Approve-Execute (n8n → Hermes → Human → n8n)

Trigger → Hermes draft → Human approve → n8n execute
Best for: auto-reply, content posting

Pattern C: Detect-React (n8n monitor → Hermes analyze → Alert)

Schedule → n8n check data → If anomaly → Hermes analyze → Alert
Best for: monitoring, anomaly detection

Task

  • [ ] 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:

  1. Max iterations — prevent infinite loop (max 20)
  2. Timeout — task timeout after X minutes
  3. Cost limit — stop kalau spend > budget
  4. Output validation — check format + content before deliver
  5. 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 480

Monitoring 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:

  1. Bisnis saya adalah: _____________________
  2. Masalah terbesar: _____________________
  3. Saat ini dikerjain manual: _____________________
  4. Waktu yang dihabiskan: ___ jam/minggu
  5. Sudah saya automate: _____________________
  6. 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! 🎉

Bootcamp AI Automation — akala.id