docs: 自动构建日刊并归档旧月份 (Sat Jun 28 23:55:10 UTC 2025)

This commit is contained in:
GitHub Action
2025-06-28 23:55:10 +00:00
parent 54e8c2b04b
commit 67b10a044c
11 changed files with 1122 additions and 739 deletions

View File

@@ -1,327 +0,0 @@
<!DOCTYPE HTML>
<html lang="zh" class="light sidebar-visible" dir="ltr">
<head>
<!-- Book generated using mdBook -->
<meta charset="UTF-8">
<title>Today - 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洞察日报-2025628"><a class="header" href="#ai洞察日报-2025628">AI洞察日报 2025/6/28</a></h2>
<blockquote>
<p><code>AI 日报</code> | <code>早八更新</code> | <code>全网数据聚合</code> | <code>前沿科学探索</code> | <code>行业自由发声</code> | <code>开源创新力量</code> | <code>AI与人类未来</code> | <a href="https://ai.hubtoday.app/">访问网页版↗️</a></p>
</blockquote>
<h3 id="ai内容摘要"><a class="header" href="#ai内容摘要"><strong>AI内容摘要</strong></a></h3>
<pre><code>多公司AI产品更新频频OpenAI收购Crossing Minds以强化个性化推荐与AGI应用Hengbot发布智能机器狗。
谷歌则推出了Gemma 3n模型及Doppl虚拟试衣应用。Suno收购WavTool增强音乐编辑功能应对版权诉讼。
AI研究揭示大模型预训练中存在"顿悟”现象。同时AI代理构建与代码审查助手优化经验被广泛分享。
</code></pre>
<h3 id="ai产品与功能更新"><a class="header" href="#ai产品与功能更新"><strong>AI产品与功能更新</strong></a></h3>
<ol>
<li>
<p><strong>OpenAI</strong> 已宣布收购专注于电子商务AI推荐系统的<strong>Crossing Minds</strong>公司其团队已加入OpenAI。此举旨在加强OpenAI在<strong>个性化推荐</strong><strong>检索增强生成RAG<strong></strong>实时用户建模</strong>等关键领域的能力,加速<strong>通用人工智能AGI<strong>在现实应用中的落地。此次战略性收购也将帮助OpenAI强化其个性化建模与电商领域推荐系统拓展</strong>ChatGPT</strong>的商业化场景,并推进后训练阶段的用户调优与行为理解系统。🚀✨ <a href="https://www.crossingminds.com/">'更多详情'</a>
<br/> <img src="https://assets-v2.circle.so/k2bihhhpptnld7s9yjhy5rcklimh" alt="OpenAI收购Crossing Minds" /> <br/></p>
</li>
<li>
<p><strong>Hengbot</strong>公司最新发布了<strong>Sirius机器狗</strong>,它不仅具备跳舞、踢球等敏捷运动能力,还集成了<strong>OpenAI</strong><strong>大语言模型</strong>能够进行语音对话并形成独特个性。这款多功能智能机器狗已在官网开启预售预售价1299美元预计今年秋季正式上市有望成为未来家庭的新宠。🐶🤖🎉
<br/> <img src="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0627/6388664055657490519988244.png" alt="Hengbot Sirius机器狗" /> <br/></p>
</li>
<li>
<p>AI音乐公司<strong>Suno</strong>宣布收购基于浏览器的AI数字音频工作站<strong>WavTool</strong>旨在增强其歌曲创作与制作的编辑能力此举正值Suno面临多起<strong>音乐版权诉讼</strong>之际。🤔尽管收购条款未公开但大部分WavTool员工已加入Suno团队。公司此举可能旨在分散公众对法律诉讼的关注并向投资者传递发展信心此前Suno已获得1.25亿美元融资。🎶⚖️
<br/> <img src="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/picmap/202005281122130015_60.jpg" alt="Suno收购WavTool" /> <br/></p>
</li>
<li>
<p><strong>谷歌实验室</strong>推出了名为<strong>Doppl</strong>的全新虚拟试衣应用,用户可通过上传照片或截图<strong>动态试穿任意服装</strong>以探索和表达个人风格。目前该应用已在美国的iOS和Android平台上线。这款应用区别于以往的静态、品牌受限的虚拟试衣能生成动画视频让用户更直观地看到服装上身效果从而辅助搭配决策。👗🤳✨
<br/> <img src="https://assets-v2.circle.so/4tjlf3vvqk77u07immaxg452so6a" alt="谷歌Doppl虚拟试衣" /> <br/></p>
</li>
<li>
<p><strong>谷歌</strong>已重启并改进了其由<strong>Gemini AI</strong>驱动的"<strong>Ask Photos</strong>”搜索工具,旨在提升用户查找照片的速度与体验。📸🔍该功能现在能为简单查询提供即时结果,同时在后台处理复杂查询,并逐步向更多美国用户开放。👍
<br/> <img src="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0627/6388662236368236647884395.png" alt="谷歌Ask Photos更新" /> <br/></p>
</li>
<li>
<p>Google正式推出了新一代<strong>开源轻量级多模态大模型</strong> <strong>Gemma 3n</strong>,专为<strong>移动端和边缘设备</strong>优化,旨在实现接近云端模型的<strong>原生多模态</strong>能力。💡📱它是Gemma系列迄今为止最先进的版本支持图像、音频、视频、文本输入和文本输出并在<strong>lmarena.ai</strong>测试中展现出卓越性能,特别是在数学、编程和推理方面有显著增强。🤯 <a href="https://developers.googleblog.com/en/introducing-gemma-3n-developer-guide/">'更多详情'</a>
<br/> <img src="https://assets-v2.circle.so/48ph1ou3at97bcecx9v4exbkgh69" alt="谷歌Gemma 3n模型" /> <br/>
<br/> <img src="https://assets-v2.circle.so/bx2ljlkm93rf3zulfs5ucia3m3fo" alt="Gemma 3n模型测试" /> <br/></p>
</li>
</ol>
<h3 id="ai前沿研究"><a class="header" href="#ai前沿研究"><strong>AI前沿研究</strong></a></h3>
<ol>
<li>
<p>一项研究首次证实,<strong>大型语言模型</strong>LLM<strong>预训练</strong>中也存在"<strong>顿悟</strong>Grokking现象即模型在训练损失收敛后<strong>通用化性能</strong>仍持续提升,这揭示了从<strong>记忆到泛化</strong>的转化过程。🤯🔍研究者开发了两种新颖且高效的<strong>度量指标</strong>,无需进行下游任务微调或测试,即可准确预测<strong>大型基础模型</strong><strong>通用化改进</strong>为LLM预训练提供了实用的监控工具。🧠 <a href="https://arxiv.org/abs/2506.21551">'论文地址'</a></p>
</li>
<li>
<p>MADrive是一个<strong>记忆增强</strong><strong>驾驶场景建模</strong>框架,它扩展了现有<strong>3D高斯泼溅</strong>技术的局限,通过从大型外部记忆库中检索和集成相似的<strong>3D车辆资产</strong>,实现了对显著改变或全新<strong>自动驾驶环境</strong><strong>照片级真实感合成</strong>。🚗💨这一创新大幅提升了场景重建的灵活性和真实感,为<strong>自动驾驶</strong>模拟提供了更强大的支持。🌐 <a href="https://arxiv.org/abs/2506.21520">'论文地址'</a></p>
</li>
</ol>
<h3 id="开源top项目"><a class="header" href="#开源top项目"><strong>开源TOP项目</strong></a></h3>
<ol>
<li>
<p>Black Forest Labs<strong>开源</strong>发布了<strong>FLUX.1Kontext [dev]<strong>图像编辑模型,该模型凭借其</strong>上下文感知图像编辑</strong>能力,能够根据文本指令精准修改现有图像并保持风格一致性,其性能被誉为可媲美<strong>GPT-4o</strong>,且支持消费级硬件运行。🎨✨这一模型旨在降低专业图像编辑门槛,推动开源社区创新。🚀 <a href="https://huggingface.co/black-forest-labs/FLUX.1-Kontext-dev">'项目地址'</a>
<br/> <img src="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0627/6388661124441853705469566.png" alt="FLUX.1Kontext图像编辑" /> <br/></p>
</li>
<li>
<p><strong>ottomator-agents</strong>是托管在oTTomator Live Agent Studio平台上的<strong>开源AI代理</strong>项目,已获得<strong>2336</strong>颗星为开发者提供了灵活的AI代理解决方案可用于构建各种智能应用。🌟💻 <a href="https://github.com/coleam00/ottomator-agents">'项目地址'</a></p>
</li>
<li>
<p><strong>rl-swarm</strong>是一个完全<strong>开源</strong>的框架,专注于通过互联网创建<strong>RL训练群</strong>,已获得<strong>824</strong>颗星。🌐🧠该项目旨在简化大规模<strong>强化学习</strong>训练过程,为研究和开发提供分布式解决方案。 <a href="https://github.com/gensyn-ai/rl-swarm">'项目地址'</a></p>
</li>
<li>
<p><strong>microui</strong>是一款拥有<strong>4351</strong>颗星的微小即时模式UI库致力于提供简洁高效的用户界面解决方案。⚙📏 <a href="https://github.com/rxi/microui">'项目地址'</a></p>
</li>
<li>
<p><strong>jsoncrack.com</strong>是一款创新且<strong>开源</strong>的可视化应用可将JSON、YAML、XML、CSV等多种数据格式转换为交互式图表当前已获得<strong>38496</strong>颗星。📊✨ <a href="https://github.com/AykutSarac/jsoncrack.com">'项目地址'</a></p>
</li>
<li>
<p><strong>Best-websites-a-programmer-should-visit</strong>是一个广受欢迎的<strong>程序员实用网站精选集</strong>,拥有高达<strong>69196</strong>颗星,旨在为开发者提供丰富的学习和工具资源。📚🤓 <a href="https://github.com/sdmg15/Best-websites-a-programmer-should-visit">'项目地址'</a></p>
</li>
</ol>
<h3 id="社媒分享"><a class="header" href="#社媒分享"><strong>社媒分享</strong></a></h3>
<ol>
<li>
<p>Jiayuan分享了关于<strong>如何构建****Coding Agent</strong>的深入见解,指出当前流行的<strong>Gemini CLI</strong><strong>Claude Code</strong><strong>Cursor Agent</strong>等产品底层<strong>架构</strong>具有相似性。🧑‍💻💡他推荐了一个早期的视频分享,从宏观视角详细拆解了<strong>Coding Agent</strong><strong>构建</strong>方式,为感兴趣的开发者提供了宝贵的学习资源。
<video src="https://www.bilibili.com/video/BV1ZWNtzMEw7" controls="controls" width="100%"></video>
<br/> <img src="https://pbs.twimg.com/media/GucYQlXagAApa22?format=jpg&amp;name=orig" alt="Coding Agent构建分享" /> <br/>
<a href="https://x.com/tisoga/status/1938545123404783617">'更多详情'</a></p>
</li>
<li>
<p>小邱很行分享了一套结合<strong>Cursor</strong>终端和<strong>Claude Code</strong><strong>AI编程</strong>"Vibe Coding”最佳实践方案。🚀✨该方案详细阐述了如何利用Claude Code生成技术实现方案、由Cursor进行审查调整和代码实现并最终完成代码审查的流程。
<a href="https://m.okjike.com/originalPosts/685e6a8d1e38b2a5382ec568">'更多详情'</a></p>
</li>
<li>
<p>栗噔噔分享了<strong>小米AI眼镜</strong>的实际佩戴体验,认为其外观<strong>时尚</strong>且带有"攻”性气质;然而,拍照功能存在<strong>镜片反光</strong><strong>像素低</strong><strong>无防抖</strong><strong>进光量不足</strong>等问题,导致拍摄效果不理想,甚至像"偷拍”。👓📸😅
<br/> <img src="https://cdnv2.ruguoapp.com/FnwSbRO8V-0qQd--BwSMvqm4JYVev3.jpg" alt="小米AI眼镜体验" /> <br/>
<br/> <img src="https://cdnv2.ruguoapp.com/FvxUKr5Zn8Cdd_UHFbVaGd_-N63bv3.jpg" alt="小米AI眼镜佩戴" /> <br/>
<a href="https://m.okjike.com/originalPosts/685e414ff432421164e9aeda">'更多详情'</a></p>
</li>
<li>
<p>王煊Leo指出<strong>小米发布会</strong>的一个重要细节:<strong>小米SU7</strong><strong>智能驾驶</strong>系统采用了<strong>英伟达Thor系列芯片</strong>。🚗⚡作者认为相较于其他品牌使用多颗Orin芯片且结合其价格<strong>雷总</strong>的这一决策体现了高性价比和先进性。👍
<br/> <img src="https://cdnv2.ruguoapp.com/Fq778kq_DuRq8S25Pj1eTqBe43_3v3.png" alt="小米SU7智能驾驶" /> <br/>
<a href="https://m.okjike.com/originalPosts/685df372d82bae994a83ab09">'更多详情'</a></p>
</li>
<li>
<p>卡尔的AI沃茨分享了一场<strong>命令行编程AI智能体</strong>的"大混战”实验。🤖💥六位参赛选手(包括<strong>claude-code</strong><strong>gemini</strong>等)将<strong>找出并消灭其他进程</strong>以存活到最后为目标展现了AI对战的趣味性。🎮
<video src="https://video.twimg.com/amplify_video/1937950266814332928/vid/avc1/2318x2160/VzFtKuuOO6jZzPh0.mp4?tag=21" controls="controls" width="100%"></video>
<a href="https://x.com/aiwarts/status/1938331396373967094">'更多详情'</a></p>
</li>
<li>
<p>宝玉分享了cubic联合创始人Paul Sangle-Ferriere的文章揭示了他们如何通过强制AI给出<strong>推理日志</strong>、精简<strong>工具集</strong>以及使用<strong>专职微型智能体</strong>,成功将<strong>AI代码审查助手</strong>的误报率降低51%,使其更安静、更精准。🛠️💡这些经验为设计高效<strong>AI智能体</strong>提供了重要启示。🎯 <a href="https://baoyu.io/translations/learnings-from-building-ai-agents">'更多详情'</a>
<br/> <img src="https://baoyu.io/uploads/2025-06-26/1750961084743.png" alt="AI代码审查助手优化" /> <br/></p>
</li>
<li>
<p>ChatV分享了一种独特的<strong>AI对话技巧</strong>在与AI深入交流后会请AI回顾并总结自己的<strong>思维特点</strong>用10句通俗话描述<strong>更好地与AI对话的建议</strong>用10句通俗话给出。🤔💬此方法不仅能帮助用户<strong>了解自我</strong>,还能<strong>优化未来的AI交互体验</strong>。✨ <a href="https://m.okjike.com/originalPosts/685d84ac2b50c68918c64ea9">'更多详情'</a></p>
</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="next prefetch" href="daily/2025-06-28.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="next prefetch" href="daily/2025-06-28.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>

