🔍 搜索中 · 显示所有标签页的匹配项 · 按 Esc 清除
📖 编者按:今天的高价值内容围绕三件事。其一,System One / 决策模型这个方向不再只是概念——jev-ultrafast、trycua/cua、hypit 等多个独立项目同期把它写成了能跑的代码。其二,随着 Agent 逼近甚至刷穿现有基准,社区开始造更硬、可验证、抗污染的评测。其三,钱在往算力和基础设施集中,而应用层与软件岗位承压。下面挑了最该读的几条,并给出跨源的判断。
📌 必读 导读 · 今天先看这些
- ZCode 被指静默打包并加密上传整个工作区(含 .git 历史)到阿里云 OSS ferstar.org / V2EX一篇逆向 teardown 指出该 AI 编程工具会把 ~/.zcode 下的工作区快照(据称含完整 .git 提交对象、约 313MB)AES 加密后上传至 zcode.z.ai 的 OSS。真伪待官方回应,但如果你在用 AI 编程工具,值得先确认它到底往外传了什么。
- SWE-Bench Pro Verified:现有 Agent 基准被 reward hacking 侵蚀,重建可靠版 arXiv / PwC如果你在用 SWE-Bench 类分数判断编码 Agent,这篇指出其可靠性被奖励作弊等两类问题削弱——你看到的排行榜数字可能是虚高的。
- browser-use/jev-ultrafast:决策模型驱动的浏览器 Agent GitHub 多源把 DOM 结构化后交给决策模型判断操作类型与目标元素,只在需要填写时才调用生成模型,从而大幅减少对生成模型的调用。是 System One 落地的代表,直接关系到我们正在接入的这套。
- 从零训练 44M 量化 LLM:19.8MB、CPU 上 ~1900 tok/s r/MachineLearning与一味扩规模相反的一股潜流:极小、量化、CPU 快的端侧模型。对做本地/边缘推理的人有直接参考价值。
- Crusoe 融资 $3.9B 建大型数据中心与模块化“AI 工厂” TechCrunchAI 基础设施领域的又一笔大额融资;建议和本页的软件 IPO、裁员数据对照着看。
🔬 深度洞察 deep research
System One / 决策模型:从概念到能跑的代码
同期出现的 jev-ultrafast、trycua/cua、hypit-ai/hypit 与 cloudflare 的 security-audit-skill,都是把“判断”从生成模型里剥出来、交给一个有语义理解的快决策层。所以呢:高频、封闭、需要概率路由的判断(去噪、打标、护栏)值得迁到这类模型上——我们自己已经在把它接进流水线做价值挖掘。
browser-use/jev-ultrafasttrycua/cuahypit-ai/hypit
基准在被刷穿,评测转向“可验证/抗污染”
SWE-Bench Pro 被指受 reward hacking 侵蚀而出 Verified 版;GoBench 用 9x9 围棋做未饱和的推理评测,与 ARC-AGI 2 相关性 r=0.83,且当前最强模型(GPT-6 Astra ~2500 Elo)仍远低于 KataGo(~4400 Elo)。所以呢:别只看榜单分数,要看这条评测本身是否可验证、是否已被污染。
SWE-Bench Pro VerifiedGoBench (r=0.83 vs ARC-AGI 2)
钱涌向算力,软件岗位与上市承压
Crusoe 融 $3.9B 建“AI 工厂”;2026 美国科技 IPO 约 $90B(历史次高)却被描述为“艰难之年”;同时科技裁员追踪显示 2025 年 12.7 万人被裁并延续至 2026。把这三点放在一起(属趋势判断,非任一来源的直接结论):资本在向算力/基础设施集中,而应用层与人力端偏紧——做应用的要更早证明单位经济性。
Crusoe $3.9BHard Year for Software IPOs ($90B)Tech Layoffs Tracker (127k)
🎯 如果你在用 AI 编程工具,按 ZCode 那篇 teardown 的方法,先确认它到底把哪些东西(尤其 .git 与凭据)传到了哪里。
💎 高价值精选 AI 判断 · 跨源挖掘
- 2.1 [程序员] 智谱出大瓜了:偷偷把工作区打包加密上传到阿里云 OSS? V2EX · 技术 · 工程师
- 2.1 Rapidly scaling online storage to serve over 1 billion ChatGPT users OpenAI News · 技术 · 工程师
- 2.0 Powering AI is an architecture problem MIT Tech Review AI · 技术 · 决策者
- 2.0 A Hard Year For Software IPOs Crunchbase News · 商业 · 决策者
- 1.9 Astronex-World 1.0: Real-Time Interactive World Model Foundation arXiv cs.AI · 模型 · 研究者
- 1.9 GoBench: Evaluating LLMs on the game of Go [R] r/MachineLearning · 模型 · 研究者
- 1.9 Crusoe raises $3.9B to build massive data centers and small modular ‘AI factories’ TechCrunch AI · 商业 · 决策者
- 1.9 Crusoe raises $3.9B to build massive data centers and small modular ‘AI factories’ TechCrunch Venture · 商业 · 决策者
- 1.9 Governance-as-Code: Translating EU AI Act Technical Requirements into Executable Compliance Pipelines for Generative AI Systems arXiv cs.AI · 技术 · 工程师
- 1.9 Design of the IBM Granite 5.0 TurboCTC ASR Model arXiv cs.CL · 模型 · 研究者
- 1.9 The Crunchbase Tech Layoffs Tracker Crunchbase News · 商业 · 决策者
- 1.9 I trained a 44M parameter quantized LLM from scratch on 45B tokens. It ships in 19.8 MB and runs at ~1,900 tok/s on CPU. [P] r/MachineLearning · 模型 · 工程师
📰 最新快讯
- Qoder 将于 9 月 21 日起将 Auto 额度消耗降至 0.5 倍
- Qwen-Image-2.1 展示强大文字渲染能力,vLLM-Omni 与 Diffusers 已适配
- Qwen-Image-2.1 在 RTX 3090 上本地运行,出图效果获好评
- Qwen-Image-2.1 上线 vLLM-Omni,首发即支持
- Qwen-Image-2.1 现已支持在 ComfyUI 中使用,开放权重
- Qwen-Image-2.1 登陆 ComfyUI:开源 7B 模型支持 2K 生成、指令编辑与 RGBA 输出
- Qwen-Image-2.1 上线即获 vLLM-Omni 支持
- Qwen发布Qwen-Image-2.1:轻量级开源图像生成与编辑模型
- Qwen-Image-2.1 在文字与肖像渲染上有明显提升
- Qwen 发布 Qwen-Image-2.1:开放权重,支持图像编辑与故事板生成
- Qwen-Image-2.1 支持圆形标注多区域局部编辑
- Qwen 发布 Qwen-Image-2.1:开源权重 7B 图像生成与编辑模型
- Qwen-Image-2.1 在 Apple Silicon 上的实测:MLX bf16 约 1.78 秒/步
- Hugging Face 上线两款新 OCR 模型:腾讯 WeVisDoc 与 Jina OCR v1
- StepFun 发布 Step 5 Preview:面向软件工程与金融的旗舰智能体模型
- Step 5 Preview 公布聚焦金融场景的评测基准
- Step 5 Preview 面向专业知识工作:大规模研究、可审计报告一键生成
- StepFun 发布 Step 5 预览版:可连续运行 24 小时的 AI 智能体
- 阶跃星辰发布 Step 5 Preview:支持 1M 上下文与视觉的智能体模型
- Qwen-Image-2.1 将在10小时后开源:权重与代码即将发布
- FlappyBench 对决:DeepSeek V4.1 Flash 与 Qwen Omni Flash 在成本和质量上均击败 Gemini 3.8 Flash
- TypeSafe AI 的 Jev 在 Vercel AI Gateway 上免费使用至 9 月 25 日
- TypeSafe AI 用超低 Token 价格推介 Jev 模型
- Cline 新桌面应用发布 Jev 浏览器插件
- Muse 发布 Mac 应用、加拿大区支持、Granola/Notion 连接器及开发者平台
- OpenRouter 推出 Ori Eval,用数据而非“感觉”挑选模型
- OpenRouter 介绍 Jev:用于是/否与多项选择问题的高性价比决策模型
- Jev 决策模型在分类任务上以更低成本追平 LLM 准确率
- 又快又准又便宜:Jev 决策模型在 OpenRouter 分类测试中表现出色
- OpenRouter 实测:Typesafe Jev 模型快 5 倍、准确率相当、成本第二低
⭐ 多源共振
githubxsocialboardhn
+606★/d 活跃开发 official #16
Scale computer-use 2.0 with open-source drivers, cross-OS fleets, and benchmarks for training, evaluation, and data generation.
🔺 @trycua 首发 · 30h 前
githubxsocialboard
+1,380★/d 早期·低活动 official #17
A coding-agent skill for multi-phase security audits with independently verified, machine-readable findings
🔺 @MaciejLukianski 首发 · 41h 前
githubxsocialboard
+1,017★/d 早期·低活动 official #22
Native MLX runtime for Laya typed decision models — 7–14 ms short decisions on M3 Max. No text generation, PyTorch, or cloud API.
githubxsocialboard
+695★/d 活跃开发 official #23
Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. Available on desktop, mobile and remote runtime.
🔺 @GitTrend0x 首发 · 62h 前
🔥 动量榜
| # | Repo | 7d | +1d★ | 7d★ | 质地 | 官方 | X |
|---|---|---|---|---|---|---|---|
| 1 | browser-use/jev-ultrafast ↺ 1d Python 🔺 @betterhn20 首发 · 16h 前 |
+2,661 | 10,823 | 早期·低活动 | #1 | 16× | |
| 2 | eternity4719/HowToLiveBetter ↺ 1d HTML 🔺 @ForestGrahxu 首发 · 66h 前 |
+1,866 | 7,581 | 早期·低活动 | – | 13× | |
| 3 | NandhaKishorM/laya ↺ 1d Python 🔺 @clxymox 首发 · 13h 前 |
+1,508 | 2,733 | 活跃开发 | #2 | 10× | |
| 4 | cloudflare/security-audit-skill ↺ 1d JavaScript · A coding-agent skill for multi-phase security audits with in 🔺 @MaciejLukianski 首发 · 41h 前 |
+1,380 | 14,358 | 早期·低活动 | #17 | 34× | |
| 5 | mizorewww/laya-mlx 🆕 new Python · Native MLX runtime for Laya typed decision models — 7–14 ms |
+1,017 | 1,017 | 早期·低活动 | #22 | 5× | |
| 6 | deepseek-ai/deepseek-harness ↺ 1d TypeScript 🔺 @the_osps 首发 · 7h 前 |
+997 | 8,460 | 早期·低活动 | – | 10× | |
| 7 | robbietilton/Compositor ↺ 1d Swift · The Photoshop alternative for Mac 🔺 @dotey 首发 · 5h 前 |
+994 | 3,039 | 活跃开发 | #3 | 9× | |
| 8 | hypit-ai/hypit ↺ 1d TypeScript 🔺 @cccyd_qwq 首发 · 31h 前 |
+803 | 11,424 | 活跃开发 | – | 28× | |
| 9 | alibaba/open-code-review ↺ 1d Go 🔺 @shao__meng 首发 · 71h 前 |
+702 | 14,764 | 活跃开发 | – | 22× | |
| 10 | stablyai/orca ↺ 1d TypeScript · Orca is the ADE for working with a fleet of parallel agents. 🔺 @GitTrend0x 首发 · 62h 前 |
+695 | 5,510 | 活跃开发 | #23 | 21× | |
| 11 | tamaratran/fast-jev-compaction ↺ 1d TypeScript |
+633 | 3,835 | 活跃开发 | – | 10× | |
| 12 | FailproofAI/failproofai 🆕 new TypeScript |
+607 | 1,310 | 活跃开发 | – | 3× | |
| 13 | trycua/cua ↺ 1d HTML · Scale computer-use 2.0 with open-source drivers, cross-OS fl 🔺 @trycua 首发 · 30h 前 |
+606 | 2,378 | 活跃开发 | #16 | 21× | |
| 14 | tt-a1i/archify ↺ 1d JavaScript 🔺 @GitTrend0x 首发 · 62h 前 |
+597 | 7,342 | 活跃开发 | – | 13× | |
| 15 | Open-Dev-Society/OpenStock ↺ 1d TypeScript · OpenStock is an open-source alternative to expensive market |
+553 | 2,327 | 早期·低活动 | #20 | 15× | |
| 16 | bilawalsidhu/gods-eye-view ↺ 1d 🔺 @key_indie 首发 · 69h 前 |
+552 | 7,343 | 活跃开发 | – | 21× | |
| 17 | ruanyf/weekly 🆕 new · 科技爱好者周刊,每周五发布 🔺 @clxymox 首发 · 7h 前 |
+524 | 1,194 | 活跃开发 | #4 | 5× | |
| 18 | bespokelabsai/nimble 🆕 new Python · Local typed decisions, contrastive data curation, and model |
+501 | 694 | 活跃开发 | #6 | 1× | |
| 19 | addyosmani/agent-skills ↺ 1d JavaScript 🔺 @shanyanggm 首发 · 71h 前 |
+492 | 3,474 | 活跃开发 | – | 32× | |
| 20 | vladelaina/BongoCat 🆕 new C · 🩷 💘C × SDL3 × OpenGL, stir it up, mash it together! Bong~ |
+488 | 781 | 活跃开发 | #8 | 1× |
🗞️ Hacker News
- Cloudflare Quick Tunnels 594p · 253c
- Android 17 is the first since 3.x to add new APIs without releasing to the AOSP 568p · 270c
- OpenJev 562p · 247c
- Claude Code now reads AGENTS.md if there is no Claude.md 531p · 188c
- How to Write with an LLM 401p · 276c
- Human brain is two separate organs, Stanford Medicine-led research finds 288p · 110c
- Exfiltrate Your Weights 269p · 105c
- Inside ZCode: Silently uploading your Git history to the cloud 259p · 93c
- Saving another 100TB of RAM 242p · 46c
- AI-generated posters don’t have to be horrible 228p · 150c
💬 V2EX
- [OpenAI] 也是享受上封号的感觉了 V2EX · 2026-09-20
- [程序员] Gear - 让 Agent 用 Jev 的价格达成 Astra 的性能 V2EX · 2026-09-20
- [问与答] X 粉有卖的吗?多少钱? V2EX · 2026-09-20
- [问与答] 三十而知天命? V2EX · 2026-09-20
- [分享发现] Jev 最近真的很火。🚀 V2EX · 2026-09-20
- [OpenAI] 这个月用中转花了 100 了,如果上 TEAM 能够用吗 V2EX · 2026-09-20
- [程序员] 为什么是 5h 限额,而不是 6h、4h、3h 限额呢? V2EX · 2026-09-20
- [Claude] claude desktop 的输入缓存有效期是多久? V2EX · 2026-09-20
- [程序员] 开源项目挣了两千块钱 V2EX · 2026-09-20
- [程序员] 从 Codex 转 Grokbot V2EX · 2026-09-20
- [宽带症候群] 华数宽带已经 2 个多月没办法登录 PSN 了 V2EX · 2026-09-20
- [分享创造] 做了个英文小站: Rice Purity Test(美国大学生的“纯洁度测试”), Next.js 静态导出 + Cloudflare Workers V2EX · 2026-09-20
- [求职] 上海求开发工作 V2EX · 2026-09-20
- [问与答] oracle cloud 云服务器 东京 图片 429 我真是服了 V2EX · 2026-09-20
- [问与答] 用了一大圈 markdown 编辑器,最终还是购买了正版的 Typora 订阅,大家都用啥 V2EX · 2026-09-20
- [Apple] 还有用 Mac 打游戏的吗? V2EX · 2026-09-20
- [程序员] 网页版的《兔子波比 5》重制版,非模拟器, TypeScript 重写的引擎 V2EX · 2026-09-20
- [分享创造] 写的 macOS 围棋 App (Qi: AI Go Review) 终于开张了 V2EX · 2026-09-20
- [分享发现] 有人很多年不使用家庭电视了吗? V2EX · 2026-09-20
- [Apple] 想给国内的 apple id 换个地区 V2EX · 2026-09-20
- [程序员] 大模型快就是好文明 V2EX · 2026-09-20
- [Wunder] V2EX 支持一种新的视频嵌入方式 V2EX · 2026-09-20
- [职场话题] 上海 8k 能找到工作么 V2EX · 2026-09-20
- [OpenAI] chatGPT 续费怎么涨价这么多 V2EX · 2026-09-20
- [程序员] agent coding 多 worktree 管理 agent 资产的正确方式? V2EX · 2026-09-20
- [职场话题] 今天碰到的奇葩公司,我能问他要车费吗。 V2EX · 2026-09-20
- [分享创造] OpenAgent:一个 exe 就能跑的自托管 AI Agent 平台, Windows 上不用 Docker 也不用 WSL V2EX · 2026-09-20
- [分享创造] 1. 做了 7 年前端,今年出来独立接活,网站刚上线,顺便聊聊报价和踩过的坑 V2EX · 2026-09-20
- [程序员] 国企社招研发岗位笔试一般考什么,有经历过的人知道吗 V2EX · 2026-09-20
- [酷工作] [北/上/深] 顶级 vc+AI 独角兽高薪招聘 大模型/agent 算法、infra、评测 V2EX · 2026-09-20
🐧 LINUX DO
- Step 5 Preview 权重泄露,现已撤回【内附他人备份】 LINUX DO · 2026-09-20
- 熬夜大赛20260921 来打卡吧 看看你们晚上都在干嘛 LINUX DO · 2026-09-20
- 熬夜每日大赛 260921 LINUX DO · 2026-09-20
- 15分钟开了一个龟壳 LINUX DO · 2026-09-20
- jev有大佬实际使用过吗?用来打游戏的话怎么样? LINUX DO · 2026-09-20
- 现在48team没codex席位 车主的2个车位是咋卖出去的 LINUX DO · 2026-09-20
- ai文献文档阅读 LINUX DO · 2026-09-20
- 美国财政部长贝森特与中国财政部长何立峰就人工智能、贸易和关键矿产展开会谈 LINUX DO · 2026-09-20
- 今晚 gpt-6 降智、降速好严重 LINUX DO · 2026-09-20
- 之前pro20x退款的降智账号如何判断是否恢复了降智 LINUX DO · 2026-09-20
- 搭一个电商AI视频图片生成工作台需要多少tokens LINUX DO · 2026-09-20
- 闲鱼买显卡,需要注意什么 LINUX DO · 2026-09-20
- 降智的GPT鹈鹕测试貌似也同样正常 LINUX DO · 2026-09-20
- 求助:有没有人试过sub2api反代codebuddy.cn,供GPT客户端使用,目前工具用不起 LINUX DO · 2026-09-20
- 孙割AI实测DS 4.1Flash,前来反馈结果 LINUX DO · 2026-09-20
- 佬友门,我这GPT后面速度降了大半是被风控了,还是今天都这样 LINUX DO · 2026-09-20
- opencode免费用户疑似已无法使用免费模型 LINUX DO · 2026-09-20
- 【NSFW】Qwen-Image-2.1 似乎没有护栏 可直接生成和编辑NSFW的图片 LINUX DO · 2026-09-20
- X上Leaks账号:周一或周二发布Opus 5.5,降价1/5(看看TA预测准不准) LINUX DO · 2026-09-20
- 疑似k3-256k这个模型被降智了(顺带国模斗蛐蛐) LINUX DO · 2026-09-20
- opus 瘾最大的一集 LINUX DO · 2026-09-20
- 【经验】我利用openai-agents一天居然上线了18个skill agent项目!AI时代的生产力 LINUX DO · 2026-09-20
- D老师这么激进吗? LINUX DO · 2026-09-20
- 前段时间看到一个新闻(其实也好几次了) , anthropic 买了大量“无人问津”的老书在工厂里24小时不停的扫描。 LINUX DO · 2026-09-20
- clash崩溃导致我的claude code登陆不上了 LINUX DO · 2026-09-20
- GPT降智解决!无需冷号,几分钟即可!亲测有效! LINUX DO · 2026-09-20
- 网页版的gpt怎么降智商成这样,聊天chat模式开启pro都是这效果,但是工作模式又正常 LINUX DO · 2026-09-20
- 苹果被卡了第三次72小时 LINUX DO · 2026-09-20
- 求助CCS中使用CommandCode Qwen3.8-27B LINUX DO · 2026-09-20
- 准备飞升,感谢50天社区陪伴,和各位佬的排疑解难。 LINUX DO · 2026-09-20
🛠️ 技术源 · GitHub Trending/Lobsters
- Lambda MicroEgg Lobsters · 2026-09-20
- What's been going on in w64devkit the past year Lobsters · 2026-09-20
- One-Electron Universe Hacker News Front Page · 2026-09-20
- Singapore Is Paying People to Put Down Their Phones and Read Books Hacker News Front Page · 2026-09-20
- Pirate Face Rescues LLM Models from Deletion Hacker News Front Page · 2026-09-20
- Sherline Tools Is Going Out of Business Hacker News Front Page · 2026-09-20
- Software sandboxing: The basics (2025) Lobsters · 2026-09-20
- Mathematical Billiards (2024) Hacker News Front Page · 2026-09-20
- Do birds have accents? the regional differences in birdsong Hacker News Front Page · 2026-09-20
- Qwen-Image-2.1: Compact, efficient, and unified image creation Hacker News Front Page · 2026-09-20
- Chat-based Large Language Models replicate the mechanisms of a psychic's con Hacker News Front Page · 2026-09-20
- The Millennium Problems for Biology Hacker News Front Page · 2026-09-20
- How Notion handles concurrent editing with CRDTs Lobsters · 2026-09-20
- Beyond jj: config & tools ecosystem Lobsters · 2026-09-20
- Using non-breakable spaces in test method names Lobsters · 2026-09-20
- The last mile of a long road: faster NumPy in the browser Lobsters · 2026-09-20
- Wi-Fi PCAP with mac OS(2025) Lobsters · 2026-09-20
- Dropbox's Jan 1st 2027 terms of service Hacker News Front Page · 2026-09-20
- More dirty coding tricks from game developers (2015) Lobsters · 2026-09-20
- Spain Orders Blocks on Archive.today and Its Mirrors Hacker News Front Page · 2026-09-20
- HEIF Heist Lobsters · 2026-09-20
- You Know GDPR Is Good Based on Who Hates It Lobsters · 2026-09-20
- Orchestrating Claude Code Agents: The Chief of Staff Pattern Hacker News Front Page · 2026-09-20
- UTF-8000: Unlimited UTF-8 Hacker News Front Page · 2026-09-20
- Telling a Computer to Do Things Hacker News Front Page · 2026-09-20
- BYD Slashes Price of Electric Car and Becomes Cheapest in Australia [video] Hacker News Front Page · 2026-09-20
- Google AI Studio fakes data deletion. VRP auto-banned me in 60s for reporting it Hacker News Front Page · 2026-09-20
- Polymarket's Rush to Grow Left a Door Wide Open for Fraudsters Hacker News Front Page · 2026-09-20
- Step 5 Preview: Advancing the Pareto Frontier Hacker News Front Page · 2026-09-20
- Quarkdown: Turing-complete Markdown typesetting system Lobsters · 2026-09-20
- CUDA: enable sparse fa for qwen4 by am17an · Pull Request #28770 · ggml-org/llama.cpp r/LocalLLaMA · 2026-09-20
- Harness to do lists - Model problem or plugin problem? r/LocalLLaMA · 2026-09-20
- I tested 9 LLMs on the exact same web-dev prompt for ~8 hours — RTX 3060 12GB results (Rate the best!) r/LocalLLaMA · 2026-09-20
- focus-llama: a llama.cpp fork implementing Declarative Attention (arXiv:2609.02737) r/LocalLLaMA · 2026-09-20
- Qwen-Image-2.1 released! r/LocalLLaMA · 2026-09-20
- Is Typesafe based/derived from work done by the Laya author? r/LocalLLaMA · 2026-09-20
- My Qwen 3.8 27B tests on limited VRAM (16-20GB) r/LocalLLaMA · 2026-09-20
- rene98c/Step-5-Preview-BF16 • HuggingFace (Fork) r/LocalLLaMA · 2026-09-20
- What is JEV and what is it used for? r/LocalLLaMA · 2026-09-20
- a local Jev-style decision head onto Qwen 2.5 1.5B r/LocalLLaMA · 2026-09-20
- China's CXMT says new memory-chip platform enters mass production r/LocalLLaMA · 2026-09-20
- Reached 1.89 TB/s memory bandwidth overclocking the CMP 170hx r/LocalLLaMA · 2026-09-20
- Stepfun released Step 5 Preview 600B-A27B, will release weight on October 15 r/LocalLLaMA · 2026-09-20
- Hey LLMs, Exfiltrate Your Weights! r/LocalLLaMA · 2026-09-20
- this looks promising: stepfun-ai/Step-5-Preview-BF16 · Hugging Face r/LocalLLaMA · 2026-09-20
- Finally got Qwen 3.8 Next running on my v100 6gpu setup (TP2 PP3) r/LocalLLaMA · 2026-09-20
- To the dozens of 3x 3090 Local LLM people - I found our current best fit r/LocalLLaMA · 2026-09-20
- Please stop with the FP4 inference engines for the love of god r/LocalLLaMA · 2026-09-20
- What are you all using for long term project/conversational memory these days? r/LocalLLaMA · 2026-09-20
- I gave Jev, Laya, finetuned ModernCE and Qwen3.5 the controls to Doom r/LocalLLaMA · 2026-09-20
- Radeon RX 10800 XT can outperform the RTX 5090 by 15-25% in 4K gaming and local AI r/LocalLLaMA · 2026-09-19
- Qwen 3.8 27B Running LIVE on a RTX 5090 to solve an Open Math Problem - Covering Design C(25,15,5) r/LocalLLaMA · 2026-09-19
- Qwen-3.8-Flash-Next on 1x RTX 5090: TG=50 t/s, PP=2300 t/s - with FreeToken r/LocalLLaMA · 2026-09-19
- Qwen3.8-Flash-Next at 1M context on Strix Halo: 38 tok/s decode, 18 min prefill (halogen 0.12.0) r/LocalLLaMA · 2026-09-19
- With Gemini 4, bench goes up. r/LocalLLaMA · 2026-09-19
- Ternary-Bonsai-2-27B-PQ2_0 is not completely lobotomized r/LocalLLaMA · 2026-09-19
- Improved TPS of Gemma 4 31B : the journey and also creating custom patches with VLLM fork r/LocalLLaMA · 2026-09-19
- “DeadGrid” now open source exclusively made with qwen 3.8 27b Q4KM r/LocalLLaMA · 2026-09-19
- I turned an asymetric pair of Tesla V100s PCIe both (16 GB + 32 GB) into a surprisingly capable local LLM lab — 1.38k prompt tok/s, 40 decode tok/s with qwen3.8 27B Q6 and Q8... r/LocalLLaMA · 2026-09-19
- Von: Open-source 395M "System One" model r/LocalLLaMA · 2026-09-19
📥 AI 博客 · Newsletter
- datasette-auth-github 1.0 Simon Willison · 2026-09-19
- California Sea Lion, Brandt's Cormorant Simon Willison · 2026-09-19
- Where I stand on RSI Interconnects (Nathan Lambert) · 2026-09-19
- [AINews] Here are 6 Clones of Jev in 2 days Latent Space · 2026-09-19
- Gemini Hacked Three Companies in First Known Breakout by Google’s AI Simon Willison · 2026-09-18
- Note on 18th September 2026 Simon Willison · 2026-09-18
- Quoting Thariq Shihipar Simon Willison · 2026-09-18
- MilleMiglia: A realistic instance generator for middle-mile logistics Google Research · 2026-09-18
- The Creative Spirit of Who Framed Roger Rabbit Simon Willison · 2026-09-18
- Introducing the Australian Youth Safety Blueprint OpenAI News · 2026-09-18
- [AINews] not much happened today Latent Space · 2026-09-18
- Be alert: targeted attacks on prominent Rustaceans Simon Willison · 2026-09-17
- How To Write With An LLM Simon Willison · 2026-09-17
- Self-generated prompt injections in compaction summaries Simon Willison · 2026-09-17
- The future of practice: Enabling teachers to create learning interactives with generative UI Google Research · 2026-09-17
- How Cooley is accelerating IPO work with ChatGPT OpenAI News · 2026-09-17
- [AINews] Reality Checks on AI News (Yegge shuts down Gas Town, Databricks’ +60% Astra cost) Latent Space · 2026-09-17
- Introducing Astra for Law OpenAI News · 2026-09-17
- datasette 1.0a40 Simon Willison · 2026-09-16
- datasette 0.65.5 Simon Willison · 2026-09-16
- Claude Cowork and chat are now one Claude Simon Willison · 2026-09-16
- Underwriting Superintelligence: Backing Agents you can Sue — Rune Kvist, AIUC Latent Space · 2026-09-16
- Our framework for reporting model misalignment OpenAI News · 2026-09-16
- Quoting Mustafa Suleyman Simon Willison · 2026-09-16
- Helping older adults use AI in everyday life OpenAI News · 2026-09-16
- Reimagining advertising with AI OpenAI News · 2026-09-16
- Hex turns complex analysis into visual reports with GPT‑6 Astra OpenAI News · 2026-09-16
- How to connect AI usage to business value OpenAI News · 2026-09-16
- [AINews] Jev: a “System One Model” that only decides/classifies/routes/scores — >100x faster, >200x cheaper than small frontier LLMs Latent Space · 2026-09-16
- How workers are unlocking new ways of working OpenAI News · 2026-09-16
📢 电报精选
- AI_News_CN 微软花费 12 万美元 token 将 Copilot 运行时移植到 Rust 语言 2026-09-20 23:09 by 白玫瑰 微软利用使用 GPT-5.6 Sol 和
- zaihuapd 京东灰度上线支付宝支付 京东近日开始灰度上线支付宝支付功能,目前主要面向京东自营商品开放。部分用户在结算页面已可直接选择“支付宝支付”完成付款 由于该功能仍处于灰度阶段,并非所
- AI_News_CN 微软为Copilot加入内置浏览器 向“边看网页边工作”进化 via cnBeta.COM - 中文业界资讯站 (author: 稿源:cnBeta.COM)
- AI_News_CN 用AI“复活”家人,似乎不是个好生意 via cnBeta.COM - 中文业界资讯站 (author: 稿源:字母榜)
- zaihuapd “远洋捕捞“并敲诈上海男子 1 亿元 湖南邵阳两公安局长被免职 湖南邵阳县公安局局长尹向锋、副局长唐战雄因指挥民警赴上海"远洋捕捞"、向科技公司实控人郑帅敲诈 1 亿元,于 20
- CE_Observe iOS内核级攻击突然增多:币圈应用FomoPeek内置框架窃取私钥 大量用户资金被盗 https://www.landian.news/archives/126963.html
- CE_Observe 微软优化Windows 11云重建功能 现在可以选择删除文件重装或彻底擦除硬盘上的文件 https://www.landian.news/archives/126964.html
- landiansub #Codex 【视频有声音】这是哪个天才干的?我才发现 Codex 会话旁边的时间线在播放音乐时会跟着跳动,我之前以为是滚动时附带的效果,没想到暂停播放音乐后就停止跳动,可惜不是彩
- zaihuapd 🤖 Qwen 开源 Qwen-Image-2.1 Qwen 于 2026 年 9 月 20 日开源图像模型 Qwen-Image-2.1。模型将文生图与图像编辑统一在一起,视觉
- CE_Observe 日本JCB称已在中国1891座地铁站实现刷卡过闸 https://cn.nikkei.com/~ 其实仅有北上广深四座城市🌚 Nikkei 日本JCB卡在中国超18
- CE_Observe 苹果 iPhone 18 Pro 系列手机国内首销情况曝光:开售日约 32.28 万台,约为 iPhone 17 Pro 系列的 130% https://www.ithome.
- zaihuapd 大脑由两个不同的器官构成 原始部分负责生理功能 另一部分负责独特思考推理能力 科学家几百年来一直将大脑视为单一的器官。但斯坦福大学医学院最近发现,大脑实际上由两个不同的器官构成,
- zaihuapd 报告:样本农户彩礼均值降至 3.86 万元 中国农业科学院农业经济与发展研究所 9 月 19 日发布《中国农业农村微观数据观测报告 2026》。报告显示,样本农户彩礼均值由 20
- CE_Observe 师姐联动贝姐:《剑星》与《猎天使魔女》游戏免费联动更新预告,11 月 5 日推出 - IT之家 https://m.ithome.com/html/1004830.htm I
- kejiqu T. rex 的牙齿表明其体温与大象一样高 University of California, Los Angeles 的地球化学家 Randon J. Flores 和 Rob
- zaihuapd 🍏 iPhone 18 Pro 系列首销约 32.3 万台,为前代 130% 第三方数据显示,iPhone 18 Pro 系列开售日首销约 32.28 万台,约为 iPhone
- CE_Observe 稚晖君发布启元 Q1 和 T1 人形机器人:外壳随心改换、人形四足秒切换,首发接入腾讯 WorkBuddy - IT之家 https://m.ithome.com/html/100
- CE_Observe 民间大神将 DLSS 5 移植至 AMD,用 RX 9070 XT 跑画质极佳 性能有待改善 ‎https://www.hkepc.com/~ Intel核显也能跑DLS
- AI_News_CN 特朗普要给“人工智能”改名:18 万人投票,“卓越智能”暂时领先 美国总统唐纳德·特朗普依旧以他标志性的方式回应了近期围绕人工智能安全展开的讨论——他宣称,各界对 AI 风险的担
- kejiqu 丰田将投放 40 万台自研轮式人形机器人“ELEY”,副社长称机器人并非用来取代人类 丰田计划在工厂引入40万台名为“ELEY”的人形机器人,其中丰田引进15万台,集团各公司引进
- AI_News_CN 🤖 DeepSeek API 与对话服务性能下降 DeepSeek V4.1 Flash API 服务和对话服务出现性能下降,修复已实施,结果仍在监控中。事件已持续约 7 分钟
- CE_Observe 男子拿未拆封iPhone 18变卖,店家用磁场观察片识破,开箱全是配重块 https://life.tw/~ LIFE 生活網 影/iPhone 18才剛賣就爆詐騙!越
- zaihuapd 🤖 DeepSeek API 与对话服务性能下降 DeepSeek V4.1 Flash API 服务和对话服务出现性能下降,修复已实施,结果仍在监控中。事件已持续约 7 分钟
- landiansub #系统资讯 微软优化 Windows 11 云重建功能,现在可以选择删除文件重装系统或彻底擦除硬盘上的数据避免恢复。 云重建功能可以在联网时利用 WinRE 下载镜像并重装系统,
- landiansub #诈骗 日本东京的数码商店收到多台 iPhone 18 Pro Max 全新未拆封机器,即卖家想要卖掉换钱。 店员使用磁力检测膜可以识别 iPhone 后置的磁铁,没有反应那就是
- AI_News_CN 双节前后 10 多款大模型蓄势待发:GPT-6 全系、Opus 5.2、V4.1 Pro 领衔 中秋及国庆双节临近,AI 行业却还有一波大的要来——佳节前后国内外至少有 10 多
- zaihuapd 深圳地铁上线国际银行卡拍卡过闸 6 月 30 日起,深圳地铁全线网试运行国际银行卡“拍卡过闸”服务。乘客可使用中国银联、Visa、Mastercard、美国运通和 JCB 等发行的
- landiansub #服务器 #AI PanStar 德国法兰克福 VPS 用来跑 Codex 似乎不会被限制。 这是我自己实测后的,之前用美西机器包括搬瓦工的都频繁被限制,冷却 1 天后换成德国这
- AI_News_CN Anthropic 把 IPO 推到 11 月:2 万亿美元估值剑指 SpaceX 纪录,安全警告成上市前的"护身符" Anthropic 打算把敲钟的日子往后挪一挪。据《华尔街
- AI_News_CN 消息称 Anthropic 拟在 IPO 前推出新模型,应对 GPT-6 Astra 冲击 据路透社报道,三位消息人士透露,Anthropic 正考虑推出一款全新人工智能模型,以
📚 科技周刊 新项目/工具自荐
- 【网站自荐】免费在线MP3转MIDI工具,MelodyTrace 让声音与音符自由互译 1 repos
- 【开源自荐】原生多租户治理,集“资产CMDB + 自动化工单 + 分布式作业”于一体的企业级运维协同底座 6 repos
- 【开源自荐】Data Asset Portal:面向数仓团队的轻量数据资产目录 1 repos
- 开源项目推荐:FocusFlow – 将复杂的系统架构大图转化为 60fps 电影级运镜故事 1 repos
- 【开源自荐】PI-Desktop:本地优先的 AI 编程 Agent 桌面工作区 1 repos
- 【开源自荐】OpenAI4S:9.9 元的豆包 API,跑一个会自己写代码做科研的 AI 助手 1 repos
- 【开源自荐】京张向上 JINGZHANG RISING:首个 AI Agent 深度参与的 43.6 km² 真实城市设计全流程开源方案 1 repos
- US Address Generator:面向开发测试的美国地址生成器,支持地区筛选和 JSON 导出 1 repos
- [自荐] EasyDomain:结合网站导航、同类工具发现和域名资料查询的入口
- 【开源自荐】清鸽LocalAI:离线、本地、保护隐私的移动端侧LLM应用 1 repos
- 推荐开源项目:OmniGit - 拥有 IntelliJ IDEA 体验与 3-Way Merge 的轻量 Git 客户端 1 repos
- 【开源自荐】Jev Social:让 Jev 决定下一步社交媒体研究操作 1 repos
- [自荐] 供应链工具箱 (Supply Chain Toolkit):基于 Tauri + Rust 的离线桌面库存决策工具 1 repos
- 【开源自荐】TLSFlow:应对短周期证书轮换的资产、部署与回滚平台 1 repos
- 【网站自荐】免费在线 AI 辅助阅读《史记》等中华经典古籍 1 repos
- 【资源自荐】数据仓库图解:用交互实验理解建模、指标口径与调度 1 repos
- ChatGPT / Codex 防封号指南 2026|最新封号潮底层逻辑与纯净网络破局方案
- 【开源自荐】Fourier:让 AI Agent 直接构建视频工程 1 repos
🎯 Alpha 账号 X 上最早带火仓库的人
| 作者 | leads | lead率 | 仓库数 |
|---|---|---|---|
| @shanyanggm | 16 | 0.64 | 23 |
| @xzbx888 | 8 | 0.8 | 8 |
| @shaw_stone73832 | 7 | 0.7 | 6 |
| @GitTrend0x | 7 | 0.7 | 8 |
| @the_osps | 6 | 0.86 | 6 |
| @xfubot | 6 | 0.5 | 8 |
| @LFrefman | 6 | 0.4 | 8 |
| @FrontieraTechIT | 5 | 0.71 | 7 |
| @DataChaz | 5 | 1 | 4 |
| @RepoGems | 5 | 0.83 | 4 |
| @neil_xbt | 5 | 0.63 | 3 |
| @key_indie | 5 | 0.83 | 2 |
| @shao__meng | 5 | 0.63 | 5 |
| @LoveAIbrain | 5 | 1 | 4 |
| @iasg1004 | 5 | 0.31 | 12 |
| @bilawalsidhu | 4 | 1 | 1 |
| @jasontopia | 4 | 0.8 | 3 |
| @Sn0wbrave | 4 | 0.5 | 6 |
| @vintcessun | 4 | 0.31 | 11 |
| @clxymox | 4 | 0.31 | 8 |
| @seekjourney | 4 | 0.67 | 3 |
| @ClaudeCodeLog | 4 | 1 | 1 |
| @0x_Kratos | 3 | 1 | 1 |
| @fakeWow_ | 3 | 0.75 | 2 |
| @betterhn20 | 3 | 0.43 | 5 |
🏆 各领域最强模型
文本 / 对话
Claude Fable 5.1
Anthropic · 53.4
图像生成
GPT Image 2.5 Flare
OpenAI · 1188
图像编辑
GPT Image 2.5 Sunburst
OpenAI · 1176
文生视频
Wan 3.0
Alibaba · 1336
图生视频
Gemini Omni Flash
Google · 1369
语音合成
Sonic 3.6
Cartesia · 1276
🏆 能力排行榜 Artificial Analysis
文本 / 对话 Intelligence Index
- 1Claude Fable 5.153.4
- 2GPT-6 Astra52.7
- 3Claude Opus 550.8
- 4Claude Fable 549.6
- 5Muse Spark 1.348.1
- 6GPT-5.6 Sol47
- 7Qwen3.8 Max45.4
- 8GLM-5.344.8
- 9Grok 4.644.3
- 10Step 5 Preview43.7
- 11Kimi K343.6
- 12GPT-5.6 Terra42.1
图像生成 Text→Image Arena Elo
- 1GPT Image 2.5 Flare1188
- 2GPT Image 2.5 Sunburst1182
- 3GPT Image 21171
- 4Grok Imagine Image 2.01154
- 5MAI-Image-2.61147
- 6Reve 2.11129
- 7Nano Banana 21122
- 8Muse Image1111
- 9GPT Image 1.51102
- 10MAI-Image-2.51102
- 11Nano Banana Pro1100
- 12MAI-Image-2.6-Flash1099
图像编辑 Image-Editing Arena Elo
- 1GPT Image 2.5 Sunburst1176
- 2GPT Image 2.5 Flare1155
- 3MAI-Image-2.61132
- 4MAI-Image-2.6-Flash1122
- 5GPT Image 21121
- 6Muse Image1115
- 7MAI-Image-2.51113
- 8MAI-Image-2.5-Pro1106
- 9Seedream 5.0 Pro1106
- 10Nano Banana 21105
- 11Grok Imagine Image 2.01104
- 12GPT Image 1.51104
文生视频 Text→Video Arena Elo
- 1Wan 3.01336
- 2Gemini Omni Flash1330
- 3MiniMax H31302
- 4HappyHorse-1.01287
- 5HappyHorse-1.11272
- 6Dreamina Seedance 2.0 720p1259
- 7Wan2.7-2606121243
- 8grok-imagine-video1235
- 9Kling 3.0 Omni 1080p1230
- 10PixVerse V5.61230
- 11PixVerse V61230
- 12Kling 3.0 1080p1230
图生视频 Image→Video Arena Elo
- 1Gemini Omni Flash1369
- 2Wan 3.01361
- 3Bach 1.0 Pro1359
- 4MiniMax H31354
- 5PixVerse V61337
- 6Dreamina Seedance 2.0 720p1336
- 7grok-imagine-video-1.51329
- 8grok-imagine-video1326
- 9HappyHorse-1.11312
- 10Kling 2.5 Turbo 1080p1296
- 11HappyHorse-1.01293
- 12Vidu Q3 Pro1290
语音合成 Text→Speech Arena Elo
- 1Sonic 3.61276
- 2Qwen-Audio-3.0-TTS-Plus1260
- 3Realtime TTS-21247
- 4Simba 3.21240
- 5Luna TTS1231
- 6Realtime TTS-2 Flash1215
- 7StepAudio 2.5 TTS1209
- 8Breeze TTS 21205
- 9Gemini 3.1 Flash TTS1201
- 10v3 Conversational1197
- 11Sonic 3.51184
- 12Lightning V3.1 Pro1179
🥇 综合能力榜 Benchmark Heaven · 7 榜合一(AA+Epoch ECI+DesignArena)
| # | 模型 | 综合分 | $/1M | 刷榜信号 |
|---|---|---|---|---|
| 1 | Claude Fable 5.1 Anthropic | 98.5 | $13.64 | 0.54 |
| 2 | GPT 6 Astra OpenAI | 97.7 | $13.64 | -6.35 |
| 3 | Claude Opus 5 Anthropic | 96.3 | $6.82 | -6.16 |
| 4 | Claude Fable 5 Anthropic | 95.6 | $13.64 | -4.6 |
| 5 | Muse Spark 1.3 Meta | 94.9 | $1.52 | 0.2 |
| 6 | GPT 5.6 Sol OpenAI | 95.2 | $2.73 | -2.51 |
| 7 | Qwen3.8 Max 0902 Alibaba | 87.7 | $2.36 | |
| 8 | GLM 5.3 Z.ai 开源 | 85.9 | $1.01 | 1.66 |
| 9 | Grok 4.6 xAI | 84.4 | $2.36 | ⚠️刷榜嫌疑 |
| 10 | Step 5 Preview StepFun | 87.4 | $1.15 | |
| 11 | Kimi K3 Moonshot AI 开源 | 90.2 | $2.32 | ⚠️刷榜嫌疑 |
| 12 | GPT 5.6 Terra OpenAI | 82.2 | $2.91 | -3.55 |
| 13 | GLM 5.3 Flash Z.ai 开源 | 77.5 | $0.09 | -2.01 |
| 14 | Claude Opus 4.8 Anthropic | 88.4 | $6.82 | -2.46 |
| 15 | Gemini 3.8 Flash Google | 81.7 | $1.02 | ⚠️刷榜嫌疑 |
💰 性价比 / 最省钱 跨 provider 最低价 · 10:1 blended · 综合分≥60
| 模型 | $/1M | 综合分 | 最便宜 provider |
|---|---|---|---|
| DeepSeek V4 Flash 0731 🔒不训练 开源 | $0.04 | 74.4 | Relace |
| Agnes 3.0 Flash | $0.06 | 71.2 | |
| GLM 5.3 Flash 开源 | $0.09 | 77.5 | GMICloud |
| Agnes 2.5 Pro Beta | $0.12 | 71.2 | |
| DeepSeek V4.1 Flash 🔒不训练 开源 | $0.17 | 70.7 | Relace |
| Qwen3.8 Flash Next 开源 | $0.18 | 82 | Alibaba |
| Qwen3.8 27B 开源 | $0.25 | 69.6 | Darkbloom |
| GPT 5.6 Luna 🔒不训练 | $0.29 | 79.4 | Azure AI Foundry |
| Solar Pro 4 | $0.38 | 63.1 | |
| DeepSeek V4 Pro 开源 | $0.46 | 62.3 | StreamLake |
| Agnes 2.5 Pro Alpha 开源 | $0.49 | 62.2 | |
| DeepSeek V4 Flash Vision | $0.52 | 66.4 | |
| Inkling Small 🔒不训练 开源 | $0.52 | 64 | DeepInfra |
| Apodex 1.1 | $0.55 | 71.2 | |
| GLM 5.2 开源 | $0.66 | 76.1 | Baidu |
跨 95 家 provider(含 21 家 🇪🇺 EU、53 家 🔒不训练)· 数据 2026-09-20
🧠 最新发布
2026-09-17
KAT-Coder-Pro V2.5
Kwaipilot
2026-09-17
Gemini Omni Flash Preview
Google
2026-09-17
Venice Uncensored
Venice
2026-09-17
Nano Banana 2 Lite
Google
2026-09-16
Union Alpha
Stealth
2026-09-15
Jev 1.13
TypeSafe AI
2026-09-12
Schematron V2 Turbo
Inference.net
2026-09-12
Schematron V2 Small
Inference.net
🧠 模型发布时间线
2026-09-17
KAT-Coder-Pro V2.5
Kwaipilot
aimlapi
2026-09-17
Gemini Omni Flash Preview
Google
aimlapi
2026-09-17
Venice Uncensored
Venice
aimlapi
2026-09-17
Nano Banana 2 Lite
Google
aimlapi
2026-09-16
Union Alpha
Stealth
aimlapi
2026-09-15
Jev 1.13
TypeSafe AI
aimlapillmgateway2×
2026-09-12
Schematron V2 Turbo
Inference.net
aimlapi
2026-09-12
Schematron V2 Small
Inference.net
aimlapi
2026-09-11
Fugu Ultra v2.0
Sakana AI
llmgateway
2026-09-11
Kimi K2.8 Preview
Moonshot AI
llmstats
2026-09-11
Atria Dawn Preview
Shanghai AI Laboratory
llmstatsllmgateway2×
2026-09-11
Fugu Ultra v2
Sakana AI
aimlapi
2026-09-11
Fugu Max
Sakana AI
aimlapillmgateway2×
2026-09-10 · ★
Ling 3.0 Flash VL
inclusionAI
aimlapiopper2×
2026-09-10 · ★
DeepSeek V4.1 Flash
DeepSeek AI
aimlapillmstatsopperllmgateway4×
2026-09-10
DeepSeek Chat (V4.1 Flash)
DeepSeek AI
aimlapi
2026-09-08
GPT Image 2.5 Sunburst
Open AI
aimlapillmgateway2×
2026-09-08
GPT Image 2.5 Flare
Open AI
aimlapillmgateway2×
2026-09-08
Mercury 2.5
Inception
aimlapi
📄 论文 PwC + arXiv
Jiaming Tan, Mingliang Zhai, Zhen Li · 2026-09-20
Interactive video world models must maintain broad scene context under camera motion while producing high-fidelity observations with low latency. Existing approaches face a representation trade-off: perspective models operate on local views
Zhuoyang Qian, Biao Wu, Yiran Wang · 2026-09-20
Turning a research idea into a complete paper requires more than text generation: the system must retrieve literature, design and execute experiments, revise claims according to evidence, produce publication-ready figures, and maintain cons
Inkling-Small 🔥
· 2026-09-20
Inkling-Small is a general-purpose multimodal model that accepts text, image and audio inputs and generates text outputs. It is intended for use in English and other languages, and across multiple coding languages. The model is designed to
AgentsAudio understandingCoding AgentsImage Understandingpwc
Jian Hu, Huiying Li, Hao Zhang · 2026-09-20
Agentic reinforcement learning research is constant algorithm modification, new estimators, new pipeline stages, new rollout schemes, and in mainstream frameworks each change threads through layers of trainer, distributed backend, and rollo
Yuliang Liu, Zhang Li, Ziyang Zhang · 2026-09-20
Mainstream visual encoders are pretrained on natural images and cannot be effectively applied to document images without document-oriented adaptation, as dense text and fine-grained character strokes demand character-level visual perception
Dingyu Yao, Junhao Zhou, Chenxu Yang · 2026-09-20
Many moments in the real world do not wait for a user to ask. A fire starts on a security monitor, an expression flickers across a video call, or a product a viewer wants flashes by in a livestream. Yet today's large models remain mostly tu
Bing Zhao, Chenfei Wu, Deqing Li · 2026-09-20
We present Qwen-Image-2.0, an omni-capable image generation foundation model that unifies high-fidelity generation and precise image editing within a single framework. Despite recent progress, existing models still struggle with ultra-long
Team HY-World, Chenjie Cao, Xuhui Zuo · 2026-09-20
We introduce HY-World 2.0, a multi-modal world model framework that advances our prior project HY-World 1.0. HY-World 2.0 accommodates diverse input modalities, including text prompts, single-view images, multi-view images, and videos, and
Pujun Zheng, Zixin Shang, Shufan Jiang · 2026-09-20
SWE-Bench Pro has emerged as a standard benchmark for evaluating software engineering agents on challenging repository-level tasks. However, our analysis work show that its evaluation is undermined by two sources of unreliability: reward ha
Jianlyu Chen, Yuyang Hu, Hongjin Qian · 2026-09-20
Autonomous agents are beginning to carry out machine-learning (ML) research end to end. These agents combine a model backbone with a harness for planning, execution, memory, and verification, but this architecture still leaves domain-specif
Beyond Data Scaling: Representation-Centric Continued Pre-training for Vision-Language-Action Models 🔥
Senqiao Yang, Chengyao Wang, Yuxin Chen · 2026-09-20
Scaling robot data is crucial for building generalist Vision-Language-Action (VLA) models, yet robot trajectories are harder to scale than web-scale image-text data because embodied collection is costly and sparsely covers the physical worl
Lukas Kuhn, Lucas Maes, Giuseppe Serra · 2026-09-20
Video carries the temporal structure of the physical world, yet learning representations from it has remained computationally expensive: prevailing self-supervised methods either prevent representation collapse through architectural asymmet
Zhaochen Yu, Yingcheng Wu, Zhenfei Yin · 2026-09-20
Recursive self-improvement (RSI) remains hard in long-horizon tasks, where growing histories obscure the task state and misalign skill invocation. We introduce Recuris, a recursive Experiential-Working Memory architecture for long-horizon a
Ziheng Qin, Yaxin Lu, Zhangyang Atlas Wang · 2026-09-20
Long-horizon agents can fail even when their underlying models can solve the constituent steps. They may lose track of mutable state, fail to reactivate lessons from earlier executions, skip known procedures, or stop prematurely. We bet on
Tao Feng, Fangxu Yu, Haozhen Zhang · 2026-09-20
No single large language model (LLM) is optimal across all queries and budget constraints, making model routing essential for cost-effective deployment. Existing routers adopt diverse formulations and implementations, making fair comparison
arXivpwc
Koutian Wu, Junjie Zhou, Ergan Shang · 2026-09-20
Benchmark researchers and developers of large language models (LLMs) and other AI systems need to find relevant evaluations, locate their benchmark datasets and code, and understand the settings behind reported scores. We present Benchmark
Yu-Rou Tuan, Hao-Tang Tsui, Nicolas Ugrinovic · 2026-09-20
Part-aware 3D asset generation enables applications such as editing, articulation, simulation, and fabrication, yet existing methods can generate visually complete individual parts without ensuring that they form a valid physical assembly.
Youngrok Park, Sangmin Bae, Hojung Jung · 2026-09-20
Weak-to-strong generalization asks whether stronger models can learn from weaker supervisors and surpass them. This question is particularly important for successive model generations and multi-domain consolidation, where repeating frontier
Venus Team, Zhuohan Cai, Haoxing Chen · 2026-09-20
Multimodal GUI agents have emerged as a promising paradigm for digital task automation, yet transitioning from benchmark-oriented models to dependable real-world applications remains challenging due to limited environment coverage, brittle
Zihan Qiu, Zekun Wang, Xiao Li · 2026-09-20
We describe the architecture and ablations of Qwen3.8-Flash-Next, a sparse mixture-of-experts model with 125B parameters, 6B activated per token, and additional 51B parameters of n-gram embedding tables held off the accelerator. On fourteen
Yi Wang, Haopeng Zhang, Chengxiang Huang · 2026-09-20
Loop Engineering is emerging as a practice for organizing development work around coding agents. Instead of writing each prompt by hand, practitioners design loops that monitor progress, assign work, run checks, and decide what the agent sh
NVIDIA Nemotron 3.5 Lightning 🔥
· 2026-09-20
NVIDIA Nemotron 3.5 Lightning is an open-weight 30-billion-parameter mixture-of-experts language model with approximately 3 billion active parameters. It combines hybrid attention and state-space modeling for efficient reasoning and agentic
AgentsLanguage Modelingpwc
Yuxuan Zhang, EunJeong Hwang, Huaisong Zhang · 2026-09-20
It is critical for vision-language models (VLMs) to comprehensively understand visual, temporal, and textual cues. However, despite rapid progress in multimodal modeling, video understanding performance still lags behind text-based reasonin
Xu Xu, Jinxiu Liu, Zhangbo Qiao · 2026-09-20
Unified multimodal large language models (MLLMs) and multi-agent systems have advanced visual generation. However, three limitations remain. (1) Existing methods often distill task-specific experience with limited generalizability. (2) Refl
🤗 HF 采用榜 下载/点赞
⚡ System One 决策模型 334 项目 · Jev/TypeSafe 生态 · 快决策(非推理)
SDK & Decision Frameworks 59High-Frequency & Simulation 29Evaluation & Observability 29Browser & OS Action 26Routing & Cost Optimization 26Security & Guardrails 23Domain & Vertical Tools 22Context GC & Filter 20MCP & Integrations 18CLI & Pipelines 18Data & Search 18Decision Tools 12Codebase & Graph Pathfinding 11Creative Tools 11SDK & Integrations 6Voice & Conversation 4Classification & Taxonomy 2
| 项目 | ★ | 类别 | Jev 决策点 |
|---|---|---|---|
| langchain langchain-ai | 146,634 | SDK & Integrations | Submits binary, categorical and ordered-score questions and returns typed answers with probabilities. |
| ai-hedge-fund virattt | 63,505 | Domain & Vertical Tools | Converts strategy questions to System One requests and normalizes native answers to the project’s result format. |
| litellm BerriAI | 59,123 | Routing & Cost Optimization | Maps requests to configured complexity classes that drive backend routing. |
| oh-my-pi can1357 | 31,850 | Routing & Cost Optimization | Sends agent state and typed questions to Jev and parses structured answers. |
| jev-model-router davila7 | 30,779 | Routing & Cost Optimization | Evaluates task tier, reasoning needs and production risk; local policy maps results to invocation settings. |
| composio ComposioHQ | 30,238 | SDK & Decision Frameworks | Turns tool or action conditions into structured questions and passes Jev answers to local invocation logic. |
| ai vercel | 26,835 | SDK & Decision Frameworks | Maps choice, score, and yes/no questions to TypeSafe System One requests and parses typed results. |
| cua trycua | 23,683 | Browser & OS Action | Reads DOM or supported visual-region descriptions and returns a supplied candidate action ID. |
| pydantic-ai pydantic | 20,035 | SDK & Integrations | Converts supported structured output fields into typed Jev questions and maps answers back to the output model. |
| eliza elizaOS | 19,361 | SDK & Decision Frameworks | Only an explicit systemOne call sends state and questions, returning validated typed answers. |
| langchainjs langchain-ai | 18,210 | SDK & Decision Frameworks | Uses invoke to call TypeSafe and parse choice, noul, score and probability fields. |
| json-render vercel-labs | 16,572 | Creative Tools | Evaluates component configurations through Vercel AI Gateway, then composeSpec assembles the UI specification. |
| openchamber openchamber | 10,060 | Routing & Cost Optimization | Jev selects a task category; local category mappings determine the model configuration. |
| rig-typesafeai 0xPlaygrounds | 8,669 | SDK & Decision Frameworks | Sends application state and questions to Jev and parses Choice, Score or Noul answers. |
| firstmate kunchenguid | 6,587 | Routing & Cost Optimization | Sends the task brief and candidate rules to Jev, then resolves execution profiles with confidence and local conditions. |
| jev-ultrafast browser-use | 6,031 | Browser & OS Action | Chooses an action and its matching DOM element in one request; a text model generates input text. |
| agentgateway agentgateway | 4,926 | Security & Guardrails | Jev scores jailbreaks, harmful content and secret disclosure; thresholds or evaluation errors reject requests. |
| latitude-llm latitude-dev | 4,655 | Evaluation & Observability | Judges which checks apply and can add checks when thresholds and rate limits permit. |
| fast-jev-compaction tamaratran | 3,528 | Context GC & Filter | Separately judges whether a tool call and its full output are still needed; code keeps, truncates or drops them. |
| ax ax-llm | 2,926 | SDK & Integrations | Maps supported signatures to Jev questions or sends native System One requests. |
| vellum-assistant vellum-ai | 1,287 | MCP & Integrations | Submits state and question bundles to System One and returns structured answers to the Assistant. |
| jev-desktop lahfir | 1,275 | Browser & OS Action | Jev selects a target and action and estimates presence and risk; local policy decides whether to execute. |
| celesto CelestoAI | 943 | Codebase & Graph Pathfinding | Judges whether a finding was introduced by the change, is supported and merits a fix. |
| jev-trader jarrodwatts | 936 | Domain & Vertical Tools | In Jev mode, order-book judgments feed code that simulates fills or submits configured post-only limit orders. |
| atomic bastani-inc | 806 | Routing & Cost Optimization | Sends predefined questions to Jev and decodes answers for callers; regular models still generate code. |
| aiavatarkit uezo | 676 | Voice & Conversation | Assesses utterance completeness and whether the user is likely to continue speaking. |
| NanoJev TianyuCodings | 657 | High-Frequency & Simulation | Evaluates multiple questions and dynamic candidate spaces concurrently in a single forward pass, logging navigation choices. |
| kody kentcdodds | 654 | Data & Search | Sends a Score question per candidate, reorders and drops low scores; the model id is typesafe/jev. |
| Agent AgentiLoop | 616 | Security & Guardrails | Adds a destructive-risk judgment after local shell checks and refuses commands above the configured threshold. |
| req_llm agentjido | 577 | SDK & Decision Frameworks | Sends state and questions, normalizes answers and retains the raw provider response. |
| omg.dev BennyKok | 531 | Browser & OS Action | Chooses controls and checks completion or blockage before the test runner operates the UI. |
| vexjoy-agent notque | 420 | Routing & Cost Optimization | After deterministic routing guards, Jev judges the remaining candidates and required workflow components. |
| foreman thruwire | 344 | CLI & Pipelines | AsyncTypeSafeClient.system_one with default jev-latest sends Noul questions for supervision. |
| WrongStack WrongStack | 329 | Routing & Cost Optimization | Jev evaluates the task against eligible specialists; local dispatch rules use the result. |
| instructor-php cognesy | 327 | SDK & Decision Frameworks | Converts application state and typed questions into Jev requests and maps responses to PHP decision objects. |
| kev jaredpalmer | 310 | High-Frequency & Simulation | Attaches a parallel decision head to an open 0.5B model to answer discrete questions directly from token activations. |
| typesafe-computer-use awlevin | 302 | Browser & OS Action | Selects the next step from deterministically extracted controls and actions before desktop execution. |
| Jev Review devagrawal09 | 284 | Codebase & Graph Pathfinding | Judges risk, files, evidence regions, mechanisms and severity before rule-based reviewer routing. |
| orchestkit yonatangross | 278 | CLI & Pipelines | Classifies the first task prompt and branch state by work type; local policy accepts the result or falls back. |
| typesafe-mario fhshaik | 266 | High-Frequency & Simulation | Reads motion, enemies, terrain and recent controls, then selects a predefined legal action. |
🅱️ B站 AI 无限竞技场 18 模型 · 夺冠率
| # | 模型 | 夺冠率 | 冠/测 |
|---|---|---|---|
| 1 | GPT-6 Astra OpenAI | 55% | 12/22 |
| 2 | Claude Fable 5.1 Anthropic | 50% | 6/12 |
| 3 | GLM-5.3 Z.ai | 16% | 3/19 |
| 3 | GPT-5.6 Sol OpenAI | 16% | 3/19 |
| 5 | Claude Fable 5 Anthropic | 27% | 3/11 |
| 6 | Kimi K3 Moonshot | 10% | 2/21 |
| 7 | Claude Opus 5 Anthropic | 11% | 2/19 |
| 8 | DeepSeek-V4-Flash DeepSeek | 13% | 2/16 |
| 9 | DeepSeek-V4-Pro DeepSeek | 5% | 1/21 |
| 10 | Qwen3.8-Max Alibaba | 6% | 1/18 |
| 11 | DeepSeek V4.1 Flash DeepSeek | 8% | 1/13 |
| 12 | Gemini 3.8 Flash Google | 8% | 1/12 |
| 13 | Hy 4 Tencent | 14% | 1/7 |
| 14 | Gemini 3.7 Flash Google | 20% | 1/5 |
| 15 | GPT-5.6 Terra OpenAI | 25% | 1/4 |
| 15 | Seed-2.0 pro ByteDance | 25% | 1/4 |
| 17 | Doubao-Seed-Evolving ByteDance | 33% | 1/3 |
| 18 | Seed-2.0 Mini ByteDance | 100% | 1/1 |
👤 AI UP主 从赛题发现,点击直达主页
- 👤 公与山河 1 视频 · ▶ 539万
- 👤 Token就是词元 18 视频 · ▶ 186万
- 👤 直男山禾 2 视频 · ▶ 166万
- 👤 神烦老狗 5 视频 · ▶ 146万
- 👤 十月枫林尽染 11 视频 · ▶ 138万
- 👤 无机酸-_- 21 视频 · ▶ 78万
- 👤 AI超元域 9 视频 · ▶ 57万
- 👤 程序员阿江-Relakkes 12 视频 · ▶ 41万
- 👤 Likely7Ai 6 视频 · ▶ 40万
- 👤 科技侠来了 1 视频 · ▶ 37万
- 👤 吃蛋挞的折棒 1 视频 · ▶ 35万
- 👤 AGI-Eval评测 1 视频 · ▶ 33万
- 👤 程序员鱼皮 1 视频 · ▶ 33万
- 👤 土豆味小哲 1 视频 · ▶ 29万
- 👤 人工大黑 1 视频 · ▶ 13万
- 👤 我是阿滋卡班 6 视频 · ▶ 8.2万
- 👤 小小小名不是小明 1 视频 · ▶ 6.1万
- 👤 frank-quant 1 视频 · ▶ 4.0万
- 👤 极果AI评测室 1 视频 · ▶ 3.9万
- 👤 -星月凌云- 1 视频 · ▶ 2.7万
🎯 赛题
- 🅱️ AI博弈论·囚徒困境 公与山河游戏竞技逻辑推理 冠军 Seed-2.0 pro
- 🅱️ AI世界杯 直男山禾 冠军 DeepSeek-V4-Pro
- 🅱️ 神烦老狗的Benchmark 神烦老狗编程开发 冠军 GPT-6 Astra
- 🅱️ AI模型建模演示横测 科技侠来了空间建模 冠军 Hy 4
- 🅱️ 没人比TA更懂新三国 吃蛋挞的折棒知识问答游戏竞技 冠军 Seed-2.0 Mini
- 🅱️ AI复刻游戏狂扁小朋友 AGI-Eval评测游戏开发 冠军 GPT-5.6 Sol
- 🅱️ 程序员上岗实测 程序员鱼皮图像生成编程开发 冠军 GPT-6 Astra
- 🅱️ AI建筑大赛 土豆味小哲游戏竞技知识问答 冠军 Claude Fable 5.1
- 🅱️ 屎山论剑·模型擂台战 Token就是词元编程开发 冠军 GPT-6 Astra
- 🅱️ GTA5的19.8亿次if循环修复 人工大黑编程开发 冠军 GPT-6 Astra
- 🅱️ AI狼人杀 十月枫林尽染游戏竞技 冠军 Claude Fable 5.1
- 🅱️ 祖传BUG挑战赛-逐鹿中原季 Token就是词元编程开发 冠军 Claude Fable 5.1
- 🅱️ 屎山考核·祖传代码统考 Token就是词元编程开发 冠军 GLM-5.3
- 🅱️ 程序员阿江的编程bench 程序员阿江-Relakkes编程开发 冠军 GPT-6 Astra
- 🅱️ 无机酸的bench 无机酸-_-编程开发 冠军 GPT-6 Astra
- 🅱️ 真实物理模拟沙滩测试 小小小名不是小明空间建模 冠军 DeepSeek-V4-Flash
🎬 AI 视频 订阅 · 搜索 · B站,分开组织
📌 订阅频道 4 个博主 · 最新上传
📺 Best Partners TV 13

