{
  "experiment": "Exp 5: Single-Agent Pipeline",
  "timestamp": "2026-05-12T15:05:00Z",
  "duration_minutes": 8,
  "architecture": {
    "type": "single-agent",
    "subagents": 0,
    "steps": 7
  },
  "steps": {
    "step1_planning": {"tokens": "~500", "time": "10 sec"},
    "step2_search": {"queries": 8, "cost": "$0.07", "time": "3 min"},
    "step3_relevance": {"tokens": "~300", "time": "1 min"},
    "step4_reading": {"pages": 3, "cost": "$0.03", "time": "2 min"},
    "step5_gap_analysis": {"tokens": "~200", "time": "30 sec"},
    "step6_iterative_search": {"queries": 3, "cost": "$0.03", "time": "1 min"},
    "step7_synthesis": {"tokens": "~800", "time": "30 sec"}
  },
  "costs": {
    "perplexity_actual": "$0.04",
    "zai_actual": "$1.22",
    "total_actual": "$1.26",
    "note": "LLM tokens in long single session = higher than expected"
  },
  "quality": {
    "coverage": 3,
    "depth": 3,
    "criteria_match": 3,
    "actionability": 1,
    "total": "10/10"
  },
  "findings": {
    "models_analyzed": 12,
    "bundles_proposed": 3,
    "service_verified": true,
    "gaps_closed": 3
  },
  "key_insight": "Single-agent = 37% дешевле multi-agent ($1.26 vs $2.00). Контекст растёт = токены накапливаются."
}
