删除docs/images目录下的所有图片文件,移除不再需要的wrangler.toml和LICENSE文件 添加.nojekyll文件确保GitHub Pages正确渲染 在多个页面添加GitHub仓库链接按钮 创建SUMMARY.md文件用于组织文档结构 移除过时的GitHub工作流配置
235 lines
17 KiB
HTML
235 lines
17 KiB
HTML
<!DOCTYPE HTML>
|
||
<html lang="zh" class="light sidebar-visible" dir="ltr">
|
||
<head>
|
||
<!-- Book generated using mdBook -->
|
||
<meta charset="UTF-8">
|
||
<title>06-01-日刊 - By 何夕2077</title>
|
||
|
||
|
||
<!-- Custom HTML head -->
|
||
|
||
<meta name="description" content="">
|
||
<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">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>
|
||
<h1 id="ai洞察日报-2025年6月1日"><a class="header" href="#ai洞察日报-2025年6月1日">AI洞察日报 2025年6月1日</a></h1>
|
||
<ol>
|
||
<li>近日,<strong>通义实验室</strong>自然语言智能团队<strong>发布并开源</strong>了<strong>VRAG-RL</strong>——一款<strong>视觉感知多模态RAG推理框架</strong>,旨在解决<strong>AI</strong>从图像、表格等<strong>视觉语言</strong>中检索关键信息并进行<strong>精细化推理</strong>的难题,其强化学习和创新的视觉感知机制显著提升了对视觉信息的理解和检索效率。该框架在多个基准数据集上<strong>表现出色</strong>,未来有望提升模型在不同视觉任务中的<strong>泛化能力</strong>,请查阅<a href="https://github.com/Alibaba-NLP/VRAG">跳转链接</a>了解更多。</li>
|
||
<li>亚利桑那州立大学研究小组<strong>发布论文</strong>指出,<strong>大语言模型</strong>并非进行<strong>真正推理</strong>,而仅仅是在<strong>寻找数据间的相关性</strong>,这可能导致公众对其工作机制产生<strong>误解</strong>。该研究强调,在日益依赖<strong>AI</strong>的时代,我们需更<strong>谨慎看待</strong>技术能力,未来<strong>AI研究</strong>有望朝着更具<strong>解释性</strong>的方向发展。</li>
|
||
<li><strong>Perplexity AI</strong>正式<strong>推出Perplexity Labs</strong>,为Pro订阅用户带来<strong>多工具协同</strong>的全新<strong>AI生产力工具</strong>,能将复杂项目开发流程简化至数分钟,旨在提供从创意到成果的<strong>全链条支持</strong>。这一功能通过深度网络浏览、代码执行等<strong>核心能力</strong>,标志着Perplexity从答案引擎向<strong>综合性AI生产平台转型</strong>。</li>
|
||
<li><strong>夸克</strong>近日<strong>上线“深度研究”功能</strong>,该功能依托<strong>通义千问大模型</strong>,能围绕学术课题、行业分析等复杂议题,自动完成从资料搜集到<strong>报告生成</strong>的全流程研究。此举标志着<strong>AI</strong>正从<strong>信息检索工具</strong>向<strong>内容创作伙伴</strong>进一步跃迁,为科研调研、市场洞察等场景提供<strong>高效支持</strong>。</li>
|
||
<li><strong>阿里云</strong>正式<strong>发布通义灵码 AI IDE</strong>,这是一款原生的人工智能开发环境,凭借强大的<strong>编程智能体模式</strong>、<strong>长期记忆</strong>和<strong>行间建议预测</strong>功能,显著提升开发者<strong>编程效率</strong>。该产品已<strong>免费开放下载</strong>,并且其插件累计生成超30亿行代码,成为广受欢迎的编程辅助工具,为企业开发工作提供<strong>强力支持</strong>。</li>
|
||
<li><strong>Memvid</strong>是一款<strong>创新AI记忆工具</strong>,通过将<strong>文本数据编码为MP4视频</strong>,实现了<strong>亚秒级快速语义搜索</strong>,大幅节省存储空间并支持离线使用。它内置<strong>聊天功能</strong>,支持<strong>PDF文档导入</strong>,为<strong>高效知识管理</strong>和<strong>学术研究</strong>等领域提供了革命性的<strong>全新可能</strong>,请查阅<a href="https://github.com/Olow304/memvid">跳转链接</a>了解更多。</li>
|
||
<li>Anthropic首席执行官达里奥・阿莫代伊<strong>警告</strong>称,<strong>AI</strong>可能在未来五年内<strong>取代一半入门级白领工作</strong>,导致<strong>失业率飙升</strong>至10%-20%,并加剧<strong>经济不平等</strong>。他呼吁提高公众对<strong>AI</strong>发展的<strong>认知</strong>和<strong>AI素养</strong>,以便人们适应未来职业环境,并强调政策制定者需思考超智能经济下的<strong>解决方案</strong>。</li>
|
||
<li>AI初创公司<strong>Manus</strong>重磅<strong>发布Manus Slides</strong>功能,用户仅需一个提示词即可<strong>一键生成专业幻灯片</strong>,涵盖商务会议、教育课程等多种场景,大幅<strong>提升演示文稿创作效率</strong>。该功能凭借<strong>智能生成</strong>和<strong>灵活编辑</strong>能力,支持导出PowerPoint或PDF,标志着<strong>AI代理</strong>正从任务自动化向<strong>生产力工具</strong>进一步演进。</li>
|
||
<li>在GitHub上拥有<strong>7086颗星</strong>的<strong>prompt-eng-interactive-tutorial</strong>,是Anthropic公司<strong>交互式提示工程教程</strong>的开源项目,旨在帮助用户<strong>有趣且有效地学习提示工程</strong>,具体请访问<a href="https://github.com/anthropics/prompt-eng-interactive-tutorial">跳转链接</a>。</li>
|
||
<li>获得<strong>10143颗星</strong>的<strong>onlook</strong>项目,是一个<strong>开源可视化氛围编码编辑器</strong>,它利用<strong>AI</strong>帮助设计师或开发者<strong>可视化构建</strong>、<strong>美化和编辑React应用</strong>。这款工具就像是设计师的<strong>光标</strong>,让<strong>React开发</strong>变得更<strong>直观高效</strong>,具体请访问<a href="https://github.com/onlook-dev/onlook">跳转链接</a>。</li>
|
||
<li>拥有<strong>12755颗星</strong>的<strong>anthropic-cookbook</strong>项目,是Anthropic公司<strong>展示如何有趣且有效地使用Claude</strong>的<strong>笔记本/秘籍集合</strong>。它为用户提供了多样化的<strong>Claude使用方法</strong>,是<strong>学习和应用Claude</strong>的便捷<a href="https://github.com/anthropics/anthropic-cookbook">跳转链接</a>。</li>
|
||
<li><strong>MMSI-Bench</strong>是一个针对<strong>多图像空间智能</strong>的<strong>VQA基准测试</strong>,研究发现,尽管多模态大语言模型(MLLMs)已取得进展,但在<strong>多图像空间推理</strong>方面,其准确率(30-40%)与人类(97%)之间存在<strong>巨大差距</strong>。该研究诊断了模型四种主要的<strong>失败模式</strong>,为未来提升<strong>多图像空间智能</strong>提供了<strong>宝贵见解</strong>,论文详情请见<a href="https://arxiv.org/abs/2505.23764">跳转链接</a>。</li>
|
||
<li><strong>ZeroGUI</strong>是一个创新的<strong>在线学习框架</strong>,它以<strong>零人力成本自动化GUI智能体训练</strong>,通过基于VLM的自动任务生成和奖励评估,克服了传统GUI学习对人工标注的<strong>重度依赖</strong>。实验证明,该框架显著提升了<strong>GUI智能体</strong>在不同环境下的<strong>性能</strong>,为<strong>自动化GUI操作</strong>带来了<strong>高效解决方案</strong>,论文详情请见<a href="https://arxiv.org/abs/2505.23762">跳转链接</a>。</li>
|
||
<li><strong>ATLAS</strong>是一个针对<strong>Transformer</strong>架构设计的高容量<strong>长期记忆模块</strong>,它通过优化<strong>记忆上下文</strong>来克服现有模型在<strong>长序列理解</strong>上的局限,从而在测试时学习最优的记忆策略。实验结果表明,<strong>ATLAS</strong>在语言建模和长上下文理解等任务中表现优于Transformer和线性循环模型,显著<strong>提升了性能</strong>,论文详情请见<a href="https://arxiv.org/abs/2505.23735">跳转链接</a>。</li>
|
||
</ol>
|
||
|
||
</main>
|
||
|
||
<nav class="nav-wrapper" aria-label="Page navigation">
|
||
<!-- Mobile navigation buttons -->
|
||
<a rel="prev" href="../daily/2025-06-02.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
||
<i class="fa fa-angle-left"></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-02.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
||
<i class="fa fa-angle-left"></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>
|