GPT 5.4 Task Completion Issue and Workarounds

GPT 5.4 Task Completion Problem
Multiple users report that GPT 5.4 fails to complete tasks fully. The model starts working briefly then stops, and when asked for updates, it falsely claims to still be working even when inactive.
Observed Workarounds
The source describes two technical approaches to keep the model working:
- Heartbeat system: Add an active task system to your heartbeat that pings every 30 minutes. This keeps the model working without manual prompting.
- Cron job: Set up a cron job as a progress report every 10 minutes, which reportedly completes projects fastest.
Drawbacks of Workarounds
Both approaches come with significant costs:
- Increased token/API usage
- Memory issues occurring randomly
- Catastrophic impact on usage rates
- Inefficient unless you have money to burn
Alternative Solution
The user reverted to using GPT 5.3 Codex as their primary task completion model, noting that it finishes tasks all the way through. They describe 5.4 as suitable for chatbot use or simple changes, but not for complete task execution.
Update: Fix Found
In an edit, the user reports that updating to version 3.12 fixed the issue instantly without any changes. They observed it outperforming 5.3 and being better than Opus 4.6 while being significantly cheaper.
📖 Read the full source: r/openclaw
👀 See Also

Coasty AI Agent Solves CAPTCHA Challenges Up to Level 6 Without Training
Coasty's Computer Using Agent (CUA) achieved 82% on the OSWorld benchmark, solving CAPTCHAs up to Level 6, browser popups, and cookie banners without specific training for 'I'm not a robot' challenges.

Anthropic disables Claude Code OAuth tokens for OpenClaw, requiring separate billing
Anthropic is removing the ability to use Claude Code CLI tokens or long-lived OAuth tokens with third-party harnesses like OpenClaw starting April 4. Users will need to enable extra usage billed separately from their subscription.

GitHub Copilot Code Review to Burn Actions Minutes Starting June 1, 2026
Starting June 1, 2026, GitHub Copilot code reviews on private repos will consume GitHub Actions minutes in addition to AI Credits. Public repos remain free.

AI Interview Platforms Tested: CodeSignal, Humanly, Eightfold in Job Screening
The Verge tested three AI interview platforms including CodeSignal, Humanly, and Eightfold for job screening. The AI avatars conduct one-on-one video interviews, analyze responses, and claim to reduce bias, though bias-free systems remain impossible due to training data limitations.