← All posts

Claude Code · Field Notes

The 12 Claude Code Features That Actually Move the Needle.

Most teams touch three of these. The ones running AI as infrastructure use all twelve.

When teams ask which Claude Code features they should be using, the question is almost always wrong-shaped. Most lists rank features by how impressive they look in a demo. The twelve below are ranked by something else: whether using them changes what your team can actually run in production. Three of them are obvious. The other nine are the multiplier, and most teams are missing it.

We’ve grouped the twelve into three categories that map to what operators actually care about: how much output you can produce, how much you can trust the output, and how widely the system can reach. Each group has four features that earn their place by changing the answer to one of those three questions.

Group 1 · 01–04

Compounding speed

01

Sub-agents (parallel execution)

Spawn isolated workers that handle specialized tasks in parallel without polluting the main context. A single “review this codebase” request becomes ten reviewers running at once, each on a different file. The wall-clock win is real; the context-hygiene win is bigger.

02

Workflows (deterministic orchestration)

A scripted harness that fans out, gathers, and synthesizes across many sub-agents in a single shot. Control flow becomes code instead of model judgment, which is the difference between a demo that works once and a system you can rely on every Monday morning.

03

Scheduled tasks (cron for agents)

Recurring agents that run on their own schedule, on infrastructure you don’t have to babysit. Weekly digests, end-of-day report sweeps, after-hours data hygiene. The work doesn’t wait for you to log in, which is when most automation projects die.

04

Loop (recurring prompts)

The same prompt fired on an interval until you stop it, or until a condition you defined is met. Useful for babysitting long jobs, polling external state that can’t notify you, and pacing iterative tasks. Cheaper than building a scheduled task when you just need a few hours of patience.

Group 2 · 05–08

Earned trust

05

Plan mode (think before acting)

A read-only mode for designing the change before any file gets touched. Reduces the cost of a wrong turn from “revert and explain” to “edit the plan and re-run.” The single highest-leverage habit for teams whose last bad AI experience was a confidently wrong commit.

06

Session memory + project files

Persistent instructions, conventions, and context that travel between sessions. The same project gets the same standards every time, without re-explaining them. This is what makes the difference between “an AI helped me once” and “an AI knows how we work.”

07

Rollback checkpoints

Rewind the session to an earlier state when something goes sideways. Lets operators experiment without the cost of recovery being prohibitive. Trust in autonomy goes up exactly as fast as the cost of a mistake goes down.

08

Verification loops

A second agent that adversarially checks the first agent’s work before you see it. The pattern that separates “production AI” from “impressive demo”: every claim that matters gets independently verified by something with no stake in the outcome.

Group 3 · 09–12

Operating range

09

Remote sessions (mobile dispatch)

Trigger a Claude session from your phone, an email, or a webhook. The work runs on the cloud while you’re away from the desk, and the result hits your inbox. Cuts the “I’ll do that when I’m back at my computer” delay to zero.

10

MCP connectors (any tool, one protocol)

The Model Context Protocol turns any external system into something Claude can read from or write to. Slack, HubSpot, Drive, Monday, your own internal API. The interesting work usually happens at the seams between tools; MCP is what makes the seams legible.

11

Skills (reusable prompts as packages)

Capability packages that travel with your projects: a skill bundles the instructions, conventions, and patterns for one well-defined job. Once a skill exists, every session inherits it. The compounding return on a small library of well-built skills is what makes a team look ten times more productive overnight.

12

Hooks (deterministic event handlers)

Scripts that fire on lifecycle events: before a tool runs, after a tool runs, when a session ends. Where skills tell Claude what to do, hooks tell the harness what to do regardless of what Claude decides. The right place for guardrails, audit trails, and automated finishing work.

How to Pick the First Three

You don’t adopt all twelve at once. The order we recommend, in almost every engagement: session memory + project files first (so context stays consistent), then plan mode (so you can think before acting on anything that matters), then verification loops (so the output you start trusting is output you should trust). Those three are the trust foundation. Speed and range come next, but they’re built on top of that foundation, not substituted for it.

The teams that skip the trust foundation and reach straight for sub-agents and scheduled tasks are the teams that show up six months later asking why their AI project “didn’t work.” It worked. It just couldn’t be trusted, and untrusted automation is worse than no automation.

The bottom line

If your team has touched Claude Code and you’re wondering why the productivity story isn’t landing, count the features above you’re actually using. If the answer is three or fewer, you haven’t adopted Claude Code. You’ve installed it. The path to real leverage is the next nine, in the right order, with the right scaffolding. That’s the work 820labs does.

Book a discovery call