← Reddit

Is there a better way?

Reddit · DFStarhaven · April 18, 2026
A user expressed frustration with Cowork's conversation condensing feature, which diminishes AI context awareness and project quality despite the platform's valuable browser automation and document generation capabilities. They sought either a way to prevent conversation condensing in Cowork or an alternative that combines Claude Opus's full context capabilities with browser control and document creation features, with budget being no constraint.

Detailed Analysis

A Reddit user posting to r/LocalLLM articulates a frustration that is rapidly becoming one of the defining pain points in agentic AI adoption: the forced context condensation that occurs in long-running AI agent sessions. The user describes a reliance on a tool called Cowork, which provides browser control, PDF generation, and document delivery capabilities paired with Claude Opus via OpenRouter's unlimited-context access. The core complaint centers on a recurring behavior in which Cowork automatically condenses or summarizes the conversation history when it grows too large, causing the agent to lose critical project context and effectively "reset" its understanding mid-task. The user frames this as a binary problem requiring either a Cowork configuration fix to disable condensation entirely, or a migration to an alternative platform that combines full context retention with equivalent agentic capabilities.

The issue reflects a fundamental tension in deploying large language models within agentic workflows. Claude Opus, Anthropic's most capable model tier, supports extremely large context windows — but the infrastructure layer sitting between the user and the model (in this case, Cowork) imposes its own memory management policies, often to control cost or latency. When an intermediary tool summarizes prior conversation turns to stay within practical token budgets, it introduces lossy compression of task-critical information. For complex, multi-step projects — document creation, browser automation sequences, iterative file generation — this degradation is not a minor inconvenience but a project-breaking failure mode. The user's frustration underscores that raw model capability is increasingly insufficient; the scaffolding around the model determines real-world utility.

Several platforms exist that attempt to address this gap by combining model flexibility with agentic tooling, though none perfectly replicates the described Cowork experience. LibreChat, an open-source self-hosted option, supports Claude, GPT, Gemini, and Ollama simultaneously, includes artifact generation, and supports AI agents — but browser control is not native to most self-hosted deployments. Cursor and Aider address agentic coding workflows with multi-model support and full codebase mapping, but are oriented toward development environments rather than general document production and browser automation. Poe provides multi-model routing across Claude, GPT-5, and Gemini with chat continuity, but similarly lacks the deep browser-control layer the user depends on. The most promising paths for the user's specific requirements likely involve either configuring a custom agent stack — such as pairing an orchestration framework like OpenHands or a direct API integration with Claude Opus via Anthropic's API — with browser automation tools like Playwright or Puppeteer, or investigating whether Cowork exposes settings to disable or extend its context window management thresholds.

The broader significance of this post lies in what it reveals about the current state of AI agent tooling in 2026. The market has produced a bifurcated landscape: on one side, polished consumer-facing agent products with capable integrations but opaque, cost-optimizing infrastructure decisions; on the other, highly configurable but technically demanding open-source stacks that require significant setup effort. Users with non-trivial agentic needs — and the financial means to pursue better solutions — increasingly find themselves caught between these poles. Anthropic's own Claude ecosystem, while dominant in reasoning quality and instruction-following precision, has not yet produced a first-party agentic product that combines browser control, document generation, and full context transparency under one roof. The demand signal from users like this one points directly at the next competitive frontier in AI tooling: not model intelligence, but reliable, transparent, long-horizon task execution without invisible context degradation.

Read original article →