Monday, June 1, 2026

AgentDoG 1.5 surges to 127 upvotes as agent safety remains the week's top story; NVIDIA LocateAnything-3B debuts as trending model leader with 606 likes; microsoft/markitdown dominates GitHub at 2,798 stars/day

agent-safety-alignment-momentumlong-horizon-agent-evaluationedge-ai-model-proliferationunified-multimodal-modelsai-developer-tooling-explosionspeech-and-video-generation

Executive Summary

Sunday's landscape reflects weekend momentum with only 4 new papers on HuggingFace Daily Papers, but continued strong engagement on the week's top research. AgentDoG 1.5 has climbed to 127 upvotes, cementing its position as the most-engaged paper of the week as agent safety alignment attracts sustained community interest. Qwen-VLA holds strong at 108 upvotes, confirming the community's appetite for unified embodied AI models. The new papers for today include LongDS-Bench, exposing how current AI agents fail at long-horizon data analysis with the best model reaching only 48.45% accuracy, and Function2Scene, which reframes indoor scene synthesis from object placement to functional space design.

The model ecosystem shows significant new entries: NVIDIA LocateAnything-3B leads trending with 606 likes for its object detection and grounding capabilities built on Qwen2.5, while MiniCPM5-1B from OpenBMB enters with 659 likes as an efficient edge-AI model. DeepSeek-V4-Pro maintains its download throne at 5.9M, with Qwen3.6-27B closing the gap at 5.1M. ByteDance's Lance (992 likes) offers a unified any-to-any multimodal model covering image generation, video generation, and understanding. The LiquidAI LFM2.5-8B-A1B sparse MoE architecture continues gaining traction at 321 likes.

GitHub trending is dominated by AI productivity tools: microsoft/markitdown leads all repos at 135K stars with 2,798 stars/day for document-to-markdown conversion, while MoneyPrinterTurbo continues its viral run at 74K stars (1,937/day) for AI-powered short video generation. OpenBMB/VoxCPM for tokenizer-free multilingual TTS (635 stars/day) and FareedKhan-dev/train-llm-from-scratch (626 stars/day) reflect strong educational and tooling demand in the AI space.

Researcher Notes

AgentDoG 1.5 reaching 127 upvotes over the weekend is remarkable. Weekend engagement typically drops, making this sustained climb from 111 to 127 a strong signal of genuine community concern about agent safety. The paper's core insight — that frontier models drastically lower attack barriers for agent exploitation — is no longer theoretical. With Codex-class models now serving as standard agent backbones, the lightweight alignment approach (0.8B-8B parameters, ~1K training samples) addresses a real deployment bottleneck: heavy safety frameworks that add inference overhead won't survive in production agent systems where latency budgets are already tight. The fact that these small models match GPT-5.4 on safety benchmarks suggests the community may have been overcomplicating the alignment problem.

LongDS-Bench exposes a critical gap in agentic AI evaluation. The finding that the best model reaches only 48.45% accuracy on long-horizon data analysis, with performance dropping 47 points from early to late turns, should concern anyone building production agent systems. More importantly, the paper shows that simply giving agents more interaction steps doesn't help — the bottleneck is maintaining correct analytical state over extended sessions, not computational budget. This aligns with the growing consensus that current benchmarks dramatically overstate agent capabilities by testing isolated or short-horizon tasks. The 52-69% long-horizon error rate suggests production agent deployments need robust state management architectures, not just better base models.

NVIDIA's LocateAnything-3B leading the trending models is architecturally interesting. Built on Qwen2.5-3B-Instruct as a base, it represents NVIDIA's push into the open model ecosystem beyond just training infrastructure. Combined with NVIDIA's PiD for pixel-level diffusion decoding (218 likes), NVIDIA is building a full-stack open model presence. Meanwhile, ByteDance's Lance (992 likes) is quietly establishing the any-to-any multimodal paradigm — a single model handling image generation, video generation, image editing, and video understanding — which could simplify production multimodal pipelines significantly.

