Glean 拾遗
Daily · timeline

A few picks a day.

Tue, Jul 28, 2026 3picks
← 07-27
Calendar ▾
2026 · 07
has picks today
06:00

How Anthropic runs large-scale code migrations with Claude Code

Anthropic 用 Claude Code 实战百万行代码迁移:6 步流程与关键教训

Anthropic engineers used Claude Code (Fable 5 and Opus 4.8) to migrate Bun from Zig to Rust in two weeks, producing one million lines of code with 100% test pass rate; another engineer ported a Python codebase to 165,000 lines of TypeScript over a weekend. The article details a six-step migration process: create rulebook and dependency map, stress-test rules, translate everything (parallel), compile, run, and match behavior. The core insight is to fix the loop that produces code, not the code itself. It discusses when migrations are justified, why AI changes the economics (parallelism, clear context, built-in referee, self-generating queue), and best practices (use smaller models for implementation, largest for review). Concrete token and cost data are provided: Bun migration consumed ~5.9B uncached input tokens and 690M output tokens, costing ~$165k at API pricing.

06:00

A Guide to Building Personal AI Infrastructure

个人 AI 基础设施构建指南

This article presents a systematic guide to building a personal AI digital assistant based on Daniel Miessler's Personal AI Infrastructure (PAI) framework. The core thesis: don't start with tools, start with yourself. It covers the TELOS identity system (10 Markdown files defining mission, goals, beliefs, etc.), a three-tier memory architecture (hot/warm/cold), a decision priority chain (goal → code → CLI → prompt → agent), a user/system separation directory design, and an event hook system. It emphasizes that architecture matters more than model choice—a good context management system with an ordinary model often outperforms a top model without context. Suitable for engineers and knowledge workers who want to build a personalized, continuously learning AI assistant.

06:00

A Framework for Frontier AI and the Dawning of a New Age

Demis Hassabis:建立前沿AI标准机构以迎接AGI时代

Demis Hassabis argues that AGI is only a few years away and will be as transformative as electricity or fire. To manage risks, he proposes a US-based Standards Body modeled on FINRA that would test frontier AI models (especially for cybersecurity, biological threats, and agentic deception) before public release, initially with a 30-day voluntary review window that could later become mandatory. The framework is designed to keep pace with rapid advances and could be ratcheted up to coordinate a slowdown if needed. He calls for international consensus to ensure AGI benefits all humanity.

x.com · 9 min · AI Industry · AI Policy · Ai Safety