Glean 拾遗
Daily · timeline

A few picks a day.

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

Claude Code: An Agentic Coding Partner in Your Terminal

终端里的 AI 结对编程搭档:Claude Code 全解析

Claude Code is an agentic coding tool by Anthropic that runs in your terminal, deeply understanding your codebase. It goes beyond completion by executing routine tasks, explaining complex logic, and managing git workflows via natural language. Available in the terminal, IDE, or on GitHub, this open-source repository provides the core CLI tool and a rich set of official plugins for code review, feature development, and more, targeting engineers seeking deep LLM integration in their daily work.

github.com · 4 min · Agents · LLM
06:00

How to Build the Loops That Just Replaced Entire Prompt Engineering

停止写提示词:用循环(loops)构建自主运行的AI智能体

The era of crafting better prompts to improve AI agents is quietly ending. Top engineers now build 'loops'—systems where agents plan, execute, verify, and iterate without human intervention. Using Karpathy's overnight 700-experiment run that found 20 optimizations as a case study, the article breaks down loop architecture: automation heartbeat, skill files (project context), sub-agents (writer vs reviewer), connectors, and a verifier gate. It warns against Ralph Wiggum loops (premature exit) and comprehension debt (accumulated unread code). Practical advice: start with one boring recurring task, verify manually before scheduling, measure cost per accepted change. Essential for engineers building production agent workflows.

x.com · 9 min · Agents · AI Engineering · LLM · Loop Engineering · Verifier
06:00

12 Claude Shortcuts That Slashed My Workflow in Half. Here's the Full List.

12个Claude快捷键:实测每天省29分钟,附完整列表

The author tracked daily operations in Claude and Claude Code for a week, finding that about 51 minutes per day were wasted on clicking, navigating, waiting, and resending. By testing every shortcut, 12 were selected (6 browser + 6 terminal) with quantified time and token savings. After adoption, daily ops dropped to 22 minutes, saving 29 minutes and ~35% tokens. Essential reading for heavy Claude users.

x.com · 11 min · Ai Tooling · Claude Code · LLM · Productivity