The GitHub trending landscape tells a clear story about AI's current adoption phase. The top repos aren't cutting-edge research tools — they're practical productivity multipliers. microsoft/markitdown (2,798 stars/day) converts documents to markdown for LLM consumption. MoneyPrinterTurbo (1,937 stars/day) automates short video production. dreammis/social-auto-upload automates social media posting. This pattern suggests AI adoption has entered the practical automation phase where the highest demand is for tools that connect AI capabilities to everyday workflows, not for the capabilities themselves.

The Kronos financial foundation model (27.8K stars, 183/day) is a sleeper hit worth watching. A foundation model specifically for financial market language suggests domain-specific LLMs are maturing beyond healthcare and legal into quantitative finance. Combined with the stable-worldmodel platform (157 stars/day) for reproducible world model research, we're seeing infrastructure investments that could accelerate domain-specific AI deployment significantly.

Themes & Trends

Agent Safety and Alignment at Scale

rising

Agent safety alignment continues to dominate community engagement, with AgentDoG 1.5's lightweight approach showing that small models (~1K samples) can match frontier models on safety benchmarks. The growing agent deployment surface area makes this a production-critical concern.

Long-Horizon Agent Evaluation and State Management

rising

LongDS-Bench reveals that current agents fail dramatically on long-horizon tasks, with the bottleneck being state management rather than computational budget. Combined with VLA failure detection work, the community is recognizing evaluation gaps in agentic AI.

Unified Multimodal and Embodied Foundation Models

rising

Qwen-VLA unifies manipulation, navigation, and trajectory prediction in a single model. ByteDance's Lance offers any-to-any multimodal capabilities. The trend toward single models handling diverse modalities and tasks is accelerating.

Video World Models and Causality

stable

minWM provides an open-source pipeline for real-time interactive video world models, while YoCausal questions whether video generation models truly understand causality. The gap between temporal pattern matching and genuine causal understanding remains significant.

LoRA Optimization and Efficient Fine-tuning

stable

CollectionLoRA demonstrates distilling 50 effects into a single LoRA, while How LoRA Remembers provides the first quantitative capacity limits for parametric memory. Both address practical deployment bottlenecks in fine-tuned model management.

AI Developer Tooling and Practical Automation

rising

GitHub trending is dominated by practical AI productivity tools rather than research repos. markitdown, MoneyPrinterTurbo, social-auto-upload, and compound-engineering-plugin all connect AI capabilities to everyday workflows, signaling the practical automation phase of AI adoption.

Trending Papers (13)

AgentDoG 1.5: A Lightweight and Scalable Alignment Framework for AI Agent Safety and Security

High Relevance

Dongrui Liu, Yu Li, Zhonghao Yang, Peng Wang, Guanxu Chen et al. Shanghai AI Lab, Tsinghua University, Institute of Automation, CAS

Proposes a lightweight and scalable agent safety alignment framework with updated safety taxonomy for emergent risks from frontier AI models. Trains AgentDoG 1.5 variants (0.8B-8B) using only ~1K samples, achieving performance comparable to GPT-5.4 on safety benchmarks.

Key Findings

  • Updates agent safety taxonomy for emergent risks from Codex and OpenClaw execution scenarios

  • Lightweight models (0.8B-8B parameters) trained on ~1K samples match leading closed-source models on safety

  • Reduces deployment overhead in Docker-level environments by two orders of magnitude

  • Deployed as training-free online guardrail for real-time safety moderation

agent-safetyalignmentlightweight-modelsguardrailsopen-source
127 upvotes

Qwen-VLA: Unifying Vision-Language-Action Modeling across Tasks, Environments, and Robot Embodiments

High Relevance

Qiuyue Wang, Mingsheng Li, Jian Guan, Jinhui Ye, Sicheng Xie et al. Alibaba Group, Tsinghua University

