<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Claude-Cowork on ICE-ICE-BEAR-BLOG</title><link>https://ice-ice-bear.github.io/tags/claude-cowork/</link><description>Recent content in Claude-Cowork on ICE-ICE-BEAR-BLOG</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Mon, 06 Apr 2026 00:00:00 +0900</lastBuildDate><atom:link href="https://ice-ice-bear.github.io/tags/claude-cowork/index.xml" rel="self" type="application/rss+xml"/><item><title>The Claude Ecosystem Explained — Chat, Cowork, and Code</title><link>https://ice-ice-bear.github.io/posts/claude-chat-cowork-code/</link><pubDate>Mon, 06 Apr 2026 00:00:00 +0900</pubDate><guid>https://ice-ice-bear.github.io/posts/claude-chat-cowork-code/</guid><description>&lt;img src="https://ice-ice-bear.github.io/" alt="Featured image of post The Claude Ecosystem Explained — Chat, Cowork, and Code" /&gt;&lt;h2 id="overview"&gt;Overview
&lt;/h2&gt;&lt;p&gt;Anthropic&amp;rsquo;s Claude has evolved from a chatbot into an entire ecosystem. &lt;strong&gt;Chat&lt;/strong&gt; is the conversational interface on web and desktop. &lt;strong&gt;Cowork&lt;/strong&gt; is a desktop agent that controls your files, browser, and connected apps. &lt;strong&gt;Code&lt;/strong&gt; is a terminal-based CLI that gives developers full access to codebases and system-level tools. This post breaks down how the three products differ, when to use each one, and why Claude Code&amp;rsquo;s token costs grow geometrically — plus practical tips to keep them under control.&lt;/p&gt;
&lt;h2 id="chat-cowork-code--the-capability-spectrum"&gt;Chat, Cowork, Code — The Capability Spectrum
&lt;/h2&gt;&lt;p&gt;The three products sit on a spectrum of accessibility versus control.&lt;/p&gt;
&lt;pre class="mermaid" style="visibility:hidden"&gt;graph LR
 A["Chat &amp;lt;br/&amp;gt; Web + Desktop &amp;lt;br/&amp;gt; Conversation-first"] --&gt; B["Cowork &amp;lt;br/&amp;gt; Desktop only &amp;lt;br/&amp;gt; Files + Browser + Apps"]
 B --&gt; C["Code &amp;lt;br/&amp;gt; Terminal CLI &amp;lt;br/&amp;gt; Full codebase + system"]

 style A fill:#e8f4f8,stroke:#2196F3
 style B fill:#fff3e0,stroke:#FF9800
 style C fill:#fce4ec,stroke:#E91E63&lt;/pre&gt;&lt;h3 id="chat--the-foundation"&gt;Chat — The Foundation
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Platforms&lt;/strong&gt;: Web (claude.ai) + desktop app&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Key features&lt;/strong&gt;: Projects (similar to GPTs), Google Docs integration, connectors, web search, Research mode&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Best for&lt;/strong&gt;: Everyone — writing, summarization, Q&amp;amp;A, research&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Claude Chat&amp;rsquo;s edge is &lt;strong&gt;long-document processing and writing quality&lt;/strong&gt;. Where ChatGPT leans creative and Gemini excels at multimodal + Google Workspace integration, Claude is built for handling large volumes of text with precision.&lt;/p&gt;
&lt;h3 id="cowork--the-agent-for-non-developers"&gt;Cowork — The Agent for Non-Developers
&lt;/h3&gt;&lt;p&gt;Cowork is essentially &lt;strong&gt;&amp;ldquo;Claude Code for non-developers.&amp;rdquo;&lt;/strong&gt; It runs exclusively on the Windows/Mac desktop app and is far easier to set up than Code.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Five core capabilities:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Capability&lt;/th&gt;
 &lt;th&gt;What it does&lt;/th&gt;
 &lt;th&gt;Example&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;File management&lt;/td&gt;
 &lt;td&gt;Analyze and create local files&lt;/td&gt;
 &lt;td&gt;Receipt photos → Excel spreadsheet&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Browser control&lt;/td&gt;
 &lt;td&gt;AI clicks through Chrome directly&lt;/td&gt;
 &lt;td&gt;Automated web navigation and form filling&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;App connectors&lt;/td&gt;
 &lt;td&gt;Gmail, Calendar, Notion, Slack integration&lt;/td&gt;
 &lt;td&gt;Slack channel analysis, email automation&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Skills&lt;/td&gt;
 &lt;td&gt;Bundled, repeatable workflows&lt;/td&gt;
 &lt;td&gt;Automated newsletter generation&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Plugins&lt;/td&gt;
 &lt;td&gt;Connectors + Skills combined&lt;/td&gt;
 &lt;td&gt;LinkedIn posting automation&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="code--the-developers-terminal-companion"&gt;Code — The Developer&amp;rsquo;s Terminal Companion
