<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>开源模型 &#8211; AI Weekly</title>
	<atom:link href="https://51ai.website/tag/%E5%BC%80%E6%BA%90%E6%A8%A1%E5%9E%8B/feed/" rel="self" type="application/rss+xml" />
	<link>https://51ai.website</link>
	<description></description>
	<lastBuildDate>Wed, 24 Jun 2026 07:11:28 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.3</generator>

<image>
	<url>https://51ai.website/wp-content/uploads/2025/04/cropped-logo-1-32x32.png</url>
	<title>开源模型 &#8211; AI Weekly</title>
	<link>https://51ai.website</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>AI科技资讯周报_2026W25</title>
		<link>https://51ai.website/news/ai-weekly-news-w25/</link>
					<comments>https://51ai.website/news/ai-weekly-news-w25/#respond</comments>
		
		<dc:creator><![CDATA[stark, tony]]></dc:creator>
		<pubDate>Wed, 24 Jun 2026 07:08:34 +0000</pubDate>
				<category><![CDATA[新闻]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[OpenClaw]]></category>
		<category><![CDATA[人工智能]]></category>
		<category><![CDATA[多模态大模型]]></category>
		<category><![CDATA[开源模型]]></category>
		<guid isPermaLink="false">https://51ai.website/?p=1911</guid>

					<description><![CDATA[<p>🔬 AI科技周刊 AI Tech Weekly Report 2026.06.18 - 2026.06.24  [&#8230;]</p>
<p><a rel="nofollow" href="https://51ai.website/news/ai-weekly-news-w25/">AI科技资讯周报_2026W25</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<style data-wp-block-html="css">
<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
            background: #f5f7fa;
            color: #1a1a2e;
            line-height: 1.6;
            padding: 20px;
        }
        
        .container {
            max-width: 960px;
            margin: 0 auto;
        }
        
        /* 头部 */
        .header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 40px 30px;
            border-radius: 16px;
            margin-bottom: 24px;
            text-align: center;
        }

        .header2 {
          font-size: 15px;
          font-weight: 600;
          color: #1a1a2e;
          display: flex;
          flex-direction: column;
        }
        
        .header h1 {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 8px;
        }
        
        .header .subtitle {
            font-size: 14px;
            opacity: 0.9;
            margin-bottom: 12px;
        }
        
        .header .date-range {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 13px;
        }
        
        /* 核心数据卡片 */
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 16px;
            margin-bottom: 24px;
        }
        
        .stat-card {
            background: white;
            border-radius: 12px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        }
        
        .stat-card .number {
            font-size: 24px;
            font-weight: 700;
            color: #667eea;
            margin-bottom: 4px;
        }
        
        .stat-card .label {
            font-size: 12px;
            color: #888;
        }
        
        /* 板块标题 */
        .section-title {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a2e;
            margin: 30px 0 16px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .section-title::before {
            content: '';
            width: 4px;
            height: 20px;
            background: linear-gradient(180deg, #667eea, #764ba2);
            border-radius: 2px;
        }
        
        /* 新闻卡片 */
        .news-card {
            background: white;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 12px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
            transition: transform 0.2s, box-shadow 0.2s;
        }
        
        .news-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 16px rgba(0,0,0,0.08);
        }
        
        .news-card .news-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 8px;
            flex-direction: row;
        }
        
        .news-card h3 {
            font-size: 15px;
            font-weight: 600;
            color: #1a1a2e;
            flex: 1;
        }
        
        .news-card .news-tag {
            background: #f0ebff;
            color: #764ba2;
            font-size: 11px;
            padding: 3px 10px;
            border-radius: 12px;
            white-space: nowrap;
            margin-left: 12px;
        }
        
        .news-card .news-meta {
            font-size: 12px;
            color: #999;
            margin-bottom: 10px;
            display: flex;
            gap: 12px;
        }
        
        .news-card .news-summary {
            font-size: 13px;
            color: #555;
            line-height: 1.7;
        }
        
        .news-card .news-source {
            margin-top: 10px;
            font-size: 11px;
        }
        
        .news-card .news-source a {
            color: #667eea;
            text-decoration: none;
        }
        
        .news-card .news-source a:hover {
            text-decoration: underline;
        }
        
        /* 核心观点 */
        .insights-section {
            background: white;
            border-radius: 12px;
            padding: 24px;
            margin-top: 24px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        }
        
        .insights-section h2 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 16px;
            color: #1a1a2e;
        }
        
        .insight-item {
            padding: 14px 0;
            border-bottom: 1px solid #f0f0f0;
        }
        
        .insight-item:last-child {
            border-bottom: none;
        }
        
        .insight-item .insight-title {
            font-weight: 600;
            color: #764ba2;
            margin-bottom: 6px;
            font-size: 14px;
        }
        
        .insight-item p {
            font-size: 13px;
            color: #555;
            line-height: 1.7;
        }
        
        /* 页脚 */
        .footer {
            text-align: center;
            color: #aaa;
            font-size: 11px;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid #e8e8e8;
        }
        
        /* 响应式 */
        @media (max-width: 768px) {
            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .header h1 {
                font-size: 22px;
            }
        }
</style>

<div class="container">
        <!-- 头部 -->
        <div class="header">
            <h1>🔬 AI科技周刊</h1>
            <div class="subtitle">AI Tech Weekly Report</div>
            <div class="date-range">2026.06.18 - 2026.06.24 | 第25期</div>
        </div>
              
        <!-- 政策与行业 -->
        <div class="section-title">📋 政策与行业动态</div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>8部门联合发布"AI+消费"实施意见</h3>
                <span class="news-tag">政策</span>
            </div>
            <div class="news-meta">
                <span>2026.06.22</span>
                <span>商务部等</span>
            </div>
            <div class="news-summary">
                商务部等8部门联合印发《关于加快"人工智能+消费"发展的实施意见》，从供需两侧同时发力，扩大智能终端供给，布局人形机器人消费新赛道，支持AI在医疗、教育、文娱、出行等场景规模化应用。这是国家层面首份系统性推动AI与消费融合的政策文件。
            </div>
            <div class="news-source">
                来源：<a href="https://blog.csdn.net/haohaizi_liu/article/details/162199968" target="_blank" rel="noopener">CSDN博客</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>金融AI"安全阀"拧紧，首份银行保险业AI安全指导意见落地</h3>
                <span class="news-tag">监管</span>
            </div>
            <div class="news-meta">
                <span>2026.06.22</span>
                <span>国家金融监管总局</span>
            </div>
            <div class="news-summary">
                国家金融监督管理总局发布银行业保险业首份AI安全开发应用指导意见，从治理架构、数据治理、算力建设、风险管控等32项细则拧紧金融AI的"安全阀"。
            </div>
            <div class="news-source">
                来源：<a href="https://blog.csdn.net/haohaizi_liu/article/details/162199968" target="_blank" rel="noopener">CSDN博客</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="header2">
                <div class="news-header">
                    <h3>平台经济三年行动方案：2028年前落地100个AI开放场景</h3>
                    <span class="news-tag">政策</span>
                </div>
                <div class="news-meta">
                    <span>2026.06.22</span>
                    <span>工信部等7部门</span>
                </div>
                <div class="news-summary">
                    工信部等7部门印发《促进平台经济大中小企业协同发展行动方案(2026—2028年)》，明确2028年前遴选不少于100个平台资源开放场景试点，推动AI能力普惠化。
                </div>
                <div class="news-source">
                    来源：<a href="https://blog.csdn.net/haohaizi_liu/article/details/162199968" target="_blank" rel="noopener">CSDN博客</a>
                </div>
            </div>
        </div>
        
        <div class="news-card">
            <div class="header2">
                <div class="news-header">
                    <h3>第四届链博会北京开幕，首次设立人工智能专区</h3>
                    <span class="news-tag">展会</span>
                </div>
                <div class="news-meta">
                    <span>2026.06.22-26</span>
                    <span>北京</span>
                </div>
                <div class="news-summary">
                    2026年中国国际供应链促进博览会在北京举行，首次设立人工智能与低空经济专区。NVIDIA、Intel、Qualcomm、阿里、Apple等中外领军企业同台亮相，科大讯飞展示智慧教育、AI翻译、智慧办公及工业级AI机器人等10款产品。
                </div>
                <div class="news-source">
                    来源：<a href="http://m.toutiao.com/group/7654814353899782699/" target="_blank" rel="noopener">环球网</a>
                </div>
            </div>
        </div>
        
        <!-- 大模型技术 -->
        <div class="section-title">🤖 大模型与技术突破</div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>OpenAI GPT-5.6系列确认下周发布，上下文窗口达150万token</h3>
                <span class="news-tag">大模型</span>
            </div>
            <div class="news-meta">
                <span>2026.06.22</span>
                <span>OpenAI</span>
            </div>
            <div class="news-summary">
                GPT-5.6系列涵盖mini、standard、Pro三个等级，上下文窗口从GPT-5.5的105万token扩展至150万token，增幅约43%。重点强化多步推理、Agent工作流和前端代码生成能力。Pro版已开启灰度测试。
            </div>
            <div class="news-source">
                来源：<a href="https://blog.csdn.net/haohaizi_liu/article/details/162199968" target="_blank" rel="noopener">CSDN博客</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>字节跳动发布豆包2.1 Pro，综合成本较Claude低80%</h3>
                <span class="news-tag">国产大模型</span>
            </div>
            <div class="news-meta">
                <span>2026.06.23</span>
                <span>字节跳动</span>
            </div>
            <div class="news-summary">
                豆包2.1 Pro在Coding、Agent、VLM三大核心方向实现能力跃升，多项评测表现优于Claude Opus 4.6。每百万token输入定价6元、输出30元，综合使用成本降低近80%。同时发布Seedance 2.5视频生成模型，支持30秒原生视频直出。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7654809762516714026/" target="_blank" rel="noopener">每日经济新闻</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>豆包专业版正式上线，三级定价68/200/500元/月</h3>
                <span class="news-tag">商业化</span>
            </div>
            <div class="news-meta">
                <span>2026.06.24</span>
                <span>字节跳动</span>
            </div>
            <div class="news-summary">
                豆包专业版采用三级阶梯定价：标准版68元/月、加强版200元/月、高级版500元/月。支持操作本地电脑、使用浏览器、调用Skills技能和定时任务等能力，内置Office办公套件。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7654809762516714026/" target="_blank" rel="noopener">每日经济新闻</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>Anthropic发布Opus 4.8动态工作流，企业AI再升级</h3>
                <span class="news-tag">大模型</span>
            </div>
            <div class="news-meta">
                <span>2026.06初</span>
                <span>Anthropic</span>
            </div>
            <div class="news-summary">
                Claude Opus 4.8引入动态工作流引擎，将AI Agent从"被动响应"升级到"主动编排"，可自主拆解任务、调度工具、监控执行、处理异常。内置dynamic workflows优化长程任务稳定性。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7653680272038281755/" target="_blank" rel="noopener">今日头条</a>
            </div>
        </div>
        
        <!-- 硬件与机器人 -->
        <div class="section-title">🦾 硬件与机器人</div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>特斯拉人形机器人量产倒计时，Optimus 3生产线7-8月启动</h3>
                <span class="news-tag">人形机器人</span>
            </div>
            <div class="news-meta">
                <span>2026.06.24</span>
                <span>Tesla</span>
            </div>
            <div class="news-summary">
                特斯拉已准备大规模生产人形机器人，正与台湾地区供应商合作采购谐波减速器和关节模块。Optimus 3生产线7-8月在美国加州弗里蒙特启动，明年德州扩产，长期年产能目标1000万台。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7654733416365048358/" target="_blank" rel="noopener">华尔街见闻</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>石头科技发布G-Rover：全球首款轮足式扫地机器人，能自主爬楼梯</h3>
                <span class="news-tag">智能家居</span>
            </div>
            <div class="news-meta">
                <span>2026.06.23</span>
                <span>石头科技</span>
            </div>
            <div class="news-summary">
                采用仿生轮足混合驱动架构，每条轮腿有伸展、提升、升降三个自由度。传感器实时扫描台阶，AI当场计算通过策略，直梯、弯梯、圆鼻台阶都能上。扫地机工作范围从二维平面拓展到三维空间。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7654462138630619674/" target="_blank" rel="noopener">智家科技</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>科沃斯发布首款开源机器人"八界"，45项核心能力全开放</h3>
                <span class="news-tag">开源</span>
            </div>
            <div class="news-meta">
                <span>2026.06.18</span>
                <span>科沃斯</span>
            </div>
            <div class="news-summary">
                科沃斯将28年技术沉淀打包成45项可调用、可编程、可二次创新的核心原子能力，面向全球开发者全栈开放。支持玩具收纳、寻物递物、桌面整理等五大示范场景零代码复刻，开启机器人应用商店新模式。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7654462138630619674/" target="_blank" rel="noopener">智家科技</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>三星HBM4收入突破10亿美元，产能被客户全数预订</h3>
                <span class="news-tag">存储芯片</span>
            </div>
            <div class="news-meta">
                <span>2026.06.24</span>
                <span>三星</span>
            </div>
            <div class="news-summary">
                三星HBM4创下存储芯片史上最快商业化里程碑之一，现有产能已被客户全数预订售罄。第三季度起HBM4将占三星HBM总销售额逾半。预计存储市场2027年供需缺口将进一步扩大。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7654733416365048358/" target="_blank" rel="noopener">华尔街见闻</a>
            </div>
        </div>
        
        <!-- 资本与市场 -->
        <div class="section-title">💰 资本与市场</div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>OpenAI与Anthropic竞速万亿IPO，估值分别达8520亿和9650亿美元</h3>
                <span class="news-tag">IPO</span>
            </div>
            <div class="news-meta">
                <span>2026.06</span>
                <span>资本市场</span>
            </div>
            <div class="news-summary">
                Anthropic估值约9650亿美元，OpenAI约8520亿美元，市场普遍预计OpenAI上市时估值可能冲向1万亿美元。两家走出不同商业哲学：Anthropic主打"安全优先"企业路线，OpenAI强调"AI普惠化"C端路线。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7653680272038281755/" target="_blank" rel="noopener">今日头条</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>GPT-5全面开放API，推理成本下降60%</h3>
                <span class="news-tag">开发者</span>
            </div>
            <div class="news-meta">
                <span>2026.06.01</span>
                <span>OpenAI</span>
            </div>
            <div class="news-summary">
                GPT-5 API向所有开发者全面开放，不再有内测名单和阶梯式开放。上下文窗口扩展到百万级，多模态原生支持文本、图片、音频、视频统一接口，推理成本下降60%，Agent能力大幅强化。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7653680272038281755/" target="_blank" rel="noopener">今日头条</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>高盛警告AI泡沫：首个削减支出的巨头出现时，全市场将重定价</h3>
                <span class="news-tag">市场分析</span>
            </div>
            <div class="news-meta">
                <span>2026.06.24</span>
                <span>高盛</span>
            </div>
            <div class="news-summary">
                高盛警告AI市场已如拉伸的橡皮筋，市场对负面信号的漠视终将迎来临界点。一旦主要科技巨头率先削减AI支出，AI板块估值逻辑将面临全面重构。同时低成本AI模型崛起，正挑战当前"高投入换增长"逻辑。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7654733416365048358/" target="_blank" rel="noopener">华尔街见闻</a>
            </div>
        </div>
        
        <!-- 本周核心信号 -->
        <div class="insights-section">
            <h2>📊 本周核心信号</h2>
            
            <div class="insight-item">
                <div class="insight-title">1. AI从"能力比拼"进入"规模渗透+合规落地"新阶段</div>
                <p>政策端密集出台（AI+消费、金融AI安全、平台经济开放），产业端链博会等展会推动场景落地，AI行业正从技术竞赛转向大规模应用和规范化发展。</p>
            </div>
            
            <div class="insight-item">
                <div class="insight-title">2. 大模型竞争进入"性价比"时代</div>
                <p>豆包2.1 Pro定价仅为Claude的1/5、GPT-5推理成本下降60%、Google主打性价比路线，头部模型能力差距缩小，价格和综合成本成为新的竞争维度。</p>
            </div>
            
            <div class="insight-item">
                <div class="insight-title">3. 人形机器人量产元年开启</div>
                <p>特斯拉Optimus 3量产进入倒计时、中国人形机器人出货量预计2026年达5万台，供应链端实质备货，行业从技术演示阶段跨入早期商业化阶段。</p>
            </div>
            
            <div class="insight-item">
                <div class="insight-title">4. Agent成为行业核心发展方向</div>
                <p>Anthropic动态工作流、豆包办公任务模式、OpenAI Agent能力强化，各家都在从"对话式AI"向"行动式AI"升级，能自主完成复杂任务的智能体是下一个主战场。</p>
            </div>
            
            <div class="insight-item">
                <div class="insight-title">5. 国产AI算力替代加速</div>
                <p>字节跳动洽谈采购天数智芯至少5万颗AI芯片，国产大模型调用量持续领跑全球，自主可控AI算力和大模型生态正在快速形成。</p>
            </div>
        </div>
        
        <!-- 页脚 -->
        <div class="footer">
            AI科技周刊 | 第25期 | 2026.06.18 - 2026.06.24
        </div>
</div>



<div class="gb-element-601b36b4">
<p class="wp-block-paragraph" style="padding-top:var(--wp--preset--spacing--20);padding-bottom:0;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.156), 16px);">Buy Me a Coffee</p>



