AI Coding Daily

Claude Code plugs session wedges as GPT-5.6 long-runs wobble

Thursday, August 27, 2026 · 10 min

AI Coding Daily cover art

Claude Code v2.1.247 fixes sub-agent fallback and prompt-overflow wedges while adding feedback drafts and API cost profiling; meanwhile, GPT-5.6 users document week-long long-running execution failures. The center of gravity is agent infrastructure breaking at workload boundaries.

Listen

Listen to the audio episode

Read the episode transcript

Show notes

Claude Code v2.1.247 fixes sub-agent fallback and prompt-overflow wedges while adding feedback drafts and API cost profiling; meanwhile, GPT-5.6 users document week-long long-running execution failures. The center of gravity is agent infrastructure breaking at workload boundaries.

In this episode

  1. v2.1.247 — Anthropic

    What's changed Added the SendFeedback tool: when something goes wrong in a session, Claude can draft a feedback report for you to review and send from /feedback (turn off with the feedbackDrafts setting) Added {id, text, cooldownSessions, priority} entries, tipsFile , and label to spinnerTipsOverride , so organizations can rotate their own tips alongside the built-in ones Added a tip on Bash…

  2. Seven days of GPT-5.6 Sol regressions: Extra High now ... — OpenAI

    : August 26 Update — Seven days of GPT-5.6 Sol regressions: Extra High now stalls at “Thinking,” Activity sidebar is inaccessible, and long-context/file/execution failures continue after the routing fix** - ChatGPT / Bugs - OpenAI Developer Community # : August 26 Update — Seven days of GPT-5.6 Sol regressions: Extra High now stalls at “Thinking,” Activity sidebar is inaccessible, and…

  3. GPT-5.6 High execution regression: ordinary Chat went 102m26s -> repeated ~25–26m stops on same Plus account; Work still gets long-run handoff - ChatGPT / Bugs - OpenAI Developer Community — OpenAI Developer Community

    GPT-5.6 High execution regression: ordinary Chat went 102m26s -> repeated ~25–26m stops on same Plus account; Work still gets long-run handoff - ChatGPT / Bugs - OpenAI Developer Community Skip to where you left off (post 6) Skip to last reply Skip to top You have selected 0 posts. 441 views 1 link read 13 min Summarize 6 / 8 Aug 25 # Reproducible ChatGPT Plus execution-class regression:…

  4. Debugging a Flaky LLM Pipeline: Timeouts, Truncation, and a 40-Line Probe - DEV Community — DEV Community

    Debugging a Flaky LLM Pipeline: Timeouts, Truncation, and a 40-Line Probe - DEV Community Posted on Aug 25 # Debugging a Flaky LLM Pipeline: Timeouts, Truncation, and a 40-Line Probe The failure had nothing to do with the free server, and everything to do with two assumptions I had baked into my harness. I moved a small LLM batch pipeline to MonkeyCode's free server to cut costs, and within…

  5. Context Drift on a Free Server: A Reproducible Memory Stress Test - DEV Community — DEV Community

    # Context Drift on a Free Server: A Reproducible Memory Stress Test - DEV Community Published: 2026-08-25T04:40:05+00:00 Source: dev.to (dev.to) Language: en ## Story Context Drift on a Free Server: A Reproducible Memory Stress Test - DEV Community A developer asks a free coding model to refactor a service in twelve steps. Steps one through three pass cleanly. By step five, the model renames…