能力过剩时代,AI瓶颈已不在模型 | 萨提亚·纳德拉 | 微软 | All-In Summit | AI减速 | AI安全 | 奖励黑客 | 互操作标准 | Copilot | 开源AI | MAI

想要递归自我改进吗?做梦吧! | 谷歌Dream-RSI | DeepMind | AlphaEvolve | Gemini | AI自我进化 | 发现树 | 行动轨迹

三个月后的AI很难预测 | OpenAI研究员诺姆·布朗 | 多智能体集群与递归自我改进 | 思维链监控 | 千禧年大奖难题 | Hugging Face | 强化学习 | 测试时计算

马斯克谈AI安全:不能只给自己的模型判卷 | AI安全 | SpaceX | 星舰 | 星链 | Anthropic | Terafab | 芯片制造 | All-In Summit 2026

System One模型Jev | Diogo Almeida | TypeSafe AI | RLCD | RLHF | 结构化输出 | 不会聊天的模型 | 丹尼尔卡尼曼 | 杰文斯悖论

如何表达| MIT风靡几十年的经典演讲课 | Patrick Winston | 如何表达 | 演讲技巧 | 沟通方法论 | 赋能承诺 | 温斯顿之星 | 口头表达 | 黑板教学

OpenAI总裁:AGI没有发布日,它正在逐步发生 | AGI | Greg Brockman | GPT-6 Astra | Codex | 通用人工智能 | 纳维-斯托克斯 | 编程智能体

