259 lines
20 KiB
HTML
259 lines
20 KiB
HTML
<!DOCTYPE HTML>
|
||
<html lang="zh" class="light sidebar-visible" dir="ltr">
|
||
<head>
|
||
<!-- Book generated using mdBook -->
|
||
<meta charset="UTF-8">
|
||
<title>06-07-日刊 - AI 日报 By 何夕2077</title>
|
||
|
||
|
||
<!-- Custom HTML head -->
|
||
|
||
<meta name="description" content="为您精选 AI 领域的最新动态,包括行业新闻、热门开源项目、前沿学术论文、科技大V社交媒体言论,并通过 Google Gemini 模型进行智能处理与摘要生成,最终自动发布到 GitHub Pages 生成 AI 日报">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<meta name="theme-color" content="#ffffff">
|
||
|
||
<link rel="icon" href="../favicon.svg">
|
||
<link rel="shortcut icon" href="../favicon.png">
|
||
<link rel="stylesheet" href="../css/variables.css">
|
||
<link rel="stylesheet" href="../css/general.css">
|
||
<link rel="stylesheet" href="../css/chrome.css">
|
||
<link rel="stylesheet" href="../css/print.css" media="print">
|
||
|
||
<!-- Fonts -->
|
||
<link rel="stylesheet" href="../FontAwesome/css/font-awesome.css">
|
||
<link rel="stylesheet" href="../fonts/fonts.css">
|
||
|
||
<!-- Highlight.js Stylesheets -->
|
||
<link rel="stylesheet" id="highlight-css" href="../highlight.css">
|
||
<link rel="stylesheet" id="tomorrow-night-css" href="../tomorrow-night.css">
|
||
<link rel="stylesheet" id="ayu-highlight-css" href="../ayu-highlight.css">
|
||
|
||
<!-- Custom theme stylesheets -->
|
||
|
||
|
||
<!-- Provide site root and default themes to javascript -->
|
||
<script>
|
||
const path_to_root = "../";
|
||
const default_light_theme = "light";
|
||
const default_dark_theme = "navy";
|
||
</script>
|
||
<!-- Start loading toc.js asap -->
|
||
<script src="../toc.js"></script>
|
||
</head>
|
||
<body>
|
||
<div id="mdbook-help-container">
|
||
<div id="mdbook-help-popup">
|
||
<h2 class="mdbook-help-title">Keyboard shortcuts</h2>
|
||
<div>
|
||
<p>Press <kbd>←</kbd> or <kbd>→</kbd> to navigate between chapters</p>
|
||
<p>Press <kbd>S</kbd> or <kbd>/</kbd> to search in the book</p>
|
||
<p>Press <kbd>?</kbd> to show this help</p>
|
||
<p>Press <kbd>Esc</kbd> to hide this help</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div id="body-container">
|
||
<!-- Work around some values being stored in localStorage wrapped in quotes -->
|
||
<script>
|
||
try {
|
||
let theme = localStorage.getItem('mdbook-theme');
|
||
let sidebar = localStorage.getItem('mdbook-sidebar');
|
||
|
||
if (theme.startsWith('"') && theme.endsWith('"')) {
|
||
localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
|
||
}
|
||
|
||
if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
|
||
localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
|
||
}
|
||
} catch (e) { }
|
||
</script>
|
||
|
||
<!-- Set the theme before any content is loaded, prevents flash -->
|
||
<script>
|
||
const default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? default_dark_theme : default_light_theme;
|
||
let theme;
|
||
try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
|
||
if (theme === null || theme === undefined) { theme = default_theme; }
|
||
const html = document.documentElement;
|
||
html.classList.remove('light')
|
||
html.classList.add(theme);
|
||
html.classList.add("js");
|
||
</script>
|
||
|
||
<input type="checkbox" id="sidebar-toggle-anchor" class="hidden">
|
||
|
||
<!-- Hide / unhide sidebar before it is displayed -->
|
||
<script>
|
||
let sidebar = null;
|
||
const sidebar_toggle = document.getElementById("sidebar-toggle-anchor");
|
||
if (document.body.clientWidth >= 1080) {
|
||
try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
|
||
sidebar = sidebar || 'visible';
|
||
} else {
|
||
sidebar = 'hidden';
|
||
}
|
||
sidebar_toggle.checked = sidebar === 'visible';
|
||
html.classList.remove('sidebar-visible');
|
||
html.classList.add("sidebar-" + sidebar);
|
||
</script>
|
||
|
||
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
|
||
<!-- populated by js -->
|
||
<mdbook-sidebar-scrollbox class="sidebar-scrollbox"></mdbook-sidebar-scrollbox>
|
||
<noscript>
|
||
<iframe class="sidebar-iframe-outer" src="../toc.html"></iframe>
|
||
</noscript>
|
||
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
|
||
<div class="sidebar-resize-indicator"></div>
|
||
</div>
|
||
</nav>
|
||
|
||
<div id="page-wrapper" class="page-wrapper">
|
||
|
||
<div class="page">
|
||
<div id="menu-bar-hover-placeholder"></div>
|
||
<div id="menu-bar" class="menu-bar sticky">
|
||
<div class="left-buttons">
|
||
<label id="sidebar-toggle" class="icon-button" for="sidebar-toggle-anchor" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
|
||
<i class="fa fa-bars"></i>
|
||
</label>
|
||
<button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
|
||
<i class="fa fa-paint-brush"></i>
|
||
</button>
|
||
<ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
|
||
<li role="none"><button role="menuitem" class="theme" id="default_theme">Auto</button></li>
|
||
<li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
|
||
<li role="none"><button role="menuitem" class="theme" id="rust">Rust</button></li>
|
||
<li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
|
||
<li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
|
||
<li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
|
||
</ul>
|
||
<button id="search-toggle" class="icon-button" type="button" title="Search (`/`)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="/ s" aria-controls="searchbar">
|
||
<i class="fa fa-search"></i>
|
||
</button>
|
||
</div>
|
||
|
||
<h1 class="menu-title">AI 日报 By 何夕2077</h1>
|
||
|
||
<div class="right-buttons">
|
||
<a href="../print.html" title="Print this book" aria-label="Print this book">
|
||
<i id="print-button" class="fa fa-print"></i>
|
||
</a>
|
||
<a href="https://github.com/justlovemaki/CloudFlare-AI-Insight-Daily" title="Git repository" aria-label="Git repository">
|
||
<i id="git-repository-button" class="fa fa-github"></i>
|
||
</a>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<div id="search-wrapper" class="hidden">
|
||
<form id="searchbar-outer" class="searchbar-outer">
|
||
<input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
|
||
</form>
|
||
<div id="searchresults-outer" class="searchresults-outer hidden">
|
||
<div id="searchresults-header" class="searchresults-header"></div>
|
||
<ul id="searchresults">
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
|
||
<script>
|
||
document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
|
||
document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
|
||
Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
|
||
link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
|
||
});
|
||
</script>
|
||
|
||
<div id="content" class="content">
|
||
<main>
|
||
<h2 id="ai洞察日报-202567"><a class="header" href="#ai洞察日报-202567">AI洞察日报 2025/6/7</a></h2>
|
||
<h3 id="ai产品与功能更新"><a class="header" href="#ai产品与功能更新"><strong>AI产品与功能更新</strong></a></h3>
|
||
<ol>
|
||
<li>近日,德国科技巨头<strong>博世</strong>与<strong>阿里云</strong>合作,将<strong>通义大模型</strong>应用于<strong>智能座舱</strong>,通过云计算与端侧混合计算实现与<strong>3D 数字人</strong>的交互,提升座舱智能感知和多模态控制能力。该方案支持知识问答和同声传译,使智能座舱成为理解并满足用户需求的智能助手,标志着汽车行业正迈向个性化、智能化的移动空间。</li>
|
||
<li><strong>Perplexity AI</strong>近日推出<strong>SEC</strong>文件访问功能,旨在帮助各类投资者在<strong>Perplexity 平台</strong>轻松查询和理解复杂的<strong>财务文档</strong>,所有答案均附有引用。此外,<strong>Perplexity</strong>还推出了"<strong>实验室</strong>”功能,该功能能够将用户的提示转化为报告、仪表板等完整项目,显著提升了工作流效率。</li>
|
||
<li><strong>Trae 平台</strong>近日更新,正式集成<strong>Google</strong>的<strong>Gemini 2.5 Pro Preview</strong>模型,该模型在<strong>WebDev Arena</strong>和<strong>LMArena 编码排行榜</strong>中均位列第一,显著提升了前端开发与<strong>UI 设计</strong>能力。 <br/> <a href="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0606/6388481749990229697161576.png"><img src="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0606/6388481749990229697161576.png" alt="图片" /></a> <br/> 此次升级优化了代码转换、编辑及复杂代理工作流,并已免费向用户开放,有望推动<strong>AI</strong>在<strong>区块链</strong>和<strong>去中心化应用</strong>领域的创新。</li>
|
||
<li>海外知名的<strong>AI 视频生成平台 PixVerse</strong>正式推出其国内版"<strong>拍我AI</strong>”,同步上线移动端 App 和网页版,旨在为国内内容创作者和企业提供高效便捷的<strong>AI 视频生成工具</strong>。 <br/> <a href="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0606/6388481574736715558459901.png"><img src="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0606/6388481574736715558459901.png" alt="图片" /></a> <br/> "<strong>拍我AI</strong>”支持通过文本或图像一键生成高质量、多风格视频,依托 PixVerse V4.5 算法并进行了本地化优化,有望推动中国市场<strong>AI 视频技术</strong>的普及和应用。</li>
|
||
<li><strong>ElevenLabs</strong>于2025年6月5日发布了被誉为"地表最强”的<strong>文本转语音(TTS)模型</strong>,<strong>Eleven v3 (Alpha 版)</strong>,该模型不仅能将文本转化为自然流畅的语音,还能通过<strong>音频标签</strong>精确控制情感、语速甚至加入音效,实现"演技合成”。 <br/> <a href="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0606/6388479747817228256386757.png"><img src="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0606/6388479747817228256386757.png" alt="图片" /></a> <br/> <a href="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0606/6388479739813195471789762.png"><img src="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0606/6388479739813195471789762.png" alt="图片" /></a> <br/> 它支持<strong>70多种语言</strong>和<strong>多角色自然对话</strong>,并通过自动标签功能简化创作,有望在<strong>影视配音</strong>、<strong>虚拟助手</strong>等领域广泛应用,重新定义<strong>AI 语音</strong>的未来。</li>
|
||
</ol>
|
||
<h3 id="ai前沿研究"><a class="header" href="#ai前沿研究"><strong>AI前沿研究</strong></a></h3>
|
||
<ol>
|
||
<li>这篇研究论文介绍了一种名为<strong>动态内存稀疏化(DMS)<strong>的新方法,它通过压缩</strong>Transformer LLM</strong>的<strong>KV 缓存</strong>,在推理时实现<strong>超扩展</strong>,从而在相同计算资源下生成更多 Token 并提高模型准确性。该方法仅需少量训练步骤即可实现高压缩率,并显著提升了如<strong>Qwen-R1 32B</strong>等多种<strong>LLM</strong>在<strong>AIME 24</strong>、<strong>GPQA</strong>和<strong>LiveCodeBench</strong>等基准测试上的准确性。论文地址:<a href="https://arxiv.org/abs/2506.05345">https://arxiv.org/abs/2506.05345</a>。</li>
|
||
</ol>
|
||
<h3 id="ai行业展望与社会影响"><a class="header" href="#ai行业展望与社会影响"><strong>AI行业展望与社会影响</strong></a></h3>
|
||
<ol>
|
||
<li><strong>宇树科技 CEO 王兴兴</strong>在第七届<strong>北京智源大会</strong>上表示,公司始终坚持的终极目标是让<strong>机器人</strong>实现家庭和工业场景的<strong>实用化工作</strong>,而跳舞和格斗等具身智能展示仅是训练和技术验证的手段。 <br/> <a href="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/picmap/202304171730201359_10.jpg"><img src="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/picmap/202304171730201359_10.jpg" alt="图片" /></a> <br/> 他透露,今年上半年<strong>人形机器人</strong>在商业租赁市场已初具规模并带来可观价值,未来将加速机器人实用化落地。</li>
|
||
<li>知名科技博主<strong>王自如</strong>在<strong>B站</strong>宣布复更,并正式更名为"<strong>王自如AI</strong>”,表示将以<strong>AI 测评 UP 主</strong>的身份开启二次创业,专注于<strong>AI 内容创业</strong>和<strong>AI 应用</strong>,助力传统产业数字化转型。 <br/> <a href="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0606/6388480568808508227034081.png"><img src="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0606/6388480568808508227034081.png" alt="图片" /></a> <br/> 他在视频中感谢了<strong>董明珠</strong>和<strong>雷军</strong>的鼓励和帮助,并提及此前入职格力是为重塑销售体系。</li>
|
||
</ol>
|
||
<h3 id="开源top项目"><a class="header" href="#开源top项目"><strong>开源TOP项目</strong></a></h3>
|
||
<ol>
|
||
<li><strong>note-gen</strong>是一款<strong>AI 赋能</strong>的跨平台<strong>Markdown 笔记应用</strong>(Stars: 3161),致力于利用<strong>AI</strong>将碎片化知识整理成可读笔记,连接记录与写作。项目地址:<a href="https://github.com/codexu/note-gen">https://github.com/codexu/note-gen</a>。</li>
|
||
<li><strong>notebooks</strong>项目(Stars: 1174)提供了通过<strong>Google Colab</strong>、<strong>Kaggle</strong>等平台引导式<strong>Notebook</strong>免费微调<strong>大型语言模型</strong>的功能。项目地址:<a href="https://github.com/unslothai/notebooks">https://github.com/unslothai/notebooks</a>。</li>
|
||
<li><strong>ragbits</strong>(Stars: 749)提供了一系列构建模块,旨在帮助开发者快速开发<strong>生成式 AI 应用程序</strong>。项目地址:<a href="https://github.com/deepsense-ai/ragbits">https://github.com/deepsense-ai/ragbits</a>。</li>
|
||
</ol>
|
||
<h3 id="社媒分享"><a class="header" href="#社媒分享"><strong>社媒分享</strong></a></h3>
|
||
<ol>
|
||
<li>知名博主<strong>歸藏</strong>推荐<strong>即梦AI</strong>图片3.0的<strong>智能参考</strong>功能,该功能支持用户基于上传图像生成任何内容,并能修改照片背景、添加配饰、更改姿势,甚至精确添加或修改复杂<strong>文字效果</strong>。 <br/> <a href="https://cdnv2.ruguoapp.com/FvtrC2kjbbXAClT4WeaTRXbuwUnlv3.jpeg"><img src="https://cdnv2.ruguoapp.com/FvtrC2kjbbXAClT4WeaTRXbuwUnlv3.jpeg" alt="Image" /></a> <br/> 这一突破性能力极大地提升了日常照片分享的表现力,并能高效生成电商产品图、小红书和视频封面等<strong>营销物料</strong>。文章链接:<a href="https://mp.weixin.qq.com/s/_kt9OLylR95sG7U37wseSw">https://mp.weixin.qq.com/s/_kt9OLylR95sG7U37wseSw</a>,社交媒体链接:<a href="https://m.okjike.com/originalPosts/6842cd91a26304532600fa4d">https://m.okjike.com/originalPosts/6842cd91a26304532600fa4d</a>。</li>
|
||
<li><strong>Yangyi</strong>分享了<strong>AI 时代</strong>的产品价值公式,指出产品价值取决于"<strong>新体验</strong>”(获得有效结果与美观度)和"<strong>迁移成本</strong>”(旧平台数据沉没成本与上手门槛)之间的差异。因此,构建高价值<strong>AI 产品</strong>需要提供超预期的有效结果、足够美观的界面,并致力于降低用户数据迁移的难度和产品的使用门槛。社交媒体链接:<a href="https://x.com/Yangyixxxx/status/1930912029809979654">https://x.com/Yangyixxxx/status/1930912029809979654</a>。</li>
|
||
</ol>
|
||
<hr />
|
||
<h2 id="收听语音版ai日报"><a class="header" href="#收听语音版ai日报"><strong>收听语音版AI日报</strong></a></h2>
|
||
<div class="table-wrapper"><table><thead><tr><th>🎙️ <strong>小宇宙</strong></th><th>📹 <strong>抖音</strong></th></tr></thead><tbody>
|
||
<tr><td><a href="https://www.xiaoyuzhoufm.com/podcast/683c62b7c1ca9cf575a5030e">来生小酒馆</a></td><td><a href="https://www.douyin.com/user/MS4wLjABAAAAwpwqPQlu38sO38VyWgw9ZjDEnN4bMR5j8x111UxpseHR9DpB6-CveI5KRXOWuFwG">来生情报站</a></td></tr>
|
||
<tr><td><img src="https://s1.imagehub.cc/images/2025/06/24/f959f7984e9163fc50d3941d79a7f262.md.png" alt="小酒馆" /></td><td><img src="https://s1.imagehub.cc/images/2025/06/24/7fc30805eeb831e1e2baa3a240683ca3.md.png" alt="情报站" /></td></tr>
|
||
</tbody></table>
|
||
</div>
|
||
</main>
|
||
|
||
<nav class="nav-wrapper" aria-label="Page navigation">
|
||
<!-- Mobile navigation buttons -->
|
||
<a rel="prev" href="../daily/2025-06-08.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
||
<i class="fa fa-angle-left"></i>
|
||
</a>
|
||
|
||
<a rel="next prefetch" href="../daily/2025-06-06.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
||
<i class="fa fa-angle-right"></i>
|
||
</a>
|
||
|
||
<div style="clear: both"></div>
|
||
</nav>
|
||
</div>
|
||
</div>
|
||
|
||
<nav class="nav-wide-wrapper" aria-label="Page navigation">
|
||
<a rel="prev" href="../daily/2025-06-08.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
||
<i class="fa fa-angle-left"></i>
|
||
</a>
|
||
|
||
<a rel="next prefetch" href="../daily/2025-06-06.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
||
<i class="fa fa-angle-right"></i>
|
||
</a>
|
||
</nav>
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<script>
|
||
window.playground_copyable = true;
|
||
</script>
|
||
|
||
|
||
<script src="../elasticlunr.min.js"></script>
|
||
<script src="../mark.min.js"></script>
|
||
<script src="../searcher.js"></script>
|
||
|
||
<script src="../clipboard.min.js"></script>
|
||
<script src="../highlight.js"></script>
|
||
<script src="../book.js"></script>
|
||
|
||
<!-- Custom JS scripts -->
|
||
|
||
|
||
</div>
|
||
</body>
|
||
</html>
|