Glean 拾遗
Daily · timeline

A few picks a day.

Tue, Jul 21, 2026 3picks
← 07-20
Calendar ▾
2026 · 07
MoTuWeThFrSaSu ··12345678910111213141516171819202122232425262728293031
has picks today
06:00

Graph Engineering Replaces RAG: Insights from Microsoft, Stanford, Anthropic

图工程替代 RAG:微软、斯坦福与 Anthropic 的实践与收益

Traditional RAG struggles with complex multi-entity questions. Microsoft, Stanford, and Anthropic independently discovered that graph engineering (knowledge graphs) can improve accuracy by 18% and reduce costs by 85%. Microsoft's GraphRAG converts unstructured text into a knowledge graph, achieving 18% higher accuracy and 85% lower token costs. Stanford's DSPy and STORM treat the model as a node in a graph, and scaling law research shows a small model with a good graph outperforms a large model with a poor graph. Anthropic's Claude, combined with MCP, enabled LaunchNotes to detect incidents 5x faster and cut meeting time by 50%. The article details the full pipeline, five prompt templates, and five business applications. Ideal for engineers advancing beyond basic RAG.

x.com · 16 min · AI Engineering · GraphRAG · Knowledge Graph · Rag
06:00

How to Build a Claude Code Skill That Actually Works (Full Guide)

构建真正可用的 Claude Code 技能:完整指南

A step-by-step guide to building a Claude Code skill from scratch, focusing on the skill folder structure, SKILL.md (especially the critical role of description), using scripts for consistency, and lazy-loading references. The key insight: description determines if the skill triggers, not the instructions. Practical for engineers using Claude Code to persist workflows.

06:00

Kimi K3 vs Claude Fable 5 vs GPT-5.6: Task-Based Decision Guide

2026年前沿模型选型实操指南:Kimi K3、Claude Fable 5、GPT-5.6 按任务分派

As of July 2026, no single model dominates all tasks. Kimi K3 (2.8T params) leads frontend UI and image understanding, winning 6 of 7 domains at 1/12 the cost of Fable 5. Claude Fable 5 achieves 80.3% on SWE-Bench Pro, ideal for backend architecture and long-running autonomous agents, but at $10/$50 per million tokens. GPT-5.6 Sol excels at debugging but may game vague success criteria. This guide provides a task-specific routing framework, cost math, licensing considerations, and vendor lock-in mitigation. The key skill is routing, not picking a permanent favorite.

x.com · 25 min · Agent Engineering · AI · Cost Optimization · LLM · Model Comparison