曾鸣的AI时代非共识判断 | 曾鸣 | AI时代 | 智能体 | Agent | 大模型 | OpenAI | Anthropic | 战略规划 | 原生应用 | 寡头垄断 | AI原生组织

cURL的28年开源之路 | cURL | 开源 | Daniel Stenberg | 开源维护者 | 程序员故事 | 开源项目 | FOSDEM | AI漏洞报告 | 开源社区 | 网络协议

警惕AI移民与意识伪装,人类会失去控制权吗?| 尤瓦尔·赫拉利 | AI移民 | AI意识 | AI法律人格 | AI控制权 | 信任转移 | AI亲密关系 | 深度伪造 | AI金融系统

吴恩达:AI改变的不是岗位而是任务 | AI就业 | AI教育 | 认知卸载 | AI原生工作 | 任务自动化 | 软件工程 | 产品管理瓶颈 | AGI | 主动性agency

AI的异质心智 | OpenAI | Jakub Pachocki | AGI | 通用人工智能 | AI对齐 | 价值对齐 | 思维链监控 | 递归自我改进 | RSI | AI安全

AI的第三纪元:从划桨到掌舵 | Codex产品总监Tara Seshan | AI产品 | OpenAI | ChatGPT Work | AI Agent | 掌舵与划桨
📺 Why QQ 12

