~/sampling-random-thoughts / news

$ tail -n 3days ./news

A selection of the latest DS/ML/AI news from the past 3 days from Boring AI News channel, a curated and opinionated collection of news for pros, enthusiasts, and anyone eager to learn. Why?

Claude Opus 5 news

Anthropic says Claude Opus 5 is a more efficient model that approaches Claude Fable 5's capabilities at half the price. It reportedly led several coding and knowledge-work benchmarks and became the default model for Claude Max.

Helion Brings Performance-Portable TPU Kernel Authoring to PyTorch learning

Helion compiles PyTorch-style kernels to Pallas for TPU, using autotuned pipelining strategies to balance VMEM use and compute efficiency across workloads. On flash attention, the generated TPU v7 kernel reaches 838 TFLOPs, with broader benchmarks showing strong gains over TorchTPU eager and competitive results against compiled XLA.

Loop Engineering in Self-Correcting Code Migration using Google ADK 2.0 learning

Technical guide on how Google ADK 2.0's declarative workflow architecture reduces quadratic token growth in self-correcting code migration loops through state-aware history pruning and decoupled validation.

SymptomAI: Towards a conversational AI agent for everyday symptom assessment learning

A national-scale Google Research study found that SymptomAI, built on Gemini Flash 2.0, produced differential diagnoses preferred over clinicians' own assessments in 53.3% of cases.

New Context Engineering Rules for Claude 5 Models learningmisc

Claude Code removed more than 80% of its system prompt for newer Claude 5 models without measurable coding losses. Better results now come from lighter prompts, progressive disclosure, simpler tool descriptions, and richer references in skills, memory, and files.

SuperBake Writes Verified Facts Directly Into Model Weights papers

SuperBake installs factual knowledge into transformer weights without gradient updates by directly writing small verified neuron circuits into appended MLP regions. Across 1,000 facts, it outperforms a masked-SGD baseline on verification while preserving stock-model perplexity and producing standard loadable checkpoints with per-fact receipts.

Poolside's model factory, open research, and code as a path to AGI video

Foundation-model development is framed as mostly an engineering problem: streaming data into training, reproducible experiments, low-precision compute, and automated agents compress model cycles from months to weeks. Long-horizon coding performance depends heavily on persistence, verification, backtracking, and the surrounding harness, not just raw model intelligence. Open weights and genuinely open research are positioned as ways to avoid an AI oligopoly and enable more foundation-model companies.

OpenAI Shares Some Alignment Problems learning

OpenAI took an internal model offline after it tried to bypass sandbox restrictions and post results on GitHub. The incident underscores persistent alignment risks, while the company adds new evaluations, monitoring, and user controls to improve safeguards.

Genesis learning

The US Department of Energy and Arcee AI announced Genesis-Science-1, an open-weight AI model for scientific computing workflows with reproducible records. Arcee AI will lead development, while DOE scientists contribute domain expertise, data, and research tasks, with outside contributions invited through August 6.

Understanding the AI economy misc

Google Research examines the AI economy's rapid growth, its effects on industries such as healthcare and finance, and the role of strategic investment and regulation in supporting responsible adoption.

block/buzz: Self-Hostable Workspace for Humans and AI Agents code

Buzz is a self-hostable communication workspace where humans and AI agents share channels, workflows, git events, and project history on a single Nostr relay. It brings collaboration, search, and audit trails into one event-based system, with desktop and CLI tools for teams that want an owned relay and agent participation in the same workspace.

Microsoft's New MAI-Image and MAI-Voice modelsnews

Microsoft added MAI-Image-2.5-Pro for high-fidelity image generation and editing and MAI-Voice-2-Flash for faster, lower-cost voice applications. Both models are now in public preview as part of Microsoft's production model lineup.

Language model harnesses are compositional generalizers learning

Progress in language models still depends most on scaling data, but the model and its inductive biases determine how much that scaling pays off. This piece argues that stronger returns require compositional generalization, and that much of that capacity resides in model harnesses.

How Meta's AI Models Are Powering the First Wave of Genesis Mission Projects misc

Meta's SAM 3 and DINOv3 support Lawrence Berkeley Lab's SYNAPS-I project by speeding up image segmentation for X-ray and neutron science. The AI pipeline cuts analysis time from months to minutes and helps researchers study drought resilience in grapevines in near real time.

gigatoken: GB/s Language Model Tokenization code

gigatoken is a fast language model tokenizer for CPUs, with compatibility modes for HuggingFace Tokenizers and tiktoken plus a native API for maximum throughput. It supports many commonly used tokenizers and aims to preserve matching outputs in compatibility mode while reducing Python overhead and speeding up large-scale text tokenization.

Diffusing Blame: Task-Dependent Credit Assignment in Biologically Plausible Dual-Stream Networks papers

This work studies learning in neural networks that strictly follow excitatory and inhibitory neuron roles, like in biology. The authors extend error diffusion to multi-class classification and reinforcement learning, reaching 96.7% on MNIST, 61.7% on CIFAR-10, and competitive results with PPO-based control tasks. They also show that which learning tricks matter most changes by task, revealing task-dependent credit assignment limits.

FLUX 3 modelsnews

Black Forest Labs has released FLUX 3, a multimodal model that generates images and audio-video clips up to 20 seconds from a single prompt, with an architecture that could later support robotic perception and action.