316
today/book/2025-06-29.html Normal file
View File

@@ -0,0 +1,316 @@
<!DOCTYPE HTML>
<html lang="zh" class="light sidebar-visible" dir="ltr">
<head>
<!-- Book generated using mdBook -->
<meta charset="UTF-8">
<title>Today - 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洞察日报-2025629"><a class="header" href="#ai洞察日报-2025629">AI洞察日报 2025/6/29</a></h2>
<blockquote>
<p><code>AI 日报</code> | <code>早八更新</code> | <code>全网数据聚合</code> | <code>前沿科学探索</code> | <code>行业自由发声</code> | <code>开源创新力量</code> | <code>AI与人类未来</code> | <a href="https://ai.hubtoday.app/">访问网页版↗️</a></p>
</blockquote>
<h3 id="ai内容摘要"><a class="header" href="#ai内容摘要"><strong>AI内容摘要</strong></a></h3>
<pre><code>阿里云发布多模态Qwen VLo模型AI助手提升工作效率。
基因AI与脑机接口取得进展特斯拉实现自动交付。
Gemini API免费恢复AI正加速改变世界面貌。
</code></pre>
<h3 id="ai产品与功能更新"><a class="header" href="#ai产品与功能更新">AI产品与功能更新</a></h3>
<ol>
<li>
<p>阿里云推出了<strong>Qwen VLo</strong>统一多模态大模型,它能用自然语言指令🌟同时理解、生成和编辑图像🎨,还能处理感知和多语言任务。其独特的"<strong>边理解边绘制</strong>”技术保证了图像细节的稳定性与一致性。目前是预览版可通过Qwen Chat体验。更多详情: <a href="https://qwenlm.github.io/zh/blog/qwen-vlo/">'https://qwenlm.github.io/zh/blog/qwen-vlo/'</a>
<br/> <a href="https://assets-v2.circle.so/smpfv7qb8h4hqlzrvypt3dadpsh2"><img src="https://assets-v2.circle.so/smpfv7qb8k4hqlzrvypt3dadpsh2" alt="图片" /></a> <br/>
<br/> <a href="https://assets-v2.circle.so/l3mf78vo9ym09p7oyykpcvkxrnsy"><img src="https://assets-v2.circle.so/l3mf78vo9ym09p7oyykpcvkxrnsy" alt="图片" /></a> <br/></p>
</li>
<li>
<p>曾因作弊被哈佛、哥大开除的<strong>Roy Lee</strong>,其初创公司<strong>Cluely</strong>在获得千万美元融资后,居然推出了一款号称能"颠覆九个行业”的<strong>AI桌面助手</strong>!😱 这款神器能<strong>实时分析屏幕和音频</strong>,在会议、销售、客服、学习、面试等各种场景提供<strong>智能辅助</strong>,彻底改变传统工作模式🚀。<a href="https://www.jiqizhixin.com/articles/2025-06-28-6">'更多详情'</a>
<br/> <a href="https://image.jiqizhixin.com/uploads/editor/a0f1917e-864b-4637-b58b-db3f023bba89/1751106831951.png"><img src="https://image.jiqizhixin.com/uploads/editor/a0f1917e-864b-4637-b58b-db3f023bba89/1751106831951.png" alt="图片" /></a> <br/></p>
</li>
</ol>
<h3 id="ai前沿研究"><a class="header" href="#ai前沿研究">AI前沿研究</a></h3>
<ol>
<li>
<p>Google DeepMind推出<strong>AlphaGenome</strong>🧬🔬,这是一款突破性的"<strong>基因理解AI</strong>”模型能精准预测DNA<strong>非编码区域</strong>变异对基因调控的影响,助力疾病机制研究和合成生物学。它在处理超长<strong>DNA序列</strong>和预测调控特性上都远超现有技术已开放API供非商业科研使用。论文地址: <a href="https://deepmind.google/discover/blog/alphagenome-ai-for-better-understanding-the-genome/">'https://deepmind.google/discover/blog/alphagenome-ai-for-better-understanding-the-genome/'</a>
<br/> <a href="https://assets-v2.circle.so/k10qs8x4lxf6x4905802yz2cq8eb"><img src="https://assets-v2.circle.so/k10qs8x4lxf6x4905802yz2cq8eb" alt="图片" /></a> <br/>
<br/> <a href="https://assets-v2.circle.so/xo0mz5avlik88bsflzzrp6m3jrin"><img src="https://assets-v2.circle.so/xo0mz5avlik88bsflzzrp6m3jrin" alt="图片" /></a> <br/></p>
</li>
<li>
<p>🚀 一项由美国东北大学、香港中文大学和Adobe Research等团队带来的前沿研究推出<strong>DraftAttention</strong>,这是一种<strong>视频扩散模型加速方法</strong>!它利用<strong>无需训练、即插即用</strong>的动态稀疏<strong>注意力机制</strong>,完美解决了<strong>注意力机制</strong>的计算量瓶颈,能显著降低开销,并实现高达<strong>2倍GPU端到端推理加速</strong>,让高质量视频生成更高效、更实用✨。
<br/> <a href="https://image.jiqizhixin.com/uploads/editor/337eefaa-ce93-46e1-a441-8938c38ec46f/640.png"><img src="https://image.jiqizhixin.com/uploads/editor/337eefaa-ce93-46e1-a441-8938c38ec46f/640.png" alt="图片" /></a> <br/>
<br/> <a href="https://image.jiqizhixin.com/uploads/editor/cdd9dea6-eb55-432b-9335-a9091f601d7c/640.png"><img src="https://image.jiqizhixin.com/uploads/editor/cdd9dea6-eb55-432b-9335-a9091f601d7c/640.png" alt="图片" /></a> <br/>
<a href="https://arxiv.org/abs/2505.14708">'论文地址'</a></p>
</li>
</ol>
<h3 id="ai行业展望与社会影响"><a class="header" href="#ai行业展望与社会影响">AI行业展望与社会影响</a></h3>
<ol>
<li>🚀 马斯克的Neuralink公司在发布会上展示了<strong>脑机接口N1植入体</strong>的惊人进展,将<strong>电极植入速度</strong>提升至1.5秒/根,甚至有七位志愿者已能用意念玩游戏、控制机械臂!🌐 他还描绘了宏伟的<strong>三年路线图</strong>:计划<strong>2026年治愈失明</strong>,并期待<strong>2028年实现全人类与AI的深度集成</strong>,旨在通过<strong>全脑接口</strong>彻底改变人类与数字世界的互动方式🤯。
<br/> <a href="https://wechat2rss.xlab.app/img-proxy/?k=0bf4978b&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_jpg%2FUicQ7HgWiaUb3hGr095QGmBoiceyxYcRV5cSWGJvu2zUZ5Tms6iciafzv309n9Ht2JhnxYAd9MqRJZznxWkpvW2TFgA%2F0%3Fwx_fmt%3Djpeg"><img src="https://wechat2rss.xlab.app/img-proxy/?k=0bf4978b&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_jpg%2FUicQ7HgWiaUb3hGr095QGmBoiceyxYcRV5cSWGJvu2zUZ5Tms6iciafzv309n9Ht2JhnxYAd9MqRJZznxWkpvW2TFgA%2F0%3Fwx_fmt%3Djpeg" alt="图片" /></a> <br/>
<br/> <a href="https://wechat2rss.xlab.app/img-proxy/?k=36c63c9c&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_gif%2FUicQ7HgWiaUb3hGr095QGmBoiceyxYcRV5caZ50QQsDR9dm0uFiaiaib4ldLvnjRUFVeZ7AeysgSJzmibrxa8yURqfeEQ%2F640%3Fwx_fmt%3Dgif"><img src="https://wechat2rss.xlab.app/img-proxy/?k=36c63c9c&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_gif%2FUicQ7HgWiaUb3hGr095QGmBoiceyxYcRV5caZ50QQsDR9dm0uFiaiaib4ldLvnjRUFVeZ7AeysgSJzmibrxa8yURqfeEQ%2F640%3Fwx_fmt%3Dgif" alt="图片" /></a> <br/>
<a href="https://mp.weixin.qq.com/s?__biz=MzI3MTA0MTk1MA==&amp;mid=2652605172&amp;idx=1&amp;sn=af0348a245d7f79f539ea6839caf05b2">'更多详情'</a></li>
</ol>
<h3 id="开源top项目"><a class="header" href="#开源top项目">开源TOP项目</a></h3>
<ol>
<li>
<p>🌟 <strong>twenty</strong>是一个高达<strong>29940</strong>颗星的开源项目🚀致力于打造社区驱动的现代化Salesforce替代方案旨在解决传统<strong>CRM系统</strong>的种种<strong>局限性</strong>。项目地址: <a href="https://github.com/twentyhq/twenty">'https://github.com/twentyhq/twenty'</a></p>
</li>
<li>
<p>✨ 拥有<strong>13636</strong>颗星的<strong>Graphite</strong>是一款创新的<strong>2D矢量和光栅编辑器</strong>🎨,它巧妙地融合了传统图层与基于节点、非破坏性的<strong>程序化工作流</strong>,为用户提供超级强大的图像编辑能力!项目地址:<a href="https://github.com/GraphiteEditor/Graphite">'项目地址'</a></p>
</li>
<li>
<p>📚 <strong>BookLore</strong>是一款获得<strong>1708</strong>颗星的实用<strong>Web应用程序</strong>📖旨在帮助书迷们轻松托管、管理和探索各种书籍支持PDF和电子书格式还能记录阅读进度、元数据和提供阅读统计哦项目地址<a href="https://github.com/adityachandelgit/BookLore">'项目地址'</a></p>
</li>
<li>
<p>🎮🌟 <strong>romm</strong>是一款颜值与实力并存的<strong>ROM管理器和播放器</strong>,斩获<strong>4893</strong>颗星!它支持<strong>自托管</strong>为玩家们带来超便捷的ROM管理与畅玩体验。项目地址<a href="https://github.com/rommapp/romm">'项目地址'</a></p>
</li>
<li>
<p>📈 <strong>Serial-Studio</strong>是一个拥有<strong>5655</strong>颗星的宝藏<strong>开源项目</strong>✨,它专注于为<strong>嵌入式设备数据提供可视化</strong>功能,让用户能直观地理解设备运行状态,简直是调试神器!<a href="https://github.com/Serial-Studio/Serial-Studio">'项目地址'</a></p>
</li>
<li>
<p>💼🚀 <strong>midday</strong>是一款专为<strong>自由职业者</strong>量身打造的<strong>综合性管理工具</strong>,斩获<strong>8098</strong>颗星!它的核心功能涵盖了<strong>发票</strong><strong>时间跟踪</strong><strong>文件对账</strong><strong>存储</strong>以及<strong>财务概览</strong>,甚至还贴心地提供了<strong>专属AI助手</strong>,让自由工作变得更轻松。<a href="https://github.com/midday-ai/midday">'项目地址'</a></p>
</li>
</ol>
<h3 id="社媒分享"><a class="header" href="#社媒分享">社媒分享</a></h3>
<ol>
<li>
<p>🎉 博主<strong>归藏(guizang.ai)<strong>带来了激动人心的好消息:<strong>Gemini 2.5 Pro API</strong></strong>免费额度</strong>已全面<strong>恢复</strong>啦!🥳 这意味着大家可以继续无忧地"愉快白嫖”这款强大的AI模型了此消息也得到了谷歌Logan Kilpatrick的官方确认真是太棒了
<br/> <a href="https://pbs.twimg.com/media/GuhXQWqaoAIKkyy?format=jpg&amp;name=orig"><img src="https://pbs.twimg.com/media/GuhXQWqaoAIKkyy?format=jpg&amp;name=orig" alt="图片" /></a> <br/>
<a href="https://x.com/op7418/status/1938895703608316011">'更多详情'</a></p>
</li>
<li>
<p>🎵 归藏(guizang.ai)宣布,<strong>可灵</strong>重磅推出了超酷的<strong>视频音效生成能力</strong>!🤩 而且,这项功能目前竟然<strong>免费提供</strong>给所有用户,简直是给视频创作者们打开了新世界的大门,可能性无限呀!更多详情请查看<a href="https://x.com/op7418/status/1938894186742485484">'更多详情'</a>
<video src="https://video.twimg.com/amplify_video/1938607664184918016/vid/avc1/854x480/6mrlyY8S8V_qOBAL.mp4?tag=21" controls="controls" width="100%"></video></p>
</li>
<li>
<p>🚗💨 小互激动地分享了<strong>特斯拉</strong>在自动驾驶领域的<strong>里程碑式突破</strong>:他们首次实现了从工厂到客户家的<strong>全程完全自动驾驶交付</strong>!🎉 一辆<strong>Model Y</strong>在德克萨斯州自主行驶30分钟并成功送达这简直标志着全球公共道路上<strong>完全自主车辆交付</strong>时代的正式开启!太酷了!更多详情请查看<a href="https://x.com/imxiaohu/status/1938848110115201068">'更多详情'</a>
<video src="https://video.twimg.com/amplify_video/1938847117344415748/vid/avc1/576x1024/RfOyZMDQDVPVsTLI.mp4" controls="controls" width="100%"></video></p>
</li>
<li>
<p>💡 wwwgoubuli重点分享了Corey Chiu的<strong>Vibe Coding最佳实践方案</strong>,强调其精髓在于<strong>优化开发步骤</strong>,而非纠结于具体模型的选择。🤔 这个方案对人与<strong>AI</strong>的协作都很有启发,它巧妙地结合了<strong>Cursor</strong><strong>Claude Code</strong>,构建了一套从构思到代码实现都<strong>高效顺畅的完整流程</strong>👍。更多详情请查看<a href="https://x.com/wwwgoubuli/status/1938794235106558301">'更多详情'</a>
<br/> <a href="https://pbs.twimg.com/media/GucQUv_agAAe-lI?format=jpg&amp;name=orig"><img src="https://pbs.twimg.com/media/GucQUv_agAAe-lI?format=jpg&amp;name=orig" alt="图片" /></a> <br/></p>
</li>
<li>
<p>✍️ 木遥发文对<strong>Gemini 2.5 Pro</strong>的文笔赞不绝口,他认为其表达"深入得体生动丰富有新意”简直秒杀了DeepSeek的"油腻风”和GPT-4.5的平淡无奇。😮 甚至他觉得Gemini 2.5 Pro的写作水平已能与他自己最佳状态的输出相媲美让人"绝望”地感叹AI的强大😂更多详情: <a href="https://m.okjike.com/originalPosts/685f594d17aacc074df87b7c">'https://m.okjike.com/originalPosts/685f594d17aacc074df87b7c'</a></p>
</li>
<li>
<p>🏆 NVIDIA AI Developer最近公布了Agent Toolkit Hackathon的三个获奖项目<strong>cuOptIQ</strong>专注于优化工厂叉车路径,<strong>OpenCodeReview</strong>则实现了代码安全分析和漏洞检测的自动化,而<strong>Holistic Travel Assistant</strong>更是彻底革新了旅行规划🗺这些项目充分展示了利用NVIDIA Agent Intelligence工具包连接<strong>AI智能体</strong>的巨大潜力。更多详情: <a href="https://x.com/NVIDIAAIDev/status/1938688505376297192">'https://x.com/NVIDIAAIDev/status/1938688505376297192'</a>
<br/> <a href="https://pbs.twimg.com/media/Go2JoEVWsAAOq8i?format=jpg&amp;name=orig"><img src="https://pbs.twimg.com/media/Go2JoEVWsAAOq8i?format=jpg&amp;name=orig" alt="图片" /></a> <br/></p>
</li>
<li>
<p>⚠️ wwwgoubuli提出了一个重要观点用大规模长文本提示词来处理所有规则并不可取因为这容易导致指令遗漏。🤔 他认为,更优的策略应该是<strong>分层</strong>、采用<strong>多agent处理</strong>并让它们各司其职而不是盲目模仿某些模型比如Claude那种一股脑塞入所有指令的做法。这真是真知灼见呀更多详情: <a href="https://x.com/wwwgoubuli/status/1938647120812356008">'https://x.com/wwwgoubuli/status/1938647120812356008'</a></p>
</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="next prefetch" href="daily/2025-06-29.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="next prefetch" href="daily/2025-06-29.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>