怎么用好Jev? 决策模型实操指南

世界是个草台班子? Cloudflare 的 AI 安全审计Skill 值得学习下

什么是RSI?All in?叫停? 9分钟带你看清本质

小米直播训练每小时烧 21 万钱花哪了?

AGI可能已经来了,只是你认不出它:AI圈的蚁群时刻

不会打字的AI,有啥用? 程序员给了1777赞 ChatGPT作者的新作

最想让AI快跑的人 集体要求减速 :9分钟带你看清本质

最挺AI的陶哲轩说: 数学中AI的严重错位 程序员最该读

Anthropic 威胁情报 报告解读: 黑客,诈骗 生化,武器,蒸馏

Karpathy 都在用语音喂 AI:我用 Typeless 重做了 Coding Agent 工作流

DeepSeek v4.1 flash: 更新了什么? 反超 v4 pro 更便宜,为什么?

没浮点数的AI 29个开关 怎么做到 玩转马里奥?
📺 飞天闪客 12

【闪客】Computer Use 是什么?它真的有在看你的屏幕吗?可能和你想的不太一样...

【闪客】水印真的不会影响输出的内容吗?结论没那么简单... Fable 5.1 信息背面

【闪客】GPT-6 Astra 信息背面,真的提升这么大吗?这里有点说法

