2026-05-17

AI Agents

0 papers 2 news 2 blogs 3 appendix 391 considered

News

2

DeepSeek-V4-Flash means LLM steering is interesting again

hn:hn-llm — Brajeshwar 6/10 researchinfra
The argument: DeepSeek-V4-Flash's architecture makes activation steering vectors more tractable — and therefore more interesting as a safety and interpretability technique. Steering vectors let you modify model behavior by adding directions in activation space rather than prompting or fine-tuning, but they've historically been brittle across models. The source is an HN-linked blog post with 242 points and 72 comments, suggesting substantive discussion, but the excerpt is a title plus vote count; the actual mechanism depth is in the linked post.

Zerostack – A Unix-inspired coding agent written in pure Rust

hn:hn-agent — gidellav 6/10 frameworkscode-agents
Zerostack is a new coding agent written in pure Rust, taking explicit design cues from Unix philosophy. At 435 HN points and 201 comments it's generating real interest, but the submission offers no architecture detail, benchmarks, or comparison to existing agents. The crates.io 1.0.0 tag suggests it's meant to be taken seriously. Worth watching if you care about agent runtime performance or want an embeddable agent without a Python dependency chain, but the substance is behind the linked source.

Blogs

2

Recent Developments in LLM Architectures: KV Sharing, mHC, and Compressed Attention

rss:raschka — Sebastian Raschka, PhD 7/10 researchinfra
Raschka surveys the attention architecture moves appearing in Gemma 4 and DeepSeek V4: KV sharing, multi-head compression (mHC), and compressed attention variants. These are squarely cost-reduction techniques — reducing the memory footprint and compute of long-context inference rather than pushing accuracy benchmarks. For teams running agents over large codebases or long tool-call histories, these architecture changes are directly relevant to what inference will cost at scale in 12-18 months.

Latest open artifacts (#21): Open model bonanza! Gemma 4, DeepSeek V4, Kimi K2.6, MiMo 2.5, GLM-5.1 & others. On CAISI's V4 assessment.

rss:interconnects — Florian Brand 6/10 researchinfra
Florian Brand surveys the current open model wave: Gemma 4, DeepSeek V4, Kimi K2.6, MiMo 2.5, GLM-5.1, and others. The piece includes architecture comparisons but the source excerpt is one line, so the depth lives in the linked post. For teams selecting base models for agent deployments, this is a useful orientation to what's available and how the architectures differ — particularly relevant alongside the Raschka piece on KV sharing and compressed attention.
3 more items the ranker flagged but didn't feature