Presents a unified embodied foundation model extending Qwen's VL stack to continuous action and trajectory generation via a DiT-based action decoder. Achieves 97.9% on LIBERO, 73.7% on Simpler-WidowX, and 76.9% OOD success in real-world ALOHA experiments.

Key Findings

  • Unifies manipulation, navigation, and trajectory prediction in a single VLA model

  • Introduces embodiment-aware prompt conditioning for multi-robot support

  • Achieves 97.9% on LIBERO and 76.9% average OOD success on real-world ALOHA

  • Demonstrates consistent out-of-distribution generalization across scene layouts, lighting, and objects

embodied-aivision-language-actionroboticsfoundation-modelqwen
108 upvotes

OmniRetrieval: Unified Retrieval across Heterogeneous Knowledge Sources

High Relevance

Jinheon Baek, Soyeong Jeong, Sangwoo Park, Woongyeong Yeo, Minki Kang et al. KAIST, Google DeepMind

Introduces a framework that takes natural-language queries, identifies appropriate knowledge sources, and dispatches source-native queries across text, tables, knowledge graphs, and property graphs without collapsing structural affordances.

Key Findings

  • Unifies retrieval across text, relational tables, knowledge graphs, and property graphs

  • Preserves structural affordances rather than homogenizing diverse sources

  • Exceeds single-source baselines across 13 datasets and 309 distinct knowledge bases

information-retrievalknowledge-graphsunified-retrievalragheterogeneous-data
66 upvotes

CollectionLoRA: Collecting 50 Effects in 1 LoRA via Multi-Teacher On-Policy Distillation

High Relevance

Fangtai Wu, Hailong Guo, Shijie Huang, Jiayi Song, Yubo Huang et al. Zhejiang University, Alibaba Group

Distills up to 50 different effect LoRAs along with few-step generation capabilities into a single LoRA using multi-teacher on-policy distillation, resolving feature interference and reducing deployment overhead.

Key Findings

  • Distills 50 effect LoRAs into a single LoRA with comparable concept fidelity

  • Introduces Probabilistic Dual-Stream Routing for generalization across unseen scenarios

  • Asymmetric Orthogonal Prompting achieves concept isolation within prompt space

  • Reduces deployment costs by eliminating need for dynamic LoRA loading

loradistillationdiffusion-modelsimage-editingdeployment-efficiency
53 upvotes

minWM: A Full-Stack Open-Source Framework for Real-Time Interactive Video World Models

High Relevance

Min Zhao, Hongzhou Zhu, Bokai Yan, Zihan Zhou, Yimin Chen et al. Tsinghua University, Renmin University of China

Provides an end-to-end open-source pipeline that converts bidirectional video foundation models into camera-controllable few-step autoregressive world models with real-time rollout capabilities.

Key Findings

  • Converts bidirectional T2V/TI2V models into camera-controllable autoregressive world models

  • Modular pipeline covering data construction, controllable fine-tuning, AR training, distillation, and streaming inference

  • Instantiated on Wan2.1-T2V-1.3B and HY1.5-TI2V-8B backbones

  • Supports adapting existing video world models to new data distributions and latency targets

world-modelsvideo-generationreal-timeopen-sourceinteractive
49 upvotes

YoCausal: How Far is Video Generation from World Model? A Causality Perspective

High Relevance

You-Zhe Xie, Yu-Hsuan Li, Jie-Ying Lee, Kaipeng Zhang, Yu-Lun Liu et al. Alaya Studio, National Tsing Hua University

Introduces a two-level benchmark inspired by the Violation of Expectation paradigm from cognitive science to evaluate whether video diffusion models truly understand causality or merely overfit to temporal patterns.

Key Findings

  • Reveals that perceiving the arrow of time does not imply understanding causality in VDMs

  • Uses temporally reversed real-world videos as zero-cost counterfactual samples

  • Evaluates 13 state-of-the-art VDMs, finding a significant gap relative to human-level causal cognition

  • Introduces Reverse Surprise Index and Causality Cognition Index metrics