View File

@@ -284,7 +284,7 @@ AI研究揭示大模型预训练中存在"顿悟”现象。同时AI代理构
<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
<a rel="prev" href="../2025-06-28.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<a rel="prev" href="../daily/2025-06-29.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>
@@ -298,7 +298,7 @@ AI研究揭示大模型预训练中存在"顿悟”现象。同时AI代理构
</div>
<nav class="nav-wide-wrapper" aria-label="Page navigation">
<a rel="prev" href="../2025-06-28.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<a rel="prev" href="../daily/2025-06-29.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>

View File

@@ -0,0 +1,322 @@
<!DOCTYPE HTML>
<html lang="zh" class="light sidebar-visible" dir="ltr">
<head>
<!-- Book generated using mdBook -->
<meta charset="UTF-8">
<title>06-29-日刊 - 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洞察日报-2025629"><a class="header" href="#ai洞察日报-2025629">AI洞察日报 2025/6/29</a></h2>
<blockquote>
<p><code>AI 日报</code> | <code>早八更新</code> | <code>全网数据聚合</code> | <code>前沿科学探索</code> | <code>行业自由发声</code> | <code>开源创新力量</code> | <code>AI与人类未来</code> | <a href="https://ai.hubtoday.app/">访问网页版↗️</a></p>
</blockquote>
<h3 id="ai内容摘要"><a class="header" href="#ai内容摘要"><strong>AI内容摘要</strong></a></h3>
<pre><code>阿里云发布多模态Qwen VLo模型AI助手提升工作效率。
基因AI与脑机接口取得进展特斯拉实现自动交付。
Gemini API免费恢复AI正加速改变世界面貌。
</code></pre>
<h3 id="ai产品与功能更新"><a class="header" href="#ai产品与功能更新">AI产品与功能更新</a></h3>
<ol>
<li>
<p>阿里云推出了<strong>Qwen VLo</strong>统一多模态大模型,它能用自然语言指令🌟同时理解、生成和编辑图像🎨,还能处理感知和多语言任务。其独特的"<strong>边理解边绘制</strong>”技术保证了图像细节的稳定性与一致性。目前是预览版可通过Qwen Chat体验。更多详情: <a href="https://qwenlm.github.io/zh/blog/qwen-vlo/">'https://qwenlm.github.io/zh/blog/qwen-vlo/'</a>
<br/> <a href="https://assets-v2.circle.so/smpfv7qb8h4hqlzrvypt3dadpsh2"><img src="https://assets-v2.circle.so/smpfv7qb8k4hqlzrvypt3dadpsh2" alt="图片" /></a> <br/>
<br/> <a href="https://assets-v2.circle.so/l3mf78vo9ym09p7oyykpcvkxrnsy"><img src="https://assets-v2.circle.so/l3mf78vo9ym09p7oyykpcvkxrnsy" alt="图片" /></a> <br/></p>
</li>
<li>
<p>曾因作弊被哈佛、哥大开除的<strong>Roy Lee</strong>,其初创公司<strong>Cluely</strong>在获得千万美元融资后,居然推出了一款号称能"颠覆九个行业”的<strong>AI桌面助手</strong>!😱 这款神器能<strong>实时分析屏幕和音频</strong>,在会议、销售、客服、学习、面试等各种场景提供<strong>智能辅助</strong>,彻底改变传统工作模式🚀。<a href="https://www.jiqizhixin.com/articles/2025-06-28-6">'更多详情'</a>
<br/> <a href="https://image.jiqizhixin.com/uploads/editor/a0f1917e-864b-4637-b58b-db3f023bba89/1751106831951.png"><img src="https://image.jiqizhixin.com/uploads/editor/a0f1917e-864b-4637-b58b-db3f023bba89/1751106831951.png" alt="图片" /></a> <br/></p>
</li>
</ol>
<h3 id="ai前沿研究"><a class="header" href="#ai前沿研究">AI前沿研究</a></h3>
<ol>
<li>
<p>Google DeepMind推出<strong>AlphaGenome</strong>🧬🔬,这是一款突破性的"<strong>基因理解AI</strong>”模型能精准预测DNA<strong>非编码区域</strong>变异对基因调控的影响,助力疾病机制研究和合成生物学。它在处理超长<strong>DNA序列</strong>和预测调控特性上都远超现有技术已开放API供非商业科研使用。论文地址: <a href="https://deepmind.google/discover/blog/alphagenome-ai-for-better-understanding-the-genome/">'https://deepmind.google/discover/blog/alphagenome-ai-for-better-understanding-the-genome/'</a>
<br/> <a href="https://assets-v2.circle.so/k10qs8x4lxf6x4905802yz2cq8eb"><img src="https://assets-v2.circle.so/k10qs8x4lxf6x4905802yz2cq8eb" alt="图片" /></a> <br/>
<br/> <a href="https://assets-v2.circle.so/xo0mz5avlik88bsflzzrp6m3jrin"><img src="https://assets-v2.circle.so/xo0mz5avlik88bsflzzrp6m3jrin" alt="图片" /></a> <br/></p>
</li>
<li>
<p>🚀 一项由美国东北大学、香港中文大学和Adobe Research等团队带来的前沿研究推出<strong>DraftAttention</strong>,这是一种<strong>视频扩散模型加速方法</strong>!它利用<strong>无需训练、即插即用</strong>的动态稀疏<strong>注意力机制</strong>,完美解决了<strong>注意力机制</strong>的计算量瓶颈,能显著降低开销,并实现高达<strong>2倍GPU端到端推理加速</strong>,让高质量视频生成更高效、更实用✨。
<br/> <a href="https://image.jiqizhixin.com/uploads/editor/337eefaa-ce93-46e1-a441-8938c38ec46f/640.png"><img src="https://image.jiqizhixin.com/uploads/editor/337eefaa-ce93-46e1-a441-8938c38ec46f/640.png" alt="图片" /></a> <br/>
<br/> <a href="https://image.jiqizhixin.com/uploads/editor/cdd9dea6-eb55-432b-9335-a9091f601d7c/640.png"><img src="https://image.jiqizhixin.com/uploads/editor/cdd9dea6-eb55-432b-9335-a9091f601d7c/640.png" alt="图片" /></a> <br/>
<a href="https://arxiv.org/abs/2505.14708">'论文地址'</a></p>
</li>
</ol>
<h3 id="ai行业展望与社会影响"><a class="header" href="#ai行业展望与社会影响">AI行业展望与社会影响</a></h3>
<ol>
<li>🚀 马斯克的Neuralink公司在发布会上展示了<strong>脑机接口N1植入体</strong>的惊人进展,将<strong>电极植入速度</strong>提升至1.5秒/根,甚至有七位志愿者已能用意念玩游戏、控制机械臂!🌐 他还描绘了宏伟的<strong>三年路线图</strong>:计划<strong>2026年治愈失明</strong>,并期待<strong>2028年实现全人类与AI的深度集成</strong>,旨在通过<strong>全脑接口</strong>彻底改变人类与数字世界的互动方式🤯。
<br/> <a href="https://wechat2rss.xlab.app/img-proxy/?k=0bf4978b&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_jpg%2FUicQ7HgWiaUb3hGr095QGmBoiceyxYcRV5cSWGJvu2zUZ5Tms6iciafzv309n9Ht2JhnxYAd9MqRJZznxWkpvW2TFgA%2F0%3Fwx_fmt%3Djpeg"><img src="https://wechat2rss.xlab.app/img-proxy/?k=0bf4978b&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_jpg%2FUicQ7HgWiaUb3hGr095QGmBoiceyxYcRV5cSWGJvu2zUZ5Tms6iciafzv309n9Ht2JhnxYAd9MqRJZznxWkpvW2TFgA%2F0%3Fwx_fmt%3Djpeg" alt="图片" /></a> <br/>
<br/> <a href="https://wechat2rss.xlab.app/img-proxy/?k=36c63c9c&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_gif%2FUicQ7HgWiaUb3hGr095QGmBoiceyxYcRV5caZ50QQsDR9dm0uFiaiaib4ldLvnjRUFVeZ7AeysgSJzmibrxa8yURqfeEQ%2F640%3Fwx_fmt%3Dgif"><img src="https://wechat2rss.xlab.app/img-proxy/?k=36c63c9c&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_gif%2FUicQ7HgWiaUb3hGr095QGmBoiceyxYcRV5caZ50QQsDR9dm0uFiaiaib4ldLvnjRUFVeZ7AeysgSJzmibrxa8yURqfeEQ%2F640%3Fwx_fmt%3Dgif" alt="图片" /></a> <br/>
<a href="https://mp.weixin.qq.com/s?__biz=MzI3MTA0MTk1MA==&amp;mid=2652605172&amp;idx=1&amp;sn=af0348a245d7f79f539ea6839caf05b2">'更多详情'</a></li>
</ol>
<h3 id="开源top项目"><a class="header" href="#开源top项目">开源TOP项目</a></h3>
<ol>
<li>
<p>🌟 <strong>twenty</strong>是一个高达<strong>29940</strong>颗星的开源项目🚀致力于打造社区驱动的现代化Salesforce替代方案旨在解决传统<strong>CRM系统</strong>的种种<strong>局限性</strong>。项目地址: <a href="https://github.com/twentyhq/twenty">'https://github.com/twentyhq/twenty'</a></p>
</li>
<li>
<p>✨ 拥有<strong>13636</strong>颗星的<strong>Graphite</strong>是一款创新的<strong>2D矢量和光栅编辑器</strong>🎨,它巧妙地融合了传统图层与基于节点、非破坏性的<strong>程序化工作流</strong>,为用户提供超级强大的图像编辑能力!项目地址:<a href="https://github.com/GraphiteEditor/Graphite">'项目地址'</a></p>
</li>
<li>
<p>📚 <strong>BookLore</strong>是一款获得<strong>1708</strong>颗星的实用<strong>Web应用程序</strong>📖旨在帮助书迷们轻松托管、管理和探索各种书籍支持PDF和电子书格式还能记录阅读进度、元数据和提供阅读统计哦项目地址<a href="https://github.com/adityachandelgit/BookLore">'项目地址'</a></p>
</li>
<li>
<p>🎮🌟 <strong>romm</strong>是一款颜值与实力并存的<strong>ROM管理器和播放器</strong>,斩获<strong>4893</strong>颗星!它支持<strong>自托管</strong>为玩家们带来超便捷的ROM管理与畅玩体验。项目地址<a href="https://github.com/rommapp/romm">'项目地址'</a></p>
</li>
<li>
<p>📈 <strong>Serial-Studio</strong>是一个拥有<strong>5655</strong>颗星的宝藏<strong>开源项目</strong>✨,它专注于为<strong>嵌入式设备数据提供可视化</strong>功能,让用户能直观地理解设备运行状态,简直是调试神器!<a href="https://github.com/Serial-Studio/Serial-Studio">'项目地址'</a></p>
</li>
<li>
<p>💼🚀 <strong>midday</strong>是一款专为<strong>自由职业者</strong>量身打造的<strong>综合性管理工具</strong>,斩获<strong>8098</strong>颗星!它的核心功能涵盖了<strong>发票</strong><strong>时间跟踪</strong><strong>文件对账</strong><strong>存储</strong>以及<strong>财务概览</strong>,甚至还贴心地提供了<strong>专属AI助手</strong>,让自由工作变得更轻松。<a href="https://github.com/midday-ai/midday">'项目地址'</a></p>
</li>
</ol>
<h3 id="社媒分享"><a class="header" href="#社媒分享">社媒分享</a></h3>
<ol>
<li>
<p>🎉 博主<strong>归藏(guizang.ai)<strong>带来了激动人心的好消息:<strong>Gemini 2.5 Pro API</strong></strong>免费额度</strong>已全面<strong>恢复</strong>啦!🥳 这意味着大家可以继续无忧地"愉快白嫖”这款强大的AI模型了此消息也得到了谷歌Logan Kilpatrick的官方确认真是太棒了
<br/> <a href="https://pbs.twimg.com/media/GuhXQWqaoAIKkyy?format=jpg&amp;name=orig"><img src="https://pbs.twimg.com/media/GuhXQWqaoAIKkyy?format=jpg&amp;name=orig" alt="图片" /></a> <br/>
<a href="https://x.com/op7418/status/1938895703608316011">'更多详情'</a></p>
</li>
<li>
<p>🎵 归藏(guizang.ai)宣布,<strong>可灵</strong>重磅推出了超酷的<strong>视频音效生成能力</strong>!🤩 而且,这项功能目前竟然<strong>免费提供</strong>给所有用户,简直是给视频创作者们打开了新世界的大门,可能性无限呀!更多详情请查看<a href="https://x.com/op7418/status/1938894186742485484">'更多详情'</a>
<video src="https://video.twimg.com/amplify_video/1938607664184918016/vid/avc1/854x480/6mrlyY8S8V_qOBAL.mp4?tag=21" controls="controls" width="100%"></video></p>
</li>
<li>
<p>🚗💨 小互激动地分享了<strong>特斯拉</strong>在自动驾驶领域的<strong>里程碑式突破</strong>:他们首次实现了从工厂到客户家的<strong>全程完全自动驾驶交付</strong>!🎉 一辆<strong>Model Y</strong>在德克萨斯州自主行驶30分钟并成功送达这简直标志着全球公共道路上<strong>完全自主车辆交付</strong>时代的正式开启!太酷了!更多详情请查看<a href="https://x.com/imxiaohu/status/1938848110115201068">'更多详情'</a>
<video src="https://video.twimg.com/amplify_video/1938847117344415748/vid/avc1/576x1024/RfOyZMDQDVPVsTLI.mp4" controls="controls" width="100%"></video></p>
</li>
<li>
<p>💡 wwwgoubuli重点分享了Corey Chiu的<strong>Vibe Coding最佳实践方案</strong>,强调其精髓在于<strong>优化开发步骤</strong>,而非纠结于具体模型的选择。🤔 这个方案对人与<strong>AI</strong>的协作都很有启发,它巧妙地结合了<strong>Cursor</strong><strong>Claude Code</strong>,构建了一套从构思到代码实现都<strong>高效顺畅的完整流程</strong>👍。更多详情请查看<a href="https://x.com/wwwgoubuli/status/1938794235106558301">'更多详情'</a>
<br/> <a href="https://pbs.twimg.com/media/GucQUv_agAAe-lI?format=jpg&amp;name=orig"><img src="https://pbs.twimg.com/media/GucQUv_agAAe-lI?format=jpg&amp;name=orig" alt="图片" /></a> <br/></p>
</li>
<li>
<p>✍️ 木遥发文对<strong>Gemini 2.5 Pro</strong>的文笔赞不绝口,他认为其表达"深入得体生动丰富有新意”简直秒杀了DeepSeek的"油腻风”和GPT-4.5的平淡无奇。😮 甚至他觉得Gemini 2.5 Pro的写作水平已能与他自己最佳状态的输出相媲美让人"绝望”地感叹AI的强大😂更多详情: <a href="https://m.okjike.com/originalPosts/685f594d17aacc074df87b7c">'https://m.okjike.com/originalPosts/685f594d17aacc074df87b7c'</a></p>
</li>
<li>
<p>🏆 NVIDIA AI Developer最近公布了Agent Toolkit Hackathon的三个获奖项目<strong>cuOptIQ</strong>专注于优化工厂叉车路径,<strong>OpenCodeReview</strong>则实现了代码安全分析和漏洞检测的自动化,而<strong>Holistic Travel Assistant</strong>更是彻底革新了旅行规划🗺这些项目充分展示了利用NVIDIA Agent Intelligence工具包连接<strong>AI智能体</strong>的巨大潜力。更多详情: <a href="https://x.com/NVIDIAAIDev/status/1938688505376297192">'https://x.com/NVIDIAAIDev/status/1938688505376297192'</a>
<br/> <a href="https://pbs.twimg.com/media/Go2JoEVWsAAOq8i?format=jpg&amp;name=orig"><img src="https://pbs.twimg.com/media/Go2JoEVWsAAOq8i?format=jpg&amp;name=orig" alt="图片" /></a> <br/></p>
</li>
<li>
<p>⚠️ wwwgoubuli提出了一个重要观点用大规模长文本提示词来处理所有规则并不可取因为这容易导致指令遗漏。🤔 他认为,更优的策略应该是<strong>分层</strong>、采用<strong>多agent处理</strong>并让它们各司其职而不是盲目模仿某些模型比如Claude那种一股脑塞入所有指令的做法。这真是真知灼见呀更多详情: <a href="https://x.com/wwwgoubuli/status/1938647120812356008">'https://x.com/wwwgoubuli/status/1938647120812356008'</a></p>
</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="../2025-06-29.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-28.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="../2025-06-29.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-28.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>

