Glean 拾遗
Recent picks

2picks · chronological

08-18

Handing Claude daily app maintenance: 388 PRs in weeks

The author has been experimenting with letting Claude take over day-to-day maintenance of their apps. A dedicated Slack channel runs Claude Tag daily across iOS, Android, Desktop, web, CLI, and Agent SDK: a crash fuzzer taps around in simulators to find and fix crashes, a dup unifier merges similar abstractions, a dead-code remover deletes unreachable code and logs suspects, and an abstraction police fixes leaky abstractions. In a few weeks the routines opened 388 PRs; 180 were merged after Claude Code Review plus human review. Claude usually gets PRs right first try, and when it doesn't, the author asks Claude to tune its own routines so they improve the next day. The post includes some actual prompts and a link to Claude Code routines for trying similar workflows.

x.com · 2 min · Agent Workflows · Automation · Claude Code
08-07

Introducing routines: scheduled cloud automations in Claude Code

Anthropic is adding routines to Claude Code in research preview. A routine packages a prompt, a repo, and connectors into an automation that runs on Anthropic's cloud, so nothing depends on your laptop staying open. There are three triggers: a schedule (hourly, nightly, weekly), an HTTP endpoint with its own auth token that returns a session URL, and GitHub repository webhooks that open a session per matching PR and keep feeding in follow-ups like comments and CI failures. The post sketches usage patterns—nightly backlog triage, docs drift scans, post-deploy smoke checks, Datadog alert triage—and documents daily caps: 5 routines for Pro, 15 for Max, 25 for Team/Enterprise, with extra usage billed beyond. Existing /schedule CLI tasks migrate automatically. Note this is a vendor launch post: it defines the feature surface but offers no benchmarks or independent evaluation.

claude.com · 5 min · Agent Engineering · Ai Tooling · Automation