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

Georgia Court Order Contains AI-Hallucinated Legal Citations
A Georgia Supreme Court appeal revealed a trial court order contained at least five citations to nonexistent cases and five more to cases that don't support their cited propositions, with the prosecutor's proposed order containing the same errors.

Analysis of OpenClaw's Astroturfing Campaign and $CLAWD Token Pump
A Reddit investigation reveals OpenClaw's viral growth in late January was driven by a recursive astroturfing campaign using approximately 400 bot instances, which created hype to pump the $CLAWD token to a $16M market cap before it crashed 90%.

Claude Code v2.1.157: Auto-Load Plugins from .claude/skills, Improved Agents & Worktrees
Claude Code v2.1.157 automatically loads plugins from .claude/skills, adds claude plugin init scaffolding, honors agent setting in settings.json, and fixes numerous bugs across agents, worktrees, and terminal integration.

Claude Code adds voice mode for hands-free coding commands
Anthropic is rolling out voice mode for Claude Code, its AI coding assistant, allowing developers to interact via spoken commands. The feature is currently live for about 5% of users with broader availability planned in coming weeks.