DeepSeek V4 pricing reality check: 178x cheaper cached tokens vs Opus, but capability lag acknowledged

DeepSeek V4 launched with pricing so low a Reddit user checked the math. Here are the verified numbers:
Pricing breakdown
- V4-Pro standard input: $0.145 per million tokens. Opus 4.7 input: ~$5 per million. Ratio: 34x.
- With 75% promotional discount (through end of May): V4-Pro input drops to $0.036 per million — 138x cheaper than Opus.
- Cache hit pricing: V4-Pro is $0.0036 per million. Opus cached is $0.625 per million. Ratio: 173x.
The catch
As the original post notes, DeepSeek admits V4 is three to six months behind GPT-5.4 and Gemini 3.1 Pro on capability. You're not getting frontier quality at frontier-divided-by-178 — you're getting last summer's frontier quality.
What this means for agentic workflows
For agentic loops with heavy caching (system prompts, tool definitions), the cache hit discount is the real story. Reusable system prompts become essentially free. The key unknown: whether the claimed 1M context window holds up under real workloads or degrades to a usable 200K, as seen with many large-window models.
📖 Read the full source: r/LocalLLaMA
👀 See Also

SDL Project Bans AI-Written Commits in Response to GitHub Issue
The SDL project has implemented a policy banning AI-generated commits after a GitHub issue raised concerns about Copilot usage in code reviews. The issue specifically mentions reviews #13277 and #12730 as examples where AI assistance was detected.

Claude Code v2.1.193: New Shell Classification, Telemetry, and Fixes
Claude Code v2.1.193 adds autoMode.classifyAllShell to route all shell commands through the classifier, new OpenTelemetry log events, live file path autocomplete in bash mode, and fixes for background agents and MCP auth.

Go Players Disempower Themselves to AI: How Cheating Became Undetectable
The LessWrong post details how AI cheating in Go tournaments became rampant and nearly impossible to punish, using the case of Carlo Metta who used Leela 0.11 and Leela Zero to win 25 of 26 games over several seasons, with only one loss under camera surveillance.

Fine-tuned Qwen2.5-7B to 96% of Claude Haiku with $3 and Zero Human Labelers
A developer fine-tuned Qwen2.5-7B to 96% of Claude Haiku's performance on a domain-specific decision-reasoning task using only $3 in API calls and zero human labelers, using a novel DV-DPO method.