Wednesday, August 26, 2026

DeepSeek's Self-Improving AI Explained (And What It Needs To Run)

Updated: 2026-08-28

Quick answer: DeepSeek researchers demonstrated a harness where a model improves its own reasoning by iterating on tasks and keeping what works. It runs on open-weight models — meaning the technique, and models like it, can run on your own hardware if you have enough VRAM.

DeepSeek's researchers demonstrated a harness that lets a model upgrade itself — iterating on tasks, keeping the strategies that work, and discarding the rest. The technique runs on open-weight models, which makes it reproducible outside a closed lab. Here is what was actually shown, and what hardware you need if you want to run models of this class yourself.

What did DeepSeek actually build?

A harness: scaffolding around a model that automates improvement. Instead of a human curating what the model learns from, the system attempts tasks, evaluates the results, and keeps the reasoning strategies that succeed. The harness and the accompanying paper are linked in the sources below. Two details make this worth attention: the loop is automated end-to-end, and it is demonstrated on open-weight models — nothing in the technique requires a closed, proprietary base. It is also another step in a rapid run of releases; we covered the previous one in DeepSeek's previous open-weight release.

How does self-upgrading work?

At a high level, the harness closes a feedback loop. The model attempts a task, the outcome is scored, and successful reasoning paths are retained for future attempts while failed ones are dropped. Over many iterations the system accumulates strategies that work — improvement by selection rather than by manual tuning. The paper describes the exact mechanics, and the video walkthrough above shows the demonstration. This is the same broad pattern behind DeepSeek's inference speed hack, where architectural cleverness rather than raw scale drove the gains.

Can you run models like this locally?

Yes, with caveats. The harness runs on open-weight models, so reproducing the technique is a software problem, not an access problem. The hard part is the same one that governs every local LLM: memory. Quantized weights plus the KV cache must fit in VRAM or unified memory, and reasoning-heavy workloads generate long chains that inflate that cache. A 70B-class model at 4-bit quantization needs roughly 40 GB before the cache even starts filling; smaller models run on far less but trade away capability.

What hardware does it take?

GPUVRAMBandwidthRole for local LLMs
GeForce RTX 509032 GB GDDR71,792 GB/sBest overall; largest consumer VRAM pool
GeForce RTX 409024 GB GDDR6X1,008 GB/sStrong all-rounder
GeForce RTX 3090 (used)24 GB GDDR6X936 GB/sBest value pick
Intel Arc B58012 GB GDDR6456 GB/sCheapest usable new card ($249 MSRP)

The table condenses Compare AI Hardware's ranked picks for local LLM inference, using their GPU database specifications. The RTX 5090's 32 GB frame buffer is the guide's best-overall pick and the memory pool that 70B-class quantized models want; a used RTX 3090 remains the value option at 24 GB. For the full tier-by-tier ranking from 12 GB to 96 GB, see the guide to the best GPUs for running DeepSeek models locally.

Frequently asked questions

What is a self-upgrading AI harness?

Scaffolding around a model that automates improvement: the system attempts tasks, scores outcomes, and retains the reasoning strategies that succeed. The linked paper describes the exact mechanism.

Is the DeepSeek harness open?

The harness and paper are publicly linked in the sources below, and the technique is demonstrated on open-weight models — so it can be studied and reproduced without access to a closed lab.

How much VRAM do I need for models like this?

It depends on model size and quantization. A 70B-class model at 4-bit needs roughly 40 GB or more; 24 GB cards handle smaller models well. The table above maps model classes to cards.

Does self-upgrading rewrite the model's weights?

The demonstrated loop improves reasoning by iterating on tasks and keeping what works; whether and how weights change is described in the paper. The safe summary: improvement by selection, not by hand-tuning.

Where can I read the paper?

Both the harness and the paper are linked in the sources section below.

Sources and further reading

🙏 We would like to thank our generous Patreon supporters who make Two Minute Papers possible:
Adam Bridges, B Shang, Carlos Galarza, Christian Ahlin, Eric Tyson, Juan Benet, Lukas Biewald, Michael Tedder, Owen Skarpness, Ryan Stankye, Shawn Becker, Steef, Taras Bobrovytsky, Tazaur Sagenclaw, Tybie Fitzhugh, Ueli Gallizzi

Disclosure: machine-learning.null.pictures and compareaihardware.com are operated by the same team. Links to compareaihardware.com are editorial recommendations, not paid placements.

Related AI hardware guides

No comments:

Post a Comment