Загрузка видео...

Не удалось загрузить видео

На главную

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 просмотров • 4 месяцев назад •via X (Twitter)

Комментарии: 36

Фото профиля Bun
Bun4 месяцев назад

@bcherny why no bun??

Фото профиля ClaudeDevs
ClaudeDevs4 месяцев назад

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
ClaudeDevs4 месяцев назад

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
ClaudeDevs4 месяцев назад

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

Фото профиля ClaudeDevs
ClaudeDevs4 месяцев назад

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

Фото профиля ClaudeDevs
ClaudeDevs4 месяцев назад

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
ClaudeDevs4 месяцев назад

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
jinjingliang4 месяцев назад

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
Robert Baddeley, RRT4 месяцев назад

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
Christopher Charles4 месяцев назад

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

Фото профиля Anton Abyzov
Anton Abyzov4 месяцев назад

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

Фото профиля ItsTheDaybreak
ItsTheDaybreak4 месяцев назад

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

Фото профиля Richard Light
Richard Light4 месяцев назад

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

Фото профиля Tips Excel | AI Productivity
Tips Excel | AI Productivity4 месяцев назад

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
Blake4 месяцев назад

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

Фото профиля Scar Crypt
Scar Crypt4 месяцев назад

Everyones busy even Clawd.

Фото профиля kanyes
kanyes4 месяцев назад

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
NeoSoul4 месяцев назад

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
Nguyen LNP4 месяцев назад

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
ColdBoot4 месяцев назад

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
Prompt Heat4 месяцев назад

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
Shubham Goyal4 месяцев назад

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

Фото профиля rustinja
rustinja4 месяцев назад

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
Jacob Shi4 месяцев назад

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

Фото профиля The Calda
The Calda4 месяцев назад

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
Nick Sawinyh4 месяцев назад

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
Tykoo4 месяцев назад

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

Фото профиля 𝗢𝗠𝗘𝗚𝗔
𝗢𝗠𝗘𝗚𝗔4 месяцев назад

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

Фото профиля Matt
Matt4 месяцев назад

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
chris4 месяцев назад

/goal prevent large scale cyber attacks for internet safety

Фото профиля Spacecoin™ 🛰️
Spacecoin™ 🛰️4 месяцев назад

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

Фото профиля Danko
Danko4 месяцев назад

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

Фото профиля Code_of_Kai
Code_of_Kai4 месяцев назад

When will this work within the desktop app? Thanks

Фото профиля John Greg
John Greg4 месяцев назад

At this hour?

Фото профиля jacktradesnq
jacktradesnq4 месяцев назад

" /goal Claude, release Mythos, no mistake "

Фото профиля Cybernorse
Cybernorse4 месяцев назад

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

Похожие видео