world-modelscausalityvideo-generationbenchmarkscognitive-science
41 upvotes

Why Far Looks Up: Probing Spatial Representation in Vision-Language Models

High Relevance

Cheolhong Min, Jaeyun Jung, Daeun Lee, Hyeonseong Jeon, Yu Su et al. NVIDIA, Seoul National University, Ohio State University

Reveals that VLMs consistently entangle vertical image position with distance, mirroring perspective bias of natural photographs. Introduces SpatialTunnel synthetic benchmark to expose spatial shortcut biases.

Key Findings

  • VLMs conflate vertical image position with distance due to perspective bias in training data

  • Accuracy gap persists between perspective-consistent and counter-heuristic spatial examples

  • The entanglement intensifies under data scaling even as overall benchmark accuracy improves

  • Models with well-separated spatial axes exhibit greater robustness across benchmarks

vlmspatial-reasoningbenchmarksrepresentation-analysisbias
40 upvotes

GenClaw: Code-Driven Agentic Image Generation

Junyan Ye, Jun He, Zilong Huang, Dongzhi Jiang, Xuan Yang et al. Tencent Hunyuan, Huazhong University of Science and Technology

Proposes a code-driven agentic image generation paradigm where agents create like human artists: conceptualizing, sketching via code (SVG/HTML/Three.js), then coloring with generative models.

Key Findings

  • Uses code as controllable intermediate canvas bridging linguistic reasoning and pixel synthesis

  • Agent workflow mirrors human artistic process: conceptualize, sketch, color

  • Integrates programmatic logic with visual expressiveness of generative models

  • Transforms image generation from black-box to staged, interpretable process

image-generationcode-generationagentic-aicontrollable-generationmultimodal
31 upvotes

How LoRA Remembers? A Parametric Memory Law for LLM Finetuning

High Relevance

Ziwen Xu, Haiwen Hong, Linsong Yu, Benglei Cui, Longtao Huang et al. Alibaba Group, Zhejiang University

Introduces the Parametric Memory Law linking loss reduction to effective parameters and sequence length, revealing a deterministic phase transition for verbatim recall under greedy decoding.

Key Findings

  • Discovers a robust power law linking loss reduction to effective parameters and sequence length

  • Prediction probability p > 0.5 is sufficient for verbatim recall under greedy decoding

  • Introduces MemFT strategy that dynamically redistributes training budget toward sub-threshold tokens

  • Provides first quantitative capacity limits for exact parametric memory in LoRA

lorafinetuningmemoryscaling-lawsoptimization
30 upvotes

LongDS-Bench: On the Failure of Long-Horizon Agentic Data Analysis

High Relevance

Kewei Xu, Xiaoben Lu, Shuofei Qiao, Zihan Ding, Haoming Xu et al. Zhejiang University

Introduces a benchmark for long-horizon, multi-turn data analysis where agents must maintain evolving analytical states. Best model reaches only 48.45% accuracy with performance dropping 47 points from early to late turns.

Key Findings

  • Best model achieves only 48.45% average accuracy on long-horizon data analysis tasks

  • Performance drops nearly 47 points from early to late turns

  • Long-horizon errors account for 52-69% of all failures

  • Additional agent steps do not improve performance — the bottleneck is maintaining correct analytical state

agentsbenchmarksdata-analysislong-horizonstate-management
5 upvotes

EarlyTom: Early Token Compression Completes Fast Video Understanding

Hesong Wang, Xin Jin, Lu Lu, Chenhaowen Li, Jian Chen et al. Eastern Institute of Technology, Peking University

Proposes a training-free token compression framework that performs early-stage visual token compression inside the vision encoder, reducing TTFT by up to 2.65x and FLOPs by 61% while maintaining accuracy.

Key Findings

  • Vision encoding contributes a large portion to time-to-first-token in Video-LLMs

  • Early-stage compression inside the vision encoder yields significantly better TTFT reduction

  • Reduces TTFT by 2.65x and FLOPs by 61% on LLaVA-OneVision-7B

  • Training-free approach maintains accuracy comparable to full-token baseline