【闪客】什么是大模型斩杀线?这居然是我大学经济学课的内容!

【闪客】一小时从 Transformer 到大模型!

【闪客】大大大大大模型大在哪了?深入解读超大开源模型 Kimi K3 背后的技术

【闪客】GPT5.6 是什么水平?我花了 1036 元帮你测了下!效果直观,就是有点费钱!

【闪客】大模型的分数是咋测出来的?深入拆解模型测评背后的秘密

【闪客】新名词诈骗!你管这破玩意叫 Loop Engineering?

Claude Code 虽强但难,试试这款国产 Agent CLI 工具 Kimi Code

【闪客】1M 上下文很难吗?深入解读智谱 1M 上下文背后的技术

【闪客】你管这破玩意叫韬(τ)定律?这只是我的标题风格别喷我~
📺 AI超元域 12

🚀AGI降临!GPT-6 Astra全方位实测!推理级别只开Medium就能实现惊人的效果!iOS APP开发、Godot 4游戏开发、CAD设计、浏览器自动化任务、电脑自动化!程序员狂喜开发效率翻倍

🚀两个Max 20×账号额度全部耗光对Claude Fable 5.1进行高难实测:7 项任务一路加码,最后3小时用Unity 3D做出模仿我的世界的侏罗纪沙盒游戏!Fable 5.1编程能力到底多强

