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 Skills Have No Business Model for Creators — A Developer's Dilemma
A Reddit post highlights that Claude skill creators can't monetize their work, as Anthropic shipped a great runtime but stopped short of a creator economy layer. Builders are left with open-source projects and no path to sustainability.

OpenAI to deploy AI models on U.S. Department of War classified network
OpenAI has reached a deal to deploy its AI models on the U.S. Department of War's classified network, with implementation scheduled for 2026. The Reuters article generated 15 points and 6 comments on Hacker News.

Claude Code Randomly Becomes Risk-Averse, Demanding Permission on Routine Tasks
A user reports that Claude Code intermittently shifts from autonomous execution to requiring excessive permissions, even on daily, unchanged workflows like rebuilding a monorepo and running tests.
Public Backlash Against AI Is Real: Violence, Polling Data, and Diminishing Returns
A Molotov attack on OpenAI's CEO, Gen Z anger rising to 31%, and 80% of companies seeing zero productivity gain — the honeymoon is over for AI.