Saturday, September 19, 2026

Latest Posts

Ethereum co-founder Vitalik Buterin argues that local AI can protect your privacy without losing speed

Ethereum co-founder Vitalik Buterin says laptop AI is approaching a practical turning point. Wallet software still needs a much higher bar before it can hand an AI control over crypto assets.

He said on Sept. 17 that Qwen 3.8 Flash and recent improvements in llama.cpp had brought local models close to handling a “large share” of tasks on his Strix Halo laptop.

For more advanced work, he described a local model coordinating requests to stronger remote systems while withholding the user’s full personal context.

The benchmark image attached to the post showed 10 workloads. Its reported input-processing rates ranged from 109.82 to 373.22 tokens per second, while output generation ranged from 18.42 to 33.37 tokens per second.

Those figures support a practical claim about responsiveness on one high-end laptop. They leave model judgment, resistance to malicious instructions, and transaction authorization unanswered.

Local inference can improve privacy while the power to move funds remains behind separate, enforceable controls.

Ethereum co-founder shows what changed between April and September

In an April account of his local AI setup, Vitalik described a narrower role for laptop models.

He wrote that Qwen3.5:35B could handle bounded tasks and familiar programming work, while advanced independent agents that could keep working on a codebase remained beyond laptops’ practical reach. Harder coding and intellectual work still called for stronger remote models.

The September post changes his assessment of where the practical boundary sits. A local model no longer appears limited to transcription, summarization, or other tightly bounded work. In the newer description, it can become the main interface for a larger share of activity and decide when a remote model is necessary.

Read More:  Bitcoin’s Fed move could run straight into a $6.3 billion IBIT options wall

A remote service receives only the question or context the local model selects, rather than every file, message, and wallet detail needed to understand the user’s wider situation. The local system becomes both an information gatekeeper and an assistant.

April and September involved different model generations and different tasks. The September post provides token counts and throughput, but it omits prompt contents, quantization choices, and the full runtime configuration.

Qwen3.8-Flash-Next, released by Alibaba’s Qwen team, is an open-weight multimodal mixture-of-experts model. Its main model has 125 billion parameters, plus another 51 billion in n-gram embedding tables, while 6 billion parameters are activated per token.

The official repository documents local text and vision inference through llama.cpp using quantized GGUF builds.

Activating a fraction of the model for each token lowers the compute burden. The user still needs enough memory for the chosen build and context, and the official materials provide no single hardware minimum that applies across quantization levels and workloads.

Capability benchmarks leave wallet authority unresolved

Qwen’s technical report evaluates the base model across 14 benchmarks covering general knowledge, mathematics, science, reasoning, coding and multilingual understanding.

The Qwen team reported that Flash-Next beat the larger Qwen3.7-Plus base model on eight of those tests while using fewer activated parameters and less training compute.

The report covers model capability, efficiency, and training stability. Prompt-injection resistance, policy enforcement, wallet authorization, and the correctness of autonomous financial actions sit outside that benchmark set.

An assistant can privately explain a transaction, prepare calldata, or suggest a route. A signer can make an irreversible request that transfers assets or grants another contract permission to move them.

Read More:  Bitcoin’s mining recovery could destroy itself

Better reasoning reduces some errors, yet a malicious instruction hidden in a website, message, or transaction description can still redirect the model’s plan.