{
  "type": "Person",
  "name": "晨旭",
  "english_name": "Chenxu",
  "brand": "晨光里的AI",
  "url": "https://chenxu.xin",
  "description": "晨光里的AI · by 晨旭。一个关于 AI、Agent、产品与个人成长的长期数字花园，记录真实的项目、思考与变化。",
  "human_note": "这里的内容来自一个真实的人长期留下的记录。观点可能变化，我会尽量保留这种变化本身。",
  "lang": "zh-CN",
  "profiles": [
    {
      "platform": "小红书",
      "url": "https://www.xiaohongshu.com/user/profile/62cab6df00000000020038c7"
    }
  ],
  "same_as": [
    "https://www.xiaohongshu.com/user/profile/62cab6df00000000020038c7"
  ],
  "live": {
    "kind": "自习直播",
    "platform": "小红书",
    "platform_url": "https://www.xiaohongshu.com/user/profile/62cab6df00000000020038c7",
    "timezone": "北京时间 UTC+8",
    "url": "https://chenxu.xin/live",
    "weekly_schedule": [
      {
        "days": [
          "Tuesday",
          "Thursday"
        ],
        "label": "周二 · 周四",
        "start": "21:00",
        "end": "23:00"
      },
      {
        "days": [
          "Saturday",
          "Sunday"
        ],
        "label": "周六 · 周日",
        "start": "09:00",
        "end": "11:00"
      }
    ],
    "sessions_held": 20,
    "first_session": "2026-07-26",
    "latest_session": "2026-08-30",
    "recent_sessions": [
      {
        "date": "2026-08-30",
        "start": "09:00",
        "theme": "清醒"
      },
      {
        "date": "2026-08-29",
        "start": "09:00",
        "theme": "清醒"
      },
      {
        "date": "2026-08-27",
        "start": "21:00",
        "theme": "复盘"
      },
      {
        "date": "2026-08-25",
        "start": "21:02",
        "theme": "复盘"
      },
      {
        "date": "2026-08-23",
        "start": "09:00",
        "theme": "清醒"
      },
      {
        "date": "2026-08-22",
        "start": "09:00",
        "theme": "清醒"
      },
      {
        "date": "2026-08-20",
        "start": "21:00",
        "theme": "复盘"
      },
      {
        "date": "2026-08-18",
        "start": "21:00",
        "theme": "复盘"
      },
      {
        "date": "2026-08-16",
        "start": "09:00",
        "theme": "清醒"
      },
      {
        "date": "2026-08-15",
        "start": "09:00",
        "theme": "清醒"
      },
      {
        "date": "2026-08-13",
        "start": "21:00",
        "theme": "复盘"
      },
      {
        "date": "2026-08-11",
        "start": "21:00",
        "theme": "共学"
      },
      {
        "date": "2026-08-09",
        "start": "09:02",
        "theme": "输出"
      },
      {
        "date": "2026-08-08",
        "start": "21:00",
        "theme": "共学"
      },
      {
        "date": "2026-08-06",
        "start": "21:00",
        "theme": "练习"
      },
      {
        "date": "2026-08-04",
        "start": "21:00",
        "theme": "复盘"
      },
      {
        "date": "2026-08-02",
        "start": "08:00",
        "theme": "清醒"
      },
      {
        "date": "2026-07-30",
        "start": "21:01",
        "theme": "练习"
      },
      {
        "date": "2026-07-28",
        "start": "21:03",
        "theme": "复盘"
      },
      {
        "date": "2026-07-26",
        "start": "21:00",
        "theme": "输出"
      }
    ]
  },
  "series": [
    {
      "slug": "getting-started",
      "name": "入门系列文章",
      "tagline": "走进 AI 的第一段路",
      "description": "记录我从产品经理走进 AI 的完整过程：在学什么、卡在哪里、怎么理解「AI 产品经理」这个身份。这是一个按顺序推进的连载，建议从第一篇开始读。",
      "ordered": true,
      "url": "https://chenxu.xin/series/getting-started",
      "articles": [
        {
          "title": "入门AI PM，我在学什么",
          "slug": "ai-pm-what-im-learning",
          "url": "https://chenxu.xin/writing/ai-pm-what-im-learning"
        }
      ]
    },
    {
      "slug": "hands-on",
      "name": "动手落地AI",
      "tagline": "把 AI 真正做出来、跑起来",
      "description": "亲手把代码敲出来、把东西跑起来的记录：RAG、Agent、Memory、评测体系。重点不是贴代码，而是拆解每行代码背后的可调参数，以及从能跑的 Demo 到能商用的产品之间到底差什么。",
      "ordered": false,
      "url": "https://chenxu.xin/series/hands-on",
      "articles": [
        {
          "title": "动手落地AI：我的第一个四行代码构建RAG应用",
          "slug": "first-rag-in-four-lines",
          "url": "https://chenxu.xin/writing/first-rag-in-four-lines"
        }
      ]
    },
    {
      "slug": "ai-tech",
      "name": "AI技术理解",
      "tagline": "从产品经理视角看懂 AI 技术",
      "description": "不复述技术本身，而是回答产品经理真正要回答的四个问题：这项技术解决什么业务问题、输入输出是什么、性能边界在哪里、落地要付出什么代价。按领域展开，从 CV 开始。",
      "ordered": false,
      "url": "https://chenxu.xin/series/ai-tech",
      "articles": [
        {
          "title": "产品经理视角学AI——CV领域（一）",
          "slug": "pm-learning-cv-1",
          "url": "https://chenxu.xin/writing/pm-learning-cv-1"
        }
      ]
    }
  ],
  "projects": [],
  "writing": [
    {
      "title": "动手落地AI：我的第一个四行代码构建RAG应用",
      "slug": "first-rag-in-four-lines",
      "description": "用 LlamaIndex 四行代码跑通第一个 RAG 应用，并逐行拆解这四行背后的加载、切片向量化、检索策略与生成合成。",
      "published_at": "2025-11-22",
      "updated_at": "2025-11-22",
      "series": "hands-on",
      "series_order": null,
      "tags": [
        "rag",
        "llamaindex",
        "hands-on"
      ],
      "url": "https://chenxu.xin/writing/first-rag-in-four-lines"
    },
    {
      "title": "产品经理视角学AI——CV领域（一）",
      "slug": "pm-learning-cv-1",
      "description": "为非技术背景的产品经理设计的 CV 从 0 到 1 学习路径：图像数字化、卷积与特征提取，四大核心任务的取舍，以及从 AlexNet 到 ViT 的五个里程碑。",
      "published_at": "2025-09-25",
      "updated_at": "2025-09-25",
      "series": "ai-tech",
      "series_order": null,
      "tags": [
        "cv",
        "learning-path",
        "ai-pm"
      ],
      "url": "https://chenxu.xin/writing/pm-learning-cv-1"
    },
    {
      "title": "入门AI PM，我在学什么",
      "slug": "ai-pm-what-im-learning",
      "description": "走进 AI 的第一份学习清单：混进 AI 圈、带着问题读论文、看财报理解巨头布局、黑客级竞品调研、评测体系与产品思维。",
      "published_at": "2025-07-25",
      "updated_at": "2025-07-25",
      "series": "getting-started",
      "series_order": 1,
      "tags": [
        "ai-pm",
        "learning-method",
        "evaluation"
      ],
      "url": "https://chenxu.xin/writing/ai-pm-what-im-learning"
    }
  ],
  "timeline": [
    {
      "date": "2026-08-18",
      "type": "project",
      "title": "创建「晨光里的AI」个人数字花园",
      "description": "（占位）开始把分散在各平台的内容沉淀到自己的域名之下，作为 Personal Node 的第 0 个原型。",
      "related_projects": [],
      "related_articles": []
    },
    {
      "date": "2026-01-01",
      "type": "milestone",
      "title": "（占位）2026 年的一个重要节点",
      "description": "（占位）例如：开始一个项目、一次重要职业变化、某个重要观点发生变化。",
      "related_projects": [],
      "related_articles": []
    },
    {
      "date": "2025-11-22",
      "type": "milestone",
      "title": "写出第一个 RAG 应用，开始动手写代码",
      "description": "用 LlamaIndex 四行代码跑通 Naïve RAG，把对 RAG 的理解从架构图上的方框换成了一个个可调参数。",
      "related_projects": [],
      "related_articles": [
        "first-rag-in-four-lines"
      ]
    },
    {
      "date": "2025-09-25",
      "type": "writing",
      "title": "开始连载「AI技术理解」，第一篇写 CV",
      "description": "《产品经理视角学AI——CV领域（一）》，用「业务问题 / 输入输出 / 性能边界 / 落地成本」四问拆解计算机视觉。",
      "related_projects": [],
      "related_articles": [
        "pm-learning-cv-1"
      ]
    },
    {
      "date": "2025-07-25",
      "type": "writing",
      "title": "开始公开写作，发布「入门系列」第一篇",
      "description": "《入门AI PM，我在学什么》首发于公众号，记录从产品经理走进 AI 的学习路径。",
      "related_projects": [],
      "related_articles": [
        "ai-pm-what-im-learning"
      ]
    }
  ],
  "canonical_pages": {
    "home": "https://chenxu.xin",
    "live": "https://chenxu.xin/live",
    "writing": "https://chenxu.xin/writing",
    "timeline": "https://chenxu.xin/about#timeline",
    "about": "https://chenxu.xin/about",
    "for_ai": "https://chenxu.xin/for-ai",
    "claims": "https://chenxu.xin/claims.json",
    "feed": "https://chenxu.xin/feed.xml",
    "sitemap": "https://chenxu.xin/sitemap.xml"
  },
  "updated_at": "2026-09-02"
}