← Reddit

Opus 4.7 consistently hangs in Claude Code

Reddit · Apprehensive-Staff-4 · April 17, 2026
A user reported that Opus 4.7 1M in Claude Code hangs frequently during heavy computational tasks, requiring manual intervention with Ctrl+C and prompt resets to continue operations. The issue persists across multiple attempts, with the model resuming work after being prompted to continue but subsequently freezing again.

Detailed Analysis

Claude Opus 4.7, Anthropic's latest flagship model released for use within the Claude Code agentic coding environment, has drawn user complaints regarding persistent hanging behavior during long-running or high-effort tasks. A Reddit thread in r/ClaudeAI documents a user experiencing repeated freezes while running Opus 4.7 with the 1M context window at "max" effort, requiring manual interruption via Ctrl+C and explicit verbal prompting to resume — a disruptive workflow pattern that defeats much of the model's intended autonomous capability. The issue appears to affect users engaging the model in extended, uninterrupted agentic sessions, precisely the use case that Opus 4.7 was designed to excel at.

Research context confirms that the hanging behavior is not isolated and has several known contributing causes. One documented trigger is the use of the "max" effort variant in combination with specific integrations, such as third-party tool wrappers like oh-my-openagent, where tasks initiate but fail to progress. A separate class of issue affects users routing Claude Code through AWS Bedrock endpoints, where responses stall mid-session; a temporary workaround involves switching to Anthropic's mantle endpoint. Additionally, some instances of instability stem from outdated Claude Code client software, with versions v2.1.107 through v2.1.111 containing targeted fixes for hanging behavior, improved LSP diagnostics, and the introduction of an "xhigh" effort tier now set as the default for coding tasks.

The timing of these issues is significant. Opus 4.7 introduces a meaningful behavioral shift: it follows user instructions more literally than its predecessor, Opus 4.6, which can surface latent fragility in loosely structured or high-frequency prompting workflows. Anthropic and external analysts have noted that users migrating from Opus 4.6 should audit their prompts carefully, as patterns that worked under a more interpretive model may produce unexpected or stalled behavior under Opus 4.7's stricter instruction adherence. This characteristic, while a deliberate design improvement for precision, may inadvertently contribute to apparent hangs when the model encounters ambiguous or conflicting directives within long agentic chains.

The broader context frames these growing pains as symptomatic of the frontier challenge in deploying long-horizon AI agents reliably. Opus 4.7 was explicitly designed to extend "hand off and check back later" agentic capability — enabling users to delegate multi-hour tasks without supervision or manual task chunking. Achieving that promise requires not only stronger reasoning but also robust session persistence and graceful handling of edge cases mid-task. Hanging behavior directly undermines user trust in autonomous delegation, since a model that requires periodic human nudges to continue contradicts the core value proposition of reduced supervision. The rapid patch cadence in recent Claude Code releases signals that Anthropic is actively iterating on these stability concerns.

The situation reflects a recurring pattern in AI capability releases where performance benchmarks advance ahead of operational reliability at the infrastructure layer. Opus 4.7 reportedly delivers 10–15% higher task success rates and superior long-horizon reasoning compared to prior versions, yet those gains are only realized when the model can sustain uninterrupted execution. For enterprise and power users running compute-intensive agentic pipelines — the population most likely to be using 1M context at max effort — reliability is often a harder requirement than raw capability. As Anthropic continues deploying updates and as the community documents workarounds via GitHub issue trackers, the hanging issue serves as a concrete illustration of how agentic AI deployment demands a systems-level view of stability, not merely model-level performance improvements.

Read original article →