// === Shared article metadata ===
// Used by article pages (for "related" section) and by the main page InsightsSection.
window.ARTICLES = [
  {
    id: "01",
    slug: "diagnose-3-steps",
    href: "insights/article-01.html",
    cat: "ARTICLE · 진단",
    tag: "Diagnostics",
    title: "AI 도입 전, 반드시 먼저 해야 할 업무 진단 3단계",
    subtitle: "도입할 도구를 고르기 전에, 우리 조직이 어디서 무엇을 어떻게 하고 있는지부터 먼저 본다.",
    date: "2025.10.15",
    read: "8분 읽기",
    img: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=1600&q=70",
    accent: "article-accent-a",
  },
  {
    id: "02",
    slug: "why-ai-doesnt-change-the-field",
    href: "insights/article-02.html",
    cat: "ARTICLE · 인사이트",
    tag: "Field Note",
    title: "왜 AI 솔루션을 도입해도 현장은 바뀌지 않는가",
    subtitle: "도구는 도입됐는데 일하는 방식은 그대로. 도입 ≠ 정착의 간극을 만드는 세 가지 구조적 원인.",
    date: "2025.09.22",
    read: "12분 읽기",
    img: "https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?auto=format&fit=crop&w=1600&q=70",
    accent: "article-accent-b",
  },
  {
    id: "03",
    slug: "automation-without-design",
    href: "insights/article-03.html",
    cat: "ARTICLE · 설계",
    tag: "Design",
    title: "설계 없는 자동화가 실패하는 이유",
    subtitle: "자동화는 문제를 풀어주지 않는다. 잘못 설계된 자동화는 비효율을 증폭시킨다.",
    date: "2025.08.30",
    read: "6분 읽기",
    img: "https://images.unsplash.com/photo-1581094794329-c8112a89af12?auto=format&fit=crop&w=1600&q=70",
    accent: "article-accent-c",
  },
];