video-understandingtoken-compressionefficiencyinference-optimizationvlm
27 upvotes

Hide-and-Seek in Trajectories: Discovering Failure Signals for VLA Runtime Monitoring

Seongheon Park, Wendi Li, Changdae Oh, Samuel Yeh, Zsolt Kira et al. Georgia Institute of Technology, University of Wisconsin-Madison

Proposes a framework for VLA failure detection using coarsely supervised contrastive learning, localizing failure-indicative actions from trajectory-level supervision without step-level annotation.

Key Findings

  • Formulates VLA failure detection as a coarsely supervised learning problem

  • Combines inter-trajectory and intra-trajectory contrastive objectives to localize failures

  • Achieves state-of-the-art multi-task failure detection across LIBERO, VLABench, and real-world robots

  • Generalizes to both seen and unseen tasks across OpenVLA, pi_0, and pi_0.5 policies

roboticsvlafailure-detectionruntime-monitoringcontrastive-learning
3 upvotes

Function2Scene: 3D Indoor Scene Layout from Functional Specifications

Ruiqi Wang, Qimin Chen, Daniel Ritchie, Angel X. Chang, Manolis Savva et al. Simon Fraser University, Brown University

Generates 3D indoor layouts from functional specifications describing who uses a room and what they need to do, using iterative evaluation and refinement through a tool-augmented check-and-repair loop.

Key Findings

  • Reframes scene synthesis from placing plausible objects to designing spaces that support human use

  • Uses taxonomy of 17 functional design criteria spanning spatial, ergonomic, and environmental considerations

  • Results preferred in 94.3% of pairwise comparisons against recent baselines

  • Iterative tool-augmented loop combines geometric measurements, LLM reasoning, and VLM assessment

3d-generationscene-synthesisinterior-designfunctional-designvlm
3 upvotes

Trending Models (10)

LocateAnything-3B

NVIDIA · image-text-to-text · 3B

View on HF

A 3B-parameter vision model for object detection and visual grounding built on Qwen2.5-3B-Instruct. Supports image-text-to-text conversational interactions for precise object localization.

object-detectiongroundingvisioneagle
24.6K downloads606 likes
MiniCPM5-1B

OpenBMB · text-generation · 1B

View on HF

A 1B-parameter efficient language model designed for on-device and edge-AI deployment, featuring long-context support and tool-calling capabilities.

edge-aion-devicelong-contexttool-calling
36.7K downloads659 likes
Lance

ByteDance Research · any-to-any · 3B+

View on HF

A unified any-to-any multimodal model handling image generation, video generation, image editing, and video understanding in a single framework, built on Qwen2.5-VL-3B-Instruct.

multimodalimage-generationvideo-generationany-to-any
2.9K downloads992 likes
DeepSeek-V4-Pro

DeepSeek AI · text-generation · MoE

View on HF

DeepSeek's flagship text generation model maintaining the highest download count among open models at 5.9M downloads with strong benchmark performance.

text-generationconversationalflagship
5.9M downloads4.5K likes
LFM2.5-8B-A1B

LiquidAI · text-generation · 8B (1B active)

View on HF

A sparse MoE model with only 1B active parameters in an 8B framework, representing the liquid foundation model architecture for efficient edge deployment across 9 languages.

liquidmoeedgemultilingual
27.7K downloads321 likes
Qwen3.6-27B

Qwen (Alibaba) · image-text-to-text · 27B

View on HF

Qwen's 27B multimodal model reaching 5.1M downloads and 1,552 likes, supporting image-text-to-text tasks with strong evaluation results.

multimodalconversationalflagship
5.1M downloads1.6K likes
LongCat-Video-Avatar-1.5

Meituan · audio-text-to-video · N/A

View on HF

An audio-driven video avatar model for generating talking head videos with audio-text-to-video and audio-image-text-to-video capabilities.