<figure class="wp-block-image size-large is-resized"><img fetchpriority="high" decoding="async" width="751" height="1024" src="https://51ai.website/wp-content/uploads/2025/10/wxpay-751x1024.jpg" alt="" class="wp-image-527" style="aspect-ratio:0.7334311843739415;width:312px;height:auto" srcset="https://51ai.website/wp-content/uploads/2025/10/wxpay-751x1024.jpg 751w, https://51ai.website/wp-content/uploads/2025/10/wxpay-220x300.jpg 220w, https://51ai.website/wp-content/uploads/2025/10/wxpay-768x1047.jpg 768w, https://51ai.website/wp-content/uploads/2025/10/wxpay-9x12.jpg 9w, https://51ai.website/wp-content/uploads/2025/10/wxpay.jpg 800w" sizes="(max-width: 751px) 100vw, 751px" /></figure>
</div>
<p><a rel="nofollow" href="https://51ai.website/news/ai-weekly-news-w25/">AI科技资讯周报_2026W25</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://51ai.website/news/ai-weekly-news-w25/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>LLM模型部署与微调</title>
		<link>https://51ai.website/blog/llm-model-deploy-fine-turning/</link>
					<comments>https://51ai.website/blog/llm-model-deploy-fine-turning/#respond</comments>
		
		<dc:creator><![CDATA[stark, tony]]></dc:creator>
		<pubDate>Mon, 30 Mar 2026 14:38:09 +0000</pubDate>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[多模态大模型]]></category>
		<category><![CDATA[开源模型]]></category>
		<guid isPermaLink="false">https://51ai.website/?p=1250</guid>

					<description><![CDATA[<p>已经了解了大模型的基础概念、RAG、Agent、Transformer架构等核心知识。今天，我们将学习如何将预 [&#8230;]</p>
<p><a rel="nofollow" href="https://51ai.website/blog/llm-model-deploy-fine-turning/">LLM模型部署与微调</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-medium-font-size wp-block-paragraph">已经了解了大模型的基础概念、RAG、Agent、Transformer架构等核心知识。今天，我们将学习如何将预训练模型<strong>适配到自己的业务场景（微调）</strong>，并将其<strong>稳定、高效地部署到生产环境（部署）</strong>。</p>



<p class="has-medium-font-size wp-block-paragraph">微调让模型更懂你的业务，部署让模型真正服务于用户。两者结合，是AI应用落地的最后一公里。</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>一、为什么需要微调？</strong></h2>



<p class="has-medium-font-size wp-block-paragraph">预训练大模型（如GPT-4、LLaMA）已经具备通用能力，但在特定场景下可能表现不佳：</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>风格不符</strong>：回答不够专业、语气不匹配。</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>知识缺失</strong>：不了解你的产品、公司内部术语。</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>结构要求</strong>：需要输出特定格式（JSON、表格）。</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>成本考量</strong>：频繁调用API成本高，微调小模型更划算。</p>



<h3 class="wp-block-heading has-medium-font-size"><strong>1.1 微调 vs 提示工程 vs RAG</strong></h3>



<figure class="wp-block-table has-medium-font-size"><table class="has-fixed-layout"><tbody><tr><td><strong>方法</strong></td><td><strong>适用场景</strong></td><td><strong>优点</strong></td><td><strong>缺点</strong></td></tr><tr><td><strong>提示工程</strong></td><td>临时、简单任务</td><td>无需训练，即时生效</td><td>复杂任务不稳定，Token消耗大</td></tr><tr><td><strong>RAG</strong></td><td>知识问答、私有数据</td><td>实时更新，可解释</td><td>依赖检索质量，延迟稍高</td></tr><tr><td><strong>微调</strong></td><td>风格、格式、特定领域</td><td>深度定制，性能稳定</td><td>需要训练数据，成本较高</td></tr></tbody></table></figure>



<p class="has-medium-font-size wp-block-paragraph">三者常结合使用：微调让模型“学会”你的领域知识，RAG提供实时信息，提示工程优化交互。</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>二、微调的核心流程</strong></h2>



<p class="has-medium-font-size wp-block-paragraph">微调是在预训练模型的基础上，用少量任务相关数据继续训练，调整模型参数。</p>



<h3 class="wp-block-heading has-medium-font-size"><strong>2.1 微调步骤</strong></h3>



<p class="has-medium-font-size wp-block-paragraph">1.&nbsp;<strong>数据准备</strong>：收集、清洗、格式化训练数据。</p>



<p class="has-medium-font-size wp-block-paragraph">2.&nbsp;<strong>选择基座模型</strong>：根据需求选择合适模型（如LLaMA、ChatGLM、Qwen）。</p>



<p class="has-medium-font-size wp-block-paragraph">3.&nbsp;<strong>微调方法</strong>：全量微调或参数高效微调（PEFT）。</p>



<p class="has-medium-font-size wp-block-paragraph">4.&nbsp;<strong>训练</strong>：设置超参数，启动训练。</p>



<p class="has-medium-font-size wp-block-paragraph">5.&nbsp;<strong>评估与迭代</strong>：用验证集评估效果，调整数据或参数。</p>



<p class="has-medium-font-size wp-block-paragraph">6.&nbsp;<strong>导出与部署</strong>：保存模型，量化优化，部署服务。</p>



<h3 class="wp-block-heading has-medium-font-size"><strong>2.2 数据准备</strong></h3>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>数据格式</strong>：通常采用“指令-回答”对（instruction-input-output）或对话格式。</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>数量要求</strong>：几百条可看到初步效果，数千条以上效果更稳定。</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>质量优先</strong>：清洗数据，保证答案准确、风格一致。</p>



<p class="has-medium-font-size wp-block-paragraph">示例数据（JSONL格式）：</p>



<pre class="wp-block-code has-medium-font-size"><code>{"instruction": "解释什么是RESTful API", "output": "RESTful API是一种基于HTTP的架构风格，使用资源概念和标准HTTP方法（GET、POST、PUT、DELETE）进行通信。"}<br>{"instruction": "将以下英文翻译成中文：Hello world", "output": "你好世界"}</code></pre>



<h3 class="wp-block-heading has-medium-font-size"><strong>2.3 微调方法</strong></h3>



<figure class="wp-block-table has-medium-font-size"><table class="has-fixed-layout"><tbody><tr><td><strong>方法</strong></td><td><strong>说明</strong></td><td><strong>优点</strong></td><td><strong>缺点</strong></td></tr><tr><td><strong>全量微调</strong></td><td>更新所有参数</td><td>效果最好</td><td>需要大量显存，训练慢</td></tr><tr><td><strong>LoRA</strong></td><td>低秩适配，只训练少量额外参数</td><td>显存占用小，训练快，易切换</td><td>效果略逊于全量</td></tr><tr><td><strong>QLoRA</strong></td><td>LoRA + 量化</td><td>4-bit量化，单卡可微调几十B模型</td><td>精度略有损失</td></tr><tr><td><strong>Adapter</strong></td><td>插入小型网络层</td><td>参数少，易插拔</td><td>推理略增开销</td></tr></tbody></table></figure>



<p class="has-medium-font-size wp-block-paragraph">目前LoRA/QLoRA是主流，尤其适合资源有限的环境。</p>



<figure class="wp-block-image aligncenter size-full"><img decoding="async" width="1080" height="607" src="https://51ai.website/wp-content/uploads/2026/03/640.webp" alt="" class="wp-image-1252" srcset="https://51ai.website/wp-content/uploads/2026/03/640.webp 1080w, https://51ai.website/wp-content/uploads/2026/03/640-300x169.webp 300w, https://51ai.website/wp-content/uploads/2026/03/640-767x431.webp 767w, https://51ai.website/wp-content/uploads/2026/03/640-1024x576.webp 1024w, https://51ai.website/wp-content/uploads/2026/03/640-18x10.webp 18w" sizes="(max-width: 1080px) 100vw, 1080px" /></figure>



<h2 class="wp-block-heading has-medium-font-size"><strong>三、微调实战：用LLaMA-Factory微调Qwen</strong></h2>



<p class="has-medium-font-size wp-block-paragraph">LLaMA-Factory是一个易用的微调框架，支持多种模型和方法。以下示例使用Qwen-7B进行LoRA微调。</p>



<h3 class="wp-block-heading has-medium-font-size"><strong>3.1 环境准备</strong></h3>



<pre class="wp-block-code has-medium-font-size"><code>git clone <a href="https://github.com/hiyouga/LLaMA-Factory.git" target="_blank" rel="noreferrer noopener">
            https:&#47;&#47;github.com/hiyouga/LLaMA-Factory.git
</a>
cd LLaMA-Factory
pip install -r <a href="http://requirements.txt/" target="_blank" rel="noreferrer noopener">
            requirements.txt
</a></code></pre>



<h3 class="wp-block-heading has-medium-font-size"><strong>3.2 数据准备</strong></h3>



<p class="has-medium-font-size wp-block-paragraph">将训练数据放在&nbsp;data&nbsp;目录，格式为JSON，并在&nbsp;data/<a href="http://dataset_info.json/" target="_blank" rel="noreferrer noopener">&nbsp;dataset_info.json&nbsp;</a>&nbsp;中注册。</p>



<h3 class="wp-block-heading has-medium-font-size"><strong>3.3 启动微调</strong></h3>



<pre class="wp-block-code"><code>python src/<a href="http://train_bash.py/" target="_blank" rel="noreferrer noopener">
            train_bash.py
          </a> \<br>&nbsp; &nbsp; --stage sft \<br>&nbsp; &nbsp; --model_name_or_path Qwen/Qwen-7B \<br>&nbsp; &nbsp; --dataset my_dataset \<br>&nbsp; &nbsp; --template qwen \<br>&nbsp; &nbsp; --finetuning_type lora \<br>&nbsp; &nbsp; --lora_target q_proj,v_proj \<br>&nbsp; &nbsp; --output_dir ./output \<br>&nbsp; &nbsp; --per_device_train_batch_size 4 \<br>&nbsp; &nbsp; --gradient_accumulation_steps 4 \<br>&nbsp; &nbsp; --learning_rate 5e-5 \<br>&nbsp; &nbsp; --num_train_epochs 3 \<br>&nbsp; &nbsp; --fp16</code></pre>



<h3 class="wp-block-heading has-medium-font-size"><strong>3.4 合并权重并导出</strong></h3>



<p class="has-medium-font-size wp-block-paragraph">训练完成后，将LoRA权重合并到基座模型，便于部署：</p>



<pre class="wp-block-code"><code>from peft import PeftModel<br>from transformers import AutoModelForCausalLM, AutoTokenizer<br><br>base_model = <a href="http://automodelforcausallm.from_pretrained(/" target="_blank" rel="noreferrer noopener">
            AutoModelForCausalLM.from_pretrained("Qwen/Qwen-7B")
          </a><br>tokenizer = <a href="http://autotokenizer.from_pretrained(/" target="_blank" rel="noreferrer noopener">
            AutoTokenizer.from_pretrained("Qwen/Qwen-7B")
          </a><br>model = <a href="http://peftmodel.from_pretrained(base_model,/" target="_blank" rel="noreferrer noopener">
            PeftModel.from_pretrained(base_model,
          </a> "./output")<br>merged_model = <a href="http://model.merge_and_unload()/" target="_blank" rel="noreferrer noopener">
            model.merge_and_unload()
          </a><br><a href="http://merged_model.save_pretrained(/" target="_blank" rel="noreferrer noopener">
            merged_model.save_pretrained("./merged_model")
          </a><br><a href="http://tokenizer.save_pretrained(/" target="_blank" rel="noreferrer noopener">
            tokenizer.save_pretrained("./merged_model")
          </a></code></pre>



<h2 class="wp-block-heading has-medium-font-size"><strong>四、模型部署：从训练到服务</strong></h2>



<p class="has-medium-font-size wp-block-paragraph">部署的目标是将模型以API或服务的形式提供给其他系统调用。</p>



<figure class="wp-block-image aligncenter"><img decoding="async" src="https://mmbiz.qpic.cn/sz_mmbiz_png/f3JsWDUdl8iamPPJVyicKGnd6u3gjovzibpRnzOuMcVRujLQG7zXjSIcaFlInATicL60bwDz1hQ2dtQZzIib7FyiaeU4tXkPzYzwxof3o2iahGNic5Y/640?wx_fmt=png&amp;from=appmsg&amp;tp=webp&amp;wxfrom=5&amp;wx_lazy=1#imgIndex=1" alt="图片"/></figure>



<h3 class="wp-block-heading has-medium-font-size"><strong>4.1 部署方式对比</strong></h3>



<figure class="wp-block-table has-medium-font-size"><table class="has-fixed-layout"><tbody><tr><td><strong>方式</strong></td><td><strong>适用场景</strong></td><td><strong>优点</strong></td><td><strong>缺点</strong></td></tr><tr><td><strong>模型API服务</strong></td><td>通用，快速上线</td><td>简单，无需管理硬件</td><td>依赖第三方，成本可控性差</td></tr><tr><td><strong>自托管（GPU）</strong></td><td>高频调用、数据敏感</td><td>完全控制，长期成本低</td><td>需运维GPU集群</td></tr><tr><td><strong>边缘端</strong></td><td>离线、低延迟</td><td>无网络依赖</td><td>模型需压缩，性能受限</td></tr><tr><td><strong>Serverless</strong></td><td>间歇调用</td><td>按需付费，免运维</td><td>冷启动延迟</td></tr></tbody></table></figure>



<h3 class="wp-block-heading has-medium-font-size"><strong>4.2 常用部署工具</strong></h3>



<figure class="wp-block-table has-medium-font-size"><table class="has-fixed-layout"><tbody><tr><td><strong>工具</strong></td><td><strong>特点</strong></td><td><strong>适用场景</strong></td></tr><tr><td><strong>vLLM</strong></td><td>高吞吐、PagedAttention</td><td>高并发生产环境</td></tr><tr><td><strong>TGI</strong></td><td>Hugging Face出品，功能全</td><td>企业级部署</td></tr><tr><td><strong>FastAPI + Transformers</strong></td><td>简单灵活</td><td>原型、内部工具</td></tr><tr><td><strong>Ollama</strong></td><td>一键运行，本地友好</td><td>开发测试</td></tr><tr><td><strong>TensorRT-LLM</strong></td><td>NVIDIA优化，极致性能</td><td>大规模生产</td></tr></tbody></table></figure>



<h3 class="wp-block-heading has-medium-font-size"><strong>4.3 部署实战：使用vLLM部署微调后的模型</strong></h3>



<p class="has-medium-font-size wp-block-paragraph">安装vLLM：</p>



<pre class="wp-block-code has-medium-font-size"><code>pip install vllm</code></pre>



<p class="has-medium-font-size wp-block-paragraph">启动服务：</p>



<pre class="wp-block-code has-medium-font-size"><code>python -m <a href="http://vllm.entrypoints.openai.api_server/" target="_blank" rel="noreferrer noopener">
            vllm.entrypoints.openai.api_server
          </a> \<br>&nbsp; &nbsp; --model ./merged_model \<br>&nbsp; &nbsp; --port 8000</code></pre>



<p class="has-medium-font-size wp-block-paragraph">调用API：</p>



<pre class="wp-block-code"><code>import openai<br><a href="http://openai.api_base/" target="_blank" rel="noreferrer noopener">
            openai.api_base
          </a> = "http://localhost:8000/v1"<br><a href="http://openai.api_key/" target="_blank" rel="noreferrer noopener">
            openai.api_key
          </a> = "EMPTY"<br><br>response = <a href="http://openai.chatcompletion.create(/" target="_blank" rel="noreferrer noopener">
            openai.ChatCompletion.create(
          </a><br>&nbsp; &nbsp; model="./merged_model",<br>&nbsp; &nbsp; messages=&#91;{"role": "user", "content": "解释什么是微调"}]<br>)<br>print(<a href="http://response.choices&#091;0].message.content)/" target="_blank" rel="noreferrer noopener">
            response.choices&#91;0].message.content)
          </a></code></pre>



<h3 class="wp-block-heading has-medium-font-size"><strong>4.4 部署优化要点</strong></h3>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>量化</strong>：使用GPTQ、AWQ等量化技术，减少显存占用，提升推理速度。</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>批处理</strong>：动态批处理提高吞吐量。</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>缓存</strong>：对常见问题缓存结果，降低负载。</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>流式输出</strong>：提升用户体验，尤其对于长文本生成。</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>五、后端开发视角：集成微调模型</strong></h2>



<p class="has-medium-font-size wp-block-paragraph">作为后端工程师，将微调模型集成到系统时需考虑：</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>API设计</strong>：统一封装模型调用接口，便于前端和服务调用。</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>异步处理</strong>：耗时任务放入消息队列，避免阻塞。</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>监控与日志</strong>：记录请求、响应、耗时，用于质量分析和成本核算。</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>灰度发布</strong>：新模型先小流量验证，再全量切换。</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>版本管理</strong>：保存多个模型版本，支持回滚和A/B测试。</p>



<p class="wp-block-paragraph"></p>



<figure class="wp-block-image size-full"><img decoding="async" width="1080" height="607" src="https://51ai.website/wp-content/uploads/2026/03/2.webp" alt="" class="wp-image-1256" srcset="https://51ai.website/wp-content/uploads/2026/03/2.webp 1080w, https://51ai.website/wp-content/uploads/2026/03/2-300x169.webp 300w, https://51ai.website/wp-content/uploads/2026/03/2-767x431.webp 767w, https://51ai.website/wp-content/uploads/2026/03/2-1024x576.webp 1024w, https://51ai.website/wp-content/uploads/2026/03/2-18x10.webp 18w" sizes="(max-width: 1080px) 100vw, 1080px" /></figure>



<h2 class="wp-block-heading has-medium-font-size"><strong>三、微调实战：用LLaMA-Factory微调Qwen</strong></h2>



<p class="has-medium-font-size wp-block-paragraph">LLaMA-Factory是一个易用的微调框架，支持多种模型和方法。以下示例使用Qwen-7B进行LoRA微调。</p>



<h3 class="wp-block-heading"><strong>3.1 环境准备</strong></h3>



<pre class="wp-block-code"><code>git clone <a href="https://github.com/hiyouga/LLaMA-Factory.git" target="_blank" rel="noreferrer noopener">
            https:&#47;&#47;github.com/hiyouga/LLaMA-Factory.git
          </a><br>cd LLaMA-Factory<br>pip install -r <a href="http://requirements.txt/" target="_blank" rel="noreferrer noopener">
            requirements.txt
          </a></code></pre>



<h3 class="wp-block-heading"><strong>3.2 数据准备</strong></h3>



<p class="has-medium-font-size wp-block-paragraph">将训练数据放在&nbsp;data&nbsp;目录，格式为JSON，并在&nbsp;data/<a href="http://dataset_info.json/" target="_blank" rel="noreferrer noopener">&nbsp;dataset_info.json&nbsp;</a>&nbsp;中注册。</p>



<h3 class="wp-block-heading"><strong>3.3 启动微调</strong></h3>



<pre class="wp-block-code"><code>python src/<a href="http://train_bash.py/" target="_blank" rel="noreferrer noopener">
            train_bash.py
          </a> \<br>&nbsp; &nbsp; --stage sft \<br>&nbsp; &nbsp; --model_name_or_path Qwen/Qwen-7B \<br>&nbsp; &nbsp; --dataset my_dataset \<br>&nbsp; &nbsp; --template qwen \<br>&nbsp; &nbsp; --finetuning_type lora \<br>&nbsp; &nbsp; --lora_target q_proj,v_proj \<br>&nbsp; &nbsp; --output_dir ./output \<br>&nbsp; &nbsp; --per_device_train_batch_size 4 \<br>&nbsp; &nbsp; --gradient_accumulation_steps 4 \<br>&nbsp; &nbsp; --learning_rate 5e-5 \<br>&nbsp; &nbsp; --num_train_epochs 3 \<br>&nbsp; &nbsp; --fp16</code></pre>



<h3 class="wp-block-heading"><strong>3.4 合并权重并导出</strong></h3>



<p class="has-medium-font-size wp-block-paragraph">训练完成后，将LoRA权重合并到基座模型，便于部署：</p>



<pre class="wp-block-code"><code>from peft import PeftModel<br>from transformers import AutoModelForCausalLM, AutoTokenizer<br><br>base_model = <a href="http://automodelforcausallm.from_pretrained(/" target="_blank" rel="noreferrer noopener">
            AutoModelForCausalLM.from_pretrained("Qwen/Qwen-7B")
          </a><br>tokenizer = <a href="http://autotokenizer.from_pretrained(/" target="_blank" rel="noreferrer noopener">
            AutoTokenizer.from_pretrained("Qwen/Qwen-7B")
          </a><br>model = <a href="http://peftmodel.from_pretrained(base_model,/" target="_blank" rel="noreferrer noopener">
            PeftModel.from_pretrained(base_model,
          </a> "./output")<br>merged_model = <a href="http://model.merge_and_unload()/" target="_blank" rel="noreferrer noopener">
            model.merge_and_unload()
          </a><br><a href="http://merged_model.save_pretrained(/" target="_blank" rel="noreferrer noopener">
            merged_model.save_pretrained("./merged_model")
          </a><br><a href="http://tokenizer.save_pretrained(/" target="_blank" rel="noreferrer noopener">
            tokenizer.save_pretrained("./merged_model")
          </a></code></pre>



<h2 class="wp-block-heading has-medium-font-size"><strong>四、模型部署：从训练到服务</strong></h2>



<p class="has-medium-font-size wp-block-paragraph">部署的目标是将模型以API或服务的形式提供给其他系统调用。</p>



<figure class="wp-block-image aligncenter"><img decoding="async" src="https://mmbiz.qpic.cn/sz_mmbiz_png/f3JsWDUdl8iamPPJVyicKGnd6u3gjovzibpRnzOuMcVRujLQG7zXjSIcaFlInATicL60bwDz1hQ2dtQZzIib7FyiaeU4tXkPzYzwxof3o2iahGNic5Y/640?wx_fmt=png&amp;from=appmsg&amp;tp=webp&amp;wxfrom=5&amp;wx_lazy=1#imgIndex=1" alt="图片"/></figure>



<h3 class="wp-block-heading has-medium-font-size"><strong>4.1 部署方式对比</strong></h3>



<figure class="wp-block-table has-medium-font-size"><table class="has-fixed-layout"><tbody><tr><td><strong>方式</strong></td><td><strong>适用场景</strong></td><td><strong>优点</strong></td><td><strong>缺点</strong></td></tr><tr><td><strong>模型API服务</strong></td><td>通用，快速上线</td><td>简单，无需管理硬件</td><td>依赖第三方，成本可控性差</td></tr><tr><td><strong>自托管（GPU）</strong></td><td>高频调用、数据敏感</td><td>完全控制，长期成本低</td><td>需运维GPU集群</td></tr><tr><td><strong>边缘端</strong></td><td>离线、低延迟</td><td>无网络依赖</td><td>模型需压缩，性能受限</td></tr><tr><td><strong>Serverless</strong></td><td>间歇调用</td><td>按需付费，免运维</td><td>冷启动延迟</td></tr></tbody></table></figure>



<h3 class="wp-block-heading has-medium-font-size"><strong>4.2 常用部署工具</strong></h3>



<figure class="wp-block-table has-medium-font-size"><table class="has-fixed-layout"><tbody><tr><td><strong>工具</strong></td><td><strong>特点</strong></td><td><strong>适用场景</strong></td></tr><tr><td><strong>vLLM</strong></td><td>高吞吐、PagedAttention</td><td>高并发生产环境</td></tr><tr><td><strong>TGI</strong></td><td>Hugging Face出品，功能全</td><td>企业级部署</td></tr><tr><td><strong>FastAPI + Transformers</strong></td><td>简单灵活</td><td>原型、内部工具</td></tr><tr><td><strong>Ollama</strong></td><td>一键运行，本地友好</td><td>开发测试</td></tr><tr><td><strong>TensorRT-LLM</strong></td><td>NVIDIA优化，极致性能</td><td>大规模生产</td></tr></tbody></table></figure>



<h3 class="wp-block-heading has-medium-font-size"><strong>4.3 部署实战：使用vLLM部署微调后的模型</strong></h3>



<p class="has-medium-font-size wp-block-paragraph">安装vLLM：</p>



<pre class="wp-block-code"><code>pip install vllm</code></pre>



<p class="has-medium-font-size wp-block-paragraph">启动服务：</p>



<pre class="wp-block-code"><code>python -m <a href="http://vllm.entrypoints.openai.api_server/" target="_blank" rel="noreferrer noopener">
            vllm.entrypoints.openai.api_server
          </a> \<br>&nbsp; &nbsp; --model ./merged_model \<br>&nbsp; &nbsp; --port 8000</code></pre>



<p class="has-medium-font-size wp-block-paragraph">调用API：</p>



<pre class="wp-block-code"><code>import openai<br><a href="http://openai.api_base/" target="_blank" rel="noreferrer noopener">
            openai.api_base
          </a> = "http://localhost:8000/v1"<br><a href="http://openai.api_key/" target="_blank" rel="noreferrer noopener">
            openai.api_key
          </a> = "EMPTY"<br><br>response = <a href="http://openai.chatcompletion.create(/" target="_blank" rel="noreferrer noopener">
            openai.ChatCompletion.create(
          </a><br>&nbsp; &nbsp; model="./merged_model",<br>&nbsp; &nbsp; messages=&#91;{"role": "user", "content": "解释什么是微调"}]<br>)<br>print(<a href="http://response.choices&#091;0].message.content)/" target="_blank" rel="noreferrer noopener">
            response.choices&#91;0].message.content)
          </a></code></pre>



<h3 class="wp-block-heading has-medium-font-size"><strong>4.4 部署优化要点</strong></h3>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>量化</strong>：使用GPTQ、AWQ等量化技术，减少显存占用，提升推理速度。</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>批处理</strong>：动态批处理提高吞吐量。</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>缓存</strong>：对常见问题缓存结果，降低负载。</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>流式输出</strong>：提升用户体验，尤其对于长文本生成。</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>五、后端开发视角：集成微调模型</strong></h2>



<p class="has-medium-font-size wp-block-paragraph">作为后端工程师，将微调模型集成到系统时需考虑：</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>API设计</strong>：统一封装模型调用接口，便于前端和服务调用。</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>异步处理</strong>：耗时任务放入消息队列，避免阻塞。</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>监控与日志</strong>：记录请求、响应、耗时，用于质量分析和成本核算。</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>灰度发布</strong>：新模型先小流量验证，再全量切换。</p>



<p class="has-medium-font-size wp-block-paragraph">●&nbsp;<strong>版本管理</strong>：保存多个模型版本，支持回滚和A/B测试。</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>六、总结与展望</strong></h2>



<h3 class="wp-block-heading has-medium-font-size"><strong>核心要点</strong></h3>



<figure class="wp-block-table has-medium-font-size"><table class="has-fixed-layout"><tbody><tr><td><strong>维度</strong></td><td><strong>关键内容</strong></td></tr><tr><td><strong>微调</strong></td><td>用业务数据让模型更贴合场景，常用LoRA/QLoRA</td></tr><tr><td><strong>数据准备</strong></td><td>指令-回答对，质量重于数量</td></tr><tr><td><strong>部署工具</strong></td><td>vLLM（高吞吐）、TGI（企业级）、Ollama（本地）</td></tr><tr><td><strong>优化</strong></td><td>量化、批处理、缓存、流式输出</td></tr><tr><td><strong>后端集成</strong></td><td>API设计、异步、监控、灰度、版本管理</td></tr></tbody></table></figure>



<p class="wp-block-paragraph"></p>
<p><a rel="nofollow" href="https://51ai.website/blog/llm-model-deploy-fine-turning/">LLM模型部署与微调</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://51ai.website/blog/llm-model-deploy-fine-turning/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>有道 LobsterAI：中国版OpenClaw，能聊天能干活，你的7×24小时AI数字员工</title>
		<link>https://51ai.website/recommend/lobsterai/</link>
					<comments>https://51ai.website/recommend/lobsterai/#respond</comments>
		
		<dc:creator><![CDATA[stark, tony]]></dc:creator>
		<pubDate>Sun, 01 Mar 2026 05:05:13 +0000</pubDate>
				<category><![CDATA[推荐]]></category>
		<category><![CDATA[OpenClaw]]></category>
		<category><![CDATA[人工智能]]></category>
		<category><![CDATA[多模态大模型]]></category>
		<category><![CDATA[开源模型]]></category>
		<guid isPermaLink="false">https://51ai.website/?p=1036</guid>

					<description><![CDATA[<p>🌟 工具名称：LobsterAI 🔗 工具地址：https://lobsterai.youdao.com/ O [&#8230;]</p>
<p><a rel="nofollow" href="https://51ai.website/recommend/lobsterai/">有道 LobsterAI：中国版OpenClaw，能聊天能干活，你的7×24小时AI数字员工</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<section data-tool="mdnice编辑器" data-website="https://www.mdnice.com" style="font-size: 16px;color: black;padding: 0 10px;word-spacing: 0px;word-break: break-word;word-wrap: break-word;text-align: left;line-height: 1.25;letter-spacing: 2px;background-image: linear-gradient(90deg, rgba(50, 0, 0, 0.05) 3%, rgba(0, 0, 0, 0) 3%), linear-gradient(360deg, rgba(50, 0, 0, 0.05) 3%, rgba(0, 0, 0, 0) 3%);background-size: 20px 20px;background-position: center center;font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, 'PingFang SC', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;" data-pm-slice="0 0 []">
<blockquote style="border: none;display: block;font-size: 0.9em;overflow: auto;overflow-scrolling: touch;border-left: 3px solid rgba(0, 0, 0, 0.4);color: #6a737d;padding-top: 10px;padding-bottom: 10px;padding-left: 20px;padding-right: 10px;margin-bottom: 20px;margin-top: 20px;border-left-color: #d89cf6;background: #f4eeff;padding: 6px;margin: 4px 0;"><p style="padding-top: 8px;padding-bottom: 8px;letter-spacing: 2px;word-spacing: 2px;color: black;line-height: 26px;margin: 2px 0;font-size: 12px;"><span leaf=""><span textstyle="" style="font-size: 14px;">🌟 工具名称：</span><span textstyle="" style="font-size: 14px;color: #916dd5;font-weight: bold;">LobsterAI</span></span></p><p style="padding-top: 8px;padding-bottom: 8px;letter-spacing: 2px;word-spacing: 2px;color: black;line-height: 26px;margin: 2px 0;font-size: 12px;"><span leaf=""><span textstyle="" style="font-size: 14px;">🔗 工具地址：</span><span textstyle="" style="font-size: 14px;color: #916dd5;font-weight: bold;">https://lobsterai.youdao.com/</span></span></p></blockquote>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">OpenClaw 最近是在太火了，春节期间，Chris 花了两天时间折腾 OpenClaw。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">不是夸它，是字面意义上的“折腾”。下载、安装、配置环境变量、填 API Key、对着终端敲命令……大半天时间耗在一个 401 报错上。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">就在我快要放弃的时候，刷推特刷到网易有道发了新东西：</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">LobsterAI（有道龙虾）</span></strong><span leaf="">。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">宣传语很简单：</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">中国版 OpenClaw，不需要命令行</span></strong><span leaf="">。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">这句话太吸引我了。于是去官网下了个安装包，直接安装打开。没有终端、没有 curl、没有环境变量。</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">整个过程和装一个普通聊天软件没有区别</span></strong><span leaf="">。</span></p>
<figure data-tool="mdnice编辑器" style="margin: 0;margin-top: 10px;margin-bottom: 10px;display: flex;flex-direction: column;justify-content: center;align-items: center;"><span leaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/02/frc-e058bcc8020a5a3910eee050d376d533.png"></figure></span></figure>
<hr style="margin: 0;margin-top: 10px;margin-bottom: 10px;height: 1px;padding: 0;border: none;border-top: 2px solid #d9b8fa;">
<h2 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;font-weight: bold;color: black;font-size: 22px;text-align: left;margin: 20px 10px 0px 0px;">
<span style="display: none;"></span><span style="font-size: 18px;font-weight: bold;display: inline-block;padding-left: 10px;border-left: 5px solid #916dd5;"><span leaf="">一、什么是有道龙虾？</span></span><br>
</h2>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">官方定义：一个 7×24 小时帮你干活的全场景个人助理 Agent，简单来说，</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">就是一只有脑有手的 AI 员工，不只是有脑子的 AI 聊天助手。</span></strong></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">传统的 AI Chatbot 只能回答问题、给建议。你让它做个 PPT，它给你一串步骤。你让它分析数据，它给你一堆思路。</span></p>
<section class="channels_iframe_wrp" nodeleaf=""><mp-common-videosnap class="js_uneditable custom_select_card channels_iframe videosnap_video_iframe videosnap_video_iframe" data-pluginname="mpvideosnap" data-url="https://findermp.video.qq.com/251/20304/stodownload?encfilekey=S7s6ianIic0ia4PicKJSfB8EjyjpQibPUAXoleIS2zicp39AOHdn4HFrlkYRMN0LeEAEW3ian63hV2CzibNGkTEnLI4wMpOMkqzVk0X05HrpfsdhicDDT9GbwuEaE4A&amp;token=cztXnd9GyrF2zjicialNIRnznYBiaLicTAUdEr8Tdpric8jRxkbB6KovShBCobcJaffuCrXdH1MyAwvSuV0tcyA2DK6NCT8NNaXia18icNrC4qs3m5FibFnwvEibLVWfegYWHYfqSgnuPvyjxSTDwP6wFerJibwtibzIv9tVvpA3NTjccS4bNrIY1SerukCUndRT2DchK9j7hf0u2uzSlo3J7rGEaibXhZ2SpD3MffHDiaDMevSqSohY&amp;hy=SH&amp;idx=1&amp;m=&amp;scene=2&amp;uzid=1&amp;wxampicformat=503&amp;picformat=200" data-headimgurl="https://wx.qlogo.cn/finderhead/22YD2oBcVUZUiaQHCffMyNw13o0jhSibqaicktIgormjzdPwPvzGnIPgw/0" data-username="v2_060000231003b20faec8c4e5811bcbd7c600e537b0772119d1d13180a3c96bf8ef847ede5cb4@finder" data-nickname="网易有道" data-desc="Hi，我是 LobsterAI，一个7×24 小时帮你干活的全场景个人助理 Agent。
追踪热点、管理日程、分析数据...只要你一句话，LobsterAI 都能随时响应！

目前已在官网开启内测：lobsterai.youdao.com
#有道#openclaw#Agent#AGI#AI
" data-nonceid="13274767806207067307" data-authiconurl="https://dldir1v6.qq.com/weixin/checkresupdate/icons_filled_channels_authentication_enterprise_a2658032368245639e666fb11533a600.png" data-width="1080" data-height="1440" data-type="video" data-id="export/UzFfAgtgekIEAQAAAAAA2pUuYPdo5wAAAAstQy6ubaLX4KHWvLEZgBPEi4JMIWQeAveNzNPgMIuNAZNkMQYdUNAnudFea-qV"></mp-common-videosnap></section>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">但具体的活儿，还得你自己干，LobsterAI 不一样的地方在于：</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">它能自己动手</span></strong><span leaf="">，比如：</span></p>
<ul style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;font-size: 15px;list-style-type: circle;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">打开 Excel 分析数据</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">调用 PPT 模板生成演示文稿</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">启动浏览器搜索信息</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">操作网页自动化流程</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">整理文件夹、重命名文件</span></section>
</li>
</ul>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">你只需要说「要做什么」，剩下的让它自己搞定。</span></p>
<figure data-tool="mdnice编辑器" style="margin: 0;margin-top: 10px;margin-bottom: 10px;display: flex;flex-direction: column;justify-content: center;align-items: center;"><span leaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/02/frc-d71a39aa8f8a72aa61e80717f494bf14.png"></figure></span></figure>
<hr style="margin: 0;margin-top: 10px;margin-bottom: 10px;height: 1px;padding: 0;border: none;border-top: 2px solid #d9b8fa;">
<h2 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;font-weight: bold;color: black;font-size: 22px;text-align: left;margin: 20px 10px 0px 0px;">
<span style="display: none;"></span><span style="font-size: 18px;font-weight: bold;display: inline-block;padding-left: 10px;border-left: 5px solid #916dd5;"><span leaf="">二、和 OpenClaw 有什么区别？</span></span><br>
</h2>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">很多人会把 LobsterAI 和 OpenClaw 拿来比较，这很正常——它们的核心思想确实很像：</span></p>
<section data-tool="mdnice编辑器" style="overflow-x: auto;">
<table style="display: table;text-align: left;">
<thead>
<tr style="border: 0;border-top: 1px solid #ccc;background-color: white;">
<th style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-weight: bold;background-color: #f0f0f0;font-size: 14px;min-width: 85px;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">维度</span></strong></th>
<th style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-weight: bold;background-color: #f0f0f0;font-size: 14px;min-width: 85px;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">OpenClaw</span></strong></th>
<th style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-weight: bold;background-color: #f0f0f0;font-size: 14px;min-width: 85px;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">有道 LobsterAI</span></strong></th>
</tr>
</thead>
<tbody>
<tr style="border: 0;border-top: 1px solid #ccc;background-color: white;">
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">安装方式</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">命令行配置</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">图形界面一键安装</span></section>
</td>
</tr>
<tr style="border: 0;border-top: 1px solid #ccc;background-color: #F8F8F8;">
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">使用门槛</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">需要开发经验</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">普通用户可用</span></section>
</td>
</tr>
<tr style="border: 0;border-top: 1px solid #ccc;background-color: white;">
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">模型支持</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">需手动配置</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">内置 10+ 供应商直连</span></section>
</td>
</tr>
<tr style="border: 0;border-top: 1px solid #ccc;background-color: #F8F8F8;">
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">IM 集成</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">需自己对接</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">深度适配钉钉、飞书</span></section>
</td>
</tr>
<tr style="border: 0;border-top: 1px solid #ccc;background-color: white;">
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">本地化</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">原生英文</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">中文场景深度优化</span></section>
</td>
</tr>
</tbody>
</table>
</section>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">LobsterAI 不是 OpenClaw 的竞品，而是它的“快速入门版”。</span></strong></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">原版 OpenClaw 对极客来说很爽，但对普通用户来说，门槛确实高。LobsterAI 把这套能力打包成一个普通人也能用的产品，这才是它的价值。</span></p>
<hr style="margin: 0;margin-top: 10px;margin-bottom: 10px;height: 1px;padding: 0;border: none;border-top: 2px solid #d9b8fa;">
<h2 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;font-weight: bold;color: black;font-size: 22px;text-align: left;margin: 20px 10px 0px 0px;">
<span style="display: none;"></span><span style="font-size: 18px;font-weight: bold;display: inline-block;padding-left: 10px;border-left: 5px solid #916dd5;"><span leaf="">三、它有什么能力？</span></span><br>
</h2>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">LobsterAI 的核心是“技能系统”。目前内置了 18+ 个专业技能：</span></p>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">文档处理</span></span><span style="display: none;"></span><br>
</h3>
<ul style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;font-size: 15px;list-style-type: circle;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">docx</span></strong><span leaf="">&nbsp;— Word 文档生成与分析</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">xlsx</span></strong><span leaf="">&nbsp;— Excel 数据分析与公式计算</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">pptx</span></strong><span leaf="">&nbsp;— PPT 自动生成</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">pdf</span></strong><span leaf="">&nbsp;— PDF 内容提取与结构化</span></section>
</li>
</ul>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">网络能力</span></span><span style="display: none;"></span><br>
</h3>
<ul style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;font-size: 15px;list-style-type: circle;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">web-search</span></strong><span leaf="">&nbsp;— 实时网络搜索</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">playwright</span></strong><span leaf="">&nbsp;— 浏览器自动化</span></section>
</li>
</ul>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">创意开发</span></span><span style="display: none;"></span><br>
</h3>
<ul style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;font-size: 15px;list-style-type: circle;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">frontend-design</span></strong><span leaf="">&nbsp;— 前端界面设计</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">develop-web-game</span></strong><span leaf="">&nbsp;— 网页游戏开发</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">create-plan</span></strong><span leaf="">&nbsp;— 项目计划拆解</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">skill-creator</span></strong><span leaf="">&nbsp;— 自定义技能生成器</span></section>
</li>
</ul>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">其他能力</span></span><span style="display: none;"></span><br>
</h3>
<ul style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;font-size: 15px;list-style-type: circle;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">定时任务</span></strong><span leaf="">&nbsp;— 每日新闻收集、邮件整理</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">持久记忆</span></strong><span leaf="">&nbsp;— 跨会话记住用户偏好</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">远程操控</span></strong><span leaf="">&nbsp;— 通过钉钉、飞书手机远程控制电脑</span></section>
</li>
</ul>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">这些技能不是简单的「提示词」，而是</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">真正的可执行模块</span></strong><span leaf="">。</span></p>
<figure data-tool="mdnice编辑器" style="margin: 0;margin-top: 10px;margin-bottom: 10px;display: flex;flex-direction: column;justify-content: center;align-items: center;"><span leaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/02/frc-00331e2403fc2bdc347efccc58f98356.png"></figure></span></figure>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">比如启用 xlsx + docx 技能后，你上传一份销售数据表，说“分析 Top 10 产品销售趋势，生成包含图表的月度分析报告”。它会完成完整的</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">数据读取 → 指标计算 → 图表生成 → 文档输出流程</span></strong><span leaf="">。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">这才是真正的 Agent 执行链路。</span></p>
<hr style="margin: 0;margin-top: 10px;margin-bottom: 10px;height: 1px;padding: 0;border: none;border-top: 2px solid #d9b8fa;">
<h2 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;font-weight: bold;color: black;font-size: 22px;text-align: left;margin: 20px 10px 0px 0px;">
<span style="display: none;"></span><span style="font-size: 18px;font-weight: bold;display: inline-block;padding-left: 10px;border-left: 5px solid #916dd5;"><span leaf="">四、怎么上手？</span></span><br>
</h2>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">1.下载安装</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">访问官网 lobsterai.youdao.com，下载对应系统的安装包（macOS 和 Windows 都支持，Intel 和 Apple Silicon 版本分开）。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">双击安装，和装普通软件一样简单。</span></p>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">2.配置模型</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">打开设置，左边一列模型供应商：DeepSeek、Moonshot、Qwen、智谱、MiniMax、Ollama……</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">选一个你常用的，</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">填 API Key，点「测试连接」</span></strong><span leaf="">。看到绿色的「连接成功」就行了。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">没有 curl，没有环境变量，点几下按钮就完事。</span></strong></p>
<figure data-tool="mdnice编辑器" style="margin: 0;margin-top: 10px;margin-bottom: 10px;display: flex;flex-direction: column;justify-content: center;align-items: center;"><span leaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/02/frc-f739906bf0ccdb275091c60ca413bd75.png"></figure></span></figure>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">3.启用技能</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">在技能管理页面，勾选你需要的功能模块。日常办公的话，docx/xlsx/pptx 基本够了。</span></p>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">4.开始干活</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">直接在对话框里输入需求，它会自动规划并执行。</span></p>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">5.连接飞书/钉钉（可选）</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">如果你想手机远程操控电脑，可以在设置里配一下飞书或钉钉机器人。流程也不复杂：</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">创建应用 → 配权限 → 选长连接 → 填 App ID 和 App Secret → 测试连通性</span></strong><span leaf="">。</span></p>
<figure data-tool="mdnice编辑器" style="margin: 0;margin-top: 10px;margin-bottom: 10px;display: flex;flex-direction: column;justify-content: center;align-items: center;"><span leaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/02/frc-74d4b1e3541abfcd93731232ed3c3b3f.png"></figure></span></figure>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">搞定之后，你在手机上发条消息，家里的电脑就开始干活了。比如 Chirs 配置了飞书机器人，这时候就可以</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">在手机或电脑版飞书，给机器人安排任务</span></strong><span leaf="">：</span></p>
<hr style="margin: 0;margin-top: 10px;margin-bottom: 10px;height: 1px;padding: 0;border: none;border-top: 2px solid #d9b8fa;">
<h2 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;font-weight: bold;color: black;font-size: 22px;text-align: left;margin: 20px 10px 0px 0px;">
<span style="display: none;"></span><span style="font-size: 18px;font-weight: bold;display: inline-block;padding-left: 10px;border-left: 5px solid #916dd5;"><span leaf="">五、真实场景举例</span></span><br>
</h2>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">让我说几个真正能派上用场的场景：</span></p>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">场景一：老板临时要报告</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">当我们需要使用 Excel 表格数据制作报告通常都需要经过下面的流程：</span></p>
<ul style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;font-size: 15px;list-style-type: circle;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">打开 Excel，手动筛选数据</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">画图表</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">写 Word 报告</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">老板说改一下，再来一遍</span></section>
</li>
</ul>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">耗时通常在  1–2 小时，而使用&nbsp;</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">LobsterAI 的话：</span></strong></p>
<ol style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;list-style-type: decimal;font-size: 15px;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">上传数据表格</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">输入：“分析这篇文章的阅读量数据，生成包含图表的分析报告”</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">等待 5–10 分钟</span></section>
</li>
</ol>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">老板说“改成饼图，增加分类维度”，继续对话迭代就行。</span></p>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">场景二：远程操控办公</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">你在咖啡厅，突然想起来家里电脑上有个文件要处理。打开手机飞书，给 LobsterAI 配置的飞书机器人，发个消息，它就帮你搞定。不用远程桌面，不用 VPN，一句话的事。</span></p>
<figure data-tool="mdnice编辑器" style="margin: 0;margin-top: 10px;margin-bottom: 10px;display: flex;flex-direction: column;justify-content: center;align-items: center;"><span leaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/02/frc-3a90482063d38a55cfcde9290256d69c.png"></figure></span></figure>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">场景三：自动信息收集</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">设置一个定时任务：每天早上 9 点自动收集 Reddit 内容、行业新闻，整理成摘要发给你。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">之后你就不用刷各种信息流了，早上打开手机直接看结果。</span></p>
<figure data-tool="mdnice编辑器" style="margin: 0;margin-top: 10px;margin-bottom: 10px;display: flex;flex-direction: column;justify-content: center;align-items: center;"><span leaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/02/frc-a07437bd8f51f24da4ad68086bda309e.png"></figure></span></figure>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">场景四：学习辅助</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">丢一堆学习资料进去，让它自动提炼知识点、整理笔记、根据你的进度生成练习题。</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">这已经不是普通的“AI 助手”了，这是任劳任怨的“数字员工”。</span></strong></p>
<hr style="margin: 0;margin-top: 10px;margin-bottom: 10px;height: 1px;padding: 0;border: none;border-top: 2px solid #d9b8fa;">
<h2 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;font-weight: bold;color: black;font-size: 22px;text-align: left;margin: 20px 10px 0px 0px;">
<span style="display: none;"></span><span style="font-size: 18px;font-weight: bold;display: inline-block;padding-left: 10px;border-left: 5px solid #916dd5;"><span leaf="">六、安不安全？</span></span><br>
</h2>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">很多人看到「AI 控制电脑」这六个字，第一反应是：这玩意儿安全吗？</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">LobsterAI 在这块做了三层防护：</span></p>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">1. 本地优先策略</span></span><span style="display: none;"></span><br>
</h3>
<ul style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;font-size: 15px;list-style-type: circle;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">所有聊天记录存储在本地数据库</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">API Key 只存在本机</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">可用 Ollama 本地模型完全离线运行</span></section>
</li>
</ul>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">2. 沙箱隔离执行</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">提供三种执行模式：</span></p>
<ul style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;font-size: 15px;list-style-type: circle;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">自动（优先沙箱）</span></strong><span leaf="">&nbsp;— 平衡效率与安全</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">本地运行</span></strong><span leaf="">&nbsp;— 最高效率</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">仅沙箱</span></strong><span leaf="">&nbsp;— 最高安全级别</span></section>
</li>
</ul>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">沙箱环境下：</span></p>
<ul style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;font-size: 15px;list-style-type: circle;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">独立 VM 运行</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">限制本地文件访问</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">网络请求受监控</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">自动检测危险操作</span></section>
</li>
</ul>
<figure data-tool="mdnice编辑器" style="margin: 0;margin-top: 10px;margin-bottom: 10px;display: flex;flex-direction: column;justify-content: center;align-items: center;"><span leaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/02/frc-e11a7dec3c82de69ed1367473e661300.png"></figure></span></figure>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">3. 敏感权限控制</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">所有敏感工具调用需要用户明确批准后才能执行。也就是，</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">它干活，你盯着；危险动作，你说了算。</span></strong></p>
<hr style="margin: 0;margin-top: 10px;margin-bottom: 10px;height: 1px;padding: 0;border: none;border-top: 2px solid #d9b8fa;">
<h2 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;font-weight: bold;color: black;font-size: 22px;text-align: left;margin: 20px 10px 0px 0px;">
<span style="display: none;"></span><span style="font-size: 18px;font-weight: bold;display: inline-block;padding-left: 10px;border-left: 5px solid #916dd5;"><span leaf="">七、开源免费</span></span><br>
</h2>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">2 月 19 日，有道龙虾在 GitHub 正式开源，MIT 协议。短短几天，Stars 突破 2000+，Fork 200+。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">网易把这东西开源出来，挺有意思。这说明他们不打算靠这个收费，而是想和社区一起打磨，把它做成一个真正好用的生产力工具。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">对于用户来说，这是个好消息：</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">免费、开源、安全可控。</span></strong></p>
<hr style="margin: 0;margin-top: 10px;margin-bottom: 10px;height: 1px;padding: 0;border: none;border-top: 2px solid #d9b8fa;">
<h2 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;font-weight: bold;color: black;font-size: 22px;text-align: left;margin: 20px 10px 0px 0px;">
<span style="display: none;"></span><span style="font-size: 18px;font-weight: bold;display: inline-block;padding-left: 10px;border-left: 5px solid #916dd5;"><span leaf="">写在最后</span></span><br>
</h2>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">去年，大家还在讨论 AI 能不能聊天。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">今年，话题已经变成“AI 能不能干活”。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">从「对话」到「做事」，一词之差，对大众来说绝对是两个时代。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">LobsterAI 给我的感觉是：</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">大大降低大家使用类似 OpenClaw 这类 AI 助手的成本，让每个人都可以有一个自己专属的 AI 员工，也是非常好的普及 AI 的方式。</span></strong></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">让它能够根据你的要求，AI 自己打开浏览器、输入关键词、翻找结果、整理成文档，不是简单的回答问题，而使真正帮你干活。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">最后，Chris 觉得，现在的大模型 Chatbot 和 LobsterAI 的区别，就是顾问和员工的区别。一个只长脑子，一个有脑有手。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">2026 年，可能是 Agent 元年。大家赶紧一起来抓虾吧。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">官网：</span></strong><span leaf=""><span textstyle="" style="color: #916dd5;font-weight: bold;">https://lobsterai.youdao.com/</span></span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">GitHub：</span></strong><span leaf=""><span textstyle="" style="color: #916dd5;font-weight: bold;">https://github.com/netease-youdao/LobsterAI</span></span></p>
</section>



<p class="wp-block-paragraph"><mp-style-type data-value="3"></mp-style-type></p>
<p><a rel="nofollow" href="https://51ai.website/recommend/lobsterai/">有道 LobsterAI：中国版OpenClaw，能聊天能干活，你的7×24小时AI数字员工</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://51ai.website/recommend/lobsterai/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>手把手教你安装OpenClaw让AI帮你干活</title>
		<link>https://51ai.website/blog/openclaw-lession/</link>
					<comments>https://51ai.website/blog/openclaw-lession/#respond</comments>
		
		<dc:creator><![CDATA[stark, tony]]></dc:creator>
		<pubDate>Fri, 27 Feb 2026 15:50:38 +0000</pubDate>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[多模态大模型]]></category>
		<category><![CDATA[开源模型]]></category>
		<guid isPermaLink="false">https://51ai.website/?p=955</guid>

					<description><![CDATA[<p>一、什么是 OpenClaw？ OpenClaw（曾用名 Clawdbot）是一款 2026 年爆火的开源个人 [&#8230;]</p>
<p><a rel="nofollow" href="https://51ai.website/blog/openclaw-lession/">手把手教你安装OpenClaw让AI帮你干活</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">一、什么是 OpenClaw？</h2>



<p class="has-medium-font-size wp-block-paragraph"><strong>OpenClaw</strong>（曾用名 Clawdbot）是一款 2026 年爆火的开源个人 AI 助手，GitHub 星标已超过 10 万颗。与传统 AI 聊天机器人的根本区别在于：</p>



<ul class="wp-block-list">
<li class="has-medium-font-size"><strong>真正的执行能力</strong>：不仅能回答问题，还能实际操作你的电脑</li>



<li class="has-medium-font-size"><strong>24/7 全天候待命</strong>：在你睡觉时也能主动完成任务</li>



<li class="has-medium-font-size"><strong>完全开源免费</strong>：数据完全掌控在自己手中</li>



<li class="has-medium-font-size"><strong>支持多种通讯平台</strong>：在国外，WhatsApp、Telegram、Discord、Slack、iMessage 等，在国内，飞书，钉钉等各大厂商的即时聊天软件已经支持接入</li>
</ul>



<p class="has-medium-font-size wp-block-paragraph"><strong>它能做什么？</strong></p>



<p class="has-medium-font-size wp-block-paragraph">它不只是回答问题的聊天机器人，而是真的能在你电脑上动手操作。比如你告诉它“帮我整理一下上个月的邮件”，它就默默去处理了；你睡觉时，它还能继续干活，退订广告、预约行程、甚至找找 Bug。</p>



<p class="has-medium-font-size wp-block-paragraph">它完全免费，你的数据都在自己手里。而且可以用钉钉，飞书，WhatsApp、Telegram等各类<a href="https://cloud.tencent.com/product/im?from_column=20065&amp;from=20065" target="_blank" rel="noopener">即时通讯</a>软件来指挥他干活！</p>



<p class="has-medium-font-size wp-block-paragraph">简单来说，一句话交给它，从整理桌面文件到控制家里灯光，它都默默帮你搞定。是你电脑里真正的贾维斯！超级智能的AI助理！</p>



<h2 class="wp-block-heading has-medium-font-size">二、安装nodejs</h2>



<p class="has-medium-font-size wp-block-paragraph">后面执行一键安装命令，可以自动安装nodejs，但是如果为了加快速度，防止安装意外，可以先安装nodejs：</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="has-medium-font-size wp-block-paragraph">官方下载地址：<a class="" href="https://cloud.tencent.com/developer/tools/blog-entry?target=https%3A%2F%2Fnodejs.org%2Fzh-cn%2Fdownload&amp;objectId=2626160&amp;objectType=1&amp;contentType=undefined" target="_blank" rel="noopener">https://nodejs.org/zh-cn/download</a></p>
</blockquote>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="549" src="https://51ai.website/wp-content/uploads/2026/02/1-1024x549.png" alt="" class="wp-image-963" srcset="https://51ai.website/wp-content/uploads/2026/02/1-1024x549.png 1024w, https://51ai.website/wp-content/uploads/2026/02/1-300x161.png 300w, https://51ai.website/wp-content/uploads/2026/02/1-768x412.png 768w, https://51ai.website/wp-content/uploads/2026/02/1-1536x823.png 1536w, https://51ai.website/wp-content/uploads/2026/02/1-2048x1098.png 2048w, https://51ai.website/wp-content/uploads/2026/02/1-18x10.png 18w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading has-medium-font-size">三、开始安装</h2>



<h4 class="wp-block-heading has-medium-font-size">一）设置 PowerShell 执行权限</h4>



<p class="has-medium-font-size wp-block-paragraph">以管理员身份运行 PowerShell：</p>



<ol class="wp-block-list">
<li class="has-medium-font-size">按 <code>Win</code> 键，搜索 <strong>PowerShell</strong></li>



<li class="has-medium-font-size">右键点击 <strong>Windows</strong><strong> PowerShell</strong></li>



<li class="has-medium-font-size">选择 <strong>以管理员身份运行</strong></li>



<li class="has-medium-font-size">点击 <strong>是</strong> 确认</li>
</ol>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="579" src="https://51ai.website/wp-content/uploads/2026/02/2-1024x579.webp" alt="" class="wp-image-964" srcset="https://51ai.website/wp-content/uploads/2026/02/2-1024x579.webp 1024w, https://51ai.website/wp-content/uploads/2026/02/2-300x170.webp 300w, https://51ai.website/wp-content/uploads/2026/02/2-768x435.webp 768w, https://51ai.website/wp-content/uploads/2026/02/2-18x10.webp 18w, https://51ai.website/wp-content/uploads/2026/02/2.webp 1345w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">在管理员 PowerShell 窗口中，依次执行以下两条命令：</p>



<pre class="wp-block-code has-base-background-color has-background has-medium-font-size"><code>Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass</code></pre>



<p class="has-medium-font-size wp-block-paragraph"><strong>这是什么意思？</strong></p>



<ul class="wp-block-list">
<li class="has-medium-font-size">第一条命令：允许当前用户运行本地和下载的脚本</li>



<li class="has-medium-font-size">第二条命令：允许当前用户运行本地和下载的脚本</li>
</ul>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>安全提示</strong>：这些命令只会影响您自己的账户，不会影响系统安全或其他用户。</p>
</blockquote>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="349" src="https://51ai.website/wp-content/uploads/2026/02/3-1024x349.png" alt="" class="wp-image-965" srcset="https://51ai.website/wp-content/uploads/2026/02/3-1024x349.png 1024w, https://51ai.website/wp-content/uploads/2026/02/3-300x102.png 300w, https://51ai.website/wp-content/uploads/2026/02/3-768x262.png 768w, https://51ai.website/wp-content/uploads/2026/02/3-1536x523.png 1536w, https://51ai.website/wp-content/uploads/2026/02/3-18x6.png 18w, https://51ai.website/wp-content/uploads/2026/02/3.png 1978w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h4 class="wp-block-heading">二）执行一键安装命令</h4>



<p class="has-medium-font-size wp-block-paragraph">复制以下命令，粘贴到 PowerShell 窗口中，按 <strong>Enter</strong> 执行：</p>



<pre class="wp-block-code has-base-background-color has-background"><code>iwr -useb https://openclaw.ai/install.ps1 | iex</code></pre>



<p class="has-base-background-color has-background has-medium-font-size wp-block-paragraph"><strong>安装过程会自动完成：</strong></p>



<ul class="wp-block-list">
<li class="has-medium-font-size">检测系统环境</li>



<li class="has-medium-font-size">安装必要依赖（Node.js 等）</li>



<li class="has-medium-font-size">下载 OpenClaw 核心文件</li>



<li class="has-medium-font-size">配置环境变量</li>



<li class="has-medium-font-size">启动配置向导</li>
</ul>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="has-base-background-color has-background has-medium-font-size wp-block-paragraph" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">注意：如果命令执行后，还是报错，可以自己到官网下载node安装包，自己安装node环境，注意版本最好在 node v22.x 以上，node官网下载地址：<a class="" href="https://cloud.tencent.com/developer/tools/blog-entry?target=https%3A%2F%2Fnodejs.org%2Fzh-cn%2Fdownload&amp;objectId=2626160&amp;objectType=1&amp;contentType=undefined" target="_blank" rel="noopener">https://nodejs.org/zh-cn/download</a></p>
</blockquote>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="456" src="https://51ai.website/wp-content/uploads/2026/02/4-1024x456.png" alt="" class="wp-image-966" srcset="https://51ai.website/wp-content/uploads/2026/02/4-1024x456.png 1024w, https://51ai.website/wp-content/uploads/2026/02/4-300x133.png 300w, https://51ai.website/wp-content/uploads/2026/02/4-768x342.png 768w, https://51ai.website/wp-content/uploads/2026/02/4-1536x683.png 1536w, https://51ai.website/wp-content/uploads/2026/02/4-18x8.png 18w, https://51ai.website/wp-content/uploads/2026/02/4.png 1978w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="751" src="https://51ai.website/wp-content/uploads/2026/02/5-1024x751.png" alt="" class="wp-image-967" srcset="https://51ai.website/wp-content/uploads/2026/02/5-1024x751.png 1024w, https://51ai.website/wp-content/uploads/2026/02/5-300x220.png 300w, https://51ai.website/wp-content/uploads/2026/02/5-768x563.png 768w, https://51ai.website/wp-content/uploads/2026/02/5-1536x1126.png 1536w, https://51ai.website/wp-content/uploads/2026/02/5-16x12.png 16w, https://51ai.website/wp-content/uploads/2026/02/5.png 1978w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading has-medium-font-size">四、初始配置向导</h2>



<p class="has-medium-font-size wp-block-paragraph">安装完成后，会自动进入配置向导（<code>openclaw onboard</code>）。</p>



<h3 class="wp-block-heading has-medium-font-size">一）风险告知</h3>



<p class="has-medium-font-size wp-block-paragraph">这一步主要是告诉你，使用OpenClaw可能会有一些风险。请问你是否继续？</p>



<p class="has-medium-font-size wp-block-paragraph">按 向左方向键 ←，选择 <code>Yes</code>，按 <code>Enter</code> 回车确认</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="778" src="https://51ai.website/wp-content/uploads/2026/02/6-1024x778.png" alt="" class="wp-image-968" srcset="https://51ai.website/wp-content/uploads/2026/02/6-1024x778.png 1024w, https://51ai.website/wp-content/uploads/2026/02/6-300x228.png 300w, https://51ai.website/wp-content/uploads/2026/02/6-768x584.png 768w, https://51ai.website/wp-content/uploads/2026/02/6-1536x1167.png 1536w, https://51ai.website/wp-content/uploads/2026/02/6-16x12.png 16w, https://51ai.website/wp-content/uploads/2026/02/6.png 1616w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading has-medium-font-size">二）选择 QiuickStart 模式</h3>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1251" height="204" src="https://51ai.website/wp-content/uploads/2026/02/7-1024x167.png" alt="" class="wp-image-1020" srcset="https://51ai.website/wp-content/uploads/2026/02/7-1024x167.png 1024w, https://51ai.website/wp-content/uploads/2026/02/7-300x49.png 300w, https://51ai.website/wp-content/uploads/2026/02/7-768x125.png 768w, https://51ai.website/wp-content/uploads/2026/02/7-18x3.png 18w, https://51ai.website/wp-content/uploads/2026/02/7.png 1251w" sizes="auto, (max-width: 1251px) 100vw, 1251px" /></figure>



<h3 class="wp-block-heading has-medium-font-size">三）配置 AI 模型 API Key</h3>



<p class="has-medium-font-size wp-block-paragraph">OpenClaw 需要连接到大语言模型才能工作。Openclaw 比较费token，国外模型成本高，门槛也高，这里我选择国内的智谱的 GLM 4.7</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">如果没有智谱的API Key，点击官方地址自己注册账号获取API key：<a class="" href="https://cloud.tencent.com/developer/tools/blog-entry?target=https%3A%2F%2Fwww.bigmodel.cn%2Fglm-coding%3Fic%3DRBSKXMPNJP&amp;objectId=2626160&amp;objectType=1&amp;contentType=undefined" target="_blank" rel="noopener">https://www.bigmodel.cn/glm-coding?ic=RBSKXMPNJP</a></p>
</blockquote>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="246" src="https://51ai.website/wp-content/uploads/2026/02/8-1024x246.png" alt="" class="wp-image-969" srcset="https://51ai.website/wp-content/uploads/2026/02/8-1024x246.png 1024w, https://51ai.website/wp-content/uploads/2026/02/8-300x72.png 300w, https://51ai.website/wp-content/uploads/2026/02/8-768x185.png 768w, https://51ai.website/wp-content/uploads/2026/02/8-18x4.png 18w, https://51ai.website/wp-content/uploads/2026/02/8.png 1226w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">输入自己的 API Key：</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="336" src="https://51ai.website/wp-content/uploads/2026/02/9-1024x336.png" alt="" class="wp-image-970" srcset="https://51ai.website/wp-content/uploads/2026/02/9-1024x336.png 1024w, https://51ai.website/wp-content/uploads/2026/02/9-300x98.png 300w, https://51ai.website/wp-content/uploads/2026/02/9-768x252.png 768w, https://51ai.website/wp-content/uploads/2026/02/9-18x6.png 18w, https://51ai.website/wp-content/uploads/2026/02/9.png 1302w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading has-medium-font-size">四）选择 AI 模型</h3>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">这里我选择默认的GLM 4.7，也是智普当前的旗舰模型</p>
</blockquote>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="444" src="https://51ai.website/wp-content/uploads/2026/02/10-1024x444.png" alt="" class="wp-image-971" srcset="https://51ai.website/wp-content/uploads/2026/02/10-1024x444.png 1024w, https://51ai.website/wp-content/uploads/2026/02/10-300x130.png 300w, https://51ai.website/wp-content/uploads/2026/02/10-768x333.png 768w, https://51ai.website/wp-content/uploads/2026/02/10-18x8.png 18w, https://51ai.website/wp-content/uploads/2026/02/10.png 1272w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading has-medium-font-size">五）连接即时通讯平台</h3>



<p class="has-medium-font-size wp-block-paragraph">配置完 AI 模型后，OpenClaw 会询问你要连接哪个通讯平台？</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">OpenClaw 原生支持的<a href="https://cloud.tencent.com/product/im?from_column=20065&amp;from=20065" target="_blank" rel="noopener">即时通信</a>平台主要是海外的 WhatsApp、Telegram、Discord、Slack、iMessage 等，国内用户不习惯，这里国产即时通信软件大厂也跟进了，现在钉钉，飞书等都已支持接入OpenClaw</p>
</blockquote>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="531" src="https://51ai.website/wp-content/uploads/2026/02/11-1024x531.png" alt="" class="wp-image-972" srcset="https://51ai.website/wp-content/uploads/2026/02/11-1024x531.png 1024w, https://51ai.website/wp-content/uploads/2026/02/11-300x156.png 300w, https://51ai.website/wp-content/uploads/2026/02/11-768x398.png 768w, https://51ai.website/wp-content/uploads/2026/02/11-18x9.png 18w, https://51ai.website/wp-content/uploads/2026/02/11.png 1394w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">后面会带领大家把飞书机器人接入 OpenClaw，使大家可以通过飞书即可指挥OpenClaw为我们干活，但是飞书配置比较复杂，这里我们先选择跳过，后面我们可以通过继续进行配置：</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="536" src="https://51ai.website/wp-content/uploads/2026/02/12-1024x536.png" alt="" class="wp-image-973" srcset="https://51ai.website/wp-content/uploads/2026/02/12-1024x536.png 1024w, https://51ai.website/wp-content/uploads/2026/02/12-300x157.png 300w, https://51ai.website/wp-content/uploads/2026/02/12-768x402.png 768w, https://51ai.website/wp-content/uploads/2026/02/12-18x9.png 18w, https://51ai.website/wp-content/uploads/2026/02/12.png 1468w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading has-medium-font-size">六）选择Skills</h3>



<p class="has-medium-font-size wp-block-paragraph">这里也选择：No，暂不配置，后面通过UI界面进行配置：</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="1002" height="448" src="https://51ai.website/wp-content/uploads/2026/02/13.png" alt="" class="wp-image-974" srcset="https://51ai.website/wp-content/uploads/2026/02/13.png 1002w, https://51ai.website/wp-content/uploads/2026/02/13-300x134.png 300w, https://51ai.website/wp-content/uploads/2026/02/13-768x343.png 768w, https://51ai.website/wp-content/uploads/2026/02/13-18x8.png 18w" sizes="auto, (max-width: 1002px) 100vw, 1002px" /></figure>



<h3 class="wp-block-heading has-medium-font-size">七）是否开启Hooks</h3>



<p class="has-medium-font-size wp-block-paragraph">操作步骤：先敲<strong>空格</strong>，表示选中当前项，再敲回车键</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="432" src="https://51ai.website/wp-content/uploads/2026/02/14-1024x432.png" alt="" class="wp-image-1025" srcset="https://51ai.website/wp-content/uploads/2026/02/14-1024x432.png 1024w, https://51ai.website/wp-content/uploads/2026/02/14-300x127.png 300w, https://51ai.website/wp-content/uploads/2026/02/14-768x324.png 768w, https://51ai.website/wp-content/uploads/2026/02/14-18x8.png 18w, https://51ai.website/wp-content/uploads/2026/02/14.png 1266w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading has-medium-font-size">八）启动服务并打开UI界面</h3>



<p class="has-medium-font-size wp-block-paragraph">此时它会自动再打开一个命令窗口来启动服务:</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="336" src="https://51ai.website/wp-content/uploads/2026/02/15-1024x336.png" alt="" class="wp-image-975" srcset="https://51ai.website/wp-content/uploads/2026/02/15-1024x336.png 1024w, https://51ai.website/wp-content/uploads/2026/02/15-300x99.png 300w, https://51ai.website/wp-content/uploads/2026/02/15-768x252.png 768w, https://51ai.website/wp-content/uploads/2026/02/15-1536x505.png 1536w, https://51ai.website/wp-content/uploads/2026/02/15-18x6.png 18w, https://51ai.website/wp-content/uploads/2026/02/15.png 1960w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">这个过程是在启动服务，可能会需要等一点时间</p>
</blockquote>



<p class="has-medium-font-size wp-block-paragraph">同时，大约过30秒左右，我们回到刚才的设置窗口，选择 <code>Open the Web UI</code> ，打开 <code>OpenClaw</code> 的UI界面：</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="198" src="https://51ai.website/wp-content/uploads/2026/02/16-1024x198.png" alt="" class="wp-image-976" srcset="https://51ai.website/wp-content/uploads/2026/02/16-1024x198.png 1024w, https://51ai.website/wp-content/uploads/2026/02/16-300x58.png 300w, https://51ai.website/wp-content/uploads/2026/02/16-768x148.png 768w, https://51ai.website/wp-content/uploads/2026/02/16-18x3.png 18w, https://51ai.website/wp-content/uploads/2026/02/16.png 1242w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">浏览器自动打开Web UI界面：</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="578" src="https://51ai.website/wp-content/uploads/2026/02/17-1024x578.png" alt="" class="wp-image-977" srcset="https://51ai.website/wp-content/uploads/2026/02/17-1024x578.png 1024w, https://51ai.website/wp-content/uploads/2026/02/17-300x169.png 300w, https://51ai.website/wp-content/uploads/2026/02/17-768x434.png 768w, https://51ai.website/wp-content/uploads/2026/02/17-1536x868.png 1536w, https://51ai.website/wp-content/uploads/2026/02/17-2048x1157.png 2048w, https://51ai.website/wp-content/uploads/2026/02/17-18x10.png 18w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">九）测试一下</p>



<img loading="lazy" decoding="async" width="2105" height="585" class="gb-media-e0ca3150" alt="" title="18" src="https://51ai.website/wp-content/uploads/2026/02/18.webp" srcset="https://51ai.website/wp-content/uploads/2026/02/18.webp 2105w, https://51ai.website/wp-content/uploads/2026/02/18-300x83.webp 300w, https://51ai.website/wp-content/uploads/2026/02/18-1024x285.webp 1024w, https://51ai.website/wp-content/uploads/2026/02/18-768x213.webp 768w, https://51ai.website/wp-content/uploads/2026/02/18-1536x427.webp 1536w, https://51ai.website/wp-content/uploads/2026/02/18-2048x569.webp 2048w, https://51ai.website/wp-content/uploads/2026/02/18-18x5.webp 18w" sizes="auto, (max-width: 2105px) 100vw, 2105px" />



<h2 class="wp-block-heading has-medium-font-size">五、接入飞书机器人</h2>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="365" src="https://51ai.website/wp-content/uploads/2026/02/19-1024x365.webp" alt="" class="wp-image-979" srcset="https://51ai.website/wp-content/uploads/2026/02/19-1024x365.webp 1024w, https://51ai.website/wp-content/uploads/2026/02/19-300x107.webp 300w, https://51ai.website/wp-content/uploads/2026/02/19-768x274.webp 768w, https://51ai.website/wp-content/uploads/2026/02/19-1536x547.webp 1536w, https://51ai.website/wp-content/uploads/2026/02/19-2048x730.webp 2048w, https://51ai.website/wp-content/uploads/2026/02/19-18x6.webp 18w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">我们需要先到飞书平台创建自己的机器人来接入OpenClaw：</p>



<h3 class="wp-block-heading has-medium-font-size">一）来到飞书开发者后台</h3>



<p class="has-medium-font-size wp-block-paragraph">飞书开放平台地址：<a class="" href="https://cloud.tencent.com/developer/tools/blog-entry?target=https%3A%2F%2Fopen.feishu.cn&amp;objectId=2626160&amp;objectType=1&amp;contentType=undefined" target="_blank" rel="noopener">https://open.feishu.cn</a></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">没有飞书账号的，需要自己注册账号</p>
</blockquote>



<p class="has-medium-font-size wp-block-paragraph">点击右上角进入 <strong>开发者后台</strong>：</p>



<h3 class="wp-block-heading has-medium-font-size">二）创建应用</h3>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="514" src="https://51ai.website/wp-content/uploads/2026/02/20-1024x514.png" alt="" class="wp-image-980" srcset="https://51ai.website/wp-content/uploads/2026/02/20-1024x514.png 1024w, https://51ai.website/wp-content/uploads/2026/02/20-300x151.png 300w, https://51ai.website/wp-content/uploads/2026/02/20-768x386.png 768w, https://51ai.website/wp-content/uploads/2026/02/20-1536x771.png 1536w, https://51ai.website/wp-content/uploads/2026/02/20-2048x1028.png 2048w, https://51ai.website/wp-content/uploads/2026/02/20-18x9.png 18w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading has-medium-font-size">三）填写应用信息</h3>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="873" src="https://51ai.website/wp-content/uploads/2026/02/21-1024x873.png" alt="" class="wp-image-981" srcset="https://51ai.website/wp-content/uploads/2026/02/21-1024x873.png 1024w, https://51ai.website/wp-content/uploads/2026/02/21-300x256.png 300w, https://51ai.website/wp-content/uploads/2026/02/21-768x655.png 768w, https://51ai.website/wp-content/uploads/2026/02/21-14x12.png 14w, https://51ai.website/wp-content/uploads/2026/02/21.png 1471w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading has-medium-font-size">四）获取自己的应用凭证</h3>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="458" src="https://51ai.website/wp-content/uploads/2026/02/22-1024x458.png" alt="" class="wp-image-982" srcset="https://51ai.website/wp-content/uploads/2026/02/22-1024x458.png 1024w, https://51ai.website/wp-content/uploads/2026/02/22-300x134.png 300w, https://51ai.website/wp-content/uploads/2026/02/22-768x344.png 768w, https://51ai.website/wp-content/uploads/2026/02/22-1536x687.png 1536w, https://51ai.website/wp-content/uploads/2026/02/22-2048x916.png 2048w, https://51ai.website/wp-content/uploads/2026/02/22-18x8.png 18w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading has-medium-font-size">五）给应用添加机器人</h3>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="526" src="https://51ai.website/wp-content/uploads/2026/02/23-1024x526.png" alt="" class="wp-image-983" srcset="https://51ai.website/wp-content/uploads/2026/02/23-1024x526.png 1024w, https://51ai.website/wp-content/uploads/2026/02/23-300x154.png 300w, https://51ai.website/wp-content/uploads/2026/02/23-768x394.png 768w, https://51ai.website/wp-content/uploads/2026/02/23-1536x788.png 1536w, https://51ai.website/wp-content/uploads/2026/02/23-2048x1051.png 2048w, https://51ai.website/wp-content/uploads/2026/02/23-18x9.png 18w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="431" src="https://51ai.website/wp-content/uploads/2026/02/24-1024x431.png" alt="" class="wp-image-984" srcset="https://51ai.website/wp-content/uploads/2026/02/24-1024x431.png 1024w, https://51ai.website/wp-content/uploads/2026/02/24-300x126.png 300w, https://51ai.website/wp-content/uploads/2026/02/24-768x323.png 768w, https://51ai.website/wp-content/uploads/2026/02/24-1536x646.png 1536w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading has-medium-font-size">六）给应用配置权限</h3>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="494" src="https://51ai.website/wp-content/uploads/2026/02/25-1024x494.png" alt="" class="wp-image-985" srcset="https://51ai.website/wp-content/uploads/2026/02/25-1024x494.png 1024w, https://51ai.website/wp-content/uploads/2026/02/25-300x145.png 300w, https://51ai.website/wp-content/uploads/2026/02/25-768x370.png 768w, https://51ai.website/wp-content/uploads/2026/02/25-1536x740.png 1536w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">把即时通讯相关的权限全部开通：</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="884" src="https://51ai.website/wp-content/uploads/2026/02/26-1-1024x884.png" alt="" class="wp-image-1028" srcset="https://51ai.website/wp-content/uploads/2026/02/26-1-1024x884.png 1024w, https://51ai.website/wp-content/uploads/2026/02/26-1-300x259.png 300w, https://51ai.website/wp-content/uploads/2026/02/26-1-768x663.png 768w, https://51ai.website/wp-content/uploads/2026/02/26-1-1536x1325.png 1536w, https://51ai.website/wp-content/uploads/2026/02/26-1.png 1575w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading has-medium-font-size">七）创建版本并发布</h3>



<p class="has-medium-font-size wp-block-paragraph">来到飞书客户端进行审批：</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="263" src="https://51ai.website/wp-content/uploads/2026/02/27-1024x263.png" alt="" class="wp-image-987" srcset="https://51ai.website/wp-content/uploads/2026/02/27-1024x263.png 1024w, https://51ai.website/wp-content/uploads/2026/02/27-300x77.png 300w, https://51ai.website/wp-content/uploads/2026/02/27-768x197.png 768w, https://51ai.website/wp-content/uploads/2026/02/27-1536x394.png 1536w, https://51ai.website/wp-content/uploads/2026/02/27-18x5.png 18w, https://51ai.website/wp-content/uploads/2026/02/27.png 1981w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="616" src="https://51ai.website/wp-content/uploads/2026/02/28-1024x616.png" alt="" class="wp-image-988" srcset="https://51ai.website/wp-content/uploads/2026/02/28-1024x616.png 1024w, https://51ai.website/wp-content/uploads/2026/02/28-300x180.png 300w, https://51ai.website/wp-content/uploads/2026/02/28-768x462.png 768w, https://51ai.website/wp-content/uploads/2026/02/28-1536x923.png 1536w, https://51ai.website/wp-content/uploads/2026/02/28-18x12.png 18w, https://51ai.website/wp-content/uploads/2026/02/28.png 1597w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="424" src="https://51ai.website/wp-content/uploads/2026/02/29-1024x424.png" alt="" class="wp-image-989" srcset="https://51ai.website/wp-content/uploads/2026/02/29-1024x424.png 1024w, https://51ai.website/wp-content/uploads/2026/02/29-300x124.png 300w, https://51ai.website/wp-content/uploads/2026/02/29-768x318.png 768w, https://51ai.website/wp-content/uploads/2026/02/29-1536x636.png 1536w, https://51ai.website/wp-content/uploads/2026/02/29-2048x848.png 2048w, https://51ai.website/wp-content/uploads/2026/02/29-18x7.png 18w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="616" src="https://51ai.website/wp-content/uploads/2026/02/28-1024x616.png" alt="" class="wp-image-988" srcset="https://51ai.website/wp-content/uploads/2026/02/28-1024x616.png 1024w, https://51ai.website/wp-content/uploads/2026/02/28-300x180.png 300w, https://51ai.website/wp-content/uploads/2026/02/28-768x462.png 768w, https://51ai.website/wp-content/uploads/2026/02/28-1536x923.png 1536w, https://51ai.website/wp-content/uploads/2026/02/28-18x12.png 18w, https://51ai.website/wp-content/uploads/2026/02/28.png 1597w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="424" src="https://51ai.website/wp-content/uploads/2026/02/29-1024x424.png" alt="" class="wp-image-989" srcset="https://51ai.website/wp-content/uploads/2026/02/29-1024x424.png 1024w, https://51ai.website/wp-content/uploads/2026/02/29-300x124.png 300w, https://51ai.website/wp-content/uploads/2026/02/29-768x318.png 768w, https://51ai.website/wp-content/uploads/2026/02/29-1536x636.png 1536w, https://51ai.website/wp-content/uploads/2026/02/29-2048x848.png 2048w, https://51ai.website/wp-content/uploads/2026/02/29-18x7.png 18w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="545" src="https://51ai.website/wp-content/uploads/2026/02/30-1024x545.webp" alt="" class="wp-image-990" srcset="https://51ai.website/wp-content/uploads/2026/02/30-1024x545.webp 1024w, https://51ai.website/wp-content/uploads/2026/02/30-300x160.webp 300w, https://51ai.website/wp-content/uploads/2026/02/30-768x409.webp 768w, https://51ai.website/wp-content/uploads/2026/02/30-1536x818.webp 1536w, https://51ai.website/wp-content/uploads/2026/02/30-2048x1090.webp 2048w, https://51ai.website/wp-content/uploads/2026/02/30-18x10.webp 18w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="591" src="https://51ai.website/wp-content/uploads/2026/02/31-1024x591.png" alt="" class="wp-image-996" srcset="https://51ai.website/wp-content/uploads/2026/02/31-1024x591.png 1024w, https://51ai.website/wp-content/uploads/2026/02/31-300x173.png 300w, https://51ai.website/wp-content/uploads/2026/02/31-768x444.png 768w, https://51ai.website/wp-content/uploads/2026/02/31-1536x887.png 1536w, https://51ai.website/wp-content/uploads/2026/02/31-18x10.png 18w, https://51ai.website/wp-content/uploads/2026/02/31.png 1612w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading has-medium-font-size">八）安装飞书插件</h3>



<p class="has-medium-font-size wp-block-paragraph">打开powershell，输入以下命令，安装飞书插件：</p>



<pre class="wp-block-code has-base-background-color has-background"><code>openclaw plugins install @m1heng-clawd/feishu</code></pre>



<p class="has-medium-font-size wp-block-paragraph">安装成功后，再打开一个新的命令窗口，开始配置飞书插件：</p>



<p class="has-medium-font-size wp-block-paragraph">输入命令：</p>



<pre class="wp-block-code has-base-background-color has-background"><code>openclaw config</code></pre>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="687" src="https://51ai.website/wp-content/uploads/2026/02/32-1024x687.png" alt="" class="wp-image-997" srcset="https://51ai.website/wp-content/uploads/2026/02/32-1024x687.png 1024w, https://51ai.website/wp-content/uploads/2026/02/32-300x201.png 300w, https://51ai.website/wp-content/uploads/2026/02/32-768x515.png 768w, https://51ai.website/wp-content/uploads/2026/02/32-18x12.png 18w, https://51ai.website/wp-content/uploads/2026/02/32.png 1382w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">选择渠道:</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="389" src="https://51ai.website/wp-content/uploads/2026/02/33-1024x389.png" alt="" class="wp-image-998" srcset="https://51ai.website/wp-content/uploads/2026/02/33-1024x389.png 1024w, https://51ai.website/wp-content/uploads/2026/02/33-300x114.png 300w, https://51ai.website/wp-content/uploads/2026/02/33-768x292.png 768w, https://51ai.website/wp-content/uploads/2026/02/33-18x7.png 18w, https://51ai.website/wp-content/uploads/2026/02/33.png 1059w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">选择配置链接:</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="196" src="https://51ai.website/wp-content/uploads/2026/02/34-1024x196.png" alt="" class="wp-image-999" srcset="https://51ai.website/wp-content/uploads/2026/02/34-1024x196.png 1024w, https://51ai.website/wp-content/uploads/2026/02/34-300x57.png 300w, https://51ai.website/wp-content/uploads/2026/02/34-768x147.png 768w, https://51ai.website/wp-content/uploads/2026/02/34-18x3.png 18w, https://51ai.website/wp-content/uploads/2026/02/34.png 1175w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="503" src="https://51ai.website/wp-content/uploads/2026/02/35-1024x503.png" alt="" class="wp-image-1000" srcset="https://51ai.website/wp-content/uploads/2026/02/35-1024x503.png 1024w, https://51ai.website/wp-content/uploads/2026/02/35-300x147.png 300w, https://51ai.website/wp-content/uploads/2026/02/35-768x377.png 768w, https://51ai.website/wp-content/uploads/2026/02/35-1536x755.png 1536w, https://51ai.website/wp-content/uploads/2026/02/35-18x9.png 18w, https://51ai.website/wp-content/uploads/2026/02/35.png 1557w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">输入飞书的AppID，AppSecrect：</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="152" src="https://51ai.website/wp-content/uploads/2026/02/36-1024x152.png" alt="" class="wp-image-1001" srcset="https://51ai.website/wp-content/uploads/2026/02/36-1024x152.png 1024w, https://51ai.website/wp-content/uploads/2026/02/36-300x44.png 300w, https://51ai.website/wp-content/uploads/2026/02/36-768x114.png 768w, https://51ai.website/wp-content/uploads/2026/02/36-1536x227.png 1536w, https://51ai.website/wp-content/uploads/2026/02/36-18x3.png 18w, https://51ai.website/wp-content/uploads/2026/02/36.png 1945w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">域名选择中国的：</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="175" src="https://51ai.website/wp-content/uploads/2026/02/37-1024x175.png" alt="" class="wp-image-1002" srcset="https://51ai.website/wp-content/uploads/2026/02/37-1024x175.png 1024w, https://51ai.website/wp-content/uploads/2026/02/37-300x51.png 300w, https://51ai.website/wp-content/uploads/2026/02/37-768x132.png 768w, https://51ai.website/wp-content/uploads/2026/02/37-18x3.png 18w, https://51ai.website/wp-content/uploads/2026/02/37.png 1162w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">接受群组聊天：</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="173" src="https://51ai.website/wp-content/uploads/2026/02/38-1024x173.png" alt="" class="wp-image-993" srcset="https://51ai.website/wp-content/uploads/2026/02/38-1024x173.png 1024w, https://51ai.website/wp-content/uploads/2026/02/38-300x51.png 300w, https://51ai.website/wp-content/uploads/2026/02/38-768x130.png 768w, https://51ai.website/wp-content/uploads/2026/02/38-18x3.png 18w, https://51ai.website/wp-content/uploads/2026/02/38.png 1435w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">选择完成：</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="173" src="https://51ai.website/wp-content/uploads/2026/02/38-1024x173.png" alt="" class="wp-image-993" srcset="https://51ai.website/wp-content/uploads/2026/02/38-1024x173.png 1024w, https://51ai.website/wp-content/uploads/2026/02/38-300x51.png 300w, https://51ai.website/wp-content/uploads/2026/02/38-768x130.png 768w, https://51ai.website/wp-content/uploads/2026/02/38-18x3.png 18w, https://51ai.website/wp-content/uploads/2026/02/38.png 1435w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">选择yes：</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="992" height="274" src="https://51ai.website/wp-content/uploads/2026/02/40.png" alt="" class="wp-image-995" srcset="https://51ai.website/wp-content/uploads/2026/02/40.png 992w, https://51ai.website/wp-content/uploads/2026/02/40-300x83.png 300w, https://51ai.website/wp-content/uploads/2026/02/40-768x212.png 768w, https://51ai.website/wp-content/uploads/2026/02/40-18x5.png 18w" sizes="auto, (max-width: 992px) 100vw, 992px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">选择open：</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="275" src="https://51ai.website/wp-content/uploads/2026/02/41-1024x275.png" alt="" class="wp-image-1003" srcset="https://51ai.website/wp-content/uploads/2026/02/41-1024x275.png 1024w, https://51ai.website/wp-content/uploads/2026/02/41-300x81.png 300w, https://51ai.website/wp-content/uploads/2026/02/41-768x207.png 768w, https://51ai.website/wp-content/uploads/2026/02/41-18x5.png 18w, https://51ai.website/wp-content/uploads/2026/02/41.png 1097w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">选择继续，完成配置：</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="307" src="https://51ai.website/wp-content/uploads/2026/02/42-1024x307.png" alt="" class="wp-image-1004" srcset="https://51ai.website/wp-content/uploads/2026/02/42-1024x307.png 1024w, https://51ai.website/wp-content/uploads/2026/02/42-300x90.png 300w, https://51ai.website/wp-content/uploads/2026/02/42-768x230.png 768w, https://51ai.website/wp-content/uploads/2026/02/42-18x5.png 18w, https://51ai.website/wp-content/uploads/2026/02/42.png 1358w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">重启服务，使配置生效：</p>



<p class="has-medium-font-size wp-block-paragraph">控制可以看到飞书插件已经配置成功</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="492" src="https://51ai.website/wp-content/uploads/2026/02/43-1-1024x492.png" alt="" class="wp-image-1013" srcset="https://51ai.website/wp-content/uploads/2026/02/43-1-1024x492.png 1024w, https://51ai.website/wp-content/uploads/2026/02/43-1-300x144.png 300w, https://51ai.website/wp-content/uploads/2026/02/43-1-768x369.png 768w, https://51ai.website/wp-content/uploads/2026/02/43-1-1536x738.png 1536w, https://51ai.website/wp-content/uploads/2026/02/43-1-2048x984.png 2048w, https://51ai.website/wp-content/uploads/2026/02/43-1-18x9.png 18w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading has-medium-font-size">七）回到飞书后台设置事件回调</h3>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="501" src="https://51ai.website/wp-content/uploads/2026/02/44-1024x501.png" alt="" class="wp-image-1006" srcset="https://51ai.website/wp-content/uploads/2026/02/44-1024x501.png 1024w, https://51ai.website/wp-content/uploads/2026/02/44-300x147.png 300w, https://51ai.website/wp-content/uploads/2026/02/44-768x376.png 768w, https://51ai.website/wp-content/uploads/2026/02/44-1536x751.png 1536w, https://51ai.website/wp-content/uploads/2026/02/44-2048x1002.png 2048w, https://51ai.website/wp-content/uploads/2026/02/44-18x9.png 18w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">选择 <code>使用长连接接收事件</code> ：</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="429" src="https://51ai.website/wp-content/uploads/2026/02/45-1024x429.png" alt="" class="wp-image-1007" srcset="https://51ai.website/wp-content/uploads/2026/02/45-1024x429.png 1024w, https://51ai.website/wp-content/uploads/2026/02/45-300x126.png 300w, https://51ai.website/wp-content/uploads/2026/02/45-768x322.png 768w, https://51ai.website/wp-content/uploads/2026/02/45-18x8.png 18w, https://51ai.website/wp-content/uploads/2026/02/45.png 1421w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">可以看到添加事件按钮由原来的灰色不可点击变为可点击：</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="485" src="https://51ai.website/wp-content/uploads/2026/02/46-1-1024x485.png" alt="" class="wp-image-1015" srcset="https://51ai.website/wp-content/uploads/2026/02/46-1-1024x485.png 1024w, https://51ai.website/wp-content/uploads/2026/02/46-1-300x142.png 300w, https://51ai.website/wp-content/uploads/2026/02/46-1-768x364.png 768w, https://51ai.website/wp-content/uploads/2026/02/46-1-1536x728.png 1536w, https://51ai.website/wp-content/uploads/2026/02/46-1-18x9.png 18w, https://51ai.website/wp-content/uploads/2026/02/46-1.png 2011w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">添加接收消息事件：</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="859" src="https://51ai.website/wp-content/uploads/2026/02/47-1024x859.png" alt="" class="wp-image-1009" srcset="https://51ai.website/wp-content/uploads/2026/02/47-1024x859.png 1024w, https://51ai.website/wp-content/uploads/2026/02/47-300x252.png 300w, https://51ai.website/wp-content/uploads/2026/02/47-768x644.png 768w, https://51ai.website/wp-content/uploads/2026/02/47-14x12.png 14w, https://51ai.website/wp-content/uploads/2026/02/47.png 1471w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">给应用开通获取通讯录基本信息的权限：</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="546" src="https://51ai.website/wp-content/uploads/2026/02/48-1024x546.webp" alt="" class="wp-image-1010" srcset="https://51ai.website/wp-content/uploads/2026/02/48-1024x546.webp 1024w, https://51ai.website/wp-content/uploads/2026/02/48-300x160.webp 300w, https://51ai.website/wp-content/uploads/2026/02/48-768x409.webp 768w, https://51ai.website/wp-content/uploads/2026/02/48-1536x818.webp 1536w, https://51ai.website/wp-content/uploads/2026/02/48-2048x1091.webp 2048w, https://51ai.website/wp-content/uploads/2026/02/48-18x10.webp 18w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">重新发布版本：</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="629" src="https://51ai.website/wp-content/uploads/2026/02/49-1024x629.png" alt="" class="wp-image-1011" srcset="https://51ai.website/wp-content/uploads/2026/02/49-1024x629.png 1024w, https://51ai.website/wp-content/uploads/2026/02/49-300x184.png 300w, https://51ai.website/wp-content/uploads/2026/02/49-768x472.png 768w, https://51ai.website/wp-content/uploads/2026/02/49-1536x943.png 1536w, https://51ai.website/wp-content/uploads/2026/02/49-18x12.png 18w, https://51ai.website/wp-content/uploads/2026/02/49.png 1770w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">跟前面的步骤一样，发布为在线应用即可。</p>



<p class="has-medium-font-size wp-block-paragraph">现在可以在 飞书中与 AI 助手对话了！</p>



<h3 class="wp-block-heading has-medium-font-size">八）在飞书中与OpenClaw对话</h3>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="406" src="https://51ai.website/wp-content/uploads/2026/02/50-1024x406.webp" alt="" class="wp-image-1012" srcset="https://51ai.website/wp-content/uploads/2026/02/50-1024x406.webp 1024w, https://51ai.website/wp-content/uploads/2026/02/50-300x119.webp 300w, https://51ai.website/wp-content/uploads/2026/02/50-768x304.webp 768w, https://51ai.website/wp-content/uploads/2026/02/50-1536x608.webp 1536w, https://51ai.website/wp-content/uploads/2026/02/50-2048x811.webp 2048w, https://51ai.website/wp-content/uploads/2026/02/50-18x7.webp 18w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">来到飞书客户端或者手机飞书app上：</p>



<p class="has-medium-font-size wp-block-paragraph">以下是openclaw文件夹下面的文档内的内容：</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="410" src="https://51ai.website/wp-content/uploads/2026/02/51-1024x410.webp" alt="" class="wp-image-1016" srcset="https://51ai.website/wp-content/uploads/2026/02/51-1024x410.webp 1024w, https://51ai.website/wp-content/uploads/2026/02/51-300x120.webp 300w, https://51ai.website/wp-content/uploads/2026/02/51-768x307.webp 768w, https://51ai.website/wp-content/uploads/2026/02/51-1536x615.webp 1536w, https://51ai.website/wp-content/uploads/2026/02/51-18x7.webp 18w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">现在我跟飞书机器人对话，让他告诉我指定文档内是什么内容：</p>



<h3 class="wp-block-heading has-medium-font-size">六、访问 Web 控制面板</h3>



<p class="has-medium-font-size wp-block-paragraph">配置完成后，PowerShell 窗口底部会显示控制面板链接，格式类似：</p>



<pre class="wp-block-code has-base-background-color has-background"><code>Control UI: http://127.0.0.1:18789</code></pre>



<ol class="wp-block-list has-medium-font-size">
<li>复制完整链接</li>



<li>在浏览器中打开</li>



<li>即可看到可视化UI管理界面</li>
</ol>



<h3 class="wp-block-heading has-medium-font-size">七、常用命令速查</h3>



<figure class="wp-block-table has-medium-font-size"><table class="has-fixed-layout"><thead><tr><th class="has-text-align-left" data-align="left">命令</th><th class="has-text-align-left" data-align="left">功能</th></tr></thead><tbody><tr><td><code>openclaw onboard</code></td><td>重新进入配置向导</td></tr><tr><td><code>openclaw status</code></td><td>查看运行状态</td></tr><tr><td><code>openclaw health</code></td><td>健康检查</td></tr><tr><td><code>openclaw gateway start</code></td><td>启动服务</td></tr><tr><td><code>openclaw gateway stop</code></td><td>停止服务</td></tr><tr><td><code>openclaw update</code></td><td>更新到最新版本</td></tr><tr><td><code>openclaw doctor</code></td><td>诊断问题</td></tr><tr><td><code>openclaw uninstall</code></td><td>卸载 OpenClaw</td></tr></tbody></table></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading has-medium-font-size">八、常见问题解答</h2>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="231" src="https://51ai.website/wp-content/uploads/2026/02/52-1024x231.webp" alt="" class="wp-image-1017" srcset="https://51ai.website/wp-content/uploads/2026/02/52-1024x231.webp 1024w, https://51ai.website/wp-content/uploads/2026/02/52-300x68.webp 300w, https://51ai.website/wp-content/uploads/2026/02/52-768x173.webp 768w, https://51ai.website/wp-content/uploads/2026/02/52-18x4.webp 18w, https://51ai.website/wp-content/uploads/2026/02/52.webp 1429w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h4 class="wp-block-heading">Q1: 安装飞书插件提示：spawn npm ENOENT</h4>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="has-medium-font-size wp-block-paragraph">问题原因：这可能是openclaw的一个bug，可以等官方更新，也可以自己去官方仓库提issue</p>
</blockquote>



<p class="has-medium-font-size wp-block-paragraph">解决步骤：</p>



<p class="has-medium-font-size wp-block-paragraph">定位问题代码</p>



<p class="has-medium-font-size wp-block-paragraph">文件路径：</p>



<pre class="wp-block-code has-base-background-color has-background"><code>C:\Users\Administrator\AppData\Roaming\fnm\node-versions\v22.14.0\installation\node_modules\openclaw\dist\process\exec.js</code></pre>



<p class="has-medium-font-size wp-block-paragraph">修改代码</p>



<p class="has-medium-font-size wp-block-paragraph">找到 <code>runCommandWithTimeout</code> 函数中的 spawn 调用，修改如下：</p>



<p class="has-medium-font-size wp-block-paragraph"><strong>修改前：</strong></p>



<pre class="wp-block-code has-base-background-color has-background has-medium-font-size"><code>const stdio = resolveCommandStdio({ hasInput, preferInherit: true });
const child = spawn(argv&#91;0], argv.slice(1), {
    stdio,
    cwd,
    env: resolvedEnv,
    windowsVerbatimArguments,
});</code></pre>



<p class="has-medium-font-size wp-block-paragraph"><strong>修改后：</strong></p>



<pre class="wp-block-code has-base-background-color has-background has-medium-font-size"><code>const stdio = resolveCommandStdio({ hasInput, preferInherit: true });
// On Windows, npm must be spawned with shell: true or use .cmd extension
let command = argv&#91;0];
let useShell = false;
if (process.platform === "win32" &amp;&amp; path.basename(command) === "npm") {
    useShell = true;
}
const child = spawn(command, argv.slice(1), {
    stdio,
    cwd,
    env: resolvedEnv,
    shell: useShell,
});</code></pre>



<h4 class="wp-block-heading">Q2: 提示 &#8220;openclaw 命令找不到&#8221;</h4>



<p class="has-medium-font-size wp-block-paragraph"><strong>解决方法：</strong></p>



<ol class="wp-block-list">
<li class="has-medium-font-size">关闭所有 PowerShell 窗口</li>



<li class="has-medium-font-size">重新打开 PowerShell</li>



<li class="has-medium-font-size">如果还不行，执行 <code>exec bash</code> 或重启电脑</li>
</ol>



<h4 class="wp-block-heading has-medium-font-size">Q3: 安装卡住不动</h4>



<p class="has-medium-font-size wp-block-paragraph"><strong>解决方法：</strong></p>



<ol class="wp-block-list">
<li class="has-medium-font-size">按 <code>Ctrl + C</code> 中断当前操作</li>



<li class="has-medium-font-size">执行：<code>openclaw doctor</code> 检查问题</li>



<li class="has-medium-font-size">如提示网络问题，检查防火墙设置Q4: API Key 配置错误</li>
</ol>



<p class="has-medium-font-size wp-block-paragraph"><strong>解决方法：</strong></p>



<ol class="wp-block-list">
<li class="has-medium-font-size">执行：<code>openclaw onboard</code></li>



<li class="has-medium-font-size">选择重新配置 API Key</li>



<li class="has-medium-font-size">确保密钥格式正确</li>
</ol>



<h4 class="wp-block-heading has-medium-font-size">Q5: 端口 18789 被占用</h4>



<p class="has-medium-font-size wp-block-paragraph"><strong>解决方法：</strong></p>



<pre class="wp-block-code has-base-background-color has-background has-medium-font-size"><code>openclaw gateway --port 18790</code></pre>



<p class="has-medium-font-size wp-block-paragraph">使用其他端口启动服务。</p>



<h2 class="wp-block-heading has-medium-font-size">九、成本说明</h2>



<p class="has-medium-font-size wp-block-paragraph">OpenClaw 软件本身完全免费，主要成本来自 AI 模型 API 调用，可选择国产大模型，降低成本。</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading has-medium-font-size">结语</h2>



<p class="has-medium-font-size wp-block-paragraph">OpenClaw 代表了个人 AI 助理的未来趋势——从&#8221;聊天工具&#8221;进化为&#8221;执行工具&#8221;。虽然目前的配置过程对小白用户有一定门槛，但一旦完成设置，您将拥有一个 24/7 待命的超级助手。</p>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph"></p>
<p><a rel="nofollow" href="https://51ai.website/blog/openclaw-lession/">手把手教你安装OpenClaw让AI帮你干活</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://51ai.website/blog/openclaw-lession/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>探索人工智能对教育及下一代的重要性</title>
		<link>https://51ai.website/blog/nurture-the-next-generation/</link>
					<comments>https://51ai.website/blog/nurture-the-next-generation/#respond</comments>
		
		<dc:creator><![CDATA[stark, tony]]></dc:creator>
		<pubDate>Thu, 12 Feb 2026 08:13:45 +0000</pubDate>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[多模态大模型]]></category>
		<category><![CDATA[开源模型]]></category>
		<guid isPermaLink="false">https://51ai.website/?p=933</guid>

					<description><![CDATA[<p>随着人工智能（AI）逐渐改变我们的工作、生活方式以及学习方法，高等教育机构不仅应作为参与者，更需成为这一变革潮 [&#8230;]</p>
<p><a rel="nofollow" href="https://51ai.website/blog/nurture-the-next-generation/">探索人工智能对教育及下一代的重要性</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="576" src="https://51ai.website/wp-content/uploads/2026/02/nurture-the-next-generation-1024x576.webp" alt="" class="wp-image-934" style="aspect-ratio:1.7785497177594443;width:738px;height:auto" srcset="https://51ai.website/wp-content/uploads/2026/02/nurture-the-next-generation-1024x576.webp 1024w, https://51ai.website/wp-content/uploads/2026/02/nurture-the-next-generation-300x169.webp 300w, https://51ai.website/wp-content/uploads/2026/02/nurture-the-next-generation-768x432.webp 768w, https://51ai.website/wp-content/uploads/2026/02/nurture-the-next-generation-1536x864.webp 1536w, https://51ai.website/wp-content/uploads/2026/02/nurture-the-next-generation-2048x1152.webp 2048w, https://51ai.website/wp-content/uploads/2026/02/nurture-the-next-generation-18x10.webp 18w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">随着人工智能（AI）逐渐改变我们的工作、生活方式以及学习方法，高等教育机构不仅应作为参与者，更需成为这一变革潮流的引领者。面对由AI重塑的世界，高等教育肩负着培养下一代的重要使命——既要传授必要的AI技能，也要坚守其核心价值：培育批判性思维、沟通技巧和人文精神。</p>



<p class="has-medium-font-size wp-block-paragraph">而这一切，需要比以往任何时候都更快地实现。</p>



<p class="has-medium-font-size wp-block-paragraph">这些观点出自《变革的程度：人工智能对教育及下一代的意义》一书，作者为微软人工智能经济研究所负责人胡安·M·拉维斯塔·费雷斯，他也是公司“为良好实验室”AI项目的主任。书中强调：“首先，我们必须确保人们掌握有效使用AI所需的技能，这是确保这项技术得到广泛应用的关键一步。”此外，“更重要的是，我们需要理解AI如何从根本上重新定义教育本身。”</p>



<p class="has-medium-font-size wp-block-paragraph">以下是根据拉维斯塔·费雷斯及其合著者的研究提出的，在AI时代高等教育能够且应该发挥领导作用的四种方式：</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>1. AI素养不再是选修课，而是核心要求</strong></h2>



<p class="has-medium-font-size wp-block-paragraph">随着AI在日常生活中扮演越来越重要的角色，从支付账单到公共交通，高校有责任教授学生必要的AI技能。早期数据表明，具备AI能力的人才已享受到了23%的薪资溢价。因此，将AI素养融入课程设计中，并与伦理推理、问题分析等关键能力相结合，变得至关重要。</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>2. 高等教育需快速适应并保持其使命</strong></h2>



<p class="has-medium-font-size wp-block-paragraph">AI加速了日常任务处理速度，并改变了问题解决的方式。在此背景下，高等教育必须在不偏离其核心目标的前提下，迅速整合生成式AI进入教学内容，同时加强学生的伦理素养教育。</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>3. 文盲概念双向扩展</strong></h2>



<p class="has-medium-font-size wp-block-paragraph">开发者需了解AI的社会影响和伦理挑战，而教育者、政策制定者及公众则需要掌握AI的基础知识。这种双向的识字率是成功的关键所在，缺乏它将导致监管滞后，阻碍进步。</p>



<h2 class="wp-block-heading has-medium-font-size"><strong>4. 教育改革需多方协作</strong></h2>



<p class="has-medium-font-size wp-block-paragraph">成功的AI教育依赖于大学、产业界和政策制定者的紧密合作。通过这种方式，可以为学生提供既符合市场需求又兼顾社会责任感的教育，从而支持他们应对未来的挑战。</p>



<p class="has-medium-font-size wp-block-paragraph">高等教育机构应当设立明确的AI技能标准，获得雇主的认可，同时提供必要的资金和结构支持，以确保所有学生都能接受全面且包容的AI教育。</p>
<p><a rel="nofollow" href="https://51ai.website/blog/nurture-the-next-generation/">探索人工智能对教育及下一代的重要性</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://51ai.website/blog/nurture-the-next-generation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>一周狂揽 5,513+ Star！开源版“Claude Cowork”横空出世，AI办公迎来新纪元</title>
		<link>https://51ai.website/recommend/opensource-claude-cowork/</link>
					<comments>https://51ai.website/recommend/opensource-claude-cowork/#respond</comments>
		
		<dc:creator><![CDATA[stark, tony]]></dc:creator>
		<pubDate>Mon, 26 Jan 2026 10:28:35 +0000</pubDate>
				<category><![CDATA[推荐]]></category>
		<category><![CDATA[多模态大模型]]></category>
		<category><![CDATA[开源模型]]></category>
		<guid isPermaLink="false">https://51ai.website/?p=901</guid>

					<description><![CDATA[<p>最近，Anthropic 推出的 Claude Cowork 在科技圈掀起热议。这款专为工作场景打造的通用智能 [&#8230;]</p>
<p><a rel="nofollow" href="https://51ai.website/recommend/opensource-claude-cowork/">一周狂揽 5,513+ Star！开源版“Claude Cowork”横空出世，AI办公迎来新纪元</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-medium-font-size wp-block-paragraph">最近，Anthropic 推出的 Claude Cowork 在科技圈掀起热议。这款专为工作场景打造的通用智能体，最令人震撼的不是其强大的功能，而是它的诞生过程——仅用10天时间，全部代码由 Claude Code 自动生成！<br>有网友调侃：“Claude 版 Manus 只用了10天就‘搓’出来了，那小扎当年花140亿买 Facebook，是不是真成了冤大头？”</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="754" height="116" src="https://51ai.website/wp-content/uploads/2026/01/640-1-1.webp" alt="" class="wp-image-907" srcset="https://51ai.website/wp-content/uploads/2026/01/640-1-1.webp 754w, https://51ai.website/wp-content/uploads/2026/01/640-1-1-300x46.webp 300w, https://51ai.website/wp-content/uploads/2026/01/640-1-1-18x3.webp 18w" sizes="auto, (max-width: 754px) 100vw, 754px" /></figure>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="792" height="411" src="https://51ai.website/wp-content/uploads/2026/01/640-2-1.webp" alt="" class="wp-image-908" srcset="https://51ai.website/wp-content/uploads/2026/01/640-2-1.webp 792w, https://51ai.website/wp-content/uploads/2026/01/640-2-1-300x156.webp 300w, https://51ai.website/wp-content/uploads/2026/01/640-2-1-768x399.webp 768w, https://51ai.website/wp-content/uploads/2026/01/640-2-1-18x9.webp 18w" sizes="auto, (max-width: 792px) 100vw, 792px" /></figure>



<h2 class="wp-block-heading has-medium-font-size"><strong>Claude Cowork 到底有多强？</strong></h2>



<h3 class="wp-block-heading has-medium-font-size"><strong>永久记忆：AI 记住你的一切</strong></h3>



<p class="has-medium-font-size wp-block-paragraph">过去与 AI 对话，聊完即忘；如今，Claude Cowork 能长期保存你的工作习惯、项目背景，甚至未完成的文档草稿——真正实现“上下文感知”。</p>



<h3 class="wp-block-heading has-medium-font-size"><strong>Cowork 模式：不是聊天机器人，是数字同事</strong></h3>



<p class="has-medium-font-size wp-block-paragraph">它不再需要你反复追问。只需一句话下达任务：</p>



<ul class="wp-block-list">
<li class="has-medium-font-size">“分析这份财报”</li>



<li class="has-medium-font-size">“给这个 PDF 加上电子签名”</li>



<li class="has-medium-font-size">“帮我排查这段代码的 bug”</li>
</ul>



<p class="has-medium-font-size wp-block-paragraph">AI 自动拆解任务、执行流程，并将结果直接交付给你。开发团队更是“凡尔赛”地表示：从规划到落地，<strong>全程仅用10天，所有代码均由 Claude Code 自动生成</strong>。人类的作用？指点方向 + 验收成果。</p>



<p class="has-medium-font-size wp-block-paragraph">然而遗憾的是，Claude Cowork&nbsp;<strong>仅对付费用户开放</strong>。正当大家为此惋惜时，开源社区再次展现了惊人能量。</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading has-medium-font-size"><strong>Eigent 出山：免费、本地、可魔改的“平替王者”</strong></h2>



<p class="has-medium-font-size wp-block-paragraph">就在 Claude Cowork 发布当天，一个名为&nbsp;<strong>Eigent</strong>&nbsp;的开源项目悄然上线，并宣布&nbsp;<strong>100% 开源</strong>。不到一周时间，GitHub Star 数突破&nbsp;<strong>5,513+</strong>，周增长速度仅次于&nbsp;<code>anomalyco/opencode</code>&nbsp;和&nbsp;<code>obra/superpowers</code>，堪称“火箭式蹿升”。</p>



<blockquote class="wp-block-quote has-small-font-size is-layout-flow wp-block-quote-is-layout-flow">
<p class="has-medium-font-size wp-block-paragraph">🔥 目前已收获&nbsp;<strong>10.8k+ Star</strong>，成为全球首个开源多智能体工作流桌面应用。</p>
</blockquote>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading has-medium-font-size"><strong>🌐 Eigent 基本信息一览</strong></h3>



<figure class="wp-block-table has-medium-font-size"><table class="has-fixed-layout"><thead><tr><th>项目</th><th>内容</th></tr></thead><tbody><tr><td>GitHub 地址</td><td><a href="https://github.com/eigent-ai/eigent" target="_blank" rel="noopener">https://github.com/eigent-ai/eigent</a></td></tr><tr><td>开源协议</td><td>Eigent 开源许可证（基于 Apache 2.0 + 附加条款）</td></tr><tr><td>技术栈</td><td>&#8211; 后端：FastAPI + Uvicorn<br>&#8211; 前端：React + Electron + TypeScript<br>&#8211; 主要语言：TypeScript (61.7%)、Python (32.1%)、JavaScript (4.4%)</td></tr><tr><td>构建框架</td><td>基于知名开源框架 CAMEL-AI 打造</td></tr></tbody></table></figure>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="385" src="https://51ai.website/wp-content/uploads/2026/01/640-3-1-1024x385.webp" alt="" class="wp-image-909" srcset="https://51ai.website/wp-content/uploads/2026/01/640-3-1-1024x385.webp 1024w, https://51ai.website/wp-content/uploads/2026/01/640-3-1-300x113.webp 300w, https://51ai.website/wp-content/uploads/2026/01/640-3-1-768x289.webp 768w, https://51ai.website/wp-content/uploads/2026/01/640-3-1-18x7.webp 18w, https://51ai.website/wp-content/uploads/2026/01/640-3-1.webp 1080w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading has-medium-font-size"><strong>✨ Eigent 能做什么？</strong></h2>



<p class="has-medium-font-size wp-block-paragraph">Eigent 定位为&nbsp;<strong>全球首个多智能体协作的工作流桌面应用</strong>。所谓“多智能体”，意味着你不再是雇佣一个 AI 助手，而是组建了一支&nbsp;<strong>AI 团队</strong>：</p>



<ul class="wp-block-list">
<li class="has-medium-font-size"><strong>开发 Agent</strong>：写代码、运行命令、调试 Bug</li>



<li class="has-medium-font-size"><strong>搜索 Agent</strong>：全网爬取资料、提取关键信息</li>



<li class="has-medium-font-size"><strong>文档 Agent</strong>：撰写报告、管理文件结构</li>



<li class="has-medium-font-size"><strong>多模态 Agent</strong>：识别图像、处理音频</li>
</ul>



<h3 class="wp-block-heading has-medium-font-size"><strong>💡 核心亮点：</strong></h3>



<p class="has-medium-font-size wp-block-paragraph">✅&nbsp;<strong>支持自定义模型</strong><br>无论你是想用 Claude、GPT、还是本地部署的 Llama，都可以无缝接入。</p>



<p class="has-medium-font-size wp-block-paragraph">✅&nbsp;<strong>MCP 工具集成</strong><br>为 AI 团队配备“装备”：浏览器、Notion、Google Workspace、Slack，甚至企业内部 API 都能连接。</p>



<p class="has-medium-font-size wp-block-paragraph">✅&nbsp;<strong>人工介入机制</strong><br>当 AI 遇到不确定情况时，会自动请求人类干预，避免“误删数据库”等灾难性操作。</p>



<p class="has-medium-font-size wp-block-paragraph">✅&nbsp;<strong>覆盖日常办公刚需场景</strong></p>



<ul class="wp-block-list">
<li class="has-medium-font-size">整理重复文件</li>



<li class="has-medium-font-size">为 PDF 添加签名</li>



<li class="has-medium-font-size">从银行流水生成报表</li>



<li class="has-medium-font-size">行业调研、行程规划……</li>
</ul>



<h2 class="wp-block-heading has-medium-font-size"><strong>🚀 上手超简单：三种部署方式任你选</strong></h2>



<p class="has-medium-font-size wp-block-paragraph">只要甩出需求，AI 团队就会自动拆解任务并执行。</p>



<h3 class="wp-block-heading has-medium-font-size"><strong>1️⃣ 云版本（推荐新手）</strong></h3>



<p class="has-medium-font-size wp-block-paragraph">直接访问&nbsp;<a href="https://eigent.ai/" target="_blank" rel="noreferrer noopener">eigent.ai</a>&nbsp;注册账号，所有模型、API、存储均由官方托管。适合个人用户或小型团队快速试用。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="has-medium-font-size wp-block-paragraph">👉 点击注册 → 登录 → 开始使用，三步搞定。</p>
</blockquote>



<h3 class="wp-block-heading has-medium-font-size"><strong>2️⃣ 自托管（社区版）——数据完全掌控</strong></h3>



<p class="has-medium-font-size wp-block-paragraph">适合对隐私要求高的用户或企业。安装极其简单，两条命令即可启动：</p>



<pre class="wp-block-code has-base-background-color has-background has-medium-font-size"><code>git clone https://github.com/eigent-ai/eigent.git<br>cd eigent<br>npm install<br>npm run dev</code></pre>



<p class="has-medium-font-size wp-block-paragraph">⚠️ 前提条件：</p>



<ul class="wp-block-list">
<li class="has-medium-font-size">Node.js 18～22 版本</li>



<li class="has-medium-font-size">Python 环境（需运行&nbsp;<code>uv sync</code>&nbsp;更新依赖）</li>
</ul>



<p class="has-medium-font-size wp-block-paragraph">👉 完整安装指南详见 README，手把手教学，小白也能轻松上手。</p>



<h3 class="wp-block-heading has-medium-font-size"><strong>3️⃣ 企业版（定制服务）</strong></h3>



<p class="has-medium-font-size wp-block-paragraph">需要 SSO 单点登录、权限控制、SLA 保障？直接联系商务团队，享受企业级支持和服务。</p>



<p class="has-medium-font-size wp-block-paragraph"><strong>🔍 与 Claude Cowork 对比：谁更胜一筹？</strong></p>



<figure class="wp-block-table has-medium-font-size"><table class="has-fixed-layout"><thead><tr><th>对比维度</th><th>Claude Cowork</th><th>Eigent</th></tr></thead><tbody><tr><td>价格</td><td>付费订阅</td><td>完全免费</td></tr><tr><td>部署方式</td><td>纯云端</td><td>云 / 本地 / 混合部署</td></tr><tr><td>数据隐私</td><td>数据上传至 Anthropic</td><td>完全自控，本地可控</td></tr><tr><td>模型选择</td><td>仅限 Claude</td><td>支持任意模型自由切换</td></tr><tr><td>定制能力</td><td>封闭产品，不可修改</td><td>代码全开源，支持深度魔改</td></tr><tr><td>更新速度</td><td>官方迭代</td><td>社区驱动，响应更快</td></tr></tbody></table></figure>



<p class="has-medium-font-size wp-block-paragraph">✅ 总结一句话：<strong>核心功能对标，但 Eigent 免费、本地、可魔改，性价比爆棚！</strong></p>



<h2 class="wp-block-heading has-medium-font-size"><strong>⚠️ Eigent 的不足之处</strong></h2>



<p class="has-medium-font-size wp-block-paragraph">尽管强大，Eigent 当前仍存在一些局限：</p>



<ul class="wp-block-list">
<li class="has-medium-font-size">❌ 暂无“永久记忆”功能，依赖模型原生上下文能力</li>



<li class="has-medium-font-size">❌ 迭代速度快，但稳定性略逊于官方产品</li>



<li class="has-medium-font-size">❌ 语音模式、Pixelate 等高级功能尚未完全同步</li>
</ul>



<p class="has-medium-font-size wp-block-paragraph">不过，这些短板正在被快速补齐。得益于活跃的开源社区，Eigent 的发展速度远超预期。</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading has-medium-font-size"><strong>🏁 结语：开源再次证明“好东西应该人人有份”</strong></h2>



<p class="has-medium-font-size wp-block-paragraph">Anthropic 以 Claude Cowork 为 AI 办公开了个好头，但开源社区用实际行动告诉我们：<strong>真正的创新，不该被锁在付费墙后</strong>。</p>



<p class="has-medium-font-size wp-block-paragraph">Eigent 不仅功能硬核、增长迅猛，而且门槛极低。无论你是想体验 AI 办公的未来，还是希望在内网部署安全版本，甚至想要二次开发搞点新花样，它都能满足你。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="has-medium-font-size wp-block-paragraph">🌟&nbsp;<strong>GitHub 地址</strong>：<a href="https://github.com/eigent-ai/eigent" target="_blank" rel="noreferrer noopener">https://github.com/eigent-ai/eigent</a><br>🚀&nbsp;<strong>立即尝试，开启你的 AI 协作新时代！</strong></p>
</blockquote>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="has-medium-font-size wp-block-paragraph">📌&nbsp;<strong>关键词</strong>：AI办公、多智能体、开源项目、Claude Cowork、Eigent、CAMEL-AI、自动化工作流、AI助手、本地部署、隐私可控</p>
<p><a rel="nofollow" href="https://51ai.website/recommend/opensource-claude-cowork/">一周狂揽 5,513+ Star！开源版“Claude Cowork”横空出世，AI办公迎来新纪元</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://51ai.website/recommend/opensource-claude-cowork/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>开源 AI 天花板！DeepSeek V3.2 正式版来了，推理能力直逼 GPT-5？</title>
		<link>https://51ai.website/news/deepseek-v3-2/</link>
					<comments>https://51ai.website/news/deepseek-v3-2/#respond</comments>
		
		<dc:creator><![CDATA[stark, tony]]></dc:creator>
		<pubDate>Tue, 02 Dec 2025 16:32:01 +0000</pubDate>
				<category><![CDATA[新闻]]></category>
		<category><![CDATA[多模态大模型]]></category>
		<category><![CDATA[开源模型]]></category>
		<guid isPermaLink="false">https://51ai.website/?p=617</guid>

					<description><![CDATA[<p>宝子们！DeepSeek 又放大招啦🎉 今天同步发布两款正式版模型 ——DeepSeek-V3.2 和 V3. [&#8230;]</p>
<p><a rel="nofollow" href="https://51ai.website/news/deepseek-v3-2/">开源 AI 天花板！DeepSeek V3.2 正式版来了，推理能力直逼 GPT-5？</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-medium-font-size wp-block-paragraph">宝子们！DeepSeek 又放大招啦🎉 今天同步发布两款正式版模型 ——DeepSeek-V3.2 和 V3.2-Speciale，这次直接把推理能力卷到新高度，还解决了 Agent 工具调用的大痛点！</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="571" src="https://51ai.website/wp-content/uploads/2025/12/v3.2_251201_benchmark-1024x571.webp" alt="" class="wp-image-620" srcset="https://51ai.website/wp-content/uploads/2025/12/v3.2_251201_benchmark-1024x571.webp 1024w, https://51ai.website/wp-content/uploads/2025/12/v3.2_251201_benchmark-300x167.webp 300w, https://51ai.website/wp-content/uploads/2025/12/v3.2_251201_benchmark-768x428.webp 768w, https://51ai.website/wp-content/uploads/2025/12/v3.2_251201_benchmark-18x10.webp 18w, https://51ai.website/wp-content/uploads/2025/12/v3.2_251201_benchmark.webp 1080w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">🌟&nbsp;<strong>推理能力炸裂</strong></p>



<p class="has-medium-font-size wp-block-paragraph">V3.2 普通版平衡推理与效率，在公开测试中达到 GPT-5 水平，仅略低于 Gemini-3.0-Pro；Speciale 版更牛🐂，是长思考增强版 + 数学定理证明能力，直接斩获 IMO/CMO/ICPC/IOI 四大金牌，ICPC 成绩比人类第二名还强！</p>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="729" src="https://51ai.website/wp-content/uploads/2025/12/v3.2_251201_benchmark_table_cn-1024x729.webp" alt="" class="wp-image-621" srcset="https://51ai.website/wp-content/uploads/2025/12/v3.2_251201_benchmark_table_cn-1024x729.webp 1024w, https://51ai.website/wp-content/uploads/2025/12/v3.2_251201_benchmark_table_cn-300x214.webp 300w, https://51ai.website/wp-content/uploads/2025/12/v3.2_251201_benchmark_table_cn-768x547.webp 768w, https://51ai.website/wp-content/uploads/2025/12/v3.2_251201_benchmark_table_cn-18x12.webp 18w, https://51ai.website/wp-content/uploads/2025/12/v3.2_251201_benchmark_table_cn.webp 1080w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">🤖&nbsp;<strong>Agent 能力升级</strong></p>



<p class="has-medium-font-size wp-block-paragraph">这是 DeepSeek 首个 “思考 + 工具调用” 的模型！提出大规模 Agent 训练数据合成法，支持思考模式下调用工具，泛化能力拉满，在智能体评测中拿下开源模型第一，大幅缩小与闭源模型差距～</p>



<p class="has-medium-font-size wp-block-paragraph">🔧&nbsp;<strong>两个版本任你选</strong></p>



<ul class="wp-block-list">
<li class="has-medium-font-size">V3.2 正式版：适合日常问答 / 通用 Agent 任务，官网 / APP/API 已同步更新；</li>



<li class="has-medium-font-size">V3.2-Speciale：极限推理版，仅供研究使用，API 限时免费到 2025.12.15（base_url 设置特定地址即可访问）。</li>
</ul>



<p class="has-medium-font-size wp-block-paragraph">💻&nbsp;<strong>开源 + 生态友好</strong></p>



<p class="has-medium-font-size wp-block-paragraph">模型已开源在 HuggingFace 和 ModelScope，思考模式支持 Claude Code，API 还优化了工具调用流程（回传思维链就能继续思考）～</p>



<p class="has-medium-font-size wp-block-paragraph">有没有用过 DeepSeek 的宝子？快来评论区分享你的体验呀👇</p>



<h3 class="wp-block-heading has-medium-font-size">关键词标签</h3>



<p class="has-medium-font-size wp-block-paragraph">#DeepSeekV3.2 #开源 AI #推理能力天花板 #Agent 工具调用 #AI 模型更新 #科技前沿</p>



<p class="has-medium-font-size wp-block-paragraph">#GPT5 平替 #ICPC 金牌 AI #数学推理神器 #智能体训练 #编程助手升级</p>



<p class="wp-block-paragraph"></p>
<p><a rel="nofollow" href="https://51ai.website/news/deepseek-v3-2/">开源 AI 天花板！DeepSeek V3.2 正式版来了，推理能力直逼 GPT-5？</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://51ai.website/news/deepseek-v3-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>11月份 大语言模型排行榜</title>
		<link>https://51ai.website/blog/model-ranking/</link>
					<comments>https://51ai.website/blog/model-ranking/#respond</comments>
		
		<dc:creator><![CDATA[stark, tony]]></dc:creator>
		<pubDate>Tue, 18 Nov 2025 08:22:14 +0000</pubDate>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Ranking Model]]></category>
		<category><![CDATA[多模态大模型]]></category>
		<category><![CDATA[开源模型]]></category>
		<guid isPermaLink="false">https://51ai.website/?p=591</guid>

					<description><![CDATA[<p>官方排名 根据 OpenCompass 的评估规则，对领先的大型模型进行评估并发布排名。</p>
<p><a rel="nofollow" href="https://51ai.website/blog/model-ranking/">11月份 大语言模型排行榜</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading has-text-align-center">官方排名</h2>



<p class="has-text-align-center has-medium-font-size wp-block-paragraph">根据 OpenCompass 的评估规则，对领先的大型模型进行评估并发布排名。</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="814" height="807" src="https://51ai.website/wp-content/uploads/2025/11/image-1.png" alt="" class="wp-image-594" srcset="https://51ai.website/wp-content/uploads/2025/11/image-1.png 814w, https://51ai.website/wp-content/uploads/2025/11/image-1-300x297.png 300w, https://51ai.website/wp-content/uploads/2025/11/image-1-150x150.png 150w, https://51ai.website/wp-content/uploads/2025/11/image-1-768x761.png 768w, https://51ai.website/wp-content/uploads/2025/11/image-1-12x12.png 12w" sizes="auto, (max-width: 814px) 100vw, 814px" /></figure>
<p><a rel="nofollow" href="https://51ai.website/blog/model-ranking/">11月份 大语言模型排行榜</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://51ai.website/blog/model-ranking/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>百度新AI模型ERNIE-4.5-VL绝了！</title>
		<link>https://51ai.website/news/ernie-4-5/</link>
					<comments>https://51ai.website/news/ernie-4-5/#respond</comments>
		
		<dc:creator><![CDATA[stark, tony]]></dc:creator>
		<pubDate>Mon, 17 Nov 2025 16:01:37 +0000</pubDate>
				<category><![CDATA[新闻]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[多模态大模型]]></category>
		<category><![CDATA[开源模型]]></category>
		<guid isPermaLink="false">https://51ai.website/?p=582</guid>

					<description><![CDATA[<p>宝子们，最近AI领域又有大动作啦🔥！百度重磅发布了新一代多模态AI模型ERNIE &#8211; 4.5 &# [&#8230;]</p>
<p><a rel="nofollow" href="https://51ai.website/news/ernie-4-5/">百度新AI模型ERNIE-4.5-VL绝了！</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-medium-font-size wp-block-paragraph">宝子们，最近AI领域又有大动作啦🔥！百度重磅发布了新一代多模态AI模型ERNIE &#8211; 4.5 &#8211; VL。在当今AI技术飞速发展的时代，找个高效又强大的AI模型真的太难了，这就是很多开发者和研究者的痛点😭。</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="504" src="https://51ai.website/wp-content/uploads/2025/11/ernie-4-5-vl-1024x504.png" alt="" class="wp-image-605" style="width:756px;height:auto" srcset="https://51ai.website/wp-content/uploads/2025/11/ernie-4-5-vl-1024x504.png 1024w, https://51ai.website/wp-content/uploads/2025/11/ernie-4-5-vl-300x148.png 300w, https://51ai.website/wp-content/uploads/2025/11/ernie-4-5-vl-768x378.png 768w, https://51ai.website/wp-content/uploads/2025/11/ernie-4-5-vl-18x9.png 18w, https://51ai.website/wp-content/uploads/2025/11/ernie-4-5-vl.png 1188w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">不过这次百度的新模型完美解决了这些问题👏。它不仅具备强大的语言处理能力，还引入了“图像思考”的创新功能。仅有3B的激活参数，计算效率和灵活性超高，处理任务迅速又高效。而且这个“图像思考”功能超厉害，能进行图片放大、执行图片搜索等工具调用，大大丰富了图像和文本之间的交互体验。</p>



<p class="has-medium-font-size wp-block-paragraph">我自己觉得，它会给智能搜索、在线教育、电子商务等多个领域带来新的可能性💯。就像给这些领域装上了智能小翅膀，能飞得更高更远。现在这个模型开源了，开发者和研究者可以更便捷地探索多模态AI的潜力。宝子们，别错过这个好机会，赶紧一起研究起来呀👏！</p>



<p class="has-medium-font-size wp-block-paragraph">#百度AI模型 #ERNIE-4.5-VL #多模态AI #图像思考 #AI技术创新</p>



<p class="wp-block-paragraph"></p>
<p><a rel="nofollow" href="https://51ai.website/news/ernie-4-5/">百度新AI模型ERNIE-4.5-VL绝了！</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://51ai.website/news/ernie-4-5/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>小米太猛啦！MiDashengLM-7B 全量开源，音频 AI 新王炸来袭🎇</title>
		<link>https://51ai.website/news/mi-dasheng-lm-7b/</link>
					<comments>https://51ai.website/news/mi-dasheng-lm-7b/#respond</comments>
		
		<dc:creator><![CDATA[stark, tony]]></dc:creator>
		<pubDate>Wed, 06 Aug 2025 10:52:52 +0000</pubDate>
				<category><![CDATA[新闻]]></category>
		<category><![CDATA[MiDashengLM7B]]></category>
		<category><![CDATA[多模态大模型]]></category>
		<category><![CDATA[小米]]></category>
		<category><![CDATA[开源模型]]></category>
		<category><![CDATA[技术突破]]></category>
		<category><![CDATA[推理效率]]></category>
		<category><![CDATA[音频 AI]]></category>
		<guid isPermaLink="false">https://51ai.website/?p=403</guid>

					<description><![CDATA[<p>宝子们，小米又搞大事情啦👏！小米今日正式发布并且全量开源了 MiDashengLM-7B 多模态大模型，这可是 [&#8230;]</p>
<p><a rel="nofollow" href="https://51ai.website/news/mi-dasheng-lm-7b/">小米太猛啦！MiDashengLM-7B 全量开源，音频 AI 新王炸来袭🎇</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-medium-font-size wp-block-paragraph">宝子们，小米又搞大事情啦👏！小米今日正式发布并且全量开源了 MiDashengLM-7B 多模态大模型，这可是专注于音频理解的 AI 模型哦，在性能和效率方面都有超显著的突破🎉</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="600" height="338" src="https://51ai.website/wp-content/uploads/2025/08/Xiaomi-Dasheng.jpg" alt="" class="wp-image-405" srcset="https://51ai.website/wp-content/uploads/2025/08/Xiaomi-Dasheng.jpg 600w, https://51ai.website/wp-content/uploads/2025/08/Xiaomi-Dasheng-300x169.jpg 300w, https://51ai.website/wp-content/uploads/2025/08/Xiaomi-Dasheng-18x10.jpg 18w" sizes="auto, (max-width: 600px) 100vw, 600px" /></figure>



<p class="has-medium-font-size wp-block-paragraph">先说说技术架构🧐，它采用创新的双核心架构设计，用 Xiaomi Dasheng 作为音频编码器，结合 Qwen2.5-Omni-7B Thinker 作为自回归解码器。这种设计把专业音频处理能力和强大语言理解能力巧妙融合，为模型厉害的表现打下了技术基础。而且它最大的亮点是通用音频描述训练策略，打破了传统音频 AI 模型只专注单一声音处理的局限，能统一理解语音、环境声音和音乐，这种全域音频理解能力在业界可太少见啦👍</p>



<p class="has-medium-font-size wp-block-paragraph">性能方面更是亮眼✨，在 22 个公开评测集上刷新了多模态大模型的最好成绩，这足以证明它在音频理解领域的技术领先地位。推理效率提升得也超夸张，单样本推理的首 Token 延迟只有业界先进模型的四分之一，相同显存条件下，数据吞吐效率比业界先进模型高出 20 倍以上。这得益于小米在模型架构优化和训练策略改进上的技术积累，在保持高精度的同时降低了计算开销👏</p>



<p class="has-medium-font-size wp-block-paragraph">MiDashengLM-7B 是小米 Dasheng 系列模型的重要升级版本哦。Xiaomi Dasheng 音频编码器经过多代技术迭代优化，已经有了成熟技术体系。新模型在前作基础上全面升级，音频理解准确性和计算效率都大幅提升啦🥳</p>



<p class="has-medium-font-size wp-block-paragraph">未来规划也超值得期待😆，小米已经在对该模型进行计算效率的进一步升级，目标是在终端设备上实现离线部署。这意味着用户能在不依赖云端服务的情况下享受高质量音频 AI 服务，隐私保护更好，使用成本更低，还能为小米在 IoT 生态里的音频 AI 应用提供技术支持。另外，小米还在完善基于用户自然语言提示的声音编辑功能，以后通过简单文字描述就能完成复杂音频处理任务，音频编辑技术门槛大大降低啦🤩</p>



<p class="has-medium-font-size wp-block-paragraph">小米选择全量开源 MiDashengLM-7B，真的超有意义👏。这能推动整个音频 AI 领域的技术进步，给研究者和开发者提供学习改进的好机会。开源能加速音频 AI 技术的普及应用，让更多创新应用出现，推动行业生态繁荣发展🎉</p>



<p class="has-medium-font-size wp-block-paragraph">宝子们，感觉音频 AI 的新时代要来了，你们对这个 MiDashengLM-7B 怎么看呀🧐，快来评论区聊聊😜</p>



<p class="has-medium-font-size wp-block-paragraph">#小米 #MiDashengLM7B #音频 AI #开源模型 #多模态大模型 #音频理解 #技术突破 #推理效率</p>
<p><a rel="nofollow" href="https://51ai.website/news/mi-dasheng-lm-7b/">小米太猛啦！MiDashengLM-7B 全量开源，音频 AI 新王炸来袭🎇</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://51ai.website/news/mi-dasheng-lm-7b/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