&lt;/h3&gt;&lt;p&gt;Claude Code is a CLI tool that runs in the terminal with access to your entire codebase.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Key differences from Cowork:&lt;/strong&gt;&lt;/p&gt;
&lt;pre class="mermaid" style="visibility:hidden"&gt;graph TB
 subgraph Cowork["Cowork Domain"]
 F1["File analysis/creation"]
 F2["Browser automation"]
 F3["App connectors"]
 F4["Skills/Plugins"]
 end

 subgraph Code["Code Domain"]
 C1["Full codebase access"]
 C2["Sub-agent execution"]
 C3["Git integration"]
 C4["MCP server connections"]
 C5["Terminal command execution"]
 end

 Cowork --&gt;|"When you need more power"| Code

 style Cowork fill:#fff3e0,stroke:#FF9800
 style Code fill:#fce4ec,stroke:#E91E63&lt;/pre&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Cowork&lt;/strong&gt;: Day-to-day task automation — file analysis, browser control, app integration&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Code&lt;/strong&gt;: Software development — custom code, advanced automation, system-level control&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Recommended path&lt;/strong&gt;: Start with Cowork, graduate to Code when you need the advanced capabilities.&lt;/p&gt;
&lt;h3 id="pricing"&gt;Pricing
&lt;/h3&gt;&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Plan&lt;/th&gt;
 &lt;th&gt;Monthly&lt;/th&gt;
 &lt;th&gt;Notes&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Free&lt;/td&gt;
 &lt;td&gt;$0&lt;/td&gt;
 &lt;td&gt;Basic chat only&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Pro&lt;/td&gt;
 &lt;td&gt;$20&lt;/td&gt;
 &lt;td&gt;Chat + Cowork + Code access&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Max&lt;/td&gt;
 &lt;td&gt;$100/$200&lt;/td&gt;
 &lt;td&gt;High-volume usage, higher token limits&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;

 &lt;blockquote&gt;
 &lt;p&gt;Use the desktop app over the web. Cowork and Code features are limited in the browser.&lt;/p&gt;

 &lt;/blockquote&gt;
&lt;h2 id="claude-code-token-optimization--understanding-the-cost-curve"&gt;Claude Code Token Optimization — Understanding the Cost Curve
&lt;/h2&gt;&lt;p&gt;Using Claude Code carelessly causes token costs to grow &lt;strong&gt;geometrically&lt;/strong&gt;. Understanding the underlying mechanism is essential.&lt;/p&gt;
&lt;h3 id="why-costs-grow-geometrically"&gt;Why Costs Grow Geometrically
&lt;/h3&gt;&lt;p&gt;Claude Code re-reads the &lt;strong&gt;entire conversation&lt;/strong&gt; with every message. As conversations grow longer, each subsequent message consumes more tokens than the last.&lt;/p&gt;
&lt;pre class="mermaid" style="visibility:hidden"&gt;graph TD
 M1["Message 1 &amp;lt;br/&amp;gt; ~7.5K tokens"] --&gt; M10["Message 10 &amp;lt;br/&amp;gt; ~25K tokens"]
 M10 --&gt; M20["Message 20 &amp;lt;br/&amp;gt; ~100K tokens"]
 M20 --&gt; M30["Message 30 &amp;lt;br/&amp;gt; ~232K tokens"]

 M30 -.- NOTE["Message 30 costs &amp;lt;br/&amp;gt; 31x more than Message 1"]

 style M1 fill:#c8e6c9,stroke:#4CAF50
 style M10 fill:#fff9c4,stroke:#FFC107
 style M20 fill:#ffe0b2,stroke:#FF9800
 style M30 fill:#ffcdd2,stroke:#F44336
 style NOTE fill:#f5f5f5,stroke:#9E9E9E&lt;/pre&gt;&lt;h3 id="essential-tips-for-beginners-19-of-52"&gt;Essential Tips for Beginners (19 of 52)
