2h ago 2小时前
Going AI-native to enhance how humans/agents access ScalarDB and ScalarDL docs 走向 AI 原生:增强人类和智能体访问 ScalarDB 和 ScalarDL 文档的方式
ScalarDB and ScalarDL documentation sites now feature an "Ask AI" conversational search interface powered by Google AI Mode, scoped to their documenta... ScalarDB和ScalarDL文档网站新增Ask AI界面,基于Google AI Mode实现对话式搜索,支持英文和日文
自动生成llms.txt和llms-full.txt文件,遵循llmstxt.org标准,为AI工具和LLM集成提供结构化文档索引
新增"Copy page as Mark...
LLM 大模型 RAG 检索增强生成 Agent Agent Conversational AI 对话系统 Open Source 开源
3h ago 3小时前
ByteDance Seed and Tsinghua AIR Introduces CUDA Agent: A Large-Scale Agentic RL System for CUDA Kernel Generation 字节跳动 Seed 与清华 AIR 推出 CUDA Agent:用于 CUDA 内核生成的大规模智能体强化学习系统
CUDA Agent uses agentic reinforcement learning to train LLMs to write CUDA kernels that outperform torch.compile by 2.11× geometric mean speedup, clos... CUDA Agent通过agentic RL训练LLM编写比编译器更快的CUDA内核,在KernelBench上达到98.8%通过率、96.8%超越torch.compile、2.11×几何平均加速
基础模型Seed1.6(23B活跃参数MoE)原始仅27.2%比compile快,经150步PPO训...
LLM 大模型 Code Generation 代码生成 GPU GPU Benchmark 基准测试 Research 科学研究
3h ago 3小时前
Anthropic's Claude Will Add Watermarks to AI-Generated Text and Files Anthropic 的 Claude 将为 AI 生成的文本和文件添加水印
Anthropic will watermark all Claude-generated text and images starting with models launched on or after August 2, applying globally rather than only i... Anthropic宣布为Claude模型生成的文本、文件和图像添加AI水印,以符合欧盟AI透明度法规要求
文本水印基于词频模式嵌入不可见标记,图像水印采用C2PA标准在元数据中添加加密签名
水印在模型层面应用,即使复制粘贴或轻度编辑也不会消失,但重度改写可消除
水印仅能表明Claude可能参与了内容...
Claude Claude Regulation 监管 Policy 政策 Security 安全
4h ago 4小时前
Qwen 3.8 27B scores 52 on the Artificial Analysis Intelligence Index Qwen 3.8 27B 在 Artificial Analysis 智能指数中得分 52
Qwen 3.8 27B achieves a score of 52 on the Artificial Analysis Intelligence Index, matching GPT-5.6 Luna (max)
The model trails only GLM-5.2 (max) and... Qwen 3.8 27B在Artificial Analysis Intelligence Index上获得52分
该分数与GPT-5.6 Luna (max)持平,仅落后GLM-5.2 (max)和DeepSeek V4 Pro 0813 (max)各1分
在参数量仅27B的情况下,性能匹敌753...
Open Source 开源 LLM 大模型 Benchmark 基准测试 Evaluation 评测
5h ago 5小时前
Reddit's AI is turning posts into podcasts and short videos Reddit的AI正在将帖子转化为播客和短视频
Reddit is experimenting with AI-generated audio/video content that converts text posts and comments into narrated videos using AI voices
The feature h... Reddit 正在实验将文字帖子自动转换为 AI 配音视频,用 AI 语音朗读主帖和评论
该功能以"Real conversation voiced by AI"标注,用户可在"Read"(文字)和"Play"(视频)之间切换
实验初期由 Reddit 人工挑选帖子进行转换,计划逐步扩展
CEO S...
Speech 语音 Video Generation 视频生成 Multimodal 多模态 Product Launch 产品发布
5h ago 5小时前
Show HN: AI-generated music box version of any song (for baby) 展示 HN:AI 生成的任意歌曲音乐盒版本(适合婴儿)
A personal project that generates baby-friendly, slowed-down versions of adult music
Uses BS-roformer for audio source separation (stemming) to isolat... 个人项目:作者在陪产假期间开发,用于生成适合婴儿聆听的成人音乐放慢版本
技术栈:使用 BS-roformer 进行音频分离(stemming),结合 Spotify Basic Pitch 将音频转调为 MIDI
效果评价:作者自述输出音质类似"喝醉的小音乐盒",仍需改进但具有趣味性
项目动机:解决...
Creative AI 创意AI Open Source 开源 Speech 语音
5h ago 5小时前
[AINews] Stripe buys OpenRouter for $7B 【AI资讯】Stripe以70亿美元收购OpenRouter
OpenRouter is being acquired by Stripe for $7B, just 90 days after a $1.3B Series B, representing a ~50x revenue multiple on $140M annualized revenue ... Stripe以70亿美元收购OpenRouter,估值为其1.3亿美元B轮融资后90天内完成,年化收入1.4亿美元对应50倍营收倍数
OpenRouter月处理250万亿token(较2月增长5倍),毛利率约70%,成本效率优于Cursor等竞品
OpenAI转向垂直整合电力-数据中心-芯片全栈控制...
Acquisition 收购 LLM 大模型 Funding 融资 Inference 推理 Deployment 部署
5h ago 5小时前
Ask HN: Can you still tell AI-generated text apart in your own language? HN提问:你还能分辨出自己语言中的AI生成文本吗?
AI-generated Japanese text can still be detected through unnatural word choices, with formal terms like 実務 and 帳簿 appearing far too frequently, while ... AI生成的日语仍可通过词汇选择特征识别,如実務、帳簿等词出现频率异常偏高,而効く、刺さる等 casual词汇被不当使用
AI生成的英语质量已显著提升,非母语者难以辨别,但日语等非英语语言的"AI指纹"仍较明显
不同模型在非英语语言表现差异显著:Anthropic Opus 4.6/Fable 5和G...
LLM 大模型 Evaluation 评测 Conversational AI 对话系统
6h ago 6小时前
AI writes dead code – the Go team's deadcode tool finds it in one command AI 写出死代码——Go 团队的 deadcode 工具一条命令即可发现
AI assistants writing code lack memory of previously generated functions, leading to redundant, unused code accumulation in codebases
The Go compiler ... 2026年初审计发现AI生成的代码库中存在大量可编译但完全无用的死代码函数
Go编译器、go vet和go build均无法检测未使用的函数,代码"正确但毫无意义"
AI编程助手缺乏跨会话记忆,会重复生成已存在的函数导致代码库持续膨胀
Go团队开发的deadcode工具可有效识别并清理此类编译器无法...
Code Generation 代码生成 Agent Agent Programming 编程
6h ago 6小时前
US vaccination rates fall again as exemptions continue to rise, CDC data shows 美国疫苗接种率再次下降,豁免持续增加,CDC数据显示
US kindergarten vaccination rates declined again in 2025-2026, with MMR at 92.4% and DTaP at 92.0%, both below the 95% herd immunity threshold
Nonmedi... 2025-2026学年美国幼儿园儿童MMR疫苗覆盖率降至92.4%,DTaP降至92.0%,持续低于95%群体免疫阈值
非医学豁免率从3.2%跃升至4%,24个州豁免率超过5%临界值,较2023-2024学年的14州大幅增加
麻疹病例达34年新高,美国面临失去麻疹消除状态风险,疫苗可预防疾病持续蔓延...
Healthcare AI 医疗AI Policy 政策 Research 科学研究 Regulation 监管
7h ago 7小时前
Former SpaceX engineers are building a robotic factory for making steel parts 前SpaceX工程师正在建造机器人工厂制造钢制部件
Former SpaceX engineers founded 1872, a startup automating steel fabrication for critical infrastructure using AI-driven software and robotics
The com... 前SpaceX工程师创立1872公司,目标2027年前建立自动化钢铁制造原型工厂,专注于AI数据中心和小型模块化核反应堆的钢制底座生产
采用务实的80%自动化策略而非追求100%全自动,认为更高自动化率存在边际效益递减
与Path Robotics合作实现机器人焊接,一次通过率95-100%,电弧工...
Robotics 机器人 AI AI Product Launch 产品发布 Funding 融资
7h ago 7小时前
ABC's livestreamed news show is powered by trending topics ABC的直播新闻节目由热门话题驱动
ABC News launched "Searched," a livestreamed daily show that curates real-time trending stories from search engines and social media platforms
The hal... ABC新闻推出了《Searched》,这是一档每日直播节目,从搜索引擎和社交媒体平台策划实时热门新闻
这档半小时的节目由记者Gio Benitez和Ashan Singh主持,在ABC新闻直播频道播出,可在Disney Plus和Hulu上观看
该节目是ABC新闻吸引观众的整体战略的一部分,这些观众...
Product Launch 产品发布 Conversational AI 对话系统