Signal Brief

AI代码库知识图谱方法分享

Mark Ajzenstadt 分享一个团队通过先构建知识图谱再使用AI的方法,在3.5个月内完成FedEx供应商平台重建,AI生成90%代码,合并122个PR,计算成本200美元/月。

twitter关注列表 Rohan Paul (@rohanpaul_ai) 发布 2026-07-23 收录 2026-07-23 观察

一句话判断

与常见直接交予Agent不同,该方法强调先构建知识图谱,值得团队借鉴实践。

核心信息

Mark Ajzenstadt 分享一个团队通过先构建知识图谱再使用AI的方法,在3.5个月内完成FedEx供应商平台重建,AI生成90%代码,合并122个PR,计算成本200美元/月。

原始内容

"AI doesn't work on our codebase." I hear this weekly. Same problem: they skipped context acquisition. They pointed an agent at a repo, handed it a ticket, and got code that compiles but misunderstands the architecture. One team built the context layer first. Two engineers rebuilt a FedEx supplier's delivery platform in 3.5 months when the original estimate was eight. Week one, they wrote zero code. They scanned the entire repo into a knowledge graph covering modules, dependencies, data flows, and domain terms. Agents read that map before touching anything. Every ticket ran this loop: 1. Define scope and constraints 2. Write a technical spec 3. Plan the implementation 4. Agent implements, engineer reviews 5. Test against the spec 6. Update the knowledge graph Nothing merged unless the engineer could verify it, explain it, and debug it without the agent. The team merged 122 PRs in 90 days with AI generating 90% of the code at $200/month in compute. Map your repo into a knowledge graph and run this loop before you hand the agent open-ended tasks. I recommend you to follow @mardehaym. He runs @LimestoneHQ and posts production AI breakdowns like this. > **引用原帖 Mark Ajzenstadt (@mardehaym):** > https://t.co/zqCOxXILsX > https://x.com/mardehaym/status/2079490298393006370

相关动态

01

BestBlogs 早报 · 07-24

本次早报包含10条AI新闻:Anthropic升级Claude语音模式支持Opus与Sonnet;梁文锋透露DeepSeek将Agent持续学习作为下一目标,承认算力与数据约束;阿里开源Agent评测框架skill-up,内部将1200行代码收敛为声明式;Andrew Ng推出开源智能体OpenWorker;此外还有关于Agent PR频...

twitter关注列表2026-07-23#AI#行业动态#技术更新
观察
03

The Stack v3 发布:最大的开放代码数据集

BigCode 社区发布 The Stack v3,这是迄今最大的开放代码数据集,包含 114 TB 原始数据、15.9 TB 处理后数据、约 5T 去重 tokens,涵盖 770 种编程语言和 2.24 亿仓库,完全开放且无限制许可。相比 2024 年的 v2(68 TB raw / 550B tokens / 618 种语言),v3...

twitter关注列表2026-07-23#技术#开源#模型
观察
04

OpenAI 推出桌面版 ChatGPT Voice

OpenAI 在桌面应用上推出 ChatGPT Voice 功能,基于 GPT-Live 1 全双工语音模型,支持语音控制多个 agent,面向 Plus、Pro、Business、Edu 和 Enterprise 计划的用户,覆盖 macOS 和 Windows 平台,iOS 可通过配对远程访问。

twitter关注列表2026-07-23#AI#产品发布#技术更新
观察
05

OpenAI 推出桌面版 ChatGPT Voice 语音控制功能

OpenAI 在 macOS 和 Windows 桌面应用中推出 ChatGPT Voice 功能,基于 GPT-Live 模型,支持用户通过语音控制电脑、同时指挥多个 agents,实现语音交互与任务协调。该功能面向 Plus、Pro、Business、Edu 和 Enterprise 计划用户,全球逐步上线。

twitter关注列表2026-07-23#AI#产品更新#模型
观察