<?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/en/tag/%e4%ba%ba%e5%b7%a5%e6%99%ba%e8%83%bd/feed/" rel="self" type="application/rss+xml" />
	<link>https://51ai.website/en</link>
	<description></description>
	<lastBuildDate>Wed, 24 Jun 2026 07:11:28 +0000</lastBuildDate>
	<language>en-US</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/en</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>AI科技资讯周报_2026W25</title>
		<link>https://51ai.website/en/news/ai-weekly-news-w25/</link>
					<comments>https://51ai.website/en/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/en/news/ai-weekly-news-w25/">AI科技资讯周报_2026W25</a>最先出现在<a rel="nofollow" href="https://51ai.website/en">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>byte-jumping</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>byte-jumping</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/en/news/ai-weekly-news-w25/">AI科技资讯周报_2026W25</a>最先出现在<a rel="nofollow" href="https://51ai.website/en">AI Weekly</a>。</p>
]]></content:encoded>
					
					<wfw:commentrss>https://51ai.website/en/news/ai-weekly-news-w25/feed/</wfw:commentrss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>神隐许久的光年之外，造了款AI浏览器Tabbit，能打吗？</title>
		<link>https://51ai.website/en/recommend/tabbit/</link>
					<comments>https://51ai.website/en/recommend/tabbit/#respond</comments>
		
		<dc:creator><![CDATA[stark, tony]]></dc:creator>
		<pubDate>Tue, 03 Mar 2026 15:14:53 +0000</pubDate>
				<category><![CDATA[推荐]]></category>
		<category><![CDATA[人工智能]]></category>
		<category><![CDATA[多模态大模型]]></category>
		<category><![CDATA[技术突破]]></category>
		<guid ispermalink="false">https://51ai.website/?p=1052</guid>

					<description><![CDATA[<p>浏览器，正在成为 AI 落地最重要的战场。 去年 10 月，OpenAI 推出 AI 浏览器 Atlas，奥特 [&#8230;]</p>
<p><a rel="nofollow" href="https://51ai.website/en/recommend/tabbit/">神隐许久的光年之外，造了款AI浏览器Tabbit，能打吗？</a>最先出现在<a rel="nofollow" href="https://51ai.website/en">AI Weekly</a>。</p>
]]></description>
										<content:encoded><![CDATA[<section style="text-align: center;margin-bottom: 0px;"><span leaf=""><br></span></section>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">浏览器，正在成为 AI 落地最重要的战场。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">去年 10 月，OpenAI 推出 AI 浏览器 Atlas，奥特曼将其定义为「十年一遇的机会」，放言要「改变 30 亿人使用互联网的方式」。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">Google DeepMind 推出「Project Mariner」，打出的口号就是「探索人机交互的未来，从浏览器开始」。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">微软把 Copilot 塞进 Edge，Google 把 Gemini 嵌入 Chrome，苹果也在 Safari 层加速布局 AI 能力。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">各大科技巨头不约而同盯上这块蛋糕，因为浏览器是现代人使用时间最长的应用之一。我们在这里搜索、阅读、工作、娱乐，几乎所有的信息消费都在此发生。AI 若要真正融入日常，浏览器是绕不过去的入口。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">但把 AI 塞进浏览器，和真正做一款 AI 浏览器，是两回事。前者是在旧框架里打补丁，后者是重新想象人与信息之间的关系。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">光年之外团队，选择了后者。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">他们推出的&nbsp;</span><span textstyle="" style="font-size: 15px;color: rgb(61, 170, 214);font-weight: bold;">Tabbit AI 浏览器</span><span textstyle="" style="font-size: 15px;">，集浏览、搜索、对话、执行于一体，将 AI 能力与浏览器深度融合，通过智能代理、沉浸式 AI 对话、智能标签管理和新一代收藏夹等功能，试图重塑用户处理网络信息的方式。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-097b65d207c042eae5a0f56a17eb4b7e.png"></figure></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">目前，Tabbit AI 浏览器已</span><span textstyle="" style="font-size: 15px;color: rgb(61, 170, 214);font-weight: bold;">全面开启公测</span><span textstyle="" style="font-size: 15px;">，访问官网即可免费下载体验，无需邀请码。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="has-text-align-left wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;color: rgb(123, 12, 0);">链接：https://www.tabbit-ai.com/</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="has-text-align-center wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 16px;font-weight: bold;">一手实测：Tabbit 到底好不好用？</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">拿到 Tabbit 的第一感受是，它比想象中克制。界面没有堆砌过多功能，甚至和普通浏览器差别不大，直到开始真正用它工作。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-3c78b517198fe26a5036cfdbdb0a0617.png"></figure></section>



<section><span data-lark-record-format="docx/record"></span></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">在进行各项功能实测前，我们先来看看 Tabbit 的小巧思。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">它提供全面的</span><span textstyle="" style="font-size: 15px;color: rgb(61, 170, 214);font-weight: bold;">外观自定义功能</span><span textstyle="" style="font-size: 15px;">，包括 8 种预设主题色选择、深色 / 浅色模式切换、毛玻璃效果调节。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">我们可通过新标签页的「自定义颜色」按钮或设置菜单中的「外观」选项访问主题设置，快速调整浏览器整体配色和视觉风格。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-aede2ec6095f9e96e9869caa9a6baf39.png"></figure></section>



<section><span data-lark-record-format="docx/record"></span></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;font-weight: bold;">对话：让 AI 真正融入浏览场景</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">大多数人使用 AI 的方式都很割裂，在浏览器里读到一篇文章，想让 AI 总结或追问，只能手动复制粘贴，切换到另一个 AI 应用。这种操作每天发生很多次，每一次都打断当前的阅读思路。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">Tabbit 熟稔这一痛点，推出对话功能，</span><span textstyle="" style="font-size: 15px;color: rgb(61, 170, 214);font-weight: bold;">只需点击右上角「Chat」图标，就能在浏览器内唤起对话栏，直接针对当前网页提问、总结或分析</span><span textstyle="" style="font-size: 15px;">The</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">比如让它总结 The Verge 一篇关于「谷歌推出 Nano Banana2」的报道，Tabbit 思考片刻后，便整理出文章的核心主旨、关键要点与结论建议，条理清晰，让人在最短时间内掌握报道主要内容。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-ca5de2d433132c5e870514c3a448bca1.gif"></figure></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">如果觉得侧边栏影响网页浏览，还可以一键切换到浮窗模式：</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-44f1f22f19016ff10eb0b23195f05945.gif"></figure></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">Tabbit 内置 DeepSeek、Doubao、Kimi、Qwen、LongCat 等多款模型，我们可根据自身需求随意切换调用。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-681d7bb611e9309e503df307d199abc3.gif"></figure></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">目前市面上的 AI 浏览器几乎都有对话功能，但 Tabbit 的差异在于，</span><span textstyle="" style="font-size: 15px;color: rgb(61, 170, 214);font-weight: bold;">对话框支持 @引用任意已打开的标签页、标签组和收藏夹</span><span textstyle="" style="font-size: 15px;">，还支持上传本地文件与图片。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">比如，打开三篇机器之心关于最新大模型的报道，涵盖谷歌 Gemini 3.1 Pro、Grok 4.2、Claude Opus 4.6 与 GPT-5.3-Codex 四款大模型，内容繁杂，我们 @这几个标签页后，让 AI 从价格、功能等角度整理一张对比表格，Tabbit 便从核心特色、智能体功能、基准测试表现、定价以及主要应用场景等方面逐一梳理，一目了然。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-832ea24e1df9038119848b7b3162aecf.gif"></figure></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;font-weight: bold;">妙招：把高频操作变成一键指令</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">对编辑来说，工作中充斥着大量重复性 AI 任务，写完文章生成各类平台版本，遇到英文专业词汇要翻译并加注解释等。任务本身不难，但每次重新输入一长串提示词，既麻烦又容易出错。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">Tabbit 的妙招功能可以把常用的 AI 指令保存为快捷命令，支持</span><span textstyle="" style="font-size: 15px;color: rgb(61, 170, 214);font-weight: bold;">提示词妙招、脚本妙招和智能代理妙招</span><span textstyle="" style="font-size: 15px;">三种类型。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">先来说说提示词妙招。我们创建一个「微博文案生成大师」妙招，设置好提示词后，只需在对话框中输入「/」，即可唤起已创建的妙招，一键生成微博爆款文案。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-b64235c731b0207e469a71739825c5ee.gif"></figure></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">脚本妙招则可以用自然语言描述想要的页面效果，Tabbit 自动生成并运行脚本。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">比如将机器之心网页官网改成 QQ 空间复古风格：</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-e8e8a75e06221e5e2ab0bc394b807718.gif"></figure></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">或者一键提取 The Verge 文章的封面图：</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-2fa418d1fdf566eb5a36ca95272552d8.gif"></figure></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">甚至干活干累了让它直接生成一款可玩的超级玛丽小游戏：</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-1eb90a2969e0a861563d2bebd06fb256.gif"></figure></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">如此一来，原本只属于开发者的「定制网页」能力，普通用户同样可以拥有。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;font-weight: bold;">智能代理：把「体力活」交给 AI 去做</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">市场调研、旅游规划大概是最消耗精力的任务之一。打开搜索引擎、逐一浏览网页、筛选有用信息、在文档里记录整理，整个过程少则一两个小时，多则耗去半天。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">现在我们只需用自然语言描述任务，Tabbit 的 Agent 会</span><span textstyle="" style="font-size: 15px;color: rgb(61, 170, 214);font-weight: bold;">自动规划搜索策略、访问相关网站、筛选有效信息、整合分析数据</span><span textstyle="" style="font-size: 15px;">，最终输出一份完整的报告。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">我们测试了一个典型的调研任务，让 Tabbit 草拟一份关于国内最新主流 AI 视频生成产品的分析报告。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">拿到任务后，Tabbit 就开始搜集资料，逐篇阅读并提取重要信息，同时将已打开的资料都保留在标签栏，方便我们后续回顾。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="margin-left: 8px;margin-right: 8px;" nodeleaf=""><iframe class="video_iframe rich_pages" data-src="https://mp.weixin.qq.com/mp/readtemplate?t=pages/video_player_tmpl&amp;action=mpvideo&amp;auto=0&amp;vid=wxv_4411194525423878154" data-mpvid="wxv_4411194525423878154" data-vidtype="2" data-cover="http%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_jpg%2F5L8bhP5dIqFFeRY46tgNBNt3hbRmL12VvZxiclA54Yf33fIRdV24UCZ3ZqIXOpicibfUjkwYn8820uzdnKP5w6TVt9IBjGMj9b6CECRVwhYwfk%2F0%3Fwx_fmt%3Djpeg" data-ratio="1.6018518518518519" data-w="3460"></iframe></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">Tabbit 最终生成的报告有表格、有市场趋势与行业洞察，还有竞争格局总结，为防止胡说八道，每个关键点都附带信息来源。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-918eb63bccab0bf05a9bad6f5f88ab28.gif"></figure></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;font-weight: bold;">收藏：让每一个书签都有记忆</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">传统浏览器书签本质是一个 URL 列表。时间一长，只剩一个标题，完全想不起当初为什么收藏、页面里有什么内容。很多人的收藏夹就像一个数字垃圾桶，东西越攒越多，却几乎不翻看。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">Tabbit 的收藏功能不只保存链接，还完整保存网页内容，并由&nbsp;</span><span textstyle="" style="font-size: 15px;color: rgb(61, 170, 214);font-weight: bold;">AI 自动生成摘要</span><span textstyle="" style="font-size: 15px;">，我们无需点开就能快速回顾核心信息。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-f1a6f473717f0fda411efd40b69b302f.gif"></figure></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;color: rgb(61, 170, 214);font-weight: bold;">搜索也更智能</span><span textstyle="" style="font-size: 15px;">，即使标题和描述里没有搜索关键词，Tabbit 也能通过语义理解找到相关页面。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">比如我们搜索「翻译」，它立马筛选出收藏夹中所有与翻译相关的工具和内容。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-895a943353d911892a9cdb12ee96ae03.gif"></figure></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">网页上的任意图片、图表或文字片段，都可</span><span textstyle="" style="font-size: 15px;font-weight: normal;">右键直接收藏</span><span textstyle="" style="font-size: 15px;">，无需保存到本地、新建文件夹、命名文件。所有收藏内容自动云同步，换设备后登录账号即可无缝续用。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-74c7596129add429ad67c84bf65b74bd.gif"></figure></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">要是收藏夹乱糟糟，里面有大量未分组标签页，我们还可以用它</span><span textstyle="" style="font-size: 15px;font-weight: normal;">一键整理</span><span textstyle="" style="font-size: 15px;">The</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-efb86c45812559ea5b3d1c417a4bd363.gif"></figure></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">此外，在任意界面对话时，我们都可以直接</span><span textstyle="" style="font-size: 15px;color: rgb(61, 170, 214);font-weight: bold;">&nbsp;@ 收藏夹内容发起提问</span><span textstyle="" style="font-size: 15px;">The</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">比如在查看 Block 裁员报道时，联想到此前收藏的「IBM 因 AI 能写 COBOL 代码致股价暴跌」这一新闻，@收藏夹，输入关键词「IBM」，选中后下指令「总结这两篇报道」，Tabbit 即可提炼出两篇文章的核心信息，归纳出其中的共同主题。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-a55aac2c63237918bcd44fcb069e42e9.gif"></figure></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;font-weight: bold;">标签管理：给混乱的工作区一个秩序</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">同时打开几十个标签页，是信息工作者的日常。传统浏览器的水平标签栏一旦超过十几个页面就开始拥挤，每个标签缩成一个小图标，想找某个页面只能一个个猜。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">Tabbit 的</span><span textstyle="" style="font-size: 15px;color: rgb(61, 170, 214);font-weight: bold;">垂直标签栏</span><span textstyle="" style="font-size: 15px;">将所有标签页在左侧纵向排列，即便打开数十个页面，每个标签的完整标题依然清晰可见。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-c3fa042efc7aa511a50af3cf55b3bec3.gif"></figure></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">标签页智能分组功能则可一键按内容自动归类，工作区瞬间清爽有序。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-532b837f5375aa65a3035d52deaa772f.gif"></figure></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;color: rgb(61, 170, 214);font-weight: bold;">标签组还支持保存与恢复</span><span textstyle="" style="font-size: 15px;">。整理好的一组相关网页，随时可关闭保存，需要时一键恢复。配合云同步，在公司整理好的工作场景，回家登录账号就能继续，工作节奏不被打断。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section style="text-align: center;margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-a94c3fc49a9a23150e21ab5a531125cb.gif"></figure></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">总体来说，Tabbit 是在真的解决问题。对话、妙招、Agent、收藏、标签管理，每一项功能都指向用户在浏览器里真实遭遇的摩擦。</span><span textstyle="" style="font-size: 15px;color: rgb(61, 170, 214);font-weight: bold;">它把 AI 能力悄悄嵌进原本就发生的工作流里，让原本需要多个工具接力完成的事情，在一个窗口内流畅走完</span><span textstyle="" style="font-size: 15px;">The</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">当然，作为仍在迭代中的产品，部分功能在复杂任务下偶有停顿，还有进一步打磨空间。但就目前来看，Tabbit 已经悄悄改变了一些使用习惯，而习惯一旦被改变，就很难再回头。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="has-text-align-center wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 16px;font-weight: bold;">为什么 AI 浏览器变得至关重要？</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">AI 为什么要从浏览器切入？AI 需要场景，场景需要数据，而浏览器恰恰是数据最密集、场景最丰富的地方。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">过去我们说 AI 助手，默认形态是一个独立的对话框，我们输入问题，它输出答案，然后再回到原来的工作界面继续操作。这种「来回搬运」的模式，本质上是 AI 与信息世界之间的割裂，只是很多人已经习以为常。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">正在重新设计这件事的人，切入角度各有不同，但方向高度一致。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">Perplexity AI 的 Comet，基于 Chromium 深度集成 AI 能力，可跨标签页汇总信息、对高亮文本即时提问，让 AI 理解我们当前正在看什么。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">OpenAI 的 Atlas，背靠 ChatGPT 整个模型生态，试图把对话工作流直接嵌入浏览操作。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">开发者 Dominik Kundel 在 X 上写道：「有了 ChatGPT Atlas，每个编程应用现在都变成了 Vibe 编程应用。」</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<section data-pm-slice="0 0 []" style="margin-left: 8px;margin-right: 8px;" nodeleaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/03/frc-2e146f872706de0319ed67423dabf155.png"></figure></section>



<section><span data-lark-record-format="docx/record"></span></section>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">此外还有 Arc 团队战略转型后的新作 Dia，以及在 GitHub 年度开源项目中名列前茅的 Zen Browser。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">这些产品指向同一个判断：</span><span textstyle="" style="font-size: 15px;color: rgb(61, 170, 214);font-weight: bold;">浏览器正从信息展示工具，进化为能够理解、分析、执行的智能 Agent</span><span textstyle="" style="font-size: 15px;">The</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">有评论者这样描述这场变化：</span><span textstyle="" style="font-size: 15px;font-weight: normal;">这已经不只是「我选哪个浏览器」的问题，而是「我成为哪个 AI 生态的一部分」的问题</span><span textstyle="" style="font-size: 15px;">。当浏览器开始深度绑定某个 AI 模型体系，</span><span textstyle="" style="font-size: 15px;color: rgb(61, 170, 214);font-weight: bold;">用户的选择就不再只是界面偏好，也在某种程度上选择了自己的信息处理方式和工作方式</span><span textstyle="" style="font-size: 15px;">The</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">对于重度信息工作者而言，AI 浏览器带来的效率提升是真实的，不用在浏览器、AI 工具和各种插件之间反复切换，整个信息获取、分析、整合的流程可以在同一个环境里完成闭环。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">从更大的视角来看，AI 浏览器的演进方向，其实是在回答一个根本性的问题：在信息过载的时代，人与信息之间应该建立一种什么样的关系？过去的答案是搜索引擎、各种内容聚合工具。而现在，答案或许正在向 AI 浏览器收拢，一个真正理解我们的意图、帮我们筛选、整合、执行的智能界面。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="has-text-align-center wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 16px;font-weight: bold;">结语</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">光年之外团队前身是一家大模型创业公司，2023 年被美团收购后，成为</span><span textstyle="" style="font-size: 15px;color: rgb(61, 170, 214);font-weight: bold;">美团内部独立 AI 应用探索部门</span><span textstyle="" style="font-size: 15px;">The</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">Tabbit 是他们在 AI 浏览器方向上的一次重要尝试，从目前的产品完成度来看，已经展现出相当清晰的产品思路和扎实的执行力。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p>



<p class="wp-block-paragraph"><span leaf=""><span textstyle="" style="font-size: 15px;">Tabbit 所代表的 AI 浏览器路径，或许才是人与信息关系演进的下一站。</span></span></p>



<p class="wp-block-paragraph"><span leaf=""><br></span></p><p><a rel="nofollow" href="https://51ai.website/en/recommend/tabbit/">神隐许久的光年之外，造了款AI浏览器Tabbit，能打吗？</a>最先出现在<a rel="nofollow" href="https://51ai.website/en">AI Weekly</a>。</p>
]]></content:encoded>
					
					<wfw:commentrss>https://51ai.website/en/recommend/tabbit/feed/</wfw:commentrss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>有道 LobsterAI：中国版OpenClaw，能聊天能干活，你的7×24小时AI数字员工</title>
		<link>https://51ai.website/en/recommend/lobsterai/</link>
					<comments>https://51ai.website/en/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/en/recommend/lobsterai/">有道 LobsterAI：中国版OpenClaw，能聊天能干活，你的7×24小时AI数字员工</a>最先出现在<a rel="nofollow" href="https://51ai.website/en">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="">The</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="">The</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="">The</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="">The</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="">The</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="">The</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="">Official website:</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/en/recommend/lobsterai/">有道 LobsterAI：中国版OpenClaw，能聊天能干活，你的7×24小时AI数字员工</a>最先出现在<a rel="nofollow" href="https://51ai.website/en">AI Weekly</a>。</p>
]]></content:encoded>
					
					<wfw:commentrss>https://51ai.website/en/recommend/lobsterai/feed/</wfw:commentrss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>