Route cheap I/O tasks to DeepSeek V4 Pro. Keep reasoning on Claude. Extend your weekly limits from 3 days to a full week.
Reading files, generating boilerplate, summarizing logs — these tasks burn through your context window without requiring Claude's reasoning capabilities. You're paying premium tokens for grunt work.
Claude acts as the senior engineer: reviewing, deciding, debugging. DeepSeek handles the bulk I/O: reading files, generating scaffolding, summarizing.
Simple bash scripts that call DeepSeek's API. No complex setup, no MCP servers.
ask-deepseek "explain auth flow" src/auth/*.py
deepseek-write "pytest tests for UserService"
extract-chat < session.log > docs/chat.md
DeepSeek processes the raw content. Claude only sees the summary.
Simple rules: I/O goes to DeepSeek, reasoning stays on Claude.