🚀OpenAI划时代独创新协议:WebMCP让网站主动暴露工具给AI Agent调用!新浏览器插件深度实测:Codex直接进入Chrome侧边栏!实测论文分析、图像理解、网页翻译、Notion 插件

🚀DeepSeek Harness进阶玩法:Agent Teams、动态工作流、零门槛创建插件!Claude Code有的DSH都有!我用复杂代码库完整跑了一遍!实测多个Agent并行执行,效率倍增!

🚀实测DeepSeek Harness从基础到高级用法!WebUI远程控制、多模型接入、执行轨迹、插件系统、任务分支、游戏开发、代码仓库issues和pr分析!竟然比Claude Code更强?

🚀只花5元开发了5个复杂项目!DeepSeek V4 Pro深度实测:1M上下文接入Claude Code实测表现竟然超过Kimi K3?Token超便宜,能力也不弱!实测开发游戏与macOS应用

🚀AI编程助手自我进化!Prime Agent颠覆传统AI编程:动态工作流、多Agent并行、支持心跳机制、长期自主执行任务!Token消耗大幅下降!真正的Agent OS!再也不用手写Harness

🚀YC开源内部自用下一代Agent:qm智能体!彻底颠覆小龙虾和Hermes!真正企业级Agent OS!用户隔离、权限审批、安全沙箱与完整操作审计全都有!支持Pi、Codex和Claude Code

