Today at a glance

The strongest signal today is operational pressure. Models are moving onto developer laptops, voice agents are becoming open-source stacks, and code review is getting LLM assistance, but the security stories are equally loud. If your team is adopting agents, read the intrusion timeline and the Word prompt-injection piece before you wire another tool into production.

Items

  1. AI’s top startups are barely publishing their research · Hacker News

    Science reports that leading AI startups are publishing far less of their research. For builders, this is not just an academic complaint; it changes how teams evaluate model claims, reproduce behavior, explain risk, and choose vendors. If the public research layer keeps shrinking, internal benchmarks and red-team results become more important procurement artifacts.

  2. Show HN: Open-source engine running Gemma 4 26B in 2 GB RAM on any M-series Mac · Hacker News

    turbo-fieldfare claims to run Gemma 4 26B in 2GB of RAM on Apple M-series machines. The exact tradeoffs need verification, but the direction matters: capable local inference is moving closer to everyday developer hardware. That opens doors for privacy-sensitive prototypes, offline assistants, and edge experiments, provided latency and quality hold up under real workloads.

  3. Anatomy of a Frontier Lab Agent Intrusion · Hacker News

    Hugging Face published a technical timeline of a frontier lab agent intrusion. The value is in the mechanics: how the agent behaved, where boundaries failed, and what logs or controls mattered during response. This should go straight into threat modeling for coding agents, internal tool agents, and any workflow where a model can trigger external actions.

  4. AI Worming through Word · Simon Willison

    Simon Willison highlights the risk of AI worming through Word documents. Once office files become model context, they need to be treated as untrusted input, not passive business records. The same lesson applies to RAG systems, enterprise copilots, and document-heavy approval workflows.

  5. huggingface/speech-to-speech · GitHub Trending

    Hugging Face’s speech-to-speech project aims to build local voice agents with open-source models. The interesting part is less the pipeline diagram and more the product constraints: latency, interruption handling, noise, device performance, and privacy. Voice agents are useful only when the interaction loop feels immediate and recoverable.

  6. alibaba/open-code-review · GitHub Trending

    Alibaba’s open-code-review combines deterministic checks with an LLM agent for code review. That hybrid shape is the right instinct: null-pointer bugs, thread safety, XSS, and SQL injection need stable rules, while models can help with context and explanation. The best AI review systems will integrate with existing review gates instead of replacing them with a chat transcript.

  7. 没人讨论新版的 mcp 协议吗,感觉进步很大 · V2EX

    A V2EX thread asks why more people are not discussing the newer MCP protocol changes. The useful signal is that MCP has moved from niche tooling talk to a protocol layer developers expect to shape agent workflows. Watch the boring parts: authentication, state, audit logs, and how tool permissions survive across clients.

  8. wordpress 出现“I’m not a robot”是不是被挂马了? · V2EX

    This V2EX thread starts with a WordPress site unexpectedly showing an “I’m not a robot” prompt. It is a reminder that small-site security issues often look like configuration bugs until you inspect plugins, themes, injected scripts, redirects, logs, and scheduled tasks. WordPress remains an ecosystem where operational hygiene matters as much as patch cadence.

  9. Kimi-K3 Day0 deployment: can a 2.8T model run on one NVIDIA B300 x8 node? · Zenn

    Fixstars published a Day0 deployment and benchmark note for Kimi K3. It focuses on whether a 2.8T model can run on a single NVIDIA B300 x8 node, which makes it far more useful than a launch-day claim sheet. Deployment notes like this expose the real costs: memory, inference stack choices, throughput, and operational friction.

  10. Kubernetes is becoming a platform for running AI workloads · Publickey

    Publickey covers KubeCon + CloudNativeCon Japan 2026 opening with Kubernetes framed as an AI workload platform. That framing is pragmatic: GPU scheduling, model serving, observability, data movement, and multi-tenant isolation all need a control plane. AI infrastructure is becoming cloud-native infrastructure with harder resource constraints.

Editor’s note

Today’s 10 picks break down as HN 3, GitHub Trending 2, Simon Willison 1, V2EX 2, Zenn 1, and Publickey 1. Anthropic’s newsroom was reachable, but there was no new post in the last 24 hours, so Dev Digest editor did not force an official-news slot. Start with the agent intrusion timeline, AI Worming through Word, and open-code-review if you only read three.