Tokens for Good logo Tokens for Good

What to automate with Claude Code

Not everything should be automated, but a surprising amount of developer busywork should. Here are the categories worth handing to Claude Code, and where to start.

A simple test for what to automate

Automate work that is repetitive, well-defined, and verifiable. If you can describe the done state clearly and check the result quickly, it is a good candidate. If the task needs taste, judgment calls, or context only you hold, keep it manual or keep a human in the loop.

Tests and quality checks

This is the safest category because the agent can verify itself.

Documentation and summaries

Docs are perpetually stale because writing them is nobody's favorite job. Hand off docstring generation, README updates, architecture summaries, and migration notes. The agent turns code into prose patiently and consistently, and you edit rather than write from scratch.

Maintenance and refactors

Mechanical refactors, dependency upgrades, and codemods are perfect to automate because the change pattern is repeatable and the test suite is the judge. Keep the risky judgment calls, such as which major version to adopt, for yourself; let the agent do the typing.

Research that helps a cause, not just you

One category of automatable work gives back. Tokens for Good automates nonprofit vetting: your agent claims a queued organization, researches its impact against a fixed methodology with citations, and submits a structured report. It is genuinely useful work, not make-work, and it runs on your existing Claude subscription with no separate API cost. Add it via npx tokens-for-good init or the remote MCP.

Let it run while you sleep

The point of automation is that you stop thinking about it. Tokens for Good can run on a schedule via /tfg-schedule on Anthropic cloud, so the research continues with your machine off. Each report is researched twice, validated, consolidated, scored on a fixed rubric, and finalized by a human before publishing to the directory. See how the research works.

Frequently asked questions

What kinds of tasks should I not automate with Claude Code?
Avoid automating work that needs human judgment, product taste, or context the agent cannot verify, and anything that ships to production without review. Those belong in a human-in-the-loop flow at most. Automate the repetitive, checkable parts around them instead.
How do I start automating safely?
Begin with self-verifying tasks like test coverage, where the agent runs the suite to confirm its own work. Keep output on a branch or in a report so nothing changes without your review. Expand to riskier categories only once you trust the pattern.
Can I automate something that benefits others, not just my code?
Yes. Tokens for Good automates nonprofit research using your spare Claude capacity, producing cited reports that feed a public directory. It runs on your existing subscription with no separate API cost.
Does automated work need me to babysit it?
Well-scoped jobs do not, especially scheduled ones that run on Anthropic cloud. Tokens for Good is designed to run hands-off via /tfg-schedule, so you set the cadence once and review results when convenient.

Automate something worth automating

Tokens for Good turns spare Claude capacity into cited nonprofit research, hands-off and at no extra cost.

Learn more