View File

@@ -169,108 +169,97 @@
<div id="content" class="content">
<main>
<h2 id="ai洞察日报-2025628"><a class="header" href="#ai洞察日报-2025628">AI洞察日报 2025/6/28</a></h2>
<h2 id="ai洞察日报-2025629"><a class="header" href="#ai洞察日报-2025629">AI洞察日报 2025/6/29</a></h2>
<blockquote>
<p><code>AI 日报</code> | <code>早八更新</code> | <code>全网数据聚合</code> | <code>前沿科学探索</code> | <code>行业自由发声</code> | <code>开源创新力量</code> | <code>AI与人类未来</code> | <a href="https://ai.hubtoday.app/">访问网页版↗️</a></p>
</blockquote>
<h3 id="ai内容摘要"><a class="header" href="#ai内容摘要"><strong>AI内容摘要</strong></a></h3>
<pre><code>多公司AI产品更新频频OpenAI收购Crossing Minds以强化个性化推荐与AGI应用Hengbot发布智能机器狗
谷歌则推出了Gemma 3n模型及Doppl虚拟试衣应用。Suno收购WavTool增强音乐编辑功能应对版权诉讼
AI研究揭示大模型预训练中存在"顿悟”现象。同时AI代理构建与代码审查助手优化经验被广泛分享
<pre><code>阿里云发布多模态Qwen VLo模型AI助手提升工作效率
基因AI与脑机接口取得进展特斯拉实现自动交付
Gemini API免费恢复AI正加速改变世界面貌
</code></pre>
<h3 id="ai产品与功能更新"><a class="header" href="#ai产品与功能更新"><strong>AI产品与功能更新</strong></a></h3>
<h3 id="ai产品与功能更新"><a class="header" href="#ai产品与功能更新">AI产品与功能更新</a></h3>
<ol>
<li>
<p><strong>OpenAI</strong> 已宣布收购专注于电子商务AI推荐系统的<strong>Crossing Minds</strong>公司其团队已加入OpenAI。此举旨在加强OpenAI在<strong>个性化推荐</strong><strong>检索增强生成RAG<strong></strong>实时用户建模</strong>等关键领域的能力,加速<strong>通用人工智能AGI<strong>在现实应用中的落地。此次战略性收购也将帮助OpenAI强化其个性化建模与电商领域推荐系统拓展</strong>ChatGPT</strong>的商业化场景,并推进后训练阶段的用户调优与行为理解系统。🚀✨ <a href="https://www.crossingminds.com/">'更多详情'</a>
<br/> <img src="https://assets-v2.circle.so/k2bihhhpptnld7s9yjhy5rcklimh" alt="OpenAI收购Crossing Minds" /> <br/></p>
<p>阿里云推出了<strong>Qwen VLo</strong>统一多模态大模型,它能用自然语言指令🌟同时理解、生成和编辑图像🎨,还能处理感知和多语言任务。其独特的"<strong>边理解边绘制</strong>”技术保证了图像细节的稳定性与一致性。目前是预览版可通过Qwen Chat体验。更多详情: <a href="https://qwenlm.github.io/zh/blog/qwen-vlo/">'https://qwenlm.github.io/zh/blog/qwen-vlo/'</a>
<br/> <a href="https://assets-v2.circle.so/smpfv7qb8h4hqlzrvypt3dadpsh2"><img src="https://assets-v2.circle.so/smpfv7qb8k4hqlzrvypt3dadpsh2" alt="图片" /></a> <br/>
<br/> <a href="https://assets-v2.circle.so/l3mf78vo9ym09p7oyykpcvkxrnsy"><img src="https://assets-v2.circle.so/l3mf78vo9ym09p7oyykpcvkxrnsy" alt="图片" /></a> <br/></p>
</li>
<li>
<p><strong>Hengbot</strong>公司最新发布了<strong>Sirius机器狗</strong>,它不仅具备跳舞、踢球等敏捷运动能力,还集成了<strong>OpenAI</strong><strong>大语言模型</strong>能够进行语音对话并形成独特个性。这款多功能智能机器狗已在官网开启预售预售价1299美元预计今年秋季正式上市有望成为未来家庭的新宠。🐶🤖🎉
<br/> <img src="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0627/6388664055657490519988244.png" alt="Hengbot Sirius机器狗" /> <br/></p>
</li>
<li>
<p>AI音乐公司<strong>Suno</strong>宣布收购基于浏览器的AI数字音频工作站<strong>WavTool</strong>旨在增强其歌曲创作与制作的编辑能力此举正值Suno面临多起<strong>音乐版权诉讼</strong>之际。🤔尽管收购条款未公开但大部分WavTool员工已加入Suno团队。公司此举可能旨在分散公众对法律诉讼的关注并向投资者传递发展信心此前Suno已获得1.25亿美元融资。🎶⚖️
<br/> <img src="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/picmap/202005281122130015_60.jpg" alt="Suno收购WavTool" /> <br/></p>
</li>
<li>
<p><strong>谷歌实验室</strong>推出了名为<strong>Doppl</strong>的全新虚拟试衣应用,用户可通过上传照片或截图<strong>动态试穿任意服装</strong>以探索和表达个人风格。目前该应用已在美国的iOS和Android平台上线。这款应用区别于以往的静态、品牌受限的虚拟试衣能生成动画视频让用户更直观地看到服装上身效果从而辅助搭配决策。👗🤳✨
<br/> <img src="https://assets-v2.circle.so/4tjlf3vvqk77u07immaxg452so6a" alt="谷歌Doppl虚拟试衣" /> <br/></p>
</li>
<li>
<p><strong>谷歌</strong>已重启并改进了其由<strong>Gemini AI</strong>驱动的"<strong>Ask Photos</strong>”搜索工具,旨在提升用户查找照片的速度与体验。📸🔍该功能现在能为简单查询提供即时结果,同时在后台处理复杂查询,并逐步向更多美国用户开放。👍
<br/> <img src="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0627/6388662236368236647884395.png" alt="谷歌Ask Photos更新" /> <br/></p>
</li>
<li>
<p>Google正式推出了新一代<strong>开源轻量级多模态大模型</strong> <strong>Gemma 3n</strong>,专为<strong>移动端和边缘设备</strong>优化,旨在实现接近云端模型的<strong>原生多模态</strong>能力。💡📱它是Gemma系列迄今为止最先进的版本支持图像、音频、视频、文本输入和文本输出并在<strong>lmarena.ai</strong>测试中展现出卓越性能,特别是在数学、编程和推理方面有显著增强。🤯 <a href="https://developers.googleblog.com/en/introducing-gemma-3n-developer-guide/">'更多详情'</a>
<br/> <img src="https://assets-v2.circle.so/48ph1ou3at97bcecx9v4exbkgh69" alt="谷歌Gemma 3n模型" /> <br/>
<br/> <img src="https://assets-v2.circle.so/bx2ljlkm93rf3zulfs5ucia3m3fo" alt="Gemma 3n模型测试" /> <br/></p>
<p>曾因作弊被哈佛、哥大开除的<strong>Roy Lee</strong>,其初创公司<strong>Cluely</strong>在获得千万美元融资后,居然推出了一款号称能"颠覆九个行业”的<strong>AI桌面助手</strong>!😱 这款神器能<strong>实时分析屏幕和音频</strong>在会议、销售、客服、学习、面试等各种场景提供<strong>智能辅助</strong>,彻底改变传统工作模式🚀。<a href="https://www.jiqizhixin.com/articles/2025-06-28-6">'更多详情'</a>
<br/> <a href="https://image.jiqizhixin.com/uploads/editor/a0f1917e-864b-4637-b58b-db3f023bba89/1751106831951.png"><img src="https://image.jiqizhixin.com/uploads/editor/a0f1917e-864b-4637-b58b-db3f023bba89/1751106831951.png" alt="图片" /></a> <br/></p>
</li>
</ol>
<h3 id="ai前沿研究"><a class="header" href="#ai前沿研究"><strong>AI前沿研究</strong></a></h3>
<h3 id="ai前沿研究"><a class="header" href="#ai前沿研究">AI前沿研究</a></h3>
<ol>
<li>
<p>一项研究首次证实,<strong>大型语言模型</strong>LLM<strong>预训练</strong>中也存在"<strong>顿悟</strong>Grokking现象即模型在训练损失收敛后<strong>通用化性能</strong>仍持续提升,这揭示了从<strong>记忆到泛化</strong>的转化过程。🤯🔍研究者开发了两种新颖且高效的<strong>度量指标</strong>,无需进行下游任务微调或测试,即可准确预测<strong>大型基础模型</strong><strong>通用化改进</strong>为LLM预训练提供了实用的监控工具。🧠 <a href="https://arxiv.org/abs/2506.21551">'论文地址'</a></p>
<p>Google DeepMind推出<strong>AlphaGenome</strong>🧬🔬,这是一款突破性的"<strong>基因理解AI</strong>”模型能精准预测DNA<strong>非编码区域</strong>变异对基因调控的影响,助力疾病机制研究和合成生物学。它在处理超长<strong>DNA序列</strong>和预测调控特性上都远超现有技术已开放API供非商业科研使用。论文地址: <a href="https://deepmind.google/discover/blog/alphagenome-ai-for-better-understanding-the-genome/">'https://deepmind.google/discover/blog/alphagenome-ai-for-better-understanding-the-genome/'</a>
<br/> <a href="https://assets-v2.circle.so/k10qs8x4lxf6x4905802yz2cq8eb"><img src="https://assets-v2.circle.so/k10qs8x4lxf6x4905802yz2cq8eb" alt="图片" /></a> <br/>
<br/> <a href="https://assets-v2.circle.so/xo0mz5avlik88bsflzzrp6m3jrin"><img src="https://assets-v2.circle.so/xo0mz5avlik88bsflzzrp6m3jrin" alt="图片" /></a> <br/></p>
</li>
<li>
<p>MADrive是一个<strong>记忆增强</strong><strong>驾驶场景建模</strong>框架,它扩展了现有<strong>3D高斯泼溅</strong>技术的局限,通过从大型外部记忆库中检索和集成相似的<strong>3D车辆资产</strong>,实现了对显著改变或全新<strong>自动驾驶环境</strong><strong>照片级真实感合成</strong>。🚗💨这一创新大幅提升了场景重建的灵活性和真实感,为<strong>自动驾驶</strong>模拟提供了更强大的支持。🌐 <a href="https://arxiv.org/abs/2506.21520">'论文地址'</a></p>
<p>🚀 一项由美国东北大学、香港中文大学和Adobe Research等团队带来的前沿研究推出<strong>DraftAttention</strong>,这是一种<strong>视频扩散模型加速方法</strong>!它利用<strong>无需训练、即插即用</strong>的动态稀疏<strong>注意力机制</strong>,完美解决了<strong>注意力机制</strong>的计算量瓶颈,能显著降低开销,并实现高达<strong>2倍GPU端到端推理加速</strong>,让高质量视频生成更高效、更实用✨。
<br/> <a href="https://image.jiqizhixin.com/uploads/editor/337eefaa-ce93-46e1-a441-8938c38ec46f/640.png"><img src="https://image.jiqizhixin.com/uploads/editor/337eefaa-ce93-46e1-a441-8938c38ec46f/640.png" alt="图片" /></a> <br/>
<br/> <a href="https://image.jiqizhixin.com/uploads/editor/cdd9dea6-eb55-432b-9335-a9091f601d7c/640.png"><img src="https://image.jiqizhixin.com/uploads/editor/cdd9dea6-eb55-432b-9335-a9091f601d7c/640.png" alt="图片" /></a> <br/>
<a href="https://arxiv.org/abs/2505.14708">'论文地址'</a></p>
</li>
</ol>
<h3 id="开源top项目"><a class="header" href="#开源top项目"><strong>开源TOP项目</strong></a></h3>
<h3 id="ai行业展望与社会影响"><a class="header" href="#ai行业展望与社会影响">AI行业展望与社会影响</a></h3>
<ol>
<li>🚀 马斯克的Neuralink公司在发布会上展示了<strong>脑机接口N1植入体</strong>的惊人进展,将<strong>电极植入速度</strong>提升至1.5秒/根,甚至有七位志愿者已能用意念玩游戏、控制机械臂!🌐 他还描绘了宏伟的<strong>三年路线图</strong>:计划<strong>2026年治愈失明</strong>,并期待<strong>2028年实现全人类与AI的深度集成</strong>,旨在通过<strong>全脑接口</strong>彻底改变人类与数字世界的互动方式🤯。
<br/> <a href="https://wechat2rss.xlab.app/img-proxy/?k=0bf4978b&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_jpg%2FUicQ7HgWiaUb3hGr095QGmBoiceyxYcRV5cSWGJvu2zUZ5Tms6iciafzv309n9Ht2JhnxYAd9MqRJZznxWkpvW2TFgA%2F0%3Fwx_fmt%3Djpeg"><img src="https://wechat2rss.xlab.app/img-proxy/?k=0bf4978b&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_jpg%2FUicQ7HgWiaUb3hGr095QGmBoiceyxYcRV5cSWGJvu2zUZ5Tms6iciafzv309n9Ht2JhnxYAd9MqRJZznxWkpvW2TFgA%2F0%3Fwx_fmt%3Djpeg" alt="图片" /></a> <br/>
<br/> <a href="https://wechat2rss.xlab.app/img-proxy/?k=36c63c9c&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_gif%2FUicQ7HgWiaUb3hGr095QGmBoiceyxYcRV5caZ50QQsDR9dm0uFiaiaib4ldLvnjRUFVeZ7AeysgSJzmibrxa8yURqfeEQ%2F640%3Fwx_fmt%3Dgif"><img src="https://wechat2rss.xlab.app/img-proxy/?k=36c63c9c&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_gif%2FUicQ7HgWiaUb3hGr095QGmBoiceyxYcRV5caZ50QQsDR9dm0uFiaiaib4ldLvnjRUFVeZ7AeysgSJzmibrxa8yURqfeEQ%2F640%3Fwx_fmt%3Dgif" alt="图片" /></a> <br/>
<a href="https://mp.weixin.qq.com/s?__biz=MzI3MTA0MTk1MA==&amp;mid=2652605172&amp;idx=1&amp;sn=af0348a245d7f79f539ea6839caf05b2">'更多详情'</a></li>
</ol>
<h3 id="开源top项目"><a class="header" href="#开源top项目">开源TOP项目</a></h3>
<ol>
<li>
<p>Black Forest Labs<strong>开源</strong>发布了<strong>FLUX.1Kontext [dev]<strong>图像编辑模型,该模型凭借其</strong>上下文感知图像编辑</strong>能力,能够根据文本指令精准修改现有图像并保持风格一致性,其性能被誉为可媲美<strong>GPT-4o</strong>,且支持消费级硬件运行。🎨✨这一模型旨在降低专业图像编辑门槛,推动开源社区创新。🚀 <a href="https://huggingface.co/black-forest-labs/FLUX.1-Kontext-dev">'项目地址'</a>
<br/> <img src="https://autoproxy.justlikemaki.vip/?pp=https://pic.chinaz.com/2025/0627/6388661124441853705469566.png" alt="FLUX.1Kontext图像编辑" /> <br/></p>
<p>🌟 <strong>twenty</strong>是一个高达<strong>29940</strong>颗星的开源项目🚀致力于打造社区驱动的现代化Salesforce替代方案旨在解决传统<strong>CRM系统</strong>的种种<strong>局限性</strong>。项目地址: <a href="https://github.com/twentyhq/twenty">'https://github.com/twentyhq/twenty'</a></p>
</li>
<li>
<p><strong>ottomator-agents</strong>是托管在oTTomator Live Agent Studio平台上<strong>开源AI代理</strong>项目,已获得<strong>2336</strong>颗星为开发者提供了灵活的AI代理解决方案可用于构建各种智能应用。🌟💻 <a href="https://github.com/coleam00/ottomator-agents">'项目地址'</a></p>
<p>✨ 拥有<strong>13636</strong>颗星的<strong>Graphite</strong>是一款创新<strong>2D矢量和光栅编辑器</strong>🎨,它巧妙地融合了传统图层与基于节点、非破坏性的<strong>程序化工作流</strong>,为用户提供超级强大的图像编辑能力!项目地址:<a href="https://github.com/GraphiteEditor/Graphite">'项目地址'</a></p>
</li>
<li>
<p><strong>rl-swarm</strong>是一个完全<strong>开源</strong>的框架,专注于通过互联网创建<strong>RL训练群</strong>,已获得<strong>824</strong>颗星。🌐🧠该项目旨在简化大规模<strong>强化学习</strong>训练过程,为研究和开发提供分布式解决方案。 <a href="https://github.com/gensyn-ai/rl-swarm">'项目地址'</a></p>
<p>📚 <strong>BookLore</strong>是一款获得<strong>1708</strong>颗星的实用<strong>Web应用程序</strong>📖旨在帮助书迷们轻松托管、管理和探索各种书籍支持PDF和电子书格式还能记录阅读进度、元数据和提供阅读统计哦项目地址<a href="https://github.com/adityachandelgit/BookLore">'项目地址'</a></p>
</li>
<li>
<p><strong>microui</strong>是一款拥有<strong>4351</strong>颗星的微小即时模式UI库致力于提供简洁高效的用户界面解决方案。⚙📏 <a href="https://github.com/rxi/microui">'项目地址'</a></p>
<p>🎮🌟 <strong>romm</strong>是一款颜值与实力并存的<strong>ROM管理器和播放器</strong>,斩获<strong>4893</strong>颗星!它支持<strong>自托管</strong>为玩家们带来超便捷的ROM管理与畅玩体验。项目地址<a href="https://github.com/rommapp/romm">'项目地址'</a></p>
</li>
<li>
<p><strong>jsoncrack.com</strong>是一款创新且<strong>开源</strong>的可视化应用可将JSON、YAML、XML、CSV等多种数据格式转换为交互式图表当前已获得<strong>38496</strong>颗星。📊✨ <a href="https://github.com/AykutSarac/jsoncrack.com">'项目地址'</a></p>
<p>📈 <strong>Serial-Studio</strong>是一个拥有<strong>5655</strong>颗星的宝藏<strong>开源项目</strong>✨,它专注于为<strong>嵌入式设备数据提供可视化</strong>功能,让用户能直观地理解设备运行状态,简直是调试神器!<a href="https://github.com/Serial-Studio/Serial-Studio">'项目地址'</a></p>
</li>
<li>
<p><strong>Best-websites-a-programmer-should-visit</strong>是一个广受欢迎的<strong>程序员实用网站精选集</strong>,拥有高达<strong>69196</strong>颗星,旨在为开发者提供丰富的学习和工具资源。📚🤓 <a href="https://github.com/sdmg15/Best-websites-a-programmer-should-visit">'项目地址'</a></p>
<p>💼🚀 <strong>midday</strong>是一款专为<strong>自由职业者</strong>量身打造的<strong>综合性管理工具</strong>,斩获<strong>8098</strong>颗星!它的核心功能涵盖了<strong>发票</strong><strong>时间跟踪</strong><strong>文件对账</strong><strong>存储</strong>以及<strong>财务概览</strong>,甚至还贴心地提供了<strong>专属AI助手</strong>,让自由工作变得更轻松。<a href="https://github.com/midday-ai/midday">'项目地址'</a></p>
</li>
</ol>
<h3 id="社媒分享"><a class="header" href="#社媒分享"><strong>社媒分享</strong></a></h3>
<h3 id="社媒分享"><a class="header" href="#社媒分享">社媒分享</a></h3>
<ol>
<li>
<p>Jiayuan分享了关于<strong>如何构建****Coding Agent</strong>的深入见解,指出当前流行的<strong>Gemini CLI</strong><strong>Claude Code</strong><strong>Cursor Agent</strong>等产品底层<strong>架构</strong>具有相似性。🧑‍💻💡他推荐了一个早期的视频分享,从宏观视角详细拆解了<strong>Coding Agent</strong><strong>构建</strong>方式,为感兴趣的开发者提供了宝贵的学习资源。
<video src="https://www.bilibili.com/video/BV1ZWNtzMEw7" controls="controls" width="100%"></video>
<br/> <img src="https://pbs.twimg.com/media/GucYQlXagAApa22?format=jpg&amp;name=orig" alt="Coding Agent构建分享" /> <br/>
<a href="https://x.com/tisoga/status/1938545123404783617">'更多详情'</a></p>
<p>🎉 博主<strong>归藏(guizang.ai)<strong>带来了激动人心的好消息:<strong>Gemini 2.5 Pro API</strong></strong>免费额度</strong>已全面<strong>恢复</strong>啦!🥳 这意味着大家可以继续无忧地"愉快白嫖”这款强大的AI模型了此消息也得到了谷歌Logan Kilpatrick的官方确认真是太棒了
<br/> <a href="https://pbs.twimg.com/media/GuhXQWqaoAIKkyy?format=jpg&amp;name=orig"><img src="https://pbs.twimg.com/media/GuhXQWqaoAIKkyy?format=jpg&amp;name=orig" alt="图片" /></a> <br/>
<a href="https://x.com/op7418/status/1938895703608316011">'更多详情'</a></p>
</li>
<li>
<p>小邱很行分享了一套结合<strong>Cursor</strong>终端和<strong>Claude Code</strong><strong>AI编程</strong>"Vibe Coding”最佳实践方案。🚀✨该方案详细阐述了如何利用Claude Code生成技术实现方案、由Cursor进行审查调整和代码实现并最终完成代码审查的流程
<a href="https://m.okjike.com/originalPosts/685e6a8d1e38b2a5382ec568">'更多详情'</a></p>
<p>🎵 归藏(guizang.ai)宣布,<strong>可灵</strong>重磅推出了超酷的<strong>视频音效生成能力</strong>!🤩 而且,这项功能目前竟然<strong>免费提供</strong>给所有用户,简直是给视频创作者们打开了新世界的大门,可能性无限呀!更多详情请查看<a href="https://x.com/op7418/status/1938894186742485484">'更多详情'</a>
<video src="https://video.twimg.com/amplify_video/1938607664184918016/vid/avc1/854x480/6mrlyY8S8V_qOBAL.mp4?tag=21" controls="controls" width="100%"></video></p>
</li>
<li>
<p>栗噔噔分享了<strong>小米AI眼镜</strong>的实际佩戴体验,认为其外观<strong>时尚</strong>且带有"攻”性气质;然而,拍照功能存在<strong>镜片反光</strong><strong>像素低</strong><strong>无防抖</strong><strong>进光量不足</strong>等问题,导致拍摄效果不理想,甚至像"偷拍”。👓📸😅
<br/> <img src="https://cdnv2.ruguoapp.com/FnwSbRO8V-0qQd--BwSMvqm4JYVev3.jpg" alt="小米AI眼镜体验" /> <br/>
<br/> <img src="https://cdnv2.ruguoapp.com/FvxUKr5Zn8Cdd_UHFbVaGd_-N63bv3.jpg" alt="小米AI眼镜佩戴" /> <br/>
<a href="https://m.okjike.com/originalPosts/685e414ff432421164e9aeda">'更多详情'</a></p>
<p>🚗💨 小互激动地分享了<strong>特斯拉</strong>在自动驾驶领域的<strong>里程碑式突破</strong>:他们首次实现了从工厂到客户家的<strong>全程完全自动驾驶交付</strong>!🎉 一辆<strong>Model Y</strong>在德克萨斯州自主行驶30分钟并成功送达这简直标志着全球公共道路上<strong>完全自主车辆交付</strong>时代的正式开启!太酷了!更多详情请查看<a href="https://x.com/imxiaohu/status/1938848110115201068">'更多详情'</a>
<video src="https://video.twimg.com/amplify_video/1938847117344415748/vid/avc1/576x1024/RfOyZMDQDVPVsTLI.mp4" controls="controls" width="100%"></video></p>
</li>
<li>
<p>王煊Leo指出<strong>小米发布会</strong>的一个重要细节:<strong>小米SU7</strong><strong>智能驾驶</strong>系统采用<strong>英伟达Thor系列芯片</strong>。🚗⚡作者认为相较于其他品牌使用多颗Orin芯片且结合其价格<strong>雷总</strong>的这一决策体现了高性价比和先进性。👍
<br/> <img src="https://cdnv2.ruguoapp.com/Fq778kq_DuRq8S25Pj1eTqBe43_3v3.png" alt="小米SU7智能驾驶" /> <br/>
<a href="https://m.okjike.com/originalPosts/685df372d82bae994a83ab09">'更多详情'</a></p>
<p>💡 wwwgoubuli重点分享了Corey Chiu的<strong>Vibe Coding最佳实践方案</strong>,强调其精髓在于<strong>优化开发步骤</strong>,而非纠结于具体模型的选择。🤔 这个方案对人与<strong>AI</strong>的协作都很有启发,它巧妙地结合<strong>Cursor</strong><strong>Claude Code</strong>,构建了一套从构思到代码实现都<strong>高效顺畅的完整流程</strong>👍。更多详情请查看<a href="https://x.com/wwwgoubuli/status/1938794235106558301">'更多详情'</a>
<br/> <a href="https://pbs.twimg.com/media/GucQUv_agAAe-lI?format=jpg&amp;name=orig"><img src="https://pbs.twimg.com/media/GucQUv_agAAe-lI?format=jpg&amp;name=orig" alt="图片" /></a> <br/></p>
</li>
<li>
<p>卡尔的AI沃茨分享了一场<strong>命令行编程AI智能体</strong>"大混战”实验。🤖💥六位参赛选手(包括<strong>claude-code</strong><strong>gemini</strong>等)将<strong>找出并消灭其他进程</strong>以存活到最后为目标展现了AI对战的趣味性。🎮
<video src="https://video.twimg.com/amplify_video/1937950266814332928/vid/avc1/2318x2160/VzFtKuuOO6jZzPh0.mp4?tag=21" controls="controls" width="100%"></video>
<a href="https://x.com/aiwarts/status/1938331396373967094">'更多详情'</a></p>
<p>✍️ 木遥发文对<strong>Gemini 2.5 Pro</strong>文笔赞不绝口,他认为其表达"深入得体生动丰富有新意”简直秒杀了DeepSeek的"油腻风”和GPT-4.5的平淡无奇。😮 甚至他觉得Gemini 2.5 Pro的写作水平已能与他自己最佳状态的输出相媲美让人"绝望”地感叹AI的强大😂更多详情: <a href="https://m.okjike.com/originalPosts/685f594d17aacc074df87b7c">'https://m.okjike.com/originalPosts/685f594d17aacc074df87b7c'</a></p>
</li>
<li>
<p>宝玉分享了cubic联合创始人Paul Sangle-Ferriere的文章揭示了他们如何通过强制AI给出<strong>推理日志</strong>、精简<strong>工具集</strong>以及使用<strong>专职微型智能体</strong>,成功将<strong>AI代码审查助手</strong>的误报率降低51%,使其更安静、更精准。🛠️💡这些经验为设计高效<strong>AI智能体</strong>提供了重要启示。🎯 <a href="https://baoyu.io/translations/learnings-from-building-ai-agents">'更多详情'</a>
<br/> <img src="https://baoyu.io/uploads/2025-06-26/1750961084743.png" alt="AI代码审查助手优化" /> <br/></p>
<p>🏆 NVIDIA AI Developer最近公布了Agent Toolkit Hackathon的三个获奖项目<strong>cuOptIQ</strong>专注于优化工厂叉车路径,<strong>OpenCodeReview</strong>则实现了代码安全分析和漏洞检测的自动化,而<strong>Holistic Travel Assistant</strong>更是彻底革新了旅行规划🗺这些项目充分展示了利用NVIDIA Agent Intelligence工具包连接<strong>AI智能体</strong>的巨大潜力。更多详情: <a href="https://x.com/NVIDIAAIDev/status/1938688505376297192">'https://x.com/NVIDIAAIDev/status/1938688505376297192'</a>
<br/> <a href="https://pbs.twimg.com/media/Go2JoEVWsAAOq8i?format=jpg&amp;name=orig"><img src="https://pbs.twimg.com/media/Go2JoEVWsAAOq8i?format=jpg&amp;name=orig" alt="图片" /></a> <br/></p>
</li>
<li>
<p>ChatV分享了一种独特的<strong>AI对话技巧</strong>在与AI深入交流后会请AI回顾并总结自己的<strong>思维特点</strong>用10句通俗话描述<strong>更好地与AI对话的建议</strong>用10句通俗话给出。🤔💬此方法不仅能帮助用户<strong>了解自我</strong>,还能<strong>优化未来的AI交互体验</strong>。✨ <a href="https://m.okjike.com/originalPosts/685d84ac2b50c68918c64ea9">'更多详情'</a></p>
<p>⚠️ wwwgoubuli提出了一个重要观点用大规模长文本提示词来处理所有规则并不可取因为这容易导致指令遗漏。🤔 他认为,更优的策略应该是<strong>分层</strong>、采用<strong>多agent处理</strong>并让它们各司其职而不是盲目模仿某些模型比如Claude那种一股脑塞入所有指令的做法。这真是真知灼见呀更多详情: <a href="https://x.com/wwwgoubuli/status/1938647120812356008">'https://x.com/wwwgoubuli/status/1938647120812356008'</a></p>
</li>
</ol>
<hr />
@@ -285,7 +274,7 @@ AI研究揭示大模型预训练中存在"顿悟”现象。同时AI代理构
<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
<a rel="next prefetch" href="daily/2025-06-28.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<a rel="next prefetch" href="daily/2025-06-29.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
@@ -296,7 +285,7 @@ AI研究揭示大模型预训练中存在"顿悟”现象。同时AI代理构
<nav class="nav-wide-wrapper" aria-label="Page navigation">
<a rel="next prefetch" href="daily/2025-06-28.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<a rel="next prefetch" href="daily/2025-06-29.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
</nav>

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -27,6 +27,6 @@
<!-- Custom theme stylesheets -->
</head>
<body class="sidebar-iframe-inner">
<ol class="chapter"><li class="chapter-item expanded affix "><a href="2025-06-28.html" target="_parent">Today</a></li><li class="chapter-item expanded affix "><li class="part-title">2025-06</li><li class="chapter-item expanded "><a href="daily/2025-06-28.html" target="_parent"><strong aria-hidden="true">1.</strong> 06-28-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-27.html" target="_parent"><strong aria-hidden="true">2.</strong> 06-27-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-26.html" target="_parent"><strong aria-hidden="true">3.</strong> 06-26-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-25.html" target="_parent"><strong aria-hidden="true">4.</strong> 06-25-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-24.html" target="_parent"><strong aria-hidden="true">5.</strong> 06-24-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-23.html" target="_parent"><strong aria-hidden="true">6.</strong> 06-23-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-22.html" target="_parent"><strong aria-hidden="true">7.</strong> 06-22-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-21.html" target="_parent"><strong aria-hidden="true">8.</strong> 06-21-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-20.html" target="_parent"><strong aria-hidden="true">9.</strong> 06-20-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-19.html" target="_parent"><strong aria-hidden="true">10.</strong> 06-19-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-18.html" target="_parent"><strong aria-hidden="true">11.</strong> 06-18-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-17.html" target="_parent"><strong aria-hidden="true">12.</strong> 06-17-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-16.html" target="_parent"><strong aria-hidden="true">13.</strong> 06-16-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-15.html" target="_parent"><strong aria-hidden="true">14.</strong> 06-15-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-14.html" target="_parent"><strong aria-hidden="true">15.</strong> 06-14-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-13.html" target="_parent"><strong aria-hidden="true">16.</strong> 06-13-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-12.html" target="_parent"><strong aria-hidden="true">17.</strong> 06-12-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-11.html" target="_parent"><strong aria-hidden="true">18.</strong> 06-11-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-10.html" target="_parent"><strong aria-hidden="true">19.</strong> 06-10-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-09.html" target="_parent"><strong aria-hidden="true">20.</strong> 06-09-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-08.html" target="_parent"><strong aria-hidden="true">21.</strong> 06-08-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-07.html" target="_parent"><strong aria-hidden="true">22.</strong> 06-07-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-06.html" target="_parent"><strong aria-hidden="true">23.</strong> 06-06-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-05.html" target="_parent"><strong aria-hidden="true">24.</strong> 06-05-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-04.html" target="_parent"><strong aria-hidden="true">25.</strong> 06-04-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-03.html" target="_parent"><strong aria-hidden="true">26.</strong> 06-03-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-02.html" target="_parent"><strong aria-hidden="true">27.</strong> 06-02-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-01.html" target="_parent"><strong aria-hidden="true">28.</strong> 06-01-日刊</a></li></ol>
<ol class="chapter"><li class="chapter-item expanded affix "><a href="2025-06-29.html" target="_parent">Today</a></li><li class="chapter-item expanded affix "><li class="part-title">2025-06</li><li class="chapter-item expanded "><a href="daily/2025-06-29.html" target="_parent"><strong aria-hidden="true">1.</strong> 06-29-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-28.html" target="_parent"><strong aria-hidden="true">2.</strong> 06-28-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-27.html" target="_parent"><strong aria-hidden="true">3.</strong> 06-27-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-26.html" target="_parent"><strong aria-hidden="true">4.</strong> 06-26-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-25.html" target="_parent"><strong aria-hidden="true">5.</strong> 06-25-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-24.html" target="_parent"><strong aria-hidden="true">6.</strong> 06-24-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-23.html" target="_parent"><strong aria-hidden="true">7.</strong> 06-23-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-22.html" target="_parent"><strong aria-hidden="true">8.</strong> 06-22-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-21.html" target="_parent"><strong aria-hidden="true">9.</strong> 06-21-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-20.html" target="_parent"><strong aria-hidden="true">10.</strong> 06-20-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-19.html" target="_parent"><strong aria-hidden="true">11.</strong> 06-19-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-18.html" target="_parent"><strong aria-hidden="true">12.</strong> 06-18-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-17.html" target="_parent"><strong aria-hidden="true">13.</strong> 06-17-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-16.html" target="_parent"><strong aria-hidden="true">14.</strong> 06-16-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-15.html" target="_parent"><strong aria-hidden="true">15.</strong> 06-15-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-14.html" target="_parent"><strong aria-hidden="true">16.</strong> 06-14-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-13.html" target="_parent"><strong aria-hidden="true">17.</strong> 06-13-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-12.html" target="_parent"><strong aria-hidden="true">18.</strong> 06-12-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-11.html" target="_parent"><strong aria-hidden="true">19.</strong> 06-11-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-10.html" target="_parent"><strong aria-hidden="true">20.</strong> 06-10-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-09.html" target="_parent"><strong aria-hidden="true">21.</strong> 06-09-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-08.html" target="_parent"><strong aria-hidden="true">22.</strong> 06-08-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-07.html" target="_parent"><strong aria-hidden="true">23.</strong> 06-07-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-06.html" target="_parent"><strong aria-hidden="true">24.</strong> 06-06-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-05.html" target="_parent"><strong aria-hidden="true">25.</strong> 06-05-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-04.html" target="_parent"><strong aria-hidden="true">26.</strong> 06-04-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-03.html" target="_parent"><strong aria-hidden="true">27.</strong> 06-03-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-02.html" target="_parent"><strong aria-hidden="true">28.</strong> 06-02-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-01.html" target="_parent"><strong aria-hidden="true">29.</strong> 06-01-日刊</a></li></ol>
</body>
</html>

