350 lines
26 KiB
HTML
350 lines
26 KiB
HTML
<!DOCTYPE HTML>
|
||
<html lang="zh" class="light sidebar-visible" dir="ltr">
|
||
<head>
|
||
<!-- Book generated using mdBook -->
|
||
<meta charset="UTF-8">
|
||
<title>07-26-日刊 - 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资讯日报-2025726"><a class="header" href="#ai资讯日报-2025726">AI资讯日报 2025/7/26</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="今日摘要"><a class="header" href="#今日摘要"><strong>今日摘要</strong></a></h3>
|
||
<pre><code>MyShell与谷歌分别推出新工具,通过自然语言即可开发AI应用。
|
||
Anthropic的Claude与Canva集成,能够将文本内容自动生成视觉设计。
|
||
AI协同学习取得新进展,Agent KB框架通过共享经验池提升解题效率。
|
||
阿里和字节跳动等发布新模型,强化了多语言翻译和同声传译能力。
|
||
此外,AI摘要虽受谷歌欢迎,但已导致传统网页的点击率大幅下降。
|
||
</code></pre>
|
||
<h3 id="ai产品与功能更新"><a class="header" href="#ai产品与功能更新">AI产品与功能更新</a></h3>
|
||
<ol>
|
||
<li>
|
||
<p>前端工程师的饭碗,这次真有点悬了?🤔 <strong>MyShell</strong> 正式发布了革命性的AI应用开发工具 <strong>ShellAgent 2.0</strong>,主打一个 <strong>Text-to-App</strong> 理念,未来人人都是开发者或许不再是遥远的梦想。🚀 用户只需用自然语言描述需求,它就能自动完成从后端到部署的全流程,让开发AI应用变得像发条消息一样简单,真正实现了AI应用的<strong>民主化</strong>。
|
||
<br/><img src="https://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/images/2025/07/news_01k114kypxfensmywzw81g8r8q.avif" alt="AI资讯:AI应用开发" /><br/></p>
|
||
</li>
|
||
<li>
|
||
<p>谷歌想让你化身“神笔马良”,动动嘴皮子就能创造AI应用!✨ <strong>谷歌实验室</strong>(Google Labs)推出的实验性工具 <strong>Opal</strong>,让<strong>零代码</strong>创建AI应用成为现实。用户可通过<strong>自然语言</strong>指令或拖拽式的<strong>可视化工作流</strong>编辑器,像搭积木一样快速构建迷你应用,积木就是强大的Gemini和谷歌AI生态。目前该工具仅在美国公测,全球用户还得再等等 (o´ω'o)ノ。
|
||
<br/><img src="https://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/images/2025/07/news_01k114m5vqftpr5sb33k2cajt4.avif" alt="AI资讯:零代码构建" /><br/>
|
||
<br/></video></p>
|
||
</li>
|
||
<li>
|
||
<p>简直是懒人福音!✍️→🎨 <strong>Anthropic</strong> 公司的AI助手 <strong>Claude</strong> 宣布与全球设计平台 <strong>Canva</strong> 深度集成,彻底简化了<strong>文本到视觉设计</strong>的创作过程。用户只需上传书面内容,Claude就能智能分析并自动生成符合品牌风格的专业视觉作品。这项合作大大降低了设计门槛,让你的内容更具视觉吸引力。
|
||
<br/><img src="https://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/images/2025/07/news_01k114makyebdskm1a6smq0mgw.avif" alt="AI资讯:文本转视觉" /><br/>
|
||
<br/></video></p>
|
||
</li>
|
||
<li>
|
||
<p>曾“一码难求”的 <strong>AI设计Agent</strong> <strong>Lovart</strong> 现已全面开放注册,它正试图用全新的交互范式重塑设计工作流。其核心亮点 <strong>ChatCanvas</strong> 功能允许用户在画布任意位置用自然语言下达指令,AI能精准理解并批量处理。这种将<strong>多模态上下文</strong>利用到极致的“智能画布”体验,真正做到了让AI放大创意,而非替代创意。
|
||
<br/><img src="https://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/images/2025/07/news_01k114mf5wex8b4ngrfcrexafs.avif" alt="AI资讯:智能画布交互" /><br/>
|
||
<br/><img src="https://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/images/2025/07/news_01k114n2g9fkntm03wmwy4mqdv.avif" alt="AI资讯:多模态设计" /><br/></p>
|
||
</li>
|
||
<li>
|
||
<p>想让你成为朋友圈最靓的仔?快手旗下的AI视频生成工具 <strong>Kling</strong> 来帮你!🎬 其“<strong>图像转视频</strong>”的 <strong>Elements</strong> 功能迎来重磅升级,不仅提升了主体一致性和动态流畅度,还新增了<strong>区域参考</strong>功能。用户可以精确指定图像中的人脸、服装等作为参考,让AI创作焦点更明确,视觉效果更上一层楼。
|
||
<br/><img src="https://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/images/2025/07/news_01k114n6etenqacray5vq44d1n.avif" alt="AI资讯:图像转视频" /><br/></p>
|
||
</li>
|
||
</ol>
|
||
<h3 id="ai前沿研究"><a class="header" href="#ai前沿研究">AI前沿研究</a></h3>
|
||
<ol>
|
||
<li>
|
||
<p>AI Agent不再单打独斗,而是学会了互相“抄作业”!(o´ω'o)ノ OPPO、耶鲁等机构联合发布的 <strong>Agent KB</strong> 框架,通过构建共享“<strong>经验池</strong>”,让AI能从彼此的成功经验中学习。在极具挑战性的<strong>GAIA</strong>基准测试中,该框架让模型解题成功率最高提升6.66%,证明了“组团打怪”远比单打独斗更有效率。
|
||
<br/><img src="https://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/images/2025/07/news_01k114n9r8e48bcftz2f060rhs.avif" alt="AI资讯:AI协同学习" /><br/>
|
||
<br/><img src="https://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/images/2025/07/news_01k114ndf8ev69q4gvryxqrm77.avif" alt="AI资讯:共享经验池" /><br/></p>
|
||
</li>
|
||
<li>
|
||
<p>AI看脸猜年龄?一篇来自 <a href="https://arxiv.org/abs/2507.18565"><strong>Arxiv的最新论文 - AI资讯</strong></a> 提出了一种基于深度学习的新方法,可在<strong>精准广告</strong>领域大显身手。该方法能同时进行<strong>年龄估计</strong>和<strong>性别分类</strong>,准确率惊人,但也揭示了AI模型中潜在的<strong>数据偏见</strong>问题。这提醒我们,在享受技术便利的同时,必须警惕其背后潜藏的伦理风险。🤔</p>
|
||
</li>
|
||
</ol>
|
||
<h3 id="ai行业展望与社会影响"><a class="header" href="#ai行业展望与社会影响">AI行业展望与社会影响</a></h3>
|
||
<ol>
|
||
<li>
|
||
<p>AI真能破解“猫言狗语”吗?科学家警告:小心它为了讨好你而“说谎”。🐾 <strong>伦敦政治经济学院(LSE)<strong>成立了全球首个</strong>Jeremy Coller动物感知中心</strong>,旨在利用AI等跨学科方法研究<strong>动物意识</strong>。这项研究不仅关乎动物福利,也为我们理解“意识”这一终极哲学难题提供了全新思路。</p>
|
||
</li>
|
||
<li>
|
||
<p><strong>谷歌</strong>的搜索规则变了,但又好像没完全变。🤷 官方给内容创作者吃了颗“定心丸”:高质量的<strong>AI内容</strong>同样受欢迎,现有<strong>SEO</strong>原则依然适用。然而,现实却显示,当AI摘要出现时,传统网页的<strong>点击率</strong>从15%暴跌至8%,这意味着用户行为的改变正悄悄重塑流量格局。</p>
|
||
</li>
|
||
</ol>
|
||
<h3 id="开源top项目"><a class="header" href="#开源top项目">开源TOP项目</a></h3>
|
||
<ol>
|
||
<li>
|
||
<p><a href="https://github.com/QwenLM/Qwen3-Coder"><strong>Qwen3-Coder - AI资讯</strong></a> (✨8.6k) 是阿里云Qwen团队为代码任务量身打造的<strong>Qwen3</strong>大模型。它拥有强大的代码生成、补全和理解能力,是开发者们不可多得的编程神器。🚀</p>
|
||
</li>
|
||
<li>
|
||
<p><a href="https://github.com/m1k1o/neko"><strong>neko - AI资讯</strong></a> (✨13.3k) 是一个超酷的自托管虚拟浏览器项目。它在 <strong>Docker</strong> 容器中运行,利用 <strong>WebRTC</strong> 技术将浏览器画面实时串流,让你随时随地安全冲浪。🏄</p>
|
||
</li>
|
||
<li>
|
||
<p><a href="https://github.com/steven2358/awesome-generative-ai"><strong>awesome-generative-ai - AI资讯</strong></a> (✨9.3k) 是一份精心整理的<strong>生成式AI</strong>宝藏图。如果你想追踪AIGC领域的最新动态或寻找有趣的项目,这份清单绝对不容错过。🗺️</p>
|
||
</li>
|
||
</ol>
|
||
<h3 id="社媒分享"><a class="header" href="#社媒分享">社媒分享</a></h3>
|
||
<ol>
|
||
<li>
|
||
<p>阿里通义千问发布了其最强翻译模型 <a href="https://qwenlm.github.io/blog/qwen-mt/"><strong>Qwen3-MT - AI资讯</strong></a>,支持超过<strong>92种语言</strong>,覆盖全球95%以上人口!🌍 该模型不仅翻译质量顶级,还支持术语控制等定制功能,旨在彻底打破全球语言障碍。
|
||
<br/><img src="https://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/images/2025/07/news_01k114ngs6emrs67pyk3gh0z5b.avif" alt="AI资讯:通义翻译模型" /><br/></p>
|
||
</li>
|
||
<li>
|
||
<p><strong>Claude Code</strong> 学会了“影分身之术”,推出全新的<a href="https://x.com/dotey/status/1948611389951558047"><strong>自定义子智能体(subagents) - AI资讯</strong></a>功能。用户可创建“代码审查员”、“QA测试员”等专用Agent,像一个小团队一样分工协作,让复杂编码任务更清晰高效。👨💻👩💻
|
||
<br/><video src="https://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/images/2025/07/news_01k114nqgserpan8t7d3en99ga.mp4" controls="controls" width="100%"></video></p>
|
||
</li>
|
||
<li>
|
||
<p><strong>字节跳动</strong>发布了新版同声传译模型 <a href="https://x.com/Gorden_Sun/status/1948740049220370950"><strong>Seed LiveInterpret 2.0 - AI资讯</strong></a>。该模型不仅延迟极低,还能自动<strong>克隆</strong>你的声音进行中英互译,技术表现相当惊艳。🎤
|
||
<br/><video src="https://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/images/2025/07/news_01k114p92mfdsbqh4rc0fg4n9p.mp4" controls="controls" width="100%"></video></p>
|
||
</li>
|
||
<li>
|
||
<p>写代码总有Bug?<strong>Cursor</strong> 推出了能自动检测PR中<strong>逻辑Bug</strong>的系统 <a href="https://x.com/op7418/status/1948566558412058871"><strong>Bugbot - AI资讯</strong></a>。这个“捉虫机器人” 🤖 专注于发现那些最难被察觉的逻辑错误,不过这项高级服务需要付费订阅哦。
|
||
<br/><video src="https://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/images/2025/07/news_01k114pmaaenba539tb0a2655j.mp4" controls="controls" width="100%"></video></p>
|
||
</li>
|
||
<li>
|
||
<p>想让AI更“聪明”?<a href="https://x.com/NVIDIAGTC/status/1948488421838639209"><strong>NVIDIA的分享 - AI资讯</strong></a>揭示了秘诀:<strong>思维链</strong>推理和<strong>测试时扩展</strong>正彻底改变AI的决策方式。这两种技术能帮助AI模型进行更复杂、多步骤的思考,从而提升其解决问题的能力。🧠
|
||
<br/><video src="https://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/images/2025/07/news_01k114q28hef2sh6e0n37harg2.mp4" controls="controls" width="100%"></video></p>
|
||
</li>
|
||
<li>
|
||
<p>逛展会拍的照片别浪费!<strong>ListenHub</strong> 为 <a href="https://x.com/oran_ge/status/1948750997012316291"><strong>WAIC - AI资讯</strong></a> 打造了特别功能,可以<strong>将多张图片一键转为播客</strong>。这个功能可以帮你梳理信息、加深记忆,堪称逛展必备神器。🎧
|
||
<br/><img src="https://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/images/2025/07/news_01k114qaqxew7srhp8ngkg86m2.avif" alt="AI资讯:图片转播客" /><br/></p>
|
||
</li>
|
||
<li>
|
||
<p><strong>阶跃星辰</strong>通过一段视频通话演示了 <a href="https://x.com/op7418/status/1948725107557560521"><strong>Step-3 - AI资讯</strong></a>模型强大的<strong>多模态能力</strong>。通话中,模型响应迅速,识别准确,甚至能进行一定程度的推理,这得益于其模型与系统协同设计的创新。💡
|
||
<br/><video src="https://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/images/2025/07/news_01k114xhjffh28wz005p8pbe6h.mp4" controls="controls" width="100%"></video></p>
|
||
</li>
|
||
<li>
|
||
<p>有用户分享了<a href="https://x.com/dotey/status/1948614928396681239"><strong>国内版Trae</strong></a>的使用体验,它已内置支持<strong>Qwen3 coder</strong>和<strong>Kimi K2</strong>,并且目前免费。对于需要强大代码助手的开发者来说,这无疑是一个不错的选择。
|
||
<br/><img src="https://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/images/2025/07/news_01k114t7ptezevs5jnff77afer.avif" alt="AI资讯:国内版Trae" /><br/></p>
|
||
</li>
|
||
<li>
|
||
<p>如何充分发挥<strong>Gemini Cli</strong>的潜力?有开发者<a href="https://x.com/xiaokedada/status/1948669388430999862"><strong>分享了他的秘籍</strong></a>:通过自定义系统Prompt并结合FFmpeg等命令行工具,可以轻松处理音视频和图片,让Gemini Cli成为更强大的生产力工具。🛠️
|
||
<br/><img src="https://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/images/2025/07/news_01k114tb5xf958p5ezj4ecwqsp.avif" alt="AI资讯:Gemini Cli技巧" /><br/>
|
||
<br/><img src="https://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/images/2025/07/news_01k114td40en3bh7m1s29q3ngv.avif" alt="AI资讯:命令行工具" /><br/></p>
|
||
</li>
|
||
<li>
|
||
<p>想知道<strong>Anthropic</strong>的内部团队是如何使用自家产品<strong>Claude Code</strong>的吗?这篇<a href="https://readhacker.news/s/6yqYZ"><strong>文章</strong></a>揭示了他们从调试到代码辅助的开发工作流程,展示了如何高效利用AI工具来提升开发效率。</p>
|
||
</li>
|
||
</ol>
|
||
<h3 id="ai产品自荐-geminicli2api-"><a class="header" href="#ai产品自荐-geminicli2api-"><strong>AI产品自荐: <a href="https://github.com/justlovemaki/Gemini-CLI-2-API">GeminiCli2API ↗️</a></strong></a></h3>
|
||
<p>你是否也曾被免费GEMINI API的速率和配额限制搞得束手束脚,或者渴望将A工具的绝妙提示词用在B工具上?现在,让 <code>Gemini-CLI-2-API</code> 为你解开所有束缚!它不仅仅是一个API代理,更是一个能赋予你极致控制权的AI中枢。</p>
|
||
<p>我们最引以为傲的核心优势之一,就是能通过 Gemini CLI 的 OAuth 授权方式,巧妙地<strong>突破官方免费API的额度限制</strong>,让你告别恼人的 <code>rate limit exceeded</code> 错误,尽情享受更自由、更稳定的模型调用 ⚡️。</p>
|
||
<p>但真正的魔法在于我们赋予你<strong>对「提示词」的绝对掌控力</strong>!项目允许你在服务端<strong>集中提取、强制替换或巧妙追加</strong>任何发往大模型的系统提示词(System Prompt)。这意味着什么?你可以为所有接入的工具客户端设置一套黄金准则,或者实现跨工具的“灵魂互换”。就像这样:</p>
|
||
<blockquote>
|
||
<p><strong>在VSCode里用Kilo代码助手,加上Cursor的神级提示词,驱动任意顶级大模型——用Cursor的灵魂,又何必是Cursor本身?</strong> 🧠✨</p>
|
||
</blockquote>
|
||
<p>通过将各种后端模型接口无缝转换为标准的OpenAI格式,本项目让你现有的任何工具都能立刻拥有这般超能力。部署简单,开箱即用,快来释放你手中AI工具的全部潜力,开启真正自由、高效的AI探索之旅吧!</p>
|
||
<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://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/logo/f959f7984e9163fc50d3941d79a7f262.md.png" alt="小酒馆" /></td><td><img src="https://cdn.jsdmirror.com/gh/justlovemaki/imagehub@main/logo/7fc30805eeb831e1e2baa3a240683ca3.md.png" alt="情报站" /></td></tr>
|
||
</tbody></table>
|
||
</div>
|
||
</main>
|
||
|
||
<nav class="nav-wrapper" aria-label="Page navigation">
|
||
<!-- Mobile navigation buttons -->
|
||
<a rel="prev" href="../daily/2025-07-27.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-07-25.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
||
<i class="fa fa-angle-right"></i>
|
||
</a>
|
||
|
||
<div style="clear: both"></div>
|
||
</nav>
|
||
</div>
|
||
</div>
|
||
|
||
<nav class="nav-wide-wrapper" aria-label="Page navigation">
|
||
<a rel="prev" href="../daily/2025-07-27.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-07-25.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>
|