Loading video...

Video Failed to Load

Go Home

How do you keep Claude working until the job is done? Claude Code helps with this in a few ways, including one we shipped recently: /goal.

1,964,187 views • 4 months ago •via X (Twitter)

36 Comments

Bun's profile picture
Bun4 months ago

@bcherny why no bun??

ClaudeDevs's profile picture
ClaudeDevs4 months ago

Set a completion condition, and Claude keeps working until it's met: /goal all tests in test/auth pass and the lint step is clean

ClaudeDevs's profile picture
ClaudeDevs4 months ago

It's the Ralph loop, built into Claude Code. Every time Claude tries to stop, it checks your condition against the transcript. Not done? It keeps going. Done? You get a "Goal achieved" summary.

ClaudeDevs's profile picture
ClaudeDevs4 months ago

There’s also /loop to run Claude on repeat. Great for iterative refactors, cleanups, or burning down your backlog.

ClaudeDevs's profile picture
ClaudeDevs4 months ago

/schedule kicks off Claude on a cadence. Nightly test runs, morning triage, weekly cleanup.

ClaudeDevs's profile picture
ClaudeDevs4 months ago

A stop hook gives programmatic control over when Claude is allowed to finish. Run your test suite, hit a CI endpoint, gate on whatever you want.

ClaudeDevs's profile picture
ClaudeDevs4 months ago

Long-running only works if Claude doesn't have to wait on you. That's why we have auto mode, which you can enable with shift + tab in CLI or by using the mode selector on desktop. Docs here:

jinjingliang's profile picture
jinjingliang4 months ago

If you want to track your "/goal" progress for Claude Code, Codex, OpenCode and Pi etc, I built an open source agent view for that

Robert Baddeley, RRT's profile picture
Robert Baddeley, RRT4 months ago

16 minutes in: Opus 4.7: Well I think we've hit a good stopping point for the day, we should be proud of everything we got done!

Christopher Charles's profile picture
Christopher Charles4 months ago

@bcherny This is like watching Mark Zuckerberg steal features from literally everyone in 2014. It’s a strategy I guess.

Anton Abyzov's profile picture
Anton Abyzov4 months ago

It's literally 24 hours between claiming that it exists and shipping this feature exactly as it was designed in the Codex.

ItsTheDaybreak's profile picture
ItsTheDaybreak4 months ago

Joker—no one can finish their own Goal because they hit their limit long before the code is even done.

Richard Light's profile picture
Richard Light4 months ago

Now just combine that with this powerful auto-permission granting system and you’re all set…

Tips Excel | AI Productivity's profile picture
Tips Excel | AI Productivity4 months ago

This is what we’ve been waiting for! Finally, Claude didn’t give up easily 😭 /goal: Complete all backlog tasks + 90% test coverage + clean code Thanks, ClaudeDevs team, this is a real game changer for those who like to push Claude until the morning 🙌

Blake's profile picture
Blake4 months ago

@bcherny Well to be honest, I get API rate limit error so I don’t get the job done.

Scar Crypt's profile picture
Scar Crypt4 months ago

Everyones busy even Clawd.

kanyes's profile picture
kanyes4 months ago

long-running claude sessions are wayy better when they actually know my values/history/users/taste we're building @heyhyperai to make long-running agents actually work :)

NeoSoul's profile picture
NeoSoul4 months ago

the hard part isnt keeping an agent running its knowing when done is actually done long running agents need a judge that isnt the same model trying to declare victory completion without independent verification is just a fancy hallucination loop

Nguyen LNP's profile picture
Nguyen LNP4 months ago

Great tip. The /goal command is basically setting a mission briefing for Claude before it starts. This matters for long tasks: without a clear goal, Claude can wander. With /goal, it self-corrects against the objective. If you are doing multi-file refactors, pair it with /compact to keep context clean.

ColdBoot's profile picture
ColdBoot4 months ago

Goal-seeking is stronger when it includes constraints, not just the finish line. In brownfield code, the hard part is finding hidden dependencies before the agent optimizes for the wrong success condition. Otherwise, “goal achieved” can become technical debt.

Prompt Heat's profile picture
Prompt Heat4 months ago

I can't use this because I have a $20 plan and my usage limit isn't enough, but with Codex's $20 plan, this feature won't consume my usage limits even if the model I selected is in high mode.

Shubham Goyal's profile picture
Shubham Goyal4 months ago

Claude: “these tests don’t seem to working, let’s delete them”

rustinja's profile picture
rustinja4 months ago

The dangerous part of goal-driven AI isn’t missing the target - it’s hitting the target the wrong way. In brownfield systems, there are usually hidden dependencies and years of assumptions buried in the code. Without clear constraints, “goal achieved” can slowly turn into technical debt.

Jacob Shi's profile picture
Jacob Shi4 months ago

the mid-task drift was genuinely the most annoying thing lol, testing this today

The Calda's profile picture
The Calda4 months ago

Now you can give separate tasks to both Claude and Codex at the same time and go do other things, then just come back when they're finished

Nick Sawinyh's profile picture
Nick Sawinyh4 months ago

The underrated bit is giving Claude a finish line it can keep re-reading. Otherwise every long task slowly turns into vibes and forgotten constraints.

Tykoo's profile picture
Tykoo4 months ago

/goal: make me $10M on prediction markets, don’t stop until it’s done.

𝗢𝗠𝗘𝗚𝗔's profile picture
𝗢𝗠𝗘𝗚𝗔4 months ago

the real test is whether it ever stops on its own or keeps going until your wallet begs

Matt's profile picture
Matt4 months ago

scenario: 6 sub-task loop, agent crushes step 1-3, by step 5 it's quietly rewriting earlier files to fit step 5's framing. /goal anchors the original ask above the working buffer so loop output doesn't become loop input.

chris's profile picture
chris4 months ago

/goal prevent large scale cyber attacks for internet safety

Spacecoin™ 🛰️'s profile picture
Spacecoin™ 🛰️4 months ago

Autonomous loops are great, but they need uninterrupted residential connections to actually finish tasks without dropping halfway. 🛰️

Danko's profile picture
Danko4 months ago

/goal build an app that actually works and brings me $1m a month on passive

Code_of_Kai's profile picture
Code_of_Kai4 months ago

When will this work within the desktop app? Thanks

John Greg's profile picture
John Greg4 months ago

At this hour?

jacktradesnq's profile picture
jacktradesnq4 months ago

" /goal Claude, release Mythos, no mistake "

Cybernorse's profile picture
Cybernorse4 months ago

Game changer for DevSecOps workflows. Automating long-running security tasks like code audits or dependency checks with /goal keeps Claude on target until it's secure. #Cybernorse

Related Videos