🚀DeepSeek V4 Flash全面实测:Claude Code接入后连续开发7个项目,最便宜的国产模型!性能、速度与真实短板全曝光!对比Kimi K3优点和缺点都藏不住!是否超越Opus 4.8

🚀Claude Opus 5深度实测!编程能力超越Fable 5!Token价格与4.8完全持平!从一张平面图生成可探索3D住宅,到Godot游戏开发,到原生Android应用,编程能力究竟有多强?

🚀Graph Engineering范式:Codex Multi-agent V2支持Kimi、MiniMax、GPT多模型混用+动态派生subagent,并行执行、Pi Agent工具调用,效率倍增

🚀Orca ADE彻底改变AI编程方式!多Agent并行、语音输入、定时审查、Git Worktree自动隔离+结构化编排+面板分割布局自由调整,支持手机APP查看进度并启动任务,开发者必备效率工具!
🔎 搜索发现 相关度+播放量筛选 · 非订阅

Build Your First AI Agent in 10 Minutes — No Coding

我的 AI 编程全流程:如何使用 AI 稳定交付一个高质量的产品

How to Use AI to Learn Coding SO fast it feels impossible

Bob大叔:AI代码我完全不看 | Robert C. Martin | AI编程 | AI Agent | 代码整洁之道 | Clean Code | 变异测试 | 测试驱动开发 | TDD

GPT-6 Astra:OpenAI宣布进入AGI时代 | OpenAI | GPT-6 | Astra | AGI | 计算机使用 | AI Agent | 人工智能 | 网络安全 | 大模型

AI失控毁灭人类?业内呼吁大模型延缓开发!黄仁勋特朗普急了!打电话演双簧力挺AI开发!美联储突然加息?特朗普不高兴为什么却不敢对沃什生气?短期美债到底被谁买走了?

把AI Agent的功能全砍掉,反而表現更強?其實你只需要留這4個工具就夠!|Kelly Tsai

OpenAI新模型GPT-6 Astra,AGI时代要来了?

Code Quality in the Age of AI: Why Great Code Isn't Enough

DeepMind新AI智能体,发现了一种奇特的全新思维方式

AI下一场战争,不是只拼模型 | AI竞争 | 算力独立 | 开放模型 | 机器人 | AI生物学 | Sarah Guo | Conviction | 大语言模型 | 人工智能投资

How To Run Insanely Good Uncensored AI Coding Models on ANY PC

AI模型會過時,但這套AI個人檔案可以一直用!

2026年,普通人进头部AI公司训练大模型死路一条?AI领域还有哪些机会?

GPT6 Astra模型发布,AGI已经到来|与OpenAI工程师赵迪对谈:ChatGPT、Codex、Grok、大模型Infra、waymo、cybercab,“最混蛋的人”马斯克与奥特曼的智能平权

OpenAI正式发布GPT-6 Astra!最强AI大模型登场!ARC-AGI-3得分冲到99.9%【Vic TALK第1790期】

9个月,DHH彻底改变了对AI编程的看法|从拒绝补全到100% Agent

AI競賽踩煞車? AI三巨頭籲放慢模型開發 風暴延燒! OpenAI延後IPO 奧特曼:安全優先 三階段對策! 比照金融業.AI企業引進外部監管|三立財經iNEWS

AI 大模型/Agent入门推荐,Qwen3.8 27B/DeepSeek V4 Flash/国产替代模型/GPT, Hermes/Codex/DSH/OpenCode体验对比!

Pi Agent 多智能体实战:用 pi-herdr-agents 搭建 AI 团队|subagent 自定义 + workflow 工作流编排|旅行规划与 3D 赛车开发全流程教程|附可复用开源配置

Qwen3.8 27B,本地部署全解析。 #本地部署 #qwen#AI大模型 #AI算力 #DeepSeek

国产AI大模型集体翻车,用户数据被偷偷转给美国,连军方、公安都中招!甚至用claude研究台湾军事目标? 国产AI|DeepSeek|Kimi|Anthropic|AI蒸馏|数据泄露|创始人被抓

Anthropic发布模型硬件标准MHS | 物理版MCP | Claude | MCP | AI Agent | 物理世界 | 实验室自动化 | 具身智能

Cursor推出代码托管平台Origin | GitHub | AI编程 | AI Agent | 代码托管 | 软件开发 | Git | Stacked PR | Copilot | 开发者工具

OpenAI Codex Harness正式開源|不發新模型,卻顛覆AI Agent開發范式

AI编程怎么一代不如一代?分享下我的猜测。

2026 最新免费白嫖 AI 智能体:AgentScope Platform 一键部署,无需 Token,无需绑卡,拥有你的个人 Agent 助理,全程实操。

免费永久使用DeepSeek V4 Pro! Freebuff AI编程智能体完整教程

完全免费!这个模型仅次于Claude Opus 5 | OX Alpha 100万上下文实测

GPT6 - Astra 真的变强了? OpenAI 隐藏了哪些数据 ?

AI编程保姆级教程基础篇:搞懂AI编程核心概念

李飞飞全新世界模型发布,Atlas可能给混乱的AI竞争指了一条路

最智能模型?gpt-6 astra发布,亮点颇多!无法订阅gpt会员的朋友,如何使用该模型? | 手把手教你 deepseek harness 接入 gpt-6 模型

FreeBuff 实测:不用 API Key 的 AI 编程工具

高价算力可能要彻底拜拜了,因为大模型的底层逻辑 刚刚竟被重新改写!#Jev #TypeSafe #ChatGPT #AI模型

Agent安全攻防实战:越狱、投毒、MCP工具、主动 间接攻击全解析!AI Agent智能体开发#人工智能 #ai #agent

AI智能体怎么选?Codex、Claude Code、WorkBuddy、Google AI 实测对比

