Files
CloudFlare-AI-Insight-Daily/today/book/daily/2025-06-06.html

264 lines
18 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE HTML>
<html lang="zh" class="light sidebar-visible" dir="ltr">
<head>
<!-- Book generated using mdBook -->
<meta charset="UTF-8">
<title>06-06-日刊 - 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洞察日报-202566"><a class="header" href="#ai洞察日报-202566">AI洞察日报 2025/6/6</a></h2>
<h3 id="ai产品与功能更新"><a class="header" href="#ai产品与功能更新"><strong>AI产品与功能更新</strong></a></h3>
<ol>
<li><strong>Pollo AI</strong> 推出了一站式<strong>AI图像与视频生成平台</strong>整合全球前沿模型如Google Veo 3、Kling等提供文字转视频、图像风格化、角色一致性等多种功能并支持API接入相比同类平台更具成本和模型优势且获得Google Cloud的Veo 3模型授权。
<br/> <a href="https://assets-v2.circle.so/5fit6knlg31jzz4ds9stmn0z1wda"><img src="https://assets-v2.circle.so/5fit6knlg31jzz4ds9stmn0z1wda" alt="图片" /></a> <br/></li>
<li><strong>Luma Labs</strong> 发布了全新的<strong>AI视频编辑工具</strong> Modify Video基于其Dream Machine平台和<strong>Ray2模型</strong>用户能通过文本提示对视频进行风格重塑、场景替换和角色调整大幅降低了传统视频制作的复杂性和成本。该工具凭借Ray2模型的强大能力在动作流畅性和时间一致性方面表现出色并降低了创意门槛。
<br/> <a href="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0605/6388474336287139806268530.png"><img src="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0605/6388474336287139806268530.png" alt="图片" /></a> <br/></li>
<li>谷歌更新了<strong>Gemini 2.5版本</strong>,显著提升了<strong>AI音频对话与生成技术</strong>使其成为一个能够原生理解和生成文本、图像、音频、视频和代码的多模态AI系统。新功能使得人机交流更加自然流畅支持实时音频对话、风格控制和多语言并通过可控的文本转语音技术允许用户精确调整语音输出的语调和情感。
<br/> <a href="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0605/6388474192800462061689108.png"><img src="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0605/6388474192800462061689108.png" alt="图片" /></a> <br/></li>
<li>热门手游《<strong>逆水寒</strong>》与<strong>可灵AI</strong>合作,在游戏内推出了全新的"<strong>图生动图</strong>”玩法,让玩家能够通过简单操作将静态图片转化为个性化动态画面。该功能支持用户截图或上传图片,通过输入描述词来生成动图,并可进行双人互动创作,提升了玩家的游戏体验。
<br/> <a href="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0605/6388473368297009187838113.png"><img src="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0605/6388473368297009187838113.png" alt="图片" /></a> <br/></li>
</ol>
<h3 id="ai前沿研究"><a class="header" href="#ai前沿研究"><strong>AI前沿研究</strong></a></h3>
<ol>
<li><strong>NVIDIA</strong> 发布了<strong>Llama-3.1-Nemotron-Nano-VL-8B-V1</strong>这是一款基于Llama-3.1架构的<strong>8B参数视觉语言模型</strong>支持图像、视频和文本输入并能输出高质量文本及具备强大的图像推理能力。该模型在OCR和文档智能方面表现卓越通过AWQ4bit量化技术可在单张RTX GPU上高效部署并已在Hugging Face平台开源为开发者提供了轻量高效的多模态AI解决方案。
<br/> <a href="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0605/6388473110722451938945298.jpg"><img src="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0605/6388473110722451938945298.jpg" alt="图片" /></a> <br/></li>
<li>Voyager 是一种新颖的<strong>视频扩散框架</strong>,它能从单张图片和用户定义的摄像机路径,生成<strong>世界一致的3D点云序列</strong>特别适用于游戏和虚拟现实中可探索的3D场景。这项技术通过联合生成对齐的RGB和深度视频序列实现了帧间固有的<strong>3D一致性</strong>,显著提升了视觉质量和几何精度。论文地址:<a href="https://arxiv.org/abs/2506.04225">https://arxiv.org/abs/2506.04225</a></li>
</ol>
<h3 id="ai行业展望与社会影响"><a class="header" href="#ai行业展望与社会影响"><strong>AI行业展望与社会影响</strong></a></h3>
<ol>
<li>硅谷投资人<strong>Mary Meeker</strong>的最新<strong>AI报告</strong>指出全球AI竞争格局正经历深刻重塑中国AI力量与<strong>开源浪潮</strong>正全面崛起挑战OpenAI等头部公司的主导地位。报告强调中国AI模型性能已逼近国际一线并在制造业中展现出强大的产业融合能力同时开源模型凭借低成本和高灵活性市场份额迅速增长预示着AI行业进入多极对抗新时代。
<br/> <a href="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/picmap/202304171408567483_0.jpg"><img src="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/picmap/202304171408567483_0.jpg" alt="图片" /></a> <br/></li>
</ol>
<h3 id="开源top项目"><a class="header" href="#开源top项目"><strong>开源TOP项目</strong></a></h3>
<ol>
<li><strong>netbird</strong> 是一个拥有 <strong>14029</strong> 颗星的<strong>开源项目</strong>,它基于 <strong>WireGuard®</strong> 帮助用户将设备连接到安全的覆盖网络,并支持<strong>SSO</strong><strong>MFA</strong>和精细的访问控制,提供安全高效的网络连接。项目地址:<a href="https://github.com/netbirdio/netbird">https://github.com/netbirdio/netbird</a></li>
<li><strong>quarkdown</strong> 是一个拥有 <strong>3952</strong> 颗星的<strong>开源项目</strong>,旨在为 <strong>Markdown</strong> 文本赋予"超能力”,将想法轻松转化为演示文稿、文章和书籍等多种形式。项目地址:<a href="https://github.com/iamgio/quarkdown">https://github.com/iamgio/quarkdown</a></li>
<li><strong>cognee</strong> 是一个拥有 <strong>2658</strong> 颗星的<strong>开源项目</strong>,其核心功能是仅用 <strong>5 行代码</strong>即可实现 <strong>AI 智能体的记忆</strong>,极大简化了智能体开发中的复杂性。项目地址:<a href="https://github.com/topoteretes/cognee">https://github.com/topoteretes/cognee</a></li>
</ol>
<h3 id="社媒分享"><a class="header" href="#社媒分享"><strong>社媒分享</strong></a></h3>
<ol>
<li>@wwwyesterday 分享了一个关于与 <strong>AI 对话</strong>的"生活小妙招”即在开始时让AI每次回复都称呼"哥哥”一旦AI停止这样称呼就意味着可以新开对话窗口了。这个小技巧巧妙地利用了AI的"记忆”机制,为用户提供了判断对话是否需要重新开始的依据。</li>
<li><strong>Gorden Sun</strong> 宣布 <strong>Fish Audio</strong> 已开源其 <strong>S1-mini语音模型</strong>作为表现良好的S1模型的精简版0.5B参数。S1-mini可供个人免费部署使用但不可商用。在线体验及模型链接<a href="https://huggingface.co/spaces/fishaudio/openaudio-s1-mini">https://huggingface.co/spaces/fishaudio/openaudio-s1-mini</a> <a href="https://huggingface.co/fishaudio/openaudio-s1-mini">https://huggingface.co/fishaudio/openaudio-s1-mini</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-07.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-05.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-07.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-05.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>