ChatGPT’s consumer chat interface does not offer a native “loop command” in the provided sources; most practical “looping” guidance for ChatGPT comes from prompt-engineering workarounds or external automation tools. Claude Code, by contrast, has a documented built-in /loop command for repeating prompts on an interval inside an active session.
Claude Code’s official docs say /loop runs prompts repeatedly in an open session, and both the interval and prompt can be optional; if you omit the interval, Claude uses a default cadence.
/loop is useful for recurring checks like site uptime, order-status monitoring, or draft reviews, which can save time for small teams that need lightweight automation./loop 5m check deployment status; keep the session open while it repeats, and use a stop action or end the session when finished.Did you know AI tools can loop tasks?
Whisper Flow