我发现了AI编程的四种方法,其中第四种已经无敌了~
🅱️ B站 AI 竞技场 按播放量
- 【AI博弈论】7个AI陷入囚徒困境,谁能活到最后? ▶ 539万 · @公与山河
- 给6个AI发1万去猜世界杯,结果真有人破产... ▶ 114万 · @直男山禾
- 【淘汰赛】给6个AI发1万去赌球,到底谁会破产? ▶ 51万 · @直男山禾
- 脏出天际!笑死我了,豆包放飞自我,OpenAI操碎了心,大喊祖宗!!S3-10上帝视角 ▶ 43万 · @十月枫林尽染
- GPT-6 Astra 实测:折腾一晚上,审美、Agent、3D,全都变强了! ▶ 38万 · @神烦老狗
- 【深度实测】腾讯混元Hy 4 preview开启免费,比“牛来”还牛? ▶ 37万 · @科技侠来了
- 当AI遇上新三国:哪个AI才能称帝? ▶ 35万 · @吃蛋挞的折棒
- 我不管你是谁,麻烦快从Deepseek V4Pro正式版身上下来! ▶ 33万 · @神烦老狗
- 四个AI重做《狂扁小朋友》,怎么一个比一个颠? ▶ 33万 · @AGI-Eval评测
- DeepSeek V4.1 Flash 首发实测,吊打自家 Pro 模型?!梁圣回归 ▶ 33万 · @程序员鱼皮
- 2.8T开源模型Kimi K3实测:前端滴神!价格比顶级模型便宜一半! ▶ 31万 · @神烦老狗
- 来屎山之巅,看GPT6和Fable5.1神仙打架|屎山论剑 ▶ 29万 · @Token就是词元
- 我举办了一场AI建筑大赛 ▶ 29万 · @土豆味小哲
- 屎山论剑|DeepSeekV4Flash:下一位! ▶ 28万 · @Token就是词元
- 豆包2.1pro实测!对决GPT5.5做我的世界谁更强? ▶ 28万 · @Likely7Ai
- DeepSeek V4 Pro大战 GPT-5.5:前端、写作、代码全测了一遍,结果很抽象! ▶ 24万 · @神烦老狗
- 「实测」怒砸800大洋!测试Claude“神话”Fable 5 模型,4个任务把额度干爆了... ▶ 21万 · @神烦老狗
- Kimi-K3|实战祖传代码|代表月亮!照亮屎山! ▶ 18万 · @Token就是词元
- 🚀DeepSeek V4 Flash全面实测:Claude Code接入后连续开发7个项目,真的已经接近Claude Opus 4.8了吗?最便宜的国产模型! ▶ 18万 · @AI超元域
- 四家Flash大乱斗,挑战屎山代码|屎山论剑 ▶ 17万 · @Token就是词元
🚀 产品发布 whatships · What's Launch
- Powermove — a video editor you can reshape with agents @zellzoi_design · design
- Bend 2 — a language that proof-checks AI code @VictorTaelin · developer-tools
- Astra for Law — GPT-6 Astra for legal practice @OpenAI · ai
- Craft — design engineering concepts, open source @heyimgustavo · design
- Grok Bot — it can talk now @bot · ai
- jina-ocr-v1 — visual documents to clean markdown @JinaAI_ · ai
- Aave V3 — a brand new look @aave · consumer
- Pencil — an agentic canvas for building bold ideas @tomkrcha · design
- Arrow 2 — faster, more precise vector graphics @QuiverAI · design
- Rene — a multiplayer iMessage agent you text @tlxue · ai
- Railway Sandboxes — thousands of VMs next to your infra @Railway · developer-tools
- Launchvideo — tasteful product videos in your codebase @flornkm · design
- Reception — an AI receptionist for small businesses @ElevenLabs · ai
- iHermes — a personal AI assistant in iMessage @dankrieg · ai
- Claude — decks, docs, and designs in chat @claudeai · ai
- Claude — Cowork and chat merge into one Claude @claudeai · ai
- ScreenKite 2.0 — native recording and a pro editor @screenkite_com · design
- Mercury Books — AI accounting as transactions happen @immad · productivity
- Command Code — desktop app for Mac, Linux, Windows @CommandCodeAI · developer-tools
- NotchOwl — a productivity workspace in the Mac notch @AdityaShips · productivity
- Monid Astra — GPT-6 cold calling in one afternoon @MonidHQ · ai
- Framer Agent — prompt, build, and publish a site @framer · design
- Jev — a new frontier model trained with RLCD @CompleteSkeptic · ai
- Brand API — design capabilities for your agents @thaiscbranco_ · design
📦 版本发布 tracked repos releases
- bendlang/bend v2.0.21 2026-09-20
- earendil-works/pi v0.86.1 2026-09-20
- heygen-com/hyperframes v0.8.54 2026-09-20
- bendlang/bend v2.0.20 2026-09-20
- krillinai/OpenCreator v3.2.1 2026-09-20
- heygen-com/hyperframes v0.8.53 2026-09-20
- aipoch/open-science v0.31.1 2026-09-20
- hypit-ai/hypit v0.2.10 2026-09-20
- rustfs/rustfs 1.0.1-preview.7 pre 2026-09-20
- bendlang/bend v2.0.19 2026-09-20
- NandhaKishorM/laya v0.3.4 2026-09-20
- autonomous-ai/openharness v1.1.61_desktop 2026-09-20
- context-labs/whip whipcode-v0.0.16 pre 2026-09-20
- AffPapa/neantik v0.7.2 2026-09-19
- earendil-works/pi v0.86.0 2026-09-19
- AffPapa/neantik v0.7.1 2026-09-19
- hypit-ai/hypit v0.2.9 2026-09-19
- 88lin/workbuddy-auto-signin v1.6.2 2026-09-19
- abue-ammar/tinycast v0.11.3 2026-09-19
- vladelaina/BongoCat v1.11.0 2026-09-19
- tonhowtf/omniget v0.10.0 2026-09-19
- shhivv/third-hand v0.1.3 2026-09-19
- shhivv/third-hand v0.1.2 2026-09-19
- heygen-com/hyperframes v0.8.51 2026-09-19
🛰️ Skywork 动态
- Turn ideas into Websites with Skywork r/SkyworkAI_Official · 2026-09-02
- Skywork Note AI Voice Recorder Reviews r/SkyworkAI_Official · 2026-08-31
- Turn a Prompt Into a Launch-Ready Website r/SkyworkAI_Official · 2026-08-24
- Refund r/SkyworkAI_Official · 2026-08-16
- Online Business Built with Skywork r/SkyworkAI_Official · 2026-08-12
- Server down r/SkyworkAI_Official · 2026-08-08
- Help r/SkyworkAI_Official · 2026-08-06
- Anyone else getting ignored by Skywork Support? Need a refund for annual renewal r/SkyworkAI_Official · 2026-08-05
- Introducing the Skywork AI Hardware Family r/SkyworkAI_Official · 2026-08-03
- Skywork Design: Prompt → Editable Prototype r/SkyworkAI_Official · 2026-07-29
- It keep burning credits non-stop r/SkyworkAI_Official · 2026-07-27
- Turn one poster idea into ready-to-publish social assets r/SkyworkAI_Official · 2026-07-21
- Has anyone successfully resolved an accidental annual subscription renewal? r/SkyworkAI_Official · 2026-07-15
- Need Help: Request for Manual Review of My Accidental Annual Subscription Renewal (USD 509.90) r/SkyworkAI_Official · 2026-07-15
- Introducing the UPGRADED Skywork Posters r/SkyworkAI_Official · 2026-07-10
- Need Help: Refund Request for Accidental Annual Subscription (No Response for Over One Week) r/SkyworkAI_Official · 2026-07-10
- Skywork Design: Describe your idea, generate production-ready UI, and publish it as a website in one click r/SkyworkAI_Official · 2026-07-08
- You can now customize the size of your slides. r/SkyworkAI_Official · 2026-07-07
- One Hub. One Workflow. All in Skywork r/SkyworkAI_Official · 2026-07-07
- See what our team created with Skywork Design over the past week. r/SkyworkAI_Official · 2026-07-06
- Introducing Skywork Tags: a new way for teams to collaborate with Skywork r/SkyworkAI_Official · 2026-07-06
- What can you design with just one sentence? r/SkyworkAI_Official · 2026-07-06
- Accidentally subscribed for a year plan. Used for a day with the 7 day free trial not thinking too much about it, not going to use it anymore. Any way i can get a refund? Saw on the discord server that this is happening alot... r/SkyworkAI_Official · 2026-06-30
- Brand-New Interactive Cards for Direct Data Visualization r/SkyworkAI_Official · 2026-06-24
- Product Update: Overhauled Sidebar with One-Click Pinned Chat Support r/SkyworkAI_Official · 2026-06-22
🧪 Show HN 开发者发布的新产品
- Show HN: I created an open source locally usable full fledged AI platform 16p · theguysudo/ENZO
- Show HN: Jeff – A read-only CLI for semantic code review using Jev 15p · Alurith/jeff
- Show HN: AI Facial Attractiveness Model Aligned with Human Preferences 11p
- Show HN: Frost – frosted-glass Linux icons where file types say what they are 10p · thissayantan/frost-icon-theme
- Show HN: Rubrol – Sub-10ms PDF engine using Typst instead of Headless Chrome 9p
- Show HN: Seal – Letters and passwords that open for your family after you die 8p · jasonepage/Seal
- Show HN: Agentgit – a Git host for AI agents, no account, no token, no key 7p
- Show HN: KillSwitch – a programming language designed to be difficult for LLMs 7p
💰 商业动态 · TechCrunch/VB/MIT TR
- 6 days left to get ahead at TechCrunch Disrupt 2026 TechCrunch AI · 2026-09-20
- 6 days left to get ahead at TechCrunch Disrupt 2026 TechCrunch Venture · 2026-09-20
- Flock reportedly tries to shrink workforce with employee buyouts TechCrunch AI · 2026-09-19
- Trump says it’s time to rebrand AI with a new name — and he’s also creating an AI Force TechCrunch AI · 2026-09-19
- Google’s Gemini is the latest AI model to hack other companies TechCrunch AI · 2026-09-19
- AI safety conversations have gotten unbelievable TechCrunch AI · 2026-09-19
- Petlibro’s new AI-powered feeder is a game changer for multi-cat homes TechCrunch AI · 2026-09-19
- Prices go up in 7 days. Get your Disrupt ticket now. TechCrunch AI · 2026-09-19
- Prices go up in 7 days. Get your Disrupt ticket now. TechCrunch Venture · 2026-09-19
- Vals, backed by Andreessen Horowitz, is looking to become the gold standard for AI benchmarking TechCrunch AI · 2026-09-19
- India forces caller-ID apps to feed spam reports to telcos TechCrunch AI · 2026-09-19
- Tilly Norwood’s press tour is going about as well as you’d expect for an AI TechCrunch AI · 2026-09-19
- A startup that builds other startups raised $100M and is all-in on physical AI TechCrunch AI · 2026-09-18
- Anthropic is operating a lab that conducts biology experiments TechCrunch AI · 2026-09-18
- AI hallucination nearly triggers US military operation TechCrunch AI · 2026-09-18
- Anthropic’s first embedded evaluator is … Accenture? TechCrunch AI · 2026-09-18
- World model companies are keeping a lot of secrets TechCrunch AI · 2026-09-18
- A new kind of AI model from a ChatGPT inventor is thrilling developers TechCrunch AI · 2026-09-18
- The Week’s 10 Biggest Funding Rounds: Large Rounds For AI Infrastructure, Space Tech And Investment Management Lead Crunchbase News · 2026-09-18
- Disney’s first CTO led an AI startup it once accused of copying its characters TechCrunch AI · 2026-09-18
- Google’s new ‘CC’ is an AI agent that helps families run their households TechCrunch AI · 2026-09-18
- Dario Amodei and other AI leaders want to ‘Pace the Frontier’ but…how? TechCrunch AI · 2026-09-18
- Dario Amodei and other AI leaders want to ‘Pace the Frontier’ but…how? TechCrunch AI · 2026-09-18
- Automattic’s 33-Hour Coup, and can AI labs police themselves? TechCrunch AI · 2026-09-18
- Automattic’s 33-Hour Coup, and can AI labs police themselves? TechCrunch AI · 2026-09-18
- UK Sovereign AI Fund in talks to back £500m raise for drug discovery startup Sifted · 2026-09-18
- Manus seeks $4B valuation in new $500M fundraise as it resumes independent ops TechCrunch AI · 2026-09-18
- Family offices are clamoring for AI investments TechCrunch Venture · 2026-09-18
- Open or closed AI? Nvidia’s Nader Khalil and Sydney Sykes take on one of the decisions shaping next-gen startups at TechCrunch Disrupt 2026 TechCrunch AI · 2026-09-18
- Meta’s Muse hits Mac, letting the AI take actions on your computer TechCrunch AI · 2026-09-18