View File

@@ -8,7 +8,7 @@ class MDBookSidebarScrollbox extends HTMLElement {
super();
}
connectedCallback() {
this.innerHTML = '<ol class="chapter"><li class="chapter-item expanded affix "><a href="2025-06-28.html">Today</a></li><li class="chapter-item expanded affix "><li class="part-title">2025-06</li><li class="chapter-item expanded "><a href="daily/2025-06-28.html"><strong aria-hidden="true">1.</strong> 06-28-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-27.html"><strong aria-hidden="true">2.</strong> 06-27-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-26.html"><strong aria-hidden="true">3.</strong> 06-26-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-25.html"><strong aria-hidden="true">4.</strong> 06-25-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-24.html"><strong aria-hidden="true">5.</strong> 06-24-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-23.html"><strong aria-hidden="true">6.</strong> 06-23-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-22.html"><strong aria-hidden="true">7.</strong> 06-22-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-21.html"><strong aria-hidden="true">8.</strong> 06-21-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-20.html"><strong aria-hidden="true">9.</strong> 06-20-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-19.html"><strong aria-hidden="true">10.</strong> 06-19-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-18.html"><strong aria-hidden="true">11.</strong> 06-18-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-17.html"><strong aria-hidden="true">12.</strong> 06-17-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-16.html"><strong aria-hidden="true">13.</strong> 06-16-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-15.html"><strong aria-hidden="true">14.</strong> 06-15-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-14.html"><strong aria-hidden="true">15.</strong> 06-14-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-13.html"><strong aria-hidden="true">16.</strong> 06-13-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-12.html"><strong aria-hidden="true">17.</strong> 06-12-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-11.html"><strong aria-hidden="true">18.</strong> 06-11-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-10.html"><strong aria-hidden="true">19.</strong> 06-10-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-09.html"><strong aria-hidden="true">20.</strong> 06-09-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-08.html"><strong aria-hidden="true">21.</strong> 06-08-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-07.html"><strong aria-hidden="true">22.</strong> 06-07-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-06.html"><strong aria-hidden="true">23.</strong> 06-06-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-05.html"><strong aria-hidden="true">24.</strong> 06-05-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-04.html"><strong aria-hidden="true">25.</strong> 06-04-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-03.html"><strong aria-hidden="true">26.</strong> 06-03-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-02.html"><strong aria-hidden="true">27.</strong> 06-02-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-01.html"><strong aria-hidden="true">28.</strong> 06-01-日刊</a></li></ol>';
this.innerHTML = '<ol class="chapter"><li class="chapter-item expanded affix "><a href="2025-06-29.html">Today</a></li><li class="chapter-item expanded affix "><li class="part-title">2025-06</li><li class="chapter-item expanded "><a href="daily/2025-06-29.html"><strong aria-hidden="true">1.</strong> 06-29-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-28.html"><strong aria-hidden="true">2.</strong> 06-28-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-27.html"><strong aria-hidden="true">3.</strong> 06-27-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-26.html"><strong aria-hidden="true">4.</strong> 06-26-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-25.html"><strong aria-hidden="true">5.</strong> 06-25-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-24.html"><strong aria-hidden="true">6.</strong> 06-24-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-23.html"><strong aria-hidden="true">7.</strong> 06-23-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-22.html"><strong aria-hidden="true">8.</strong> 06-22-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-21.html"><strong aria-hidden="true">9.</strong> 06-21-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-20.html"><strong aria-hidden="true">10.</strong> 06-20-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-19.html"><strong aria-hidden="true">11.</strong> 06-19-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-18.html"><strong aria-hidden="true">12.</strong> 06-18-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-17.html"><strong aria-hidden="true">13.</strong> 06-17-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-16.html"><strong aria-hidden="true">14.</strong> 06-16-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-15.html"><strong aria-hidden="true">15.</strong> 06-15-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-14.html"><strong aria-hidden="true">16.</strong> 06-14-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-13.html"><strong aria-hidden="true">17.</strong> 06-13-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-12.html"><strong aria-hidden="true">18.</strong> 06-12-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-11.html"><strong aria-hidden="true">19.</strong> 06-11-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-10.html"><strong aria-hidden="true">20.</strong> 06-10-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-09.html"><strong aria-hidden="true">21.</strong> 06-09-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-08.html"><strong aria-hidden="true">22.</strong> 06-08-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-07.html"><strong aria-hidden="true">23.</strong> 06-07-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-06.html"><strong aria-hidden="true">24.</strong> 06-06-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-05.html"><strong aria-hidden="true">25.</strong> 06-05-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-04.html"><strong aria-hidden="true">26.</strong> 06-04-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-03.html"><strong aria-hidden="true">27.</strong> 06-03-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-02.html"><strong aria-hidden="true">28.</strong> 06-02-日刊</a></li><li class="chapter-item expanded "><a href="daily/2025-06-01.html"><strong aria-hidden="true">29.</strong> 06-01-日刊</a></li></ol>';
// Set the current, active page, and reveal it if it's hidden
let current_page = document.location.href.toString().split("#")[0].split("?")[0];
if (current_page.endsWith("/")) {