avatarvideo-generationaudio-driventalking-head
0 downloads440 likes
HRM-Text-1B

Sapient Inc · text-generation · 1B

View on HF

A 1B-parameter hierarchical reasoning model using prefix-LM architecture with pre-alignment approach. Non-chat, non-instruction-tuned base model for text generation.

hierarchical-reasoningprefix-lmpre-alignmentbase-model
143.9K downloads427 likes
Sulphur-2-base

SulphurAI · text-to-video · N/A

View on HF

A text-to-video generation model with 1.5M downloads and 1,469 likes, representing strong community adoption for video generation tasks.

text-to-videovideo-generationdiffusers
1.6M downloads1.5K likes
Supertonic-3

Supertone · text-to-speech · N/A

View on HF

A multilingual text-to-speech model supporting 30+ languages with on-device deployment capability, offering high-quality speech synthesis.

ttsmultilingualon-devicespeech-synthesis
56.5K downloads754 likes

Trending GitHub Repos (15)

Python tool for converting files and office documents to Markdown, widely used for preparing documents for LLM consumption. Leads all GitHub repos in daily star growth.

document-conversionmarkdownllm-toolingproductivity
Python135.2K+2.8K today9.2K

AI-powered tool for generating high-quality short videos with one click using large language models. Continues its viral growth trajectory with nearly 2K stars/day.

video-generationai-automationcontent-creationllm
Python74.4K+1.9K today10.6K

Master programming by recreating your favorite technologies from scratch. The most-starred educational programming repository with over 509K stars.

educationprogrammingtutorialslearning
Markdown509.5K+1.2K today48.3K
High RelevanceGitHub

Tokenizer-free TTS system for multilingual speech generation, creative voice design, and true-to-life voice cloning. Strong growth at 635 stars/day.

ttsspeech-generationvoice-cloningtokenizer-free
Python23.6K+635 today2.7K

A straightforward educational resource for training LLMs from scratch, covering data downloading through text generation. Surging at 626 stars/day.

educationllm-trainingtutorialsmachine-learning
Jupyter Notebook3.0K+626 today448

An adaptive web scraping framework that handles everything from single requests to full-scale crawls, with 56.7K total stars.

web-scrapingdata-collectionautomationcrawling
Python56.7K+606 today5.5K

Agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster. Maintains strong momentum at 489 stars/day.

agentic-codingdeveloper-toolsllmterminal
Python128.9K+489 today21.0K

Self-contained offline survival computer packed with critical tools, knowledge, and AI capabilities for disconnected environments.

offline-aisurvivaledge-computingself-contained
TypeScript27.7K+374 today2.7K

Web and mobile interface for the Hermes Agent, making agent interactions accessible from any device.

agent-uiweb-interfacehermesmobile
Python10.0K+357 today1.4K

A meta-skill that designs domain-specific agent teams, defines specialized agents, and generates skills for agent orchestration.

agent-orchestrationmeta-skillagent-teamsskills
HTML4.6K+323 today651

Automated video upload tool for social media platforms including Douyin, Xiaohongshu, TikTok, YouTube, and Bilibili.

social-mediaautomationvideo-uploadcontent-distribution
Python12.0K+286 today2.1K

An extremely fast and scalable memory engine providing the Memory API for the AI era, designed for building memory-augmented AI applications.

memoryai-infrastructureapiscalable
TypeScript23.4K+264 today2.1K

Official Compound Engineering plugin for Claude Code, Codex, Cursor, and other AI coding tools.

developer-toolsai-codingplugincompound-engineering
TypeScript18.7K+251 today1.4K

A foundation model for the language of financial markets, applying LLM techniques to quantitative finance and market data.

financefoundation-modelquantitativemarket-language
Python27.8K+183 today4.8K

A platform for reproducible world model research and evaluation, providing standardized tools for building and comparing world models.

world-modelsresearch-platformreproducibilityevaluation
Python1.6K+157 today176

Sources Checked