A post on r/artificial drew attention to painter Michael Hafftka publishing his catalog raisonne as an open dataset on Hugging Face. The dataset card lists roughly 3,780 works, structured metadata, and a CC-BY-NC-4.0 license.
AI
RSS FeedA post on r/LocalLLaMA highlighted Kreuzberg v4.5, a Rust-based document intelligence framework that now adds stronger layout and table understanding. The release claims Docling-level quality with lower memory overhead and materially faster processing.
A Hacker News thread pushed fresh attention to tinygrad's tinybox hardware line. The product page now spells out specs, pricing, and shipping status for the red v2 and green v2 Blackwell systems aimed at deep-learning workloads.
Meta said on March 19, 2026 that it is expanding the Meta AI support assistant and deploying more advanced AI moderation systems across its apps. The company framed the update around faster account support, better scam detection, and fewer enforcement mistakes.
An r/artificial discussion described how an internal AI tool leaked its detailed system prompt despite explicit instructions not to reveal it. The thread's practical consensus was that prompt text should be treated as public-facing and that sensitive logic belongs in backend code.
OpenUI said rewriting its openui-lang parser from Rust/WASM to TypeScript made one-shot parsing 2.2x-4.6x faster and cut streaming parse cost by up to 3.3x, largely by removing JS-WASM boundary overhead and fixing O(N^2) re-parsing.
On March 11, 2026, Meta launched new anti-scam tools across WhatsApp, Facebook, and Messenger, including device-linking warnings, suspicious friend-request alerts, and broader AI scam review. Meta also said it removed more than 159 million scam ads last year and took down 10.9 million accounts linked to scam centers.
On March 16, 2026, Microsoft used NVIDIA GTC to expand Foundry Agent Service and observability, add NVIDIA Nemotron models, outline Azure infrastructure built for inference-heavy reasoning workloads, and introduce an Azure Physical AI Toolchain. The announcement is notable because it connects agent operations, hyperscale AI infrastructure, and physical-world systems in one stack.
A recent Hacker News thread revived Meta's Omnilingual MT paper and its claim that machine translation can move beyond a few hundred languages into a 1,600-language system. The interesting part is not just bigger coverage, but Meta's argument that specialized translation models and broader evaluation can outperform a much larger general LLM baseline.
Anthropic said it detected industrial-scale campaigns by DeepSeek, Moonshot, and MiniMax to extract Claude outputs at scale. The company said the activity involved more than 16 million exchanges through about 24,000 fraudulent accounts and that it is investing in detection and response tooling.
Flash-KMeans is an arXiv paper submitted on 10 Mar 2026 that targets two concrete GPU bottlenecks in Exact K-Means: materializing the N x K distance matrix in HBM and atomic contention during centroid updates. The Hacker News thread reached 180 points and 14 comments because systems-minded readers immediately connected the work to FlashAttention-style dataflow optimization, practical deployment questions, and the broader shift of K-Means from offline preprocessing to an online AI primitive.
OpenAI published details of its Department of War agreement on February 28, 2026 and added a clarifying update on March 2. The company says the deal is cloud-only, keeps humans in the loop, forbids domestic surveillance of U.S. persons, and bars autonomous-weapons direction and other high-stakes automated decisions.