DeepSeek-V4-Flash Makes LLM Steering Practical for Local Models

Seen Goedecke's latest post argues that DeepSeek-V4-Flash changes the calculus for LLM steering — the technique of manipulating model activations mid-inference to guide outputs. The key driver is DwarfStar, a stripped-down llama.cpp fork by antirez that runs only DeepSeek-V4-Flash and bakes steering in as a first-class feature.
What's steering?
Steering extracts a concept (like "respond tersely") from the model's internal activations. One method: feed a hundred prompts twice — once normal, once with "respond tersely" appended — then subtract the activation matrices to get a steering vector. Add that vector to any prompt's activations and the model becomes terse. A more advanced approach uses sparse autoencoders (like Anthropic's) to learn feature patterns, at greater cost.
Why it matters
Steering promises direct control over model behavior without prompt engineering. Instead of writing "you MUST" qualifiers, you'd have a slider for succinctness or conscientiousness. It's also fascinating from an interpretability perspective — think Golden Gate Claude's fixation, but yours to tweak.
Why not before?
Steering has been a middle-class idea: too crude for big labs (they just retrain the model) and inaccessible to API users (no access to weights or activations). Open-weights models were too weak to bother with — until DeepSeek-V4-Flash, which is strong enough for agentic coding. Even then, prompting often trumps steering for simple traits like verbosity; the real win is steering an unpromptable concept like intelligence.
Goedecke plans to follow DwarfStar closely. At the time of writing, its steering support is rudimentary (just a verbosity toggle akin to prompting), but the release was only eight days ago.
📖 Read the full source: HN LLM Tools
👀 See Also

Claude VS Code Extension Broken on Windows After Hardcoded Linux Path in Recent Update
Anthropic's recent VS Code extension update hardcodes a Linux path, breaking the extension on Windows. Downgrading to the previous version restores functionality.

Claude Code 2.1.132: Multiagent docs, schedule gate, skill limit changes
Release v2.1.132 adds Managed Agents documentation for multiagent sessions, outcomes, and webhooks; introduces a default-deny gate for proactive /schedule offers; drops documented skill limit from 64 to 20 per agent.

Claude Projects File Upload and Indexing Issues Documented
Claude Projects has multiple confirmed backend issues: files get stuck indexing, RAG search mode activates prematurely at ~13 files regardless of token count, and cached content persists even after deletion and re-upload.

Stanford's 2026 AI Index Report: Key Trends on Investment, Models, and Public Perception
Stanford's 2026 AI Index report shows AI investment is skyrocketing while impact on jobs and public perception remains mixed. US companies released 50 notable AI models in 2025, with China closing the gap.