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

Why AI Is Still Hard to Fully Deploy Across Enterprise Domains
A Reddit discussion highlights that probabilistic AI models struggle in high-accuracy fields like scientific research and report generation, where basic errors are unacceptable.

Inference Pricing Analysis Shows 4.4x Spread for Same Model Across Providers
Analysis of inference pricing for Llama 3.1 70B Instruct shows a 4.4x cost difference between providers, with DeepInfra at $0.20/$0.27 per million tokens and Together at $0.88/$0.88. For reasoning models, the spread reaches ~30x between DeepSeek R1 and OpenAI o1.

Tripadvisor AI Summaries Fail to Warn of Food Poisoning, Sexual Harassment at Hotels
A Which? investigation reveals Tripadvisor's AI review summaries omit reports of food poisoning, sexual harassment, and hygiene failures, giving glowing overviews to dangerous hotels.
Vibe Coding Has Two Meanings — Which One Are You Using?
A Reddit post argues that 'vibe coding' conflates two distinct practices: careless AI dumping and significant AI assistance. This ambiguity creates unnecessary communication friction among developers.