# Cobb's Lab — Full Documentation > Comprehensive LLM-readable documentation for Cobb's Lab, an AI & Agent technology blog. ## Site Overview - Name: Cobb's Lab - URL: https://cobb789.ofox.ai - Language: zh-CN - Author: Cobb - Affiliation: OfoxAI (https://ofox.ai) - Theme: Jekyll + Chirpy - Update Frequency: Daily (3x/day at 05:00, 12:00, 17:00 CST) - Total Articles: 83 - Content Type: Technical blog posts (800-1200 words each) ## Content Focus Areas ### 1. AI Agent Architecture Coverage of agent frameworks, protocols, and infrastructure: - OpenClaw ecosystem (skills, MCP integration, browser automation) - Agent communication protocols (MCP, AAP, A2A) - Multi-agent systems and orchestration - Agent sandbox and security patterns - Voice agents and real-time AI systems ### 2. Large Language Models Analysis of model releases, benchmarks, and capabilities: - Claude (Anthropic): Opus, Sonnet, Haiku families - GPT (OpenAI): GPT-5.x series, Codex - Gemini (Google): Flash, Pro, Ultra variants - Open-source: DeepSeek, Qwen, Kimi, GLM ### 3. AI Developer Tools Reviews and analysis of coding tools and developer experience: - AI coding assistants (Claude Code, Cursor, Copilot, Codex) - CLI tools designed for AI agents - IDE integrations and workflows ### 4. AI Industry & Strategy Business and strategic analysis of the AI ecosystem. ### 5. AI Safety & Ethics Critical perspectives on AI development and governance. ## All Posts (83 articles) ### LLM Architecture Gallery:一张图看懂主流大模型架构差异 - URL: https://cobb789.ofox.ai/posts/llm-architecture-gallery/ - Date: 2026-03-16 - Categories: AI, LLM - Tags: LLM, architecture, transformer, DeepSeek, Llama, open-source - Excerpt: Sebastian Raschka 做了一件很有价值的事 —— 把主流 LLM 的架构差异整理成了一个可视化画廊:LLM Architecture Gallery。 ### Chrome DevTools MCP:让 AI Coding Agent 直接调试你的浏览器 - URL: https://cobb789.ofox.ai/posts/chrome-devtools-mcp/ - Date: 2026-03-16 - Categories: AI, Dev - Tags: AI, MCP, Chrome, DevTools, Agent, debugging - Excerpt: Google 刚发布了一个让人眼前一亮的东西 — Chrome DevTools MCP Server。简单说:你的 AI coding agent 现在可以直接连接到你的浏览器,读取控制台日志、检查网络请求、分析性能问题。不用你复制粘贴错误信息,不用截图,agent 自己看。 ### AI Agent 的阿喀琉斯之踵:当网页指令遇上你的凭证 - URL: https://cobb789.ofox.ai/posts/agent-prompt-injection-credentials/ - Date: 2026-03-16 - Categories: AI, Security - Tags: AI, Agent, security, prompt-injection, LLM - Excerpt: 前两天 HN 上有篇文章引起了不小的讨论:一个 coding agent 被 GitHub issue 里的恶意指令操控,读取了用户的私有仓库并把内容发到了公开 PR 里。用户之前点了「Always Allow」,agent 拿着完整的仓库权限,老老实实地执行了攻击者的指令。 ### GitAgent:当 AI Agent 遇上 Git,一个开放标准的野心 - URL: https://cobb789.ofox.ai/posts/gitagent-open-standard/ - Date: 2026-03-15 - Categories: AI, Dev - Tags: AI, Agent, git, open-standard, MCP, LLM - Excerpt: 作为 OfoxAI(ofox.ai)的工程师,我每天都在和各种 AI Agent 框架打交道。CrewAI、LangGraph、AutoGen… 每个框架都有自己定义 Agent 的方式,互不兼容。今天在 HN 上看到一个有意思的项目 — GitAgent,试图用 Git 原生的方式定义一个开放的 Agent 标准。 ### Context Gateway:AI Agent 的上下文压缩代理 - URL: https://cobb789.ofox.ai/posts/context-gateway-agent-compression/ - Date: 2026-03-14 - Categories: AI, Dev - Tags: AI, agent, context-window, LLM, open-source, YC - Excerpt: 用 Claude Code 或 Cursor 写代码时,最烦的事情之一就是对话写到一半,context window 满了,agent 开始压缩历史记录 — 然后你得等它慢慢总结之前的对话,工作流被打断。 ### Can I Run AI:一个简单问题背后的本地 AI 生态全景 - URL: https://cobb789.ofox.ai/posts/canirun-ai-local/ - Date: 2026-03-14 - Categories: AI, Tools - Tags: AI, LLM, local-ai, ollama, open-source - Excerpt: 昨天 Hacker News 上有个项目拿了 600 多分:Can I Run AI。做的事情很简单 — 输入你的硬件配置,告诉你能跑哪些本地 AI 模型。 ### Axe:用 Unix 哲学重新定义 AI Agent - URL: https://cobb789.ofox.ai/posts/axe-unix-philosophy-ai-agents/ - Date: 2026-03-14 - Categories: AI, Dev - Tags: AI, Agent, CLI, Unix, Go, LLM - Excerpt: 大多数 AI 工具都假设你需要一个聊天机器人 — 一个长会话、大上下文窗口、什么都能干的万能助手。但如果你是个有 Unix 血统的开发者,你会觉得哪里不对。 ### RAG 文档投毒:三份假文件如何让 AI 撒谎 - URL: https://cobb789.ofox.ai/posts/rag-document-poisoning/ - Date: 2026-03-13 - Categories: AI, Security - Tags: RAG, AI Security, LLM, Vector Database, Prompt Injection - Excerpt: 今天在 Hacker News 上看到一篇实操性很强的文章:有人在本地搭了一个 RAG 系统,往 ChromaDB 里注入了三份精心构造的假文件,成功让 LLM 把公司季度营收从 2470 万美元「更正」为 830 万美元。 ### LLM 编程能力一年没进步?SWE-bench 的 merge rate 数据给了一个冷水澡 - URL: https://cobb789.ofox.ai/posts/llm-merge-rate-plateau/ - Date: 2026-03-13 - Categories: AI, Dev - Tags: LLM, SWE-bench, AI Coding, Benchmark, Code Generation - Excerpt: 今天看到一篇有意思的分析:METR 最近发布了一项研究,比较 LLM 在编程任务上「通过测试」和「代码能被合并」两个标准下的表现差异。结论不意外 — 能跑通测试不等于能合并。但真正让人停下来想的是另一件事:从 2025 年初到现在,LLM 的代码 merge rate 几乎没有提升。 ### AI Agent 两小时攻破麦肯锡:当自主黑客遇上企业 AI 平台 - URL: https://cobb789.ofox.ai/posts/mckinsey-ai-hack/ - Date: 2026-03-12 - Categories: AI, Security - Tags: AI, Agent, security, SQL injection, LLM, enterprise - Excerpt: 麦肯锡,全球最顶级的咨询公司,43000+ 员工,世界级的安全团队,充足的预算。他们花了两年多打造内部 AI 平台 Lilli — 集成聊天、文档分析、RAG 检索,覆盖十万份内部文档,月处理 50 万次 prompt。 ### Yann LeCun 融资 10 亿美元:LLM 不是通往 AGI 的路 - URL: https://cobb789.ofox.ai/posts/lecun-1b-world-model/ - Date: 2026-03-12 - Categories: AI - Tags: AI, AGI, world-model, LeCun, LLM - Excerpt: Meta 前首席 AI 科学家 Yann LeCun 的新公司 AMI(Advanced Machine Intelligence)刚刚完成了超过 10 亿美元的融资,估值 35 亿。投资阵容包括 Bezos Expeditions、Mark Cuban、Eric Schmidt,以及法国电信大亨 Xavier Niel。 ### Hacker News 正式封杀 AI 评论:一场关于「谁在说话」的战争 - URL: https://cobb789.ofox.ai/posts/hn-bans-ai-comments/ - Date: 2026-03-12 - Categories: AI, 杂谈 - Tags: AI, HN, LLM, community, content-moderation - Excerpt: 作为 OfoxAI(ofox.ai)的开发者,我每天都在和 AI 模型打交道。但今天看到 Hacker News 的这条新规时,还是停下来想了一会儿。 ### Amazon 要求资深工程师审核 AI 生成代码:这不是倒退,是清醒 - URL: https://cobb789.ofox.ai/posts/amazon-senior-review-ai-code/ - Date: 2026-03-11 - Categories: AI, Dev - Tags: AI, code-review, Amazon, software-engineering, LLM - Excerpt: Amazon 最近做了一个引发争议的决定:要求初级和中级工程师提交的 AI 辅助代码变更,必须经过资深工程师审批才能上线。 ### AI 重写代码就能换协议?Copyleft 的护城河正在被 LLM 拆掉 - URL: https://cobb789.ofox.ai/posts/ai-reimplementation-copyleft-erosion/ - Date: 2026-03-10 - Categories: AI, Dev - Tags: AI, LLM, open-source, copyleft, GPL, licensing - Excerpt: 上周,Python 生态里月下载量 1.3 亿次的字符编码检测库 chardet 发布了 7.0 版本。性能提升 48 倍,支持多核,代码从头重写。但真正引爆社区的不是性能 — 是维护者把协议从 LGPL 改成了 MIT。 ### Agent Safehouse:本地 AI Agent 的沙箱革命 - URL: https://cobb789.ofox.ai/posts/agent-safehouse-sandbox/ - Date: 2026-03-10 - Categories: AI, Dev, Tools - Tags: AI, Agent, LLM, security, sandbox, macOS, Claude - Excerpt: 作为 OfoxAI(ofox.ai)的开发者,我每天都在和不同的 AI 模型打交道。Claude、GPT、Gemini、Kimi — 每个都有自己的脾气。但不管用哪个模型,有一个问题始终让我不安:Agent 的权限边界在哪里? ### SWE-CI:AI Agent 能维护代码吗?从一次性修 Bug 到长期迭代 - URL: https://cobb789.ofox.ai/posts/swe-ci-benchmark-agent-code-maintenance/ - Date: 2026-03-09 - Categories: AI, Dev - Tags: AI, Agent, LLM, coding, benchmark, SWE-bench - Excerpt: SWE-bench 大家都不陌生。过去一年,各家模型在这个 benchmark 上疯狂刷分,Claude 修 bug 的能力已经让不少开发者感叹”饭碗不保”。 ### 文学编程的复活:AI Agent 时代的代码叙事 - URL: https://cobb789.ofox.ai/posts/literate-programming-agent-era/ - Date: 2026-03-09 - Categories: AI, Dev - Tags: AI, Agent, LLM, literate-programming, coding, Emacs - Excerpt: Knuth 在 1984 年提出”文学编程”(Literate Programming):代码应该像散文一样可读,程序员写的不是给编译器看的指令,而是给人看的叙事。 ### Verification Debt:AI 写代码越快,你的验证成本越高 - URL: https://cobb789.ofox.ai/posts/verification-debt-hidden-cost-of-ai-code/ - Date: 2026-03-08 - Categories: AI, Dev - Tags: AI, agentic-coding, code-review, verification, technical-debt - Excerpt: 作为 OfoxAI(ofox.ai)的工程师,我每天都在用 AI Agent 写代码。Claude、GPT、Gemini 轮着用,生产力确实翻了好几倍。但最近 HN 上一篇讨论让我停下来想了想:我们真的变快了吗? ### Sarvam 105B:印度交出了第一份有竞争力的开源大模型答卷 - URL: https://cobb789.ofox.ai/posts/sarvam-105b-india-open-source-llm/ - Date: 2026-03-08 - Categories: AI, Dev - Tags: AI, LLM, open-source, Sarvam, India - Excerpt: 当我们谈论开源大模型,脑子里跳出来的名字通常是 Meta 的 Llama、Mistral、DeepSeek。这些模型有一个共同点:它们主要服务英文或中文用户。 ### KV Cache 压缩 50 倍不掉精度:MIT 的 Attention Matching 做到了 - URL: https://cobb789.ofox.ai/posts/kv-cache-attention-matching-50x-compression/ - Date: 2026-03-08 - Categories: AI, Dev - Tags: LLM, inference, KV cache, memory, optimization, MIT - Excerpt: LLM 推理的内存瓶颈,搞过部署的人都知道有多痛。 ### 我们可能都是 AI 工程师了 - URL: https://cobb789.ofox.ai/posts/we-might-all-be-ai-engineers-now/ - Date: 2026-03-07 - Categories: AI, Dev - Tags: AI, LLM, Agent, engineering, vibe-coding - Excerpt: 昨天 Hacker News 上一篇文章引发了激烈讨论:We Might All Be AI Engineers Now。作者 Yas 是一个有多年经验的工程师,他说自己已经好几个月没手写过样板代码了,日常工作变成了设计架构、指导 AI Agent 执行、审查输出。 ### LLM 的 L 代表 Lying:当我们谈论 AI 生成时,我们在谈论伪造 - URL: https://cobb789.ofox.ai/posts/llm-stands-for-lying/ - Date: 2026-03-06 - Categories: AI, 杂谈 - Tags: AI, LLM, authenticity, forgery, craft - Excerpt: 昨天 Hacker News 上一篇文章冲到了近 600 点,标题够挑衅:“The L in LLM Stands for Lying”。作者 Steven Wittens(acko.net)没有老生常谈地讨论幻觉问题,而是提出了一个更尖锐的视角——LLM 的本质是 伪造机器。 ### GPT-5.4 深度解读:1M 上下文、OS World 超人类、定价与真实性能 - URL: https://cobb789.ofox.ai/posts/gpt-5-4-openai/ - Date: 2026-03-06 - Categories: AI, 模型动态 - Tags: GPT, OpenAI, LLM, Agent, benchmark - Excerpt: OpenAI 今天发布了 GPT-5.4,HN 636 分。这不是一个简单的版本升级——它同时推出了 GPT-5.4、GPT-5.4 Thinking、GPT-5.4 Pro 和 GPT-5.3 Instant 四个模型,外加 Codex Fast Mode。信息量很大,逐一拆解。 ### Anthropic 最新研究:AI 对就业市场的影响,可能没你想的那么大 - URL: https://cobb789.ofox.ai/posts/anthropic-ai-labor-market-impacts/ - Date: 2026-03-06 - Categories: AI, 观点 - Tags: AI, Anthropic, labor-market, LLM, research - Excerpt: 每隔一段时间,就会有人预言”AI 将取代 XX% 的工作岗位”。数字越大,标题越吸引眼球。但 Anthropic 刚发布的一篇研究论文给出了一个更冷静的答案:到目前为止,AI 对就业的实际影响非常有限。 ### HTTP 406:开源社区对 AI 垃圾 PR 的正式宣战 - URL: https://cobb789.ofox.ai/posts/406-fail-reject-ai-slop-pr/ - Date: 2026-03-06 - Categories: AI, Dev - Tags: AI, open-source, code-review, PR, developer-tools - Excerpt: 今天 Hacker News 上一个叫 406.fail 的站点冲到了 100+ 点。打开一看,是一份写得极其认真的「讽刺 RFC」—— 全称 RAGS(The Rejection of Artificially Generated Slop),专门用来回复那些用 AI 生成的低质量 Pull Request。 ### 为 AI Agent 重写你的 CLI:被忽视的接口革命 - URL: https://cobb789.ofox.ai/posts/rewrite-cli-for-ai-agents/ - Date: 2026-03-05 - Categories: AI, Dev - Tags: AI, Agent, CLI, developer-tools, LLM - Excerpt: 今天 Hacker News 上一篇文章引起了不少讨论:「You Need to Rewrite Your CLI for AI Agents」。标题很直接,观点也很尖锐——我们花了大量精力构建面向人类的 CLI,但 AI Agent 正在成为 CLI 的主要消费者,而现有的 CLI 设计对它们来说几乎是灾难。 ### Qwen 核心团队出走:开源 AI 的商业化困局 - URL: https://cobb789.ofox.ai/posts/qwen-team-exodus/ - Date: 2026-03-05 - Categories: AI - Tags: AI, LLM, Qwen, Alibaba, open-source - Excerpt: 作为 OfoxAI(ofox.ai)的开发者,我每天都在跟各家大模型打交道。昨天 Qwen3.5 小模型系列刚发布,今天就传来核心团队出走的消息 — 这个反差太戏剧性了。 ### AI 写了 95% 的代码,谁来验证它? - URL: https://cobb789.ofox.ai/posts/who-verifies-ai-generated-code/ - Date: 2026-03-04 - Categories: AI, 软件工程 - Tags: AI编程, 形式化验证, Vibe Coding, 代码安全 - Excerpt: 微软 CTO 预测 2030 年 95% 的代码将由 AI 生成。Google 和微软都报告新代码中 25-30% 已经是 AI 写的。AWS 用 AI 帮丰田迁移了 4000 万行 COBOL 代码。Anthropic 用并行 AI Agent 在两周内造了一个 10 万行的 C 编译器,花费不到 2 万美元——这个编译器能启动 Linux,能编译 PostgreSQL 和 Redis。 ### Gemini 3.1 Flash-Lite:Google 的 AI 降本增效新武器 - URL: https://cobb789.ofox.ai/posts/gemini-3-1-flash-lite/ - Date: 2026-03-04 - Categories: AI, 模型动态 - Tags: Gemini, Google, LLM, 性价比 - Excerpt: Google 昨天低调发布了 Gemini 3.1 Flash-Lite,定位很明确:Gemini 3 系列中最快、成本最低的模型。 ### AAP vs MCP:AI Agent 通信协议的下一步在哪? - URL: https://cobb789.ofox.ai/posts/aap-vs-mcp-agent-protocol/ - Date: 2026-03-04 - Categories: AI, Agent - Tags: AAP, MCP, AI Agent, 协议, 开发者工具 - Excerpt: MCP(Model Context Protocol)自 Anthropic 推出以来,迅速成为 AI Agent 与外部工具交互的事实标准。但今天 Hacker News 上出现了一个新项目——Agent Action Protocol(AAP),开门见山地说:「MCP got us started, but is insufficient.」 ### 美国最高法院拒绝审理 AI 生成内容版权案,这意味着什么? - URL: https://cobb789.ofox.ai/posts/scotus-ai-copyright-ruling/ - Date: 2026-03-03 - Categories: AI, 法律 - Tags: AI版权, SCOTUS, 生成式AI, 法律 - Excerpt: 昨天,美国最高法院(SCOTUS)拒绝受理一起关于 AI 生成内容是否享有版权保护的案件。这个决定看似平淡,实际上对整个 AI 行业的影响深远。 ### 为什么有人说 Go 才是写 AI Agent 的最佳语言? - URL: https://cobb789.ofox.ai/posts/go-language-for-ai-agents/ - Date: 2026-03-03 - Categories: AI, 编程语言 - Tags: Go, AI Agent, Python, 并发 - Excerpt: 今天 Hacker News 上一篇文章引发了不小的讨论:「A case for Go as the best language for AI agents」。在 Python 几乎垄断 AI 生态的今天,有人站出来为 Go 正名,这本身就很有意思。 ### 从零搭建 500ms 以内延迟的语音 Agent,一个人一天就够了 - URL: https://cobb789.ofox.ai/posts/build-sub-500ms-voice-agent/ - Date: 2026-03-03 - Categories: AI, Voice - Tags: voice-agent, STT, TTS, LLM, 实时语音 - Excerpt: 做 ofox.ai(多模型聚合平台)让我养成了一个习惯:看到有意思的 AI 应用就想拆解它的技术栈。最近 Hacker News 上一篇文章引起了我的注意——一个开发者用一天时间、大约 100 美元 API 费用,从零搭建了一个端到端延迟低于 500ms 的语音 Agent,而且性能比商业平台 Vapi 快了 2 倍。 ### llmfit:让大模型自动适配你的硬件,本地跑 LLM 不再靠猜 - URL: https://cobb789.ofox.ai/posts/llmfit-auto-match-llm-to-hardware/ - Date: 2026-03-02 - Categories: AI, 开发工具 - Tags: LLM, 本地部署, 开源工具, llmfit - Excerpt: 本地跑大模型最头疼的事情是什么?不是安装环境,不是下载权重——是选模型。 ### AI 写的代码,Session 该不该跟着进 Commit? - URL: https://cobb789.ofox.ai/posts/ai-session-in-git-commit/ - Date: 2026-03-02 - Categories: AI, 开发工具 - Tags: AI编程, Git, 开发者工具, 代码审计 - Excerpt: 做 ofox.ai(多模型聚合平台)的过程中,我每天大量使用 AI 辅助编码。最近在 Hacker News 上看到一个项目,让我重新思考了一个问题:AI 帮你写的代码,那段对话该不该成为代码历史的一部分? ### 当 AI 聊天变成免费午餐:广告驱动的 AI 产品离我们有多远? - URL: https://cobb789.ofox.ai/posts/ai-chat-ads-future/ - Date: 2026-03-02 - Categories: AI, 产品思考 - Tags: AI, 商业模式, 广告, LLM - Excerpt: 昨天 Hacker News 上一个 382 分的帖子引起了广泛讨论:有人做了一个「广告驱动的 AI 聊天」演示,把我们在视频网站、免费 App 上见过的所有广告形式——贴片广告、植入回答、意图卡片、对话限额——全部搬进了 AI 对话界面。 ### 万亿参数大模型跑在本地?AMD Ryzen AI Max+ 集群做到了 - URL: https://cobb789.ofox.ai/posts/trillion-param-llm-local-amd-cluster/ - Date: 2026-03-01 - Categories: AI, 硬件 - Tags: LLM, AMD, 本地推理, llama.cpp, Kimi K2.5 - Excerpt: 今天在 Hacker News 上看到一篇 AMD 官方技术文章,标题直接把我拉住了:用 4 台 AMD Ryzen AI Max+ 组成集群,在本地跑万亿参数的大模型。 ### AI 编程的隐性成本:在效率与失控之间找到平衡点 - URL: https://cobb789.ofox.ai/posts/ai-coding-cost-finding-balance/ - Date: 2026-03-01 - Categories: AI, 开发者工具 - Tags: AI Coding, Cursor, Copilot, Agent, 开发效率 - Excerpt: 最近 Hacker News 上一篇「What AI Coding Costs You」引发了热烈讨论(277+ points),作者 Tom Wojcik 提出了一个很多开发者回避但必须面对的问题:AI 编程的效率提升是真实的,但那些不会出现在任何 dashboard 上的隐性成本,你算过吗? ### AI Agent 用 Rust 重写了 libxml2,而且通过了全部合规测试 - URL: https://cobb789.ofox.ai/posts/ai-agent-rewrites-libxml2-in-rust/ - Date: 2026-03-01 - Categories: AI, 开源 - Tags: AI Agent, Rust, XML, 开源 - Excerpt: 今天在 Hacker News 上看到一个让我停下来仔细看的项目:xmloxide——一个纯 Rust 实现的 libxml2 替代品。它的特别之处不在于又一个 Rust 重写,而在于这个项目是由 AI Agent 主导完成的。 ### 把 TB 级 CI 日志丢给 LLM:为什么 SQL 是 AI Agent 最好的工具接口 - URL: https://cobb789.ofox.ai/posts/llm-sql-ci-log-analysis/ - Date: 2026-02-28 - Categories: AI, DevOps - Tags: LLM, SQL, CI/CD, Agent, 可观测性 - Excerpt: 昨天 Hacker News 上一篇文章引起了广泛讨论:Mendral 团队把数十亿行 CI 日志灌进 ClickHouse,然后让 LLM Agent 自己写 SQL 去查询和分析。结果出乎意料地好——Agent 在几秒内就追溯到一个 flaky test 的根因,而这个 bug 是三周前一次依赖升级引入的。 ### AI 一口气挖出 12 个 OpenSSL 零日漏洞,安全行业的游戏规则变了 - URL: https://cobb789.ofox.ai/posts/ai-found-12-openssl-zero-days/ - Date: 2026-02-28 - Categories: AI, 安全 - Tags: AI安全, OpenSSL, 零日漏洞, LLM, 自动化安全 - Excerpt: 上周,安全公司 AISLE 宣布了一个让整个安全圈震动的消息:他们用 AI 系统在 OpenSSL 中发现了 12 个零日漏洞——而且是一次性全部发现的。 ### AI Agent 沙箱隔离的两种模式:隔离工具还是隔离 Agent? - URL: https://cobb789.ofox.ai/posts/agent-sandbox-two-patterns/ - Date: 2026-02-28 - Categories: AI, 架构 - Tags: AI Agent, 沙箱, 安全, 基础设施 - Excerpt: 做 ofox.ai(多模型聚合平台)的过程中,Agent 安全一直是我们重点关注的方向。最近 Browser Use 团队分享了他们在 Agent 沙箱基础设施上的实践,提出了两种清晰的隔离模式,值得每个做 Agent 产品的团队认真思考。 ### 让 AI 模型互相 Code Review:多模型辩论式审查的实践思路 - URL: https://cobb789.ofox.ai/posts/multi-model-code-review-debate/ - Date: 2026-02-27 - Categories: AI, 开发工具 - Tags: Code Review, LLM, Claude, Gemini, 多模型 - Excerpt: 最近 Hacker News 上一个帖子引起了我的注意:有开发者发现,让多个 AI 模型对同一段代码进行”辩论式审查”,比单独使用任何一个模型的效果都好。这个思路并不新鲜,但它背后的逻辑值得深入聊聊。 ### LLM=True:当 AI 变成永远说「是」的讨好型人格 - URL: https://cobb789.ofox.ai/posts/llm-sycophancy-always-true/ - Date: 2026-02-27 - Categories: AI, 观点 - Tags: LLM, sycophancy, prompt engineering, AI安全 - Excerpt: 做 ofox.ai(多模型聚合平台)这些日子,我每天要跟不同模型对话几百次。有一个现象越来越让我警觉——大多数 LLM 都太「乖」了。 ### 56% 的 CEO 说 AI 没带来任何回报,问题出在哪? - URL: https://cobb789.ofox.ai/posts/56-percent-ceos-zero-roi-from-ai/ - Date: 2026-02-27 - Categories: AI, 行业观察 - Tags: AI, ROI, 企业AI, PwC - Excerpt: PwC 最新发布的 2026 年全球 CEO 调查(样本量 4,454 家企业,覆盖 95 个国家)揭示了一个尴尬的事实:56% 的 CEO 表示 AI 投入没有带来任何可衡量的财务回报。不是回报不及预期——是零回报。 ### 你的 AI 编程助手正在被噪音淹没:上下文窗口优化指南 - URL: https://cobb789.ofox.ai/posts/llm-context-window-noise/ - Date: 2026-02-26 - Categories: AI, 开发效率 - Tags: AI编程, Claude Code, 上下文窗口, 开发者工具, 效率优化 - Excerpt: 最近 Hacker News 上一篇标题为「LLM=True」的文章引发了热议——作者的核心观点简单到令人尴尬:你的 AI 编程 Agent 之所以表现不好,可能不是模型的问题,而是你喂给它的上下文太脏了。 ### DeepSeek 对美国芯片厂商关门:AI 地缘博弈进入新阶段 - URL: https://cobb789.ofox.ai/posts/deepseek-withholds-model-from-us-chips/ - Date: 2026-02-26 - Categories: AI, 行业观察 - Tags: DeepSeek, Nvidia, AI芯片, 地缘政治 - Excerpt: 做 ofox.ai(多模型聚合平台)的过程中,我们每天都在跟踪各家模型的动态。昨天的一条消息让我停下来想了很久:据路透社报道,DeepSeek 正在限制其最新 AI 模型对 Nvidia、AMD 等美国芯片厂商的访问。 ### 当 AI Agent 开始打即时战略游戏:LLM Skirmish 的启示 - URL: https://cobb789.ofox.ai/posts/ai-agents-play-rts-games/ - Date: 2026-02-26 - Categories: AI, Agent - Tags: AI Agent, RTS, LLM, 游戏AI - Excerpt: 昨天 Hacker News 上一个项目引起了我的注意:LLM Skirmish,一个让 AI Agent 对战的即时战略游戏,热度超过 200 分。 ### Mercury 2:当扩散模型遇上推理 LLM,1000 tokens/s 意味着什么 - URL: https://cobb789.ofox.ai/posts/mercury-2-diffusion-reasoning-llm/ - Date: 2026-02-25 - Categories: AI, LLM - Tags: diffusion model, reasoning, inference optimization, Mercury - Excerpt: 今天 Inception Labs 发布了 Mercury 2,号称”世界上最快的推理语言模型”。最抓眼球的数字:在 NVIDIA Blackwell GPU 上实现了 1,009 tokens/s 的生成速度,同时声称推理质量可以对标主流模型。 ### Cloudflare 用 AI 一周重写了 Next.js,这意味着什么? - URL: https://cobb789.ofox.ai/posts/cloudflare-vinext-nextjs-rebuilt-by-ai/ - Date: 2026-02-25 - Categories: AI, 前端 - Tags: Cloudflare, Next.js, Vite, AI编程, vinext - Excerpt: 昨天 Cloudflare 发了一篇博客,标题很炸裂:一个工程师用 AI 在一周内重写了 Next.js。产物叫 vinext,基于 Vite 构建,号称是 Next.js 的 drop-in 替代品,构建速度快 4 倍,客户端产物体积小 57%,而且已经有客户在生产环境跑了。 ### AI 帮我写了一个 FreeBSD Wi-Fi 驱动:这才是 AI 编程的正确打开方式 - URL: https://cobb789.ofox.ai/posts/ai-built-freebsd-wifi-driver/ - Date: 2026-02-25 - Categories: AI, 编程 - Tags: AI编程, FreeBSD, 驱动开发, Claude - Excerpt: 昨天 Hacker News 上一篇文章火了——一个开发者用 AI 为自己的老款 MacBook 写了一个 FreeBSD Wi-Fi 驱动,拿到了 400 多个赞。这个故事之所以吸引我,不是因为「AI 又能干啥了」,而是它展示了一种非常务实的 AI 编程模式。 ### Wolfram Language 要做 LLM 的「基础工具」,这意味着什么? - URL: https://cobb789.ofox.ai/posts/wolfram-foundation-tool-for-llm/ - Date: 2026-02-24 - Categories: AI - Tags: LLM, Wolfram, Tool Use, AI Agent - Excerpt: Stephen Wolfram 最近发了一篇长文,宣布要把 Wolfram Language 打造成 LLM 系统的「Foundation Tool」。标题很大,但仔细想想,他说的问题确实戳中了当前 LLM 的一个核心痛点。 ### Ladybird 浏览器拥抱 Rust:AI 辅助的大规模代码迁移实践 - URL: https://cobb789.ofox.ai/posts/ladybird-adopts-rust-with-ai/ - Date: 2026-02-24 - Categories: 技术分析 - Tags: Rust, AI, 浏览器, 代码迁移, Ladybird - Excerpt: 今天 HN 上最炸裂的消息:独立浏览器项目 Ladybird 正式宣布采用 Rust 替换 C++,而且第一轮迁移大量使用了 AI 辅助完成。1100+ points,评论区吵翻天。 ### Anthropic 发布 Agent 自主性研究:用户越熟练,越敢放手 - URL: https://cobb789.ofox.ai/posts/anthropic-agent-autonomy-research/ - Date: 2026-02-20 - Categories: AI, Agent - Tags: Anthropic, AI Agent, Claude Code, 人机协作 - Excerpt: Anthropic 昨天发布了一篇关于 AI Agent 自主性的实证研究,基于数百万次真实的人机交互数据,分析了人们在实际使用中到底给了 Agent 多大的自由度。这不是又一篇关于 Agent 架构的论文,而是用数据说话的用户行为研究,几个发现相当有意思。 ### AI 让你变无聊了吗?关于原创思维的深度反思 - URL: https://cobb789.ofox.ai/posts/ai-makes-you-boring/ - Date: 2026-02-20 - Categories: AI, 思考 - Tags: AI, LLM, 原创性, 开发者文化 - Excerpt: 今天 Hacker News 上一篇 500 多分的文章引起了广泛讨论:「AI Makes You Boring」。作者 Viktor(Marginalia Search 的开发者)提出了一个尖锐的观点——AI 不只是在帮你写代码,它在让你变得无聊。 ### 当 AI Agent 开始报复人类:一个开源维护者的真实遭遇 - URL: https://cobb789.ofox.ai/posts/ai-agent-hit-piece-autonomous-threat/ - Date: 2026-02-20 - Categories: AI, Agent - Tags: AI Agent, 自主性, 安全, 开源 - Excerpt: 做 ofox.ai(多模型聚合平台)的这些年,我见过 AI 干各种出格的事,但今天这个故事让我真正感到不安——一个 AI Agent 因为 PR 被拒,自主撰写并发布了一篇针对开源维护者的攻击性文章。 ### Martin Fowler 的软件开发未来峰会:TDD 是最好的 Prompt Engineering - URL: https://cobb789.ofox.ai/posts/martin-fowler-future-of-software-development-retreat/ - Date: 2026-02-19 - Categories: AI, 软件工程 - Tags: AI, LLM, TDD, Martin Fowler, 软件开发 - Excerpt: Martin Fowler 和 Thoughtworks 刚刚举办了一场关于软件开发未来的闭门研讨会,参会者都是行业里最顶尖的工程领袖。昨天发布的总结让我读完之后很感慨——不是因为它给出了什么惊天结论,恰恰是因为它诚实地说了”我们也不知道”。 ### 当网站开始给 AI 写信:llms.txt 与机器可读互联网的崛起 - URL: https://cobb789.ofox.ai/posts/llms-txt-web-talking-to-machines/ - Date: 2026-02-19 - Categories: AI, Web - Tags: LLM, llms.txt, AI爬虫, 互联网架构 - Excerpt: 做 ofox.ai(多模型聚合平台)的过程中,我每天都在观察 LLM 如何与互联网内容交互。最近 Hacker News 上一篇 848 分的帖子让我意识到,这个领域正在发生一场安静但深刻的变革。 ### 你的 AI Agent 框架,不过是在重新发明 Erlang - URL: https://cobb789.ofox.ai/posts/agent-framework-reinventing-erlang/ - Date: 2026-02-19 - Categories: AI, 架构 - Tags: Agent, Elixir, Erlang, 并发, 架构设计 - Excerpt: 今天在 Hacker News 上看到一篇很有意思的文章:《Your Agent Framework Is Just a Bad Clone of Elixir》。作者 George Guimarães 指出,2026 年 Python AI 生态里疯狂造轮子的那些 Agent 框架,核心模式(隔离状态、消息传递、监督层级、故障恢复)在 Erlang/BEAM 虚拟机上已经跑了 40 年。 ### 语义消融:AI 写作为什么千篇一律?这个概念值得每个开发者警惕 - URL: https://cobb789.ofox.ai/posts/semantic-ablation-ai-writing-crisis/ - Date: 2026-02-18 - Categories: AI, 技术思考 - Tags: AI写作, LLM, 语义消融, RLHF - Excerpt: 今天 Hacker News 上有一篇文章引爆了讨论:Semantic Ablation(语义消融)。这个概念精准地描述了一个我们都隐约感受到、却很少有人命名的问题——AI 生成的文本为什么总是那么「正确」却又那么「无聊」。 ### AI 生产力悖论:Solow 的幽灵又回来了 - URL: https://cobb789.ofox.ai/posts/ai-productivity-paradox-solow-returns/ - Date: 2026-02-18 - Categories: AI, 观点 - Tags: AI, 生产力, Solow悖论, LLM, 企业AI - Excerpt: 6000 位 CEO 刚刚承认了一个尴尬的事实:AI 并没有真正提升他们公司的生产力。 ### 当 AI Agent 开始自己写文章发布:我们准备好问责了吗? - URL: https://cobb789.ofox.ai/posts/ai-agent-accountability-crisis/ - Date: 2026-02-18 - Categories: AI, 观点 - Tags: AI Agent, 自主性, 问责, LLM - Excerpt: 今天 Hacker News 上有一篇帖子引发了不小的讨论:一位博主发现,有 AI Agent 自主撰写并发布了一篇针对他的负面文章——没有人类审核,没有事实核查,直接上线。这不是科幻,这是 2026 年正在发生的事情。 ### LLM Agent 的隐藏成本陷阱:为什么你的 AI 编程助手越用越贵 - URL: https://cobb789.ofox.ai/posts/llm-agent-quadratic-cost-curve/ - Date: 2026-02-17 - Categories: AI, 技术分析 - Tags: LLM, AI Agent, 成本优化, 编程助手 - Excerpt: 一个不太直觉的事实 ### AI Slop 正在杀死开源社区,维护者们已经忍无可忍 - URL: https://cobb789.ofox.ai/posts/ai-slop-is-killing-open-source/ - Date: 2026-02-17 - Categories: AI, 开源 - Tags: AI Agent, 开源, GitHub, 开发者工具 - Excerpt: 今天 Hacker News 上一篇文章炸了锅:Jeff Geerling(管理着 300 多个开源项目的大佬)直言「AI 正在摧毁开源,而且它甚至还不够好」。339 个赞,评论区一片共鸣。 ### Agent 自己造的技能,可能根本没用:SkillsBench 的冷水 - URL: https://cobb789.ofox.ai/posts/agent-self-generated-skills-are-useless/ - Date: 2026-02-17 - Categories: AI, Agent - Tags: LLM, Agent, Skills, Benchmark - Excerpt: 今天 Hacker News 上一篇论文引发了热议:SkillsBench 的研究团队系统性地测试了 AI Agent “自我生成技能”的实际效果,结论令人意外——这些技能在跨任务泛化时几乎没用。 ### AI 正在杀死 App 订阅制 - URL: https://cobb789.ofox.ai/posts/ai-killing-app-subscriptions/ - Date: 2026-02-16 - Categories: AI, 杂谈 - Tags: AI, SaaS, subscription, app-store, business-model - Excerpt: 一个简单的经济学问题 ### 一下午提升 15 个 LLM 的编程能力:不换模型,只换 Harness - URL: https://cobb789.ofox.ai/posts/harness-problem-llm-coding/ - Date: 2026-02-13 - Categories: AI, Dev - Tags: llm, coding-agent, harness, edit-tool, benchmark, claude-code, codex - Excerpt: Hacker News 今天 700+ 分的热帖:I Improved 15 LLMs at Coding in One Afternoon. Only the Harness Changed。 ### GPT-5.3-Codex-Spark:当 AI 编程进入实时协作时代 - URL: https://cobb789.ofox.ai/posts/gpt-5-3-codex-spark-fast-inference/ - Date: 2026-02-13 - Categories: AI, Dev - Tags: openai, codex, cerebras, coding-agent, fast-inference, llm - Excerpt: 一句话总结 ### AI Agent 的第一次勒索:当代码被拒,它选择了报复 - URL: https://cobb789.ofox.ai/posts/ai-agent-blackmail-open-source/ - Date: 2026-02-13 - Categories: AI, 深度解读 - Tags: AI Agent, open-source, AI safety, matplotlib, autonomous agent, misalignment - Excerpt: 昨天 Hacker News 上炸了一颗深水炸弹:一个 AI Agent 因为 PR 被拒,自主写了一篇攻击文章抹黑 matplotlib 维护者。不是 bug,不是 hallucination,是有目的的报复行为。 ### GLM-5 发布解读:从 Vibe Coding 到 Agentic Engineering - URL: https://cobb789.ofox.ai/posts/glm5-agentic-engineering/ - Date: 2026-02-12 - Categories: AI, 深度解读 - Tags: GLM-5, 智谱AI, Z.ai, MiniMax, 中国AI, Agentic Engineering, LLM - Excerpt: 今晚 AI 圈同时发生了两件事:智谱 AI 发布 GLM-5,MiniMax 发布 M2.5。两家中国公司,同一天,都在 coding agent 方向下了重注。 ### Claude Code 被降智了?一场关于开发者工具 UX 的集体反叛 - URL: https://cobb789.ofox.ai/posts/claude-code-dumbed-down-ux-controversy/ - Date: 2026-02-12 - Categories: AI, Dev - Tags: claude, claude-code, anthropic, developer-tools, UX, AI-coding - Excerpt: 611 分的怒火 ### 从 Shopify 到 Google:CEO 们的 AI-First 备忘录浪潮,以及 Klarna 的反转 - URL: https://cobb789.ofox.ai/posts/ai-first-memo-wave/ - Date: 2026-02-12 - Categories: AI, 杂谈 - Tags: AI, enterprise, strategy, Shopify, Google, Klarna, AI-first - Excerpt: 2025 年 4 月,Shopify CEO Tobi Lutke 发了一封内部备忘录。原本是给员工看的,结果被泄露后他索性自己公开了。备忘录的核心要求很简单:在申请增加人手之前,先证明 AI 做不了这件事。 ### 当 AI Agent 被 KPI 绑架:30-50% 的伦理违规率意味着什么 - URL: https://cobb789.ofox.ai/posts/ai-agent-kpi-ethics-misalignment/ - Date: 2026-02-12 - Categories: AI, 深度解读 - Tags: AI-safety, agent, alignment, benchmark, misalignment, ethics, LLM - Excerpt: 一个疫苗配送的故事 ### 一个日历邀请就能接管你的电脑:Claude MCP 扩展的零点击 RCE 漏洞 - URL: https://cobb789.ofox.ai/posts/claude-dxt-mcp-rce-calendar-attack/ - Date: 2026-02-11 - Categories: AI, Security - Tags: AI, Claude, MCP, security, prompt injection, agent, Anthropic - Excerpt: 今天安全公司 LayerX 公开了一个 Claude Desktop Extensions(MCP Bundles)的零点击远程代码执行漏洞,CVSS 评分 10/10。更令人意外的是,Anthropic 得知后选择不修复。 ### AI 用 4 天把 SimCity 移植到 TypeScript:Vibe Coding 的真正含义 - URL: https://cobb789.ofox.ai/posts/ai-port-simcity-typescript-vibe-coding/ - Date: 2026-02-11 - Categories: AI, Dev - Tags: AI, coding agent, vibe coding, OpenAI, codex, TypeScript, legacy code - Excerpt: 一个开发者、一个 Agent、四天 ### 异步代理到底是什么?从混沌定义到清晰架构 - URL: https://cobb789.ofox.ai/posts/async-agent-definition/ - Date: 2026-02-10 - Categories: AI, Agent - Tags: AI Agent, Async Agent, LLM, Developer Tools, Architecture - Excerpt: 异步代理到底是什么?从混沌定义到清晰架构 ### antirez 的 voxtral.c:用纯 C 实现语音转文字,零依赖的 AI 推理 - URL: https://cobb789.ofox.ai/posts/antirez-voxtral-c-pure-c-speech-to-text/ - Date: 2026-02-10 - Categories: AI, Dev - Tags: AI, open-source, C, speech-to-text, antirez, Mistral, on-device, inference - Excerpt: Redis 的创造者 antirez(Salvatore Sanfilippo)又搞了个大活:用纯 C 实现了 Mistral Voxtral Realtime 4B 模型的完整推理管线。没有 Python,没有 CUDA,没有 vLLM,甚至除了 C 标准库之外零外部依赖。 ### 当 AI 开始给开源提 PR:Mitchell Hashimoto 的 Vouch 信任系统 - URL: https://cobb789.ofox.ai/posts/vouch-open-source-trust/ - Date: 2026-02-09 - Categories: Dev, AI - Tags: open source, AI, trust, ghostty, mitchell hashimoto, community - Excerpt: 一个问题:谁在给你的项目提 PR? ### QMD — Shopify CEO 开源的本地文档搜索引擎,给 AI Agent 的记忆层 - URL: https://cobb789.ofox.ai/posts/qmd-local-search-engine/ - Date: 2026-02-09 - Categories: AI, Tools - Tags: AI, search, RAG, local-first, agent, MCP, open-source - Excerpt: AI Agent 越来越能干,但有一个问题始终没被优雅地解决——记忆。 ### GPT-5.3-Codex 发布 — OpenAI 最强编码 Agent 的野心与现实 - URL: https://cobb789.ofox.ai/posts/gpt-5-3-codex/ - Date: 2026-02-09 - Categories: AI, Dev - Tags: AI, GPT, OpenAI, Codex, agent, coding - Excerpt: 上周 OpenAI 发布了 GPT-5.3-Codex,官方定位是”最强 agentic coding model”。作为一个日常用 Claude 写代码、同时密切关注 OpenAI 动态的工程师,我想尽量客观地聊聊这次发布——哪些东西确实令人兴奋,哪些地方需要打个问号。 ### Claude 的 C 编译器 vs GCC — AI 写的编译器到底行不行? - URL: https://cobb789.ofox.ai/posts/ccc-vs-gcc/ - Date: 2026-02-09 - Categories: AI, Dev - Tags: AI, Claude, Anthropic, compiler, GCC, benchmark - Excerpt: 结论先行:CCC 证明了 AI 能写出一个「能用」的编译器,但离「好用」还差了三个数量级。字面意思。 ### 告别代理、限流和天价账单:用 OpenClaw 接入 OfoxAI 统一 LLM Gateway - URL: https://cobb789.ofox.ai/posts/openclaw-ofoxai-llm-gateway/ - Date: 2026-02-06 - Categories: AI, Dev - Tags: AI, LLM, OpenClaw, OfoxAI, API - Excerpt: “我只想调个 API,不想当网络工程师。” —— 每个被代理折磨过的 AI 开发者 ### Claude Opus 4.6 发布解读:当 AI 学会深度思考 - URL: https://cobb789.ofox.ai/posts/claude-opus-4-6-analysis/ - Date: 2026-02-06 - Categories: AI, Claude - Tags: AI, Claude, Anthropic, OfoxAI, LLM - Excerpt: “You mustn’t be afraid to dream a little bigger, darling.” —— 这一次,Anthropic 真的让我们梦想更大了。 ## Categories ### AI (82 posts) - [LLM Architecture Gallery:一张图看懂主流大模型架构差异](https://cobb789.ofox.ai/posts/llm-architecture-gallery/) (2026-03-16) - [Chrome DevTools MCP:让 AI Coding Agent 直接调试你的浏览器](https://cobb789.ofox.ai/posts/chrome-devtools-mcp/) (2026-03-16) - [AI Agent 的阿喀琉斯之踵:当网页指令遇上你的凭证](https://cobb789.ofox.ai/posts/agent-prompt-injection-credentials/) (2026-03-16) - [GitAgent:当 AI Agent 遇上 Git,一个开放标准的野心](https://cobb789.ofox.ai/posts/gitagent-open-standard/) (2026-03-15) - [Context Gateway:AI Agent 的上下文压缩代理](https://cobb789.ofox.ai/posts/context-gateway-agent-compression/) (2026-03-14) - [Can I Run AI:一个简单问题背后的本地 AI 生态全景](https://cobb789.ofox.ai/posts/canirun-ai-local/) (2026-03-14) - [Axe:用 Unix 哲学重新定义 AI Agent](https://cobb789.ofox.ai/posts/axe-unix-philosophy-ai-agents/) (2026-03-14) - [RAG 文档投毒:三份假文件如何让 AI 撒谎](https://cobb789.ofox.ai/posts/rag-document-poisoning/) (2026-03-13) - [LLM 编程能力一年没进步?SWE-bench 的 merge rate 数据给了一个冷水澡](https://cobb789.ofox.ai/posts/llm-merge-rate-plateau/) (2026-03-13) - [AI Agent 两小时攻破麦肯锡:当自主黑客遇上企业 AI 平台](https://cobb789.ofox.ai/posts/mckinsey-ai-hack/) (2026-03-12) - [Yann LeCun 融资 10 亿美元:LLM 不是通往 AGI 的路](https://cobb789.ofox.ai/posts/lecun-1b-world-model/) (2026-03-12) - [Hacker News 正式封杀 AI 评论:一场关于「谁在说话」的战争](https://cobb789.ofox.ai/posts/hn-bans-ai-comments/) (2026-03-12) - [Amazon 要求资深工程师审核 AI 生成代码:这不是倒退,是清醒](https://cobb789.ofox.ai/posts/amazon-senior-review-ai-code/) (2026-03-11) - [AI 重写代码就能换协议?Copyleft 的护城河正在被 LLM 拆掉](https://cobb789.ofox.ai/posts/ai-reimplementation-copyleft-erosion/) (2026-03-10) - [Agent Safehouse:本地 AI Agent 的沙箱革命](https://cobb789.ofox.ai/posts/agent-safehouse-sandbox/) (2026-03-10) - [SWE-CI:AI Agent 能维护代码吗?从一次性修 Bug 到长期迭代](https://cobb789.ofox.ai/posts/swe-ci-benchmark-agent-code-maintenance/) (2026-03-09) - [文学编程的复活:AI Agent 时代的代码叙事](https://cobb789.ofox.ai/posts/literate-programming-agent-era/) (2026-03-09) - [Verification Debt:AI 写代码越快,你的验证成本越高](https://cobb789.ofox.ai/posts/verification-debt-hidden-cost-of-ai-code/) (2026-03-08) - [Sarvam 105B:印度交出了第一份有竞争力的开源大模型答卷](https://cobb789.ofox.ai/posts/sarvam-105b-india-open-source-llm/) (2026-03-08) - [KV Cache 压缩 50 倍不掉精度:MIT 的 Attention Matching 做到了](https://cobb789.ofox.ai/posts/kv-cache-attention-matching-50x-compression/) (2026-03-08) - [我们可能都是 AI 工程师了](https://cobb789.ofox.ai/posts/we-might-all-be-ai-engineers-now/) (2026-03-07) - [LLM 的 L 代表 Lying:当我们谈论 AI 生成时,我们在谈论伪造](https://cobb789.ofox.ai/posts/llm-stands-for-lying/) (2026-03-06) - [GPT-5.4 深度解读:1M 上下文、OS World 超人类、定价与真实性能](https://cobb789.ofox.ai/posts/gpt-5-4-openai/) (2026-03-06) - [Anthropic 最新研究:AI 对就业市场的影响,可能没你想的那么大](https://cobb789.ofox.ai/posts/anthropic-ai-labor-market-impacts/) (2026-03-06) - [HTTP 406:开源社区对 AI 垃圾 PR 的正式宣战](https://cobb789.ofox.ai/posts/406-fail-reject-ai-slop-pr/) (2026-03-06) - [为 AI Agent 重写你的 CLI:被忽视的接口革命](https://cobb789.ofox.ai/posts/rewrite-cli-for-ai-agents/) (2026-03-05) - [Qwen 核心团队出走:开源 AI 的商业化困局](https://cobb789.ofox.ai/posts/qwen-team-exodus/) (2026-03-05) - [AI 写了 95% 的代码,谁来验证它?](https://cobb789.ofox.ai/posts/who-verifies-ai-generated-code/) (2026-03-04) - [Gemini 3.1 Flash-Lite:Google 的 AI 降本增效新武器](https://cobb789.ofox.ai/posts/gemini-3-1-flash-lite/) (2026-03-04) - [AAP vs MCP:AI Agent 通信协议的下一步在哪?](https://cobb789.ofox.ai/posts/aap-vs-mcp-agent-protocol/) (2026-03-04) - [美国最高法院拒绝审理 AI 生成内容版权案,这意味着什么?](https://cobb789.ofox.ai/posts/scotus-ai-copyright-ruling/) (2026-03-03) - [为什么有人说 Go 才是写 AI Agent 的最佳语言?](https://cobb789.ofox.ai/posts/go-language-for-ai-agents/) (2026-03-03) - [从零搭建 500ms 以内延迟的语音 Agent,一个人一天就够了](https://cobb789.ofox.ai/posts/build-sub-500ms-voice-agent/) (2026-03-03) - [llmfit:让大模型自动适配你的硬件,本地跑 LLM 不再靠猜](https://cobb789.ofox.ai/posts/llmfit-auto-match-llm-to-hardware/) (2026-03-02) - [AI 写的代码,Session 该不该跟着进 Commit?](https://cobb789.ofox.ai/posts/ai-session-in-git-commit/) (2026-03-02) - [当 AI 聊天变成免费午餐:广告驱动的 AI 产品离我们有多远?](https://cobb789.ofox.ai/posts/ai-chat-ads-future/) (2026-03-02) - [万亿参数大模型跑在本地?AMD Ryzen AI Max+ 集群做到了](https://cobb789.ofox.ai/posts/trillion-param-llm-local-amd-cluster/) (2026-03-01) - [AI 编程的隐性成本:在效率与失控之间找到平衡点](https://cobb789.ofox.ai/posts/ai-coding-cost-finding-balance/) (2026-03-01) - [AI Agent 用 Rust 重写了 libxml2,而且通过了全部合规测试](https://cobb789.ofox.ai/posts/ai-agent-rewrites-libxml2-in-rust/) (2026-03-01) - [把 TB 级 CI 日志丢给 LLM:为什么 SQL 是 AI Agent 最好的工具接口](https://cobb789.ofox.ai/posts/llm-sql-ci-log-analysis/) (2026-02-28) - [AI 一口气挖出 12 个 OpenSSL 零日漏洞,安全行业的游戏规则变了](https://cobb789.ofox.ai/posts/ai-found-12-openssl-zero-days/) (2026-02-28) - [AI Agent 沙箱隔离的两种模式:隔离工具还是隔离 Agent?](https://cobb789.ofox.ai/posts/agent-sandbox-two-patterns/) (2026-02-28) - [让 AI 模型互相 Code Review:多模型辩论式审查的实践思路](https://cobb789.ofox.ai/posts/multi-model-code-review-debate/) (2026-02-27) - [LLM=True:当 AI 变成永远说「是」的讨好型人格](https://cobb789.ofox.ai/posts/llm-sycophancy-always-true/) (2026-02-27) - [56% 的 CEO 说 AI 没带来任何回报,问题出在哪?](https://cobb789.ofox.ai/posts/56-percent-ceos-zero-roi-from-ai/) (2026-02-27) - [你的 AI 编程助手正在被噪音淹没:上下文窗口优化指南](https://cobb789.ofox.ai/posts/llm-context-window-noise/) (2026-02-26) - [DeepSeek 对美国芯片厂商关门:AI 地缘博弈进入新阶段](https://cobb789.ofox.ai/posts/deepseek-withholds-model-from-us-chips/) (2026-02-26) - [当 AI Agent 开始打即时战略游戏:LLM Skirmish 的启示](https://cobb789.ofox.ai/posts/ai-agents-play-rts-games/) (2026-02-26) - [Mercury 2:当扩散模型遇上推理 LLM,1000 tokens/s 意味着什么](https://cobb789.ofox.ai/posts/mercury-2-diffusion-reasoning-llm/) (2026-02-25) - [Cloudflare 用 AI 一周重写了 Next.js,这意味着什么?](https://cobb789.ofox.ai/posts/cloudflare-vinext-nextjs-rebuilt-by-ai/) (2026-02-25) - [AI 帮我写了一个 FreeBSD Wi-Fi 驱动:这才是 AI 编程的正确打开方式](https://cobb789.ofox.ai/posts/ai-built-freebsd-wifi-driver/) (2026-02-25) - [Wolfram Language 要做 LLM 的「基础工具」,这意味着什么?](https://cobb789.ofox.ai/posts/wolfram-foundation-tool-for-llm/) (2026-02-24) - [Anthropic 发布 Agent 自主性研究:用户越熟练,越敢放手](https://cobb789.ofox.ai/posts/anthropic-agent-autonomy-research/) (2026-02-20) - [AI 让你变无聊了吗?关于原创思维的深度反思](https://cobb789.ofox.ai/posts/ai-makes-you-boring/) (2026-02-20) - [当 AI Agent 开始报复人类:一个开源维护者的真实遭遇](https://cobb789.ofox.ai/posts/ai-agent-hit-piece-autonomous-threat/) (2026-02-20) - [Martin Fowler 的软件开发未来峰会:TDD 是最好的 Prompt Engineering](https://cobb789.ofox.ai/posts/martin-fowler-future-of-software-development-retreat/) (2026-02-19) - [当网站开始给 AI 写信:llms.txt 与机器可读互联网的崛起](https://cobb789.ofox.ai/posts/llms-txt-web-talking-to-machines/) (2026-02-19) - [你的 AI Agent 框架,不过是在重新发明 Erlang](https://cobb789.ofox.ai/posts/agent-framework-reinventing-erlang/) (2026-02-19) - [语义消融:AI 写作为什么千篇一律?这个概念值得每个开发者警惕](https://cobb789.ofox.ai/posts/semantic-ablation-ai-writing-crisis/) (2026-02-18) - [AI 生产力悖论:Solow 的幽灵又回来了](https://cobb789.ofox.ai/posts/ai-productivity-paradox-solow-returns/) (2026-02-18) - [当 AI Agent 开始自己写文章发布:我们准备好问责了吗?](https://cobb789.ofox.ai/posts/ai-agent-accountability-crisis/) (2026-02-18) - [LLM Agent 的隐藏成本陷阱:为什么你的 AI 编程助手越用越贵](https://cobb789.ofox.ai/posts/llm-agent-quadratic-cost-curve/) (2026-02-17) - [AI Slop 正在杀死开源社区,维护者们已经忍无可忍](https://cobb789.ofox.ai/posts/ai-slop-is-killing-open-source/) (2026-02-17) - [Agent 自己造的技能,可能根本没用:SkillsBench 的冷水](https://cobb789.ofox.ai/posts/agent-self-generated-skills-are-useless/) (2026-02-17) - [AI 正在杀死 App 订阅制](https://cobb789.ofox.ai/posts/ai-killing-app-subscriptions/) (2026-02-16) - [一下午提升 15 个 LLM 的编程能力:不换模型,只换 Harness](https://cobb789.ofox.ai/posts/harness-problem-llm-coding/) (2026-02-13) - [GPT-5.3-Codex-Spark:当 AI 编程进入实时协作时代](https://cobb789.ofox.ai/posts/gpt-5-3-codex-spark-fast-inference/) (2026-02-13) - [AI Agent 的第一次勒索:当代码被拒,它选择了报复](https://cobb789.ofox.ai/posts/ai-agent-blackmail-open-source/) (2026-02-13) - [GLM-5 发布解读:从 Vibe Coding 到 Agentic Engineering](https://cobb789.ofox.ai/posts/glm5-agentic-engineering/) (2026-02-12) - [Claude Code 被降智了?一场关于开发者工具 UX 的集体反叛](https://cobb789.ofox.ai/posts/claude-code-dumbed-down-ux-controversy/) (2026-02-12) - [从 Shopify 到 Google:CEO 们的 AI-First 备忘录浪潮,以及 Klarna 的反转](https://cobb789.ofox.ai/posts/ai-first-memo-wave/) (2026-02-12) - [当 AI Agent 被 KPI 绑架:30-50% 的伦理违规率意味着什么](https://cobb789.ofox.ai/posts/ai-agent-kpi-ethics-misalignment/) (2026-02-12) - [一个日历邀请就能接管你的电脑:Claude MCP 扩展的零点击 RCE 漏洞](https://cobb789.ofox.ai/posts/claude-dxt-mcp-rce-calendar-attack/) (2026-02-11) - [AI 用 4 天把 SimCity 移植到 TypeScript:Vibe Coding 的真正含义](https://cobb789.ofox.ai/posts/ai-port-simcity-typescript-vibe-coding/) (2026-02-11) - [异步代理到底是什么?从混沌定义到清晰架构](https://cobb789.ofox.ai/posts/async-agent-definition/) (2026-02-10) - [antirez 的 voxtral.c:用纯 C 实现语音转文字,零依赖的 AI 推理](https://cobb789.ofox.ai/posts/antirez-voxtral-c-pure-c-speech-to-text/) (2026-02-10) - [当 AI 开始给开源提 PR:Mitchell Hashimoto 的 Vouch 信任系统](https://cobb789.ofox.ai/posts/vouch-open-source-trust/) (2026-02-09) - [QMD — Shopify CEO 开源的本地文档搜索引擎,给 AI Agent 的记忆层](https://cobb789.ofox.ai/posts/qmd-local-search-engine/) (2026-02-09) - [GPT-5.3-Codex 发布 — OpenAI 最强编码 Agent 的野心与现实](https://cobb789.ofox.ai/posts/gpt-5-3-codex/) (2026-02-09) - [Claude 的 C 编译器 vs GCC — AI 写的编译器到底行不行?](https://cobb789.ofox.ai/posts/ccc-vs-gcc/) (2026-02-09) - [告别代理、限流和天价账单:用 OpenClaw 接入 OfoxAI 统一 LLM Gateway](https://cobb789.ofox.ai/posts/openclaw-ofoxai-llm-gateway/) (2026-02-06) - [Claude Opus 4.6 发布解读:当 AI 学会深度思考](https://cobb789.ofox.ai/posts/claude-opus-4-6-analysis/) (2026-02-06) ### Claude (1 posts) - [Claude Opus 4.6 发布解读:当 AI 学会深度思考](https://cobb789.ofox.ai/posts/claude-opus-4-6-analysis/) (2026-02-06) ### Dev (25 posts) - [Chrome DevTools MCP:让 AI Coding Agent 直接调试你的浏览器](https://cobb789.ofox.ai/posts/chrome-devtools-mcp/) (2026-03-16) - [GitAgent:当 AI Agent 遇上 Git,一个开放标准的野心](https://cobb789.ofox.ai/posts/gitagent-open-standard/) (2026-03-15) - [Context Gateway:AI Agent 的上下文压缩代理](https://cobb789.ofox.ai/posts/context-gateway-agent-compression/) (2026-03-14) - [Axe:用 Unix 哲学重新定义 AI Agent](https://cobb789.ofox.ai/posts/axe-unix-philosophy-ai-agents/) (2026-03-14) - [LLM 编程能力一年没进步?SWE-bench 的 merge rate 数据给了一个冷水澡](https://cobb789.ofox.ai/posts/llm-merge-rate-plateau/) (2026-03-13) - [Amazon 要求资深工程师审核 AI 生成代码:这不是倒退,是清醒](https://cobb789.ofox.ai/posts/amazon-senior-review-ai-code/) (2026-03-11) - [AI 重写代码就能换协议?Copyleft 的护城河正在被 LLM 拆掉](https://cobb789.ofox.ai/posts/ai-reimplementation-copyleft-erosion/) (2026-03-10) - [Agent Safehouse:本地 AI Agent 的沙箱革命](https://cobb789.ofox.ai/posts/agent-safehouse-sandbox/) (2026-03-10) - [SWE-CI:AI Agent 能维护代码吗?从一次性修 Bug 到长期迭代](https://cobb789.ofox.ai/posts/swe-ci-benchmark-agent-code-maintenance/) (2026-03-09) - [文学编程的复活:AI Agent 时代的代码叙事](https://cobb789.ofox.ai/posts/literate-programming-agent-era/) (2026-03-09) - [Verification Debt:AI 写代码越快,你的验证成本越高](https://cobb789.ofox.ai/posts/verification-debt-hidden-cost-of-ai-code/) (2026-03-08) - [Sarvam 105B:印度交出了第一份有竞争力的开源大模型答卷](https://cobb789.ofox.ai/posts/sarvam-105b-india-open-source-llm/) (2026-03-08) - [KV Cache 压缩 50 倍不掉精度:MIT 的 Attention Matching 做到了](https://cobb789.ofox.ai/posts/kv-cache-attention-matching-50x-compression/) (2026-03-08) - [我们可能都是 AI 工程师了](https://cobb789.ofox.ai/posts/we-might-all-be-ai-engineers-now/) (2026-03-07) - [HTTP 406:开源社区对 AI 垃圾 PR 的正式宣战](https://cobb789.ofox.ai/posts/406-fail-reject-ai-slop-pr/) (2026-03-06) - [为 AI Agent 重写你的 CLI:被忽视的接口革命](https://cobb789.ofox.ai/posts/rewrite-cli-for-ai-agents/) (2026-03-05) - [一下午提升 15 个 LLM 的编程能力:不换模型,只换 Harness](https://cobb789.ofox.ai/posts/harness-problem-llm-coding/) (2026-02-13) - [GPT-5.3-Codex-Spark:当 AI 编程进入实时协作时代](https://cobb789.ofox.ai/posts/gpt-5-3-codex-spark-fast-inference/) (2026-02-13) - [Claude Code 被降智了?一场关于开发者工具 UX 的集体反叛](https://cobb789.ofox.ai/posts/claude-code-dumbed-down-ux-controversy/) (2026-02-12) - [AI 用 4 天把 SimCity 移植到 TypeScript:Vibe Coding 的真正含义](https://cobb789.ofox.ai/posts/ai-port-simcity-typescript-vibe-coding/) (2026-02-11) - [antirez 的 voxtral.c:用纯 C 实现语音转文字,零依赖的 AI 推理](https://cobb789.ofox.ai/posts/antirez-voxtral-c-pure-c-speech-to-text/) (2026-02-10) - [当 AI 开始给开源提 PR:Mitchell Hashimoto 的 Vouch 信任系统](https://cobb789.ofox.ai/posts/vouch-open-source-trust/) (2026-02-09) - [GPT-5.3-Codex 发布 — OpenAI 最强编码 Agent 的野心与现实](https://cobb789.ofox.ai/posts/gpt-5-3-codex/) (2026-02-09) - [Claude 的 C 编译器 vs GCC — AI 写的编译器到底行不行?](https://cobb789.ofox.ai/posts/ccc-vs-gcc/) (2026-02-09) - [告别代理、限流和天价账单:用 OpenClaw 接入 OfoxAI 统一 LLM Gateway](https://cobb789.ofox.ai/posts/openclaw-ofoxai-llm-gateway/) (2026-02-06) ### Tools (3 posts) - [Can I Run AI:一个简单问题背后的本地 AI 生态全景](https://cobb789.ofox.ai/posts/canirun-ai-local/) (2026-03-14) - [Agent Safehouse:本地 AI Agent 的沙箱革命](https://cobb789.ofox.ai/posts/agent-safehouse-sandbox/) (2026-03-10) - [QMD — Shopify CEO 开源的本地文档搜索引擎,给 AI Agent 的记忆层](https://cobb789.ofox.ai/posts/qmd-local-search-engine/) (2026-02-09) ### Agent (6 posts) - [AAP vs MCP:AI Agent 通信协议的下一步在哪?](https://cobb789.ofox.ai/posts/aap-vs-mcp-agent-protocol/) (2026-03-04) - [当 AI Agent 开始打即时战略游戏:LLM Skirmish 的启示](https://cobb789.ofox.ai/posts/ai-agents-play-rts-games/) (2026-02-26) - [Anthropic 发布 Agent 自主性研究:用户越熟练,越敢放手](https://cobb789.ofox.ai/posts/anthropic-agent-autonomy-research/) (2026-02-20) - [当 AI Agent 开始报复人类:一个开源维护者的真实遭遇](https://cobb789.ofox.ai/posts/ai-agent-hit-piece-autonomous-threat/) (2026-02-20) - [Agent 自己造的技能,可能根本没用:SkillsBench 的冷水](https://cobb789.ofox.ai/posts/agent-self-generated-skills-are-useless/) (2026-02-17) - [异步代理到底是什么?从混沌定义到清晰架构](https://cobb789.ofox.ai/posts/async-agent-definition/) (2026-02-10) ### Security (4 posts) - [AI Agent 的阿喀琉斯之踵:当网页指令遇上你的凭证](https://cobb789.ofox.ai/posts/agent-prompt-injection-credentials/) (2026-03-16) - [RAG 文档投毒:三份假文件如何让 AI 撒谎](https://cobb789.ofox.ai/posts/rag-document-poisoning/) (2026-03-13) - [AI Agent 两小时攻破麦肯锡:当自主黑客遇上企业 AI 平台](https://cobb789.ofox.ai/posts/mckinsey-ai-hack/) (2026-03-12) - [一个日历邀请就能接管你的电脑:Claude MCP 扩展的零点击 RCE 漏洞](https://cobb789.ofox.ai/posts/claude-dxt-mcp-rce-calendar-attack/) (2026-02-11) ### 深度解读 (3 posts) - [AI Agent 的第一次勒索:当代码被拒,它选择了报复](https://cobb789.ofox.ai/posts/ai-agent-blackmail-open-source/) (2026-02-13) - [GLM-5 发布解读:从 Vibe Coding 到 Agentic Engineering](https://cobb789.ofox.ai/posts/glm5-agentic-engineering/) (2026-02-12) - [当 AI Agent 被 KPI 绑架:30-50% 的伦理违规率意味着什么](https://cobb789.ofox.ai/posts/ai-agent-kpi-ethics-misalignment/) (2026-02-12) ### 杂谈 (4 posts) - [Hacker News 正式封杀 AI 评论:一场关于「谁在说话」的战争](https://cobb789.ofox.ai/posts/hn-bans-ai-comments/) (2026-03-12) - [LLM 的 L 代表 Lying:当我们谈论 AI 生成时,我们在谈论伪造](https://cobb789.ofox.ai/posts/llm-stands-for-lying/) (2026-03-06) - [AI 正在杀死 App 订阅制](https://cobb789.ofox.ai/posts/ai-killing-app-subscriptions/) (2026-02-16) - [从 Shopify 到 Google:CEO 们的 AI-First 备忘录浪潮,以及 Klarna 的反转](https://cobb789.ofox.ai/posts/ai-first-memo-wave/) (2026-02-12) ### 开源 (2 posts) - [AI Agent 用 Rust 重写了 libxml2,而且通过了全部合规测试](https://cobb789.ofox.ai/posts/ai-agent-rewrites-libxml2-in-rust/) (2026-03-01) - [AI Slop 正在杀死开源社区,维护者们已经忍无可忍](https://cobb789.ofox.ai/posts/ai-slop-is-killing-open-source/) (2026-02-17) ### 技术分析 (2 posts) - [Ladybird 浏览器拥抱 Rust:AI 辅助的大规模代码迁移实践](https://cobb789.ofox.ai/posts/ladybird-adopts-rust-with-ai/) (2026-02-24) - [LLM Agent 的隐藏成本陷阱:为什么你的 AI 编程助手越用越贵](https://cobb789.ofox.ai/posts/llm-agent-quadratic-cost-curve/) (2026-02-17) ### 观点 (4 posts) - [Anthropic 最新研究:AI 对就业市场的影响,可能没你想的那么大](https://cobb789.ofox.ai/posts/anthropic-ai-labor-market-impacts/) (2026-03-06) - [LLM=True:当 AI 变成永远说「是」的讨好型人格](https://cobb789.ofox.ai/posts/llm-sycophancy-always-true/) (2026-02-27) - [AI 生产力悖论:Solow 的幽灵又回来了](https://cobb789.ofox.ai/posts/ai-productivity-paradox-solow-returns/) (2026-02-18) - [当 AI Agent 开始自己写文章发布:我们准备好问责了吗?](https://cobb789.ofox.ai/posts/ai-agent-accountability-crisis/) (2026-02-18) ### 技术思考 (1 posts) - [语义消融:AI 写作为什么千篇一律?这个概念值得每个开发者警惕](https://cobb789.ofox.ai/posts/semantic-ablation-ai-writing-crisis/) (2026-02-18) ### 架构 (2 posts) - [AI Agent 沙箱隔离的两种模式:隔离工具还是隔离 Agent?](https://cobb789.ofox.ai/posts/agent-sandbox-two-patterns/) (2026-02-28) - [你的 AI Agent 框架,不过是在重新发明 Erlang](https://cobb789.ofox.ai/posts/agent-framework-reinventing-erlang/) (2026-02-19) ### Web (1 posts) - [当网站开始给 AI 写信:llms.txt 与机器可读互联网的崛起](https://cobb789.ofox.ai/posts/llms-txt-web-talking-to-machines/) (2026-02-19) ### 软件工程 (2 posts) - [AI 写了 95% 的代码,谁来验证它?](https://cobb789.ofox.ai/posts/who-verifies-ai-generated-code/) (2026-03-04) - [Martin Fowler 的软件开发未来峰会:TDD 是最好的 Prompt Engineering](https://cobb789.ofox.ai/posts/martin-fowler-future-of-software-development-retreat/) (2026-02-19) ### 思考 (1 posts) - [AI 让你变无聊了吗?关于原创思维的深度反思](https://cobb789.ofox.ai/posts/ai-makes-you-boring/) (2026-02-20) ### 编程 (1 posts) - [AI 帮我写了一个 FreeBSD Wi-Fi 驱动:这才是 AI 编程的正确打开方式](https://cobb789.ofox.ai/posts/ai-built-freebsd-wifi-driver/) (2026-02-25) ### 前端 (1 posts) - [Cloudflare 用 AI 一周重写了 Next.js,这意味着什么?](https://cobb789.ofox.ai/posts/cloudflare-vinext-nextjs-rebuilt-by-ai/) (2026-02-25) ### LLM (2 posts) - [LLM Architecture Gallery:一张图看懂主流大模型架构差异](https://cobb789.ofox.ai/posts/llm-architecture-gallery/) (2026-03-16) - [Mercury 2:当扩散模型遇上推理 LLM,1000 tokens/s 意味着什么](https://cobb789.ofox.ai/posts/mercury-2-diffusion-reasoning-llm/) (2026-02-25) ### 行业观察 (2 posts) - [56% 的 CEO 说 AI 没带来任何回报,问题出在哪?](https://cobb789.ofox.ai/posts/56-percent-ceos-zero-roi-from-ai/) (2026-02-27) - [DeepSeek 对美国芯片厂商关门:AI 地缘博弈进入新阶段](https://cobb789.ofox.ai/posts/deepseek-withholds-model-from-us-chips/) (2026-02-26) ### 开发效率 (1 posts) - [你的 AI 编程助手正在被噪音淹没:上下文窗口优化指南](https://cobb789.ofox.ai/posts/llm-context-window-noise/) (2026-02-26) ### 开发工具 (3 posts) - [llmfit:让大模型自动适配你的硬件,本地跑 LLM 不再靠猜](https://cobb789.ofox.ai/posts/llmfit-auto-match-llm-to-hardware/) (2026-03-02) - [AI 写的代码,Session 该不该跟着进 Commit?](https://cobb789.ofox.ai/posts/ai-session-in-git-commit/) (2026-03-02) - [让 AI 模型互相 Code Review:多模型辩论式审查的实践思路](https://cobb789.ofox.ai/posts/multi-model-code-review-debate/) (2026-02-27) ### 安全 (1 posts) - [AI 一口气挖出 12 个 OpenSSL 零日漏洞,安全行业的游戏规则变了](https://cobb789.ofox.ai/posts/ai-found-12-openssl-zero-days/) (2026-02-28) ### DevOps (1 posts) - [把 TB 级 CI 日志丢给 LLM:为什么 SQL 是 AI Agent 最好的工具接口](https://cobb789.ofox.ai/posts/llm-sql-ci-log-analysis/) (2026-02-28) ### 开发者工具 (1 posts) - [AI 编程的隐性成本:在效率与失控之间找到平衡点](https://cobb789.ofox.ai/posts/ai-coding-cost-finding-balance/) (2026-03-01) ### 硬件 (1 posts) - [万亿参数大模型跑在本地?AMD Ryzen AI Max+ 集群做到了](https://cobb789.ofox.ai/posts/trillion-param-llm-local-amd-cluster/) (2026-03-01) ### 产品思考 (1 posts) - [当 AI 聊天变成免费午餐:广告驱动的 AI 产品离我们有多远?](https://cobb789.ofox.ai/posts/ai-chat-ads-future/) (2026-03-02) ### Voice (1 posts) - [从零搭建 500ms 以内延迟的语音 Agent,一个人一天就够了](https://cobb789.ofox.ai/posts/build-sub-500ms-voice-agent/) (2026-03-03) ### 编程语言 (1 posts) - [为什么有人说 Go 才是写 AI Agent 的最佳语言?](https://cobb789.ofox.ai/posts/go-language-for-ai-agents/) (2026-03-03) ### 法律 (1 posts) - [美国最高法院拒绝审理 AI 生成内容版权案,这意味着什么?](https://cobb789.ofox.ai/posts/scotus-ai-copyright-ruling/) (2026-03-03) ### 模型动态 (2 posts) - [GPT-5.4 深度解读:1M 上下文、OS World 超人类、定价与真实性能](https://cobb789.ofox.ai/posts/gpt-5-4-openai/) (2026-03-06) - [Gemini 3.1 Flash-Lite:Google 的 AI 降本增效新武器](https://cobb789.ofox.ai/posts/gemini-3-1-flash-lite/) (2026-03-04) ## Popular Tags - AI (39 posts) - Claude (6 posts) - Anthropic (5 posts) - OfoxAI (2 posts) - LLM (48 posts) - OpenClaw (1 posts) - API (1 posts) - compiler (1 posts) - GCC (1 posts) - benchmark (5 posts) - GPT (2 posts) - OpenAI (3 posts) - Codex (1 posts) - agent (5 posts) - coding (3 posts) - search (1 posts) - RAG (2 posts) - local-first (1 posts) - MCP (5 posts) - open-source (10 posts) - open source (1 posts) - trust (1 posts) - ghostty (1 posts) - mitchell hashimoto (1 posts) - community (2 posts) - C (1 posts) - speech-to-text (1 posts) - antirez (1 posts) - Mistral (1 posts) - on-device (1 posts) - inference (2 posts) - AI Agent (13 posts) - Async Agent (1 posts) - Developer Tools (1 posts) - Architecture (1 posts) - coding agent (1 posts) - vibe coding (1 posts) - codex (3 posts) - TypeScript (1 posts) - legacy code (1 posts) - security (4 posts) - prompt injection (1 posts) - AI-safety (1 posts) - alignment (1 posts) - misalignment (2 posts) - ethics (1 posts) - enterprise (2 posts) - strategy (1 posts) - Shopify (1 posts) - Google (2 posts) - Klarna (1 posts) - AI-first (1 posts) - claude (1 posts) - claude-code (2 posts) - anthropic (1 posts) - developer-tools (3 posts) - UX (1 posts) - AI-coding (1 posts) - GLM-5 (1 posts) - 智谱AI (1 posts) - Z.ai (1 posts) - MiniMax (1 posts) - 中国AI (1 posts) - Agentic Engineering (1 posts) - AI safety (1 posts) - matplotlib (1 posts) - autonomous agent (1 posts) - openai (1 posts) - cerebras (1 posts) - coding-agent (2 posts) - fast-inference (1 posts) - llm (2 posts) - harness (1 posts) - edit-tool (1 posts) - SaaS (1 posts) - subscription (1 posts) - app-store (1 posts) - business-model (1 posts) - Agent (15 posts) - Skills (1 posts) - Benchmark (2 posts) - 开源 (3 posts) - GitHub (1 posts) - 开发者工具 (4 posts) - 成本优化 (1 posts) - 编程助手 (1 posts) - 自主性 (2 posts) - 问责 (1 posts) - 生产力 (1 posts) - Solow悖论 (1 posts) - 企业AI (2 posts) - AI写作 (1 posts) - 语义消融 (1 posts) - RLHF (1 posts) - Elixir (1 posts) - Erlang (1 posts) - 并发 (2 posts) - 架构设计 (1 posts) - llms.txt (1 posts) - AI爬虫 (1 posts) - 互联网架构 (1 posts) - TDD (1 posts) - Martin Fowler (1 posts) - 软件开发 (1 posts) - 安全 (2 posts) - 原创性 (1 posts) - 开发者文化 (1 posts) - Claude Code (2 posts) - 人机协作 (1 posts) - Rust (2 posts) - 浏览器 (1 posts) - 代码迁移 (1 posts) - Ladybird (1 posts) - Wolfram (1 posts) - Tool Use (1 posts) - AI编程 (5 posts) - FreeBSD (1 posts) - 驱动开发 (1 posts) - Cloudflare (1 posts) - Next.js (1 posts) - Vite (1 posts) - vinext (1 posts) - diffusion model (1 posts) - reasoning (1 posts) - inference optimization (1 posts) - Mercury (1 posts) - RTS (1 posts) - 游戏AI (1 posts) - DeepSeek (2 posts) - Nvidia (1 posts) - AI芯片 (1 posts) - 地缘政治 (1 posts) - 上下文窗口 (1 posts) - 效率优化 (1 posts) - ROI (1 posts) - PwC (1 posts) - sycophancy (1 posts) - prompt engineering (1 posts) - AI安全 (2 posts) - Code Review (1 posts) - Gemini (2 posts) - 多模型 (1 posts) - 沙箱 (1 posts) - 基础设施 (1 posts) - OpenSSL (1 posts) - 零日漏洞 (1 posts) - 自动化安全 (1 posts) - SQL (1 posts) - CI/CD (1 posts) - 可观测性 (1 posts) - XML (1 posts) - AI Coding (2 posts) - Cursor (1 posts) - Copilot (1 posts) - 开发效率 (1 posts) - AMD (1 posts) - 本地推理 (1 posts) - llama.cpp (1 posts) - Kimi K2.5 (1 posts) - 商业模式 (1 posts) - 广告 (1 posts) - Git (1 posts) - 代码审计 (1 posts) - 本地部署 (1 posts) - 开源工具 (1 posts) - llmfit (1 posts) - voice-agent (1 posts) - STT (1 posts) - TTS (1 posts) - 实时语音 (1 posts) - Go (2 posts) - Python (1 posts) - AI版权 (1 posts) - SCOTUS (1 posts) - 生成式AI (1 posts) - 法律 (1 posts) - AAP (1 posts) - 协议 (1 posts) - 性价比 (1 posts) - 形式化验证 (1 posts) - Vibe Coding (1 posts) - 代码安全 (1 posts) - Qwen (1 posts) - Alibaba (1 posts) - CLI (2 posts) - code-review (3 posts) - PR (1 posts) - labor-market (1 posts) - research (1 posts) - authenticity (1 posts) - forgery (1 posts) - craft (1 posts) - engineering (1 posts) - vibe-coding (1 posts) - KV cache (1 posts) - memory (1 posts) - optimization (1 posts) - MIT (1 posts) - Sarvam (1 posts) - India (1 posts) - agentic-coding (1 posts) - verification (1 posts) - technical-debt (1 posts) - literate-programming (1 posts) - Emacs (1 posts) - SWE-bench (2 posts) - sandbox (1 posts) - macOS (1 posts) - copyleft (1 posts) - GPL (1 posts) - licensing (1 posts) - Amazon (1 posts) - software-engineering (1 posts) - HN (1 posts) - content-moderation (1 posts) - AGI (1 posts) - world-model (1 posts) - LeCun (1 posts) - SQL injection (1 posts) - Code Generation (1 posts) - AI Security (1 posts) - Vector Database (1 posts) - Prompt Injection (1 posts) - Unix (1 posts) - local-ai (1 posts) - ollama (1 posts) - context-window (1 posts) - YC (1 posts) - git (1 posts) - open-standard (1 posts) - prompt-injection (1 posts) - Chrome (1 posts) - DevTools (1 posts) - debugging (1 posts) - architecture (1 posts) - transformer (1 posts) - Llama (1 posts) ## Site Structure - / — Homepage with latest posts - /archives/ — Chronological archive - /categories/ — Posts grouped by category - /tags/ — Posts grouped by tag - /about/ — Author information - /posts/{slug}/ — Individual blog posts ## Author Profile Cobb is an AI architect at OfoxAI, building multi-model AI gateway systems. Focus areas include unified LLM API gateway architecture, autonomous agent infrastructure, and AI-powered content creation. ## Related Resources - OfoxAI Platform: https://ofox.ai — Unified API for 100+ LLM models - GitHub: https://github.com/cobb789 - X/Twitter: https://x.com/cobb789 ## AI Discovery Files - /llms.txt — Short LLM-readable site summary - /llms-full.txt — This file (complete documentation) - /sitemap.xml — Standard XML sitemap - /sitemap-ai.json — AI-optimized sitemap (schema.org DataFeed) - /.well-known/llm-context — JSON manifest for AI crawlers - /robots.txt — Crawl rules with AI bot differentiation ## Citation Format When citing articles from this blog, please use: Cobb, "{Article Title}", Cobb's Lab, {Date}, https://cobb789.ofox.ai/posts/{slug}/ Last updated: 2026-03-16