&lt;/h3&gt;&lt;p&gt;The source video covers 52 tips total. Here are the key beginner-level ones.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Conversation management&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Make &lt;code&gt;/clear&lt;/code&gt; a habit&lt;/strong&gt; — Reset after each task. This zeroes out token accumulation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Scope your prompts&lt;/strong&gt; — &amp;ldquo;Fix line 10 of readme&amp;rdquo; beats &amp;ldquo;fix this file&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Batch simple commands&lt;/strong&gt; — Combine easy tasks into a single message&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Paste only what&amp;rsquo;s relevant&lt;/strong&gt; — Code snippets, not entire files&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Stay at the keyboard&lt;/strong&gt; — Unattended sessions risk infinite loops&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Model selection&lt;/strong&gt;
6. &lt;strong&gt;Default to Sonnet&lt;/strong&gt; — Opus is expensive for routine work
7. &lt;strong&gt;Match model to task&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Haiku&lt;/strong&gt;: Simple questions, file renames&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sonnet&lt;/strong&gt;: General development (good default)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Opus&lt;/strong&gt;: Architecture decisions, deep debugging&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Other settings and habits&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Keep unnecessary files out of context&lt;/li&gt;
&lt;li&gt;Use &lt;code&gt;.claudeignore&lt;/code&gt; to exclude large files and directories&lt;/li&gt;
&lt;li&gt;Keep task scope small&lt;/li&gt;
&lt;li&gt;Clean up conversations after verifying results&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="related-tools--quick-links"&gt;Related Tools — Quick Links
&lt;/h2&gt;&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Tool&lt;/th&gt;
 &lt;th&gt;Description&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a class="link" href="https://github.com/Arsture/whispree" target="_blank" rel="noopener"
 &gt;Whispree&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;macOS menu bar STT app for Apple Silicon. Fully local, open-source. Whisper + LLM post-processing with Korean-English code-switching optimization. Voice-to-prompt is 3-5x faster than typing.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a class="link" href="https://github.com/Gitlawb/openclaude" target="_blank" rel="noopener"
 &gt;OpenClaude&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Open-source coding agent CLI in the style of Claude Code. Supports OpenAI, Gemini, DeepSeek, Ollama, and 200+ models. Includes VS Code extension.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a class="link" href="https://workmux.raine.dev/" target="_blank" rel="noopener"
 &gt;WorkMux&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Run multiple AI agents in parallel from your terminal.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="source-videos"&gt;Source Videos
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class="link" href="https://www.youtube.com/watch?v=mcJXTYb0Vt4" target="_blank" rel="noopener"
 &gt;Claude Cowork is easier and more powerful than Code for beginners&lt;/a&gt; (Korean)&lt;/li&gt;
&lt;li&gt;&lt;a class="link" href="https://www.youtube.com/watch?v=_5sbWIeBQLk" target="_blank" rel="noopener"
 &gt;Understanding the differences between Claude Chat, Cowork, and Code&lt;/a&gt; (Korean)&lt;/li&gt;
&lt;li&gt;&lt;a class="link" href="https://www.youtube.com/watch?v=NJDioulY7BA" target="_blank" rel="noopener"
 &gt;Your Claude Code tokens are melting — Beginner tips, Part 1&lt;/a&gt; (Korean)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="takeaway"&gt;Takeaway
&lt;/h2&gt;&lt;p&gt;The Claude ecosystem forms a clear spectrum: Chat for everyone, Cowork for business automation, Code for developers. Start with the tool that matches your skill level, but if you use Claude Code, understand the token structure first. When message 30 costs 31 times more than message 1, optimization is not optional — it is the price of admission.&lt;/p&gt;</description></item></channel></rss>