How DeepSeek Is Running AI Coding Costs Into the Ground

Por Devsplainers · 3 ago 2026 · 8:52

Visualizaciones
46.4K vistas
Likes
1.1K likes
Comentarios
222 comentarios

En resumen

  • DeepSeek V4 Flash permite procesar un millón de tokens por solo 14 centavos.
  • El modelo utiliza atención dispersa para reducir costos y mejorar la eficiencia.
  • Es ideal para desarrolladores y estudiantes que buscan soluciones de IA asequibles.
  • Algunos usuarios advierten sobre la precisión del modelo en ciertos contextos.
  • Las comparaciones de precios con otros modelos pueden no ser justas.

Reseña editorial

Cumple lo que promete

Promesa: DeepSeek reduce drásticamente los costos de codificación con IA.

En este video se explora cómo DeepSeek ha logrado reducir drásticamente los costos de codificación con inteligencia artificial mediante el uso de atención dispersa. Aprenderás sobre el funcionamiento del modelo DeepSeek V4 Flash, que puede procesar un millón de tokens por aproximadamente 14 centavos, en comparación con otros modelos que cobran mucho más. Esto se debe a la implementación de un índice de caché que optimiza el uso de recursos y reduce el costo por token.

El creador del video destaca que el uso de atención dispersa permite que el modelo se enfoque solo en las palabras que realmente importan, lo que reduce el trabajo computacional necesario. Además, se menciona cómo el modelo divide la entrada en tres vistas para maximizar la eficiencia. Sin embargo, también se advierte que este enfoque puede fallar en ciertos contextos, lo que podría llevar a respuestas incorrectas.

Los comentarios de los espectadores respaldan en gran medida las afirmaciones del video, con muchos usuarios confirmando que han experimentado costos significativamente más bajos al usar DeepSeek. Sin embargo, hay críticas sobre la comparación de precios con otros modelos, sugiriendo que puede no ser del todo justa. Algunos usuarios también mencionan que, a pesar de los bajos costos, la precisión del modelo podría no ser la mejor en todas las situaciones.

Este contenido es especialmente valioso para desarrolladores y estudiantes que buscan herramientas de IA asequibles y eficientes. Sin embargo, aquellos que requieren alta precisión en sus aplicaciones pueden encontrar limitaciones en el rendimiento del modelo. En general, el video proporciona una visión clara de cómo DeepSeek está cambiando el panorama de los costos de IA, aunque con algunas advertencias sobre su precisión en ciertos casos.

Evidencia de la comunidad

  • “Can confirm this is true. Cache hits is making it damn cheap. I'm running this since 24 hours and have only managed 0.75$ in bills”

    @medievalogic · confirmación

  • “It's so good. I try to use flash for most things, pro…”

    @OneIdeaTooMany · satisfacción

DeepSeek V4 Flash reads a million-token prompt for about 14 cents. The same request runs roughly $2 on Claude Sonnet 5 and over $4 on Gemini 3.1 Pro. This is the animated breakdown of how DeepSeek got the price of long context that low: sparse attention. We cover why long prompts cost a fortune in the first place, what the Lightning Indexer does, how compressed sparse attention and heavily compressed attention split your prompt into three views, and the workloads where the whole trick breaks without warning. Get the hotter takes in your inbox every Tuesday: https://devsplainers.com/takeouts/ CHAPTERS 00:00 The $19 API bill that should have cost four figures 00:36 Why long prompts cost a fortune (attention and the memory bill) 01:48 The skip: most attention math returns nothing 02:54 How DeepSeek built it (summaries, Lightning Indexer, the skim lane) 04:28 Native Sparse Attention and the skeptic's six-month deadline 05:12 The rest of the bill: MoE, 4-bit weights, and the rate card 06:31 The catch: where sparse attention answers wrong with confidence 07:43 What cheap long context changes for you WHAT IS SPARSE ATTENTION? Standard attention compares every word in your prompt against every other word, so doubling the prompt quadruples the work. Measure where that attention actually lands and a handful of earlier words carry nearly all the weight while the rest sit near zero. Sparse attention predicts which words matter, cheaply, then spends the expensive math only on those. The hard part is doing the prediction without burning the savings, and without missing the one line that mattered. DeepSeek's answer, published in the V4 paper, runs three views of your prompt at once: 4:1 learned summaries, a tiny scorer called the Lightning Indexer that picks the top 512, and a 128:1 skim lane the model reads every single time so nothing goes fully invisible. Send ten thousand tokens or a million and the expensive part reads roughly the same small pile. COVERED IN THIS VIDEO - Why attention cost grows with the square of the prompt length - The KV cache memory bill and why it raises the price per customer - Attention concentration: the empirical result sparse attention is built on - Why fixed-window shortcuts and post-hoc pruning both failed - Compressed sparse attention (CSA) and heavily compressed attention (HCA) - The Lightning Indexer and the top-512 selection - DeepSeek V4 Flash pricing: $0.14 in, $0.28 out, and near-free cached input - How that compares to GPT-5.6 Luna, Claude Sonnet 5, and Gemini 3.1 Pro - Mixture of experts, 4-bit weights, and a draft model on top of the attention win - Where sparse attention fails: diffuse aggregation, exact strings, short prompts - What cheap long context does to the way developers actually work RELATED DEVSPLAINERS VIDEOS KV cache, explained: https://youtu.be/WQYhwNBWF-I Context windows, explained: https://youtu.be/5ikn6shbm6w Speculative decoding, explained: https://youtu.be/YFwsSaWerDY What AI coding actually costs: https://youtu.be/lAwb6fFmfA8 SOURCES - DeepSeek-V4: Towards Highly Efficient Million-Token Context Intelligence (arXiv:2606.19348) - Native Sparse Attention: Hardware-Aligned and Natively Trainable Sparse Attention (arXiv:2502.11089) - Efficient Streaming Language Models with Attention Sinks (arXiv:2309.17453) - The Sparse Frontier: Sparse Attention Trade-offs in Transformer LLMs (arXiv:2504.17768) - DeepSeek API pricing and the DeepSeek-V4-Flash-0731 model card - OpenAI, Anthropic, and Google Gemini public rate cards - OpenRouter model rankings - Artificial Analysis AA-Omniscience hallucination benchmark - Reuters on DeepSeek's May 2026 price cut - vLLM and SGLang sparse attention implementations and profiling #DeepSeek #SparseAttention #LLM #AIEngineering #DeepSeekV4

Tonalidad de comentarios

Actualizado hace 41 días

Analizado con IA sobre 60 comentarios.

Positivo
70% positivo
Neutral
20% neutral
Negativo
10% negativo

Mejores comentarios

  • “Deepseek did so much progress to advance AI for a better world it's honestly respectable”

    @ZootSuitGuy · 247 likesprogreso
  • “Can confirm this is true. Cache hits is making it damn cheap. I'm running this since 24 hours and have only managed 0.75$ in bills”

    @medievalogic · 60 likesconfirmación

Comentarios más duros

  • “"DeepSeek V4 Flash reads a million-token prompt for about 14 cents. The same request runs roughly $2 on Claude Sonnet 5 " sTupid comparison”

    @gonz808 · 0 likescomparación
  • “so in other words: it's cheap but inaccurate”

    @radry100 · 1 likesinexactitud