← Archive

AI Daily — August 18, 2026

2026-08-18

openai.com

OpenAI on Cybersecurity: The Defender's Window

OpenAI published a detailed security posture piece arguing that AI is compressing the window in which defenders have an advantage over attackers. The post outlines concrete steps security teams can take now, framing AI-assisted offense as an accelerant that demands faster detection and response tooling on the defensive side.

rss.arxiv.org

DumpsterCluster: Serving LLaMA-70B on $60 Retired GPUs

Researchers built a 128-GPU cluster entirely from secondhand components (V100s and equivalents) for roughly $22K and ran it for a year serving LLaMA-70B inference, versus ~$600K for a comparable new B200 system. Using pipeline-parallel optimizations, they achieved competitive throughput, demonstrating that retired datacenter GPUs are economically and technically viable for production LLM serving. The paper also addresses sustainability, framing GPU reuse as a meaningful alternative to e-waste.

rss.arxiv.org

Self-Explainable Latent Reasoning (SELR): Bridging Efficiency and Interpretability

SELR proposes a unified framework that performs reasoning in latent space (avoiding verbose Chain-of-Thought token overhead) while remaining self-explainable without a separate post-hoc decoder. The approach targets the core trade-off between Coconut-style opaque latent reasoning and Heima-style decoupled explainability modules, aiming for a single architecture that is both efficient and interpretable.

rss.arxiv.org

Forward-Pass-Only Fine-Tuning Achieves 2.7–3.2x Throughput with 40% Less Memory

FPO adapts LLMs without backpropagation through the model body, exploiting the empirical finding that late-layer prediction error approximates the true gradient with cosine similarity of 0.47–0.59 across six surveyed models. The method delivers 2.7–3.2x training throughput and ~40% peak memory reduction versus standard fine-tuning, while preserving off-domain benchmark performance that full fine-tuning often degrades. A two-minute per-layer diagnostic is included to determine where late-layer adaptation is viable for any given model.