Tuesday, July 14, 2026

Agent benchmarks mature with Long-Horizon-Terminal-Bench; visual pretraining challenged by video-first and pixel-space approaches; knowledge-using gap in LLM finetuning exposed; trading agent tools continue GitHub domination

long-horizon-agent-benchmarkingvisual-pretraining-reinventionllm-knowledge-memorization-vs-generalizationaudio-language-modeling-open-weightstabular-foundation-modelstrading-agent-tools-github-surge

Executive Summary

Monday's HuggingFace Daily Papers feed returns 14 papers (from Sunday's 2026-07-13 fallback, as Monday papers haven't been published yet), spanning agent evaluation, visual pretraining, LLM finetuning, and dense prediction. Long-Horizon-Terminal-Bench (LHTB) from a multi-institutional team is the most operationally relevant paper: it introduces 46 long-horizon terminal tasks across 9 categories with dense reward-based grading instead of binary final-outcome scoring, directly addressing the sparse reward problem that makes current agent benchmarks unreliable. This is infrastructure work for the agent eval ecosystem.

Scalable Visual Pretraining for Language Intelligence argues that current LLM pretraining discards rich visual cues in documents and web pages by converting them to plain text, and proposes incorporating visual representations during pretraining. Combined with the From RGB Generation to Dense Field Readout paper (which proposes pixel-space dense prediction over latent-space approaches), Monday carries a clear signal: the community is revisiting the visual information bottleneck in both pretraining and inference pipelines.

Towards Mechanistically Understanding Why Memorized Knowledge Fails to Generalize formalizes the 'Knowing-Using Gap' in LLM finetuning — a well-known practitioner pain point now given rigorous mechanistic treatment. The paper shows LLMs can quickly memorize new facts yet fail to deploy them in downstream reasoning, identifying an accuracy gap and temporal lag between memorization and generalization.

Trust Region Policy Distillation (TOP-D) addresses On-Policy Distillation instability with a principled trust-region framework, including a formal global convergence analysis — theory-heavy but practically valuable for anyone doing policy distillation from teacher LLMs.

On HuggingFace trending models, Tencent Hy3 (trending score 381, 755 likes) tops the chart as a new Hunyuan-family MoE text-generation model. Nvidia Nemotron-Labs-Audex-30B-A3B (trending score 139) is new to the list — a 30B audio-language model with speech recognition, translation, and text-to-speech capabilities under a non-commercial license, signaling NVIDIA's push into open-weight audio-language modeling. Google's TabFM-1.0.0 (362 likes) is a tabular foundation model with zero-shot classification capabilities, a relatively underexplored frontier compared to text/image. InternScience Agents-A1 (526 likes) is an agentic VLM built on Qwen3.5-MoE, trending for multimodal agent use cases.

GitHub trending shows AI-powered trading agents dominating: Vibe-Trading (+1,153 stars today, now 21,827 total), ai-hedge-fund (+330), TradingAgents (+245), and TradingAgents-astock (A-share market adaptation, +179). Graphify (+1,095 stars today) — an AI coding assistant skill that turns code into a queryable knowledge graph — continues strong. OpenCut (+1,229 stars today) is the week's fastest-rising non-AI repo, an open-source CapCut video editor alternative. awesome-llm-apps (+996 stars) reaches 119K total.

Researcher Notes

LHTB is an eval infrastructure paper, not a capability paper. Its contribution is the benchmark design (dense rewards, 46 tasks, 9 categories) rather than a new model. Worth bookmarking if you're building agent evals — binary final-outcome scoring has been a longstanding criticism and LHTB is an attempt to fix it.

The visual pretraining cluster (3 papers) is architecturally significant. 'Scalable Visual Pretraining' and 'From RGB Generation to Dense Field Readout' both challenge the status quo from different angles. The former argues that converting visually-rich documents to plain text throws away information; the latter argues that dense prediction via latent-space approaches is suboptimal. Combined with yesterday's GenCeptional (video-as-vision-pretraining), this is a 3-day cluster of papers all poking at the same assumption: that text-centric or image-centric pre-training is sufficient.

The Knowing-Using Gap paper is practitioner-relevant. Anyone who has done RAG or knowledge-injection finetuning has seen this failure mode. The paper's mechanistic framing and 'spatial permeation dynamics' intervention technique is novel; the phenomenon is familiar.

Nvidia Audex is under non-commercial license — watch the license before building on it. Audio-language modeling is genuinely underserved in the open-weight ecosystem, so this is notable even with the license restriction.

Themes & Trends

Rethinking Visual Pretraining

rising

Three papers in two days challenge text-centric and image-centric pretraining assumptions. GenCeptional (video-as-pretraining), Scalable Visual Pretraining (visual cues in documents), and pixel-space dense prediction all argue the field is discarding valuable non-text information during training and inference pipelines.

Agent Evaluation Infrastructure

rising

Long-Horizon-Terminal-Bench represents a maturing eval ecosystem: moving from binary final-outcome grading to dense reward signals that capture intermediate progress. Signals that the agent benchmark tooling layer is becoming more sophisticated.

LLM Knowledge Memorization vs. Generalization

rising

The Knowing-Using Gap paper formalizes a well-known practitioner problem with mechanistic rigor: LLMs that memorize new facts during finetuning fail to use them in reasoning. Relevant to RAG, knowledge injection, and finetuning workflows.

AI Trading Agent Ecosystem

rising

Vibe-Trading, ai-hedge-fund, TradingAgents, and TradingAgents-astock are all in GitHub's top 10. This is a sustained multi-week trend: LLM-powered financial agents are attracting extraordinary community attention, likely driven by accessible entry points and aspirational use cases.

Open-Weight Audio-Language Models Emerging

rising

NVIDIA Nemotron-Labs-Audex-30B-A3B and OpenMOSS MOSS-Transcribe-Diarize both hit trending, signaling growing open-weight competition in audio-language modeling — a domain previously dominated by proprietary systems.

Trending Papers (14)

Long-Horizon-Terminal-Bench: Testing the Limits of Agents on Long-Horizon Terminal Tasks with Dense Reward-Based Grading

High Relevance

Zongxia Li, Zhongzhi Li, Yucheng Shi, Ruhan Wang, Junyao Yang Multi-institutional

Introduces LHTB, a terminal agent benchmark of 46 long-horizon tasks across 9 categories evaluated with dense reward-based grading (not binary final-outcome). Addresses the sparse reward problem in existing agent benchmarks that obscures partial progress and intermediate capability.

Key Findings

  • Existing terminal benchmarks focus on simple, short problems evaluated only by final outcome, yielding sparse reward signals

  • 46 long-horizon tasks spanning 9 categories with dense grading capture intermediate progress and partial solutions

  • Dense reward grading provides a more complete picture of agent capability on multi-step terminal tasks

agent-evalbenchmarkingterminal-tasksreward-design
49 upvotes

Scalable Visual Pretraining for Language Intelligence

High Relevance

Yiming Zhang, Zhonghan Zhao, Wenwei Zhang, Haiteng Zhao, Tianyang Lin Multiple Institutions

Argues that LLM pretraining discards rich visual cues from documents and web pages by converting them to plain text, and proposes incorporating visual representations — figures, typeset equations, page layouts — during pretraining to improve language intelligence.

Key Findings

  • Current pretraining converts visually-rich sources to plain text, discarding figures, equations, and layout information

  • Visual representations carry rich information that text alone cannot capture faithfully

  • Scalable visual pretraining improves language intelligence by preserving multimodal cues present in real-world documents

pretrainingmultimodalvisual-learningllm
43 upvotes

Video Generation Models are General-Purpose Vision Learners

High Relevance

Letian Wang, Chuhan Zhang, Rishabh Kabra, Jasper Uijlings, Steven Waslander, et al. University of Toronto, Wayve, Google DeepMind

Contends that large-scale text-to-video generation is a strong pre-training paradigm for general-purpose computer vision, providing spatiotemporal priors, vision-language alignment, and scalability. Introduces GenCeptional, a framework repurposing video generation models as vision foundation models.

Key Findings

  • Video generation pre-training provides spatiotemporal priors and vision-language alignment that image-only pretraining lacks

  • GenCeptional repurposes video generation models for downstream vision tasks

  • The framework generalizes across multiple vision tasks, challenging dominance of image-text contrastive pre-training

video-generationvision-pretrainingfoundation-modelscomputer-vision
42 upvotes

KronQ: LLM Quantization via Kronecker-Factored Hessian

Donghyun Lee, Yuhang Li, Ruokai Yin, Priyadarshini Panda Yale University

Proposes KronQ, a post-training quantization (PTQ) framework that challenges the assumption in GPTQ and similar methods that all output channels contribute equally to quantization error. Introduces gradient covariance into the quantization pipeline via Kronecker-factored Hessian approximation.

Key Findings

  • Existing PTQ methods (GPTQ) assume uniform output channel contribution, ignoring gradient covariance

  • KronQ uses Kronecker-factored Hessian to incorporate gradient covariance for more accurate quantization objectives

  • Achieves better PTQ quality with principled second-order approximation

quantizationllmpost-trainingcompression
17 upvotes

Trust Region Policy Distillation

Zhengpeng Xie, Li Lyna Zhang, Zeke Xie, Mao Yang Microsoft Research

Presents TOP-D (Trust Region Policy Distillation), which transforms unstable On-Policy Distillation into a stable training paradigm by dynamically constructing a proximal teacher and controlling gradient variance. Provides formal global convergence analysis and monotonic improvement guarantees.

Key Findings

  • On-Policy Distillation (OPD) is notoriously unstable with high variance; TOP-D provides principled stabilization

  • Dynamic proximal teacher construction inherently controls gradient variance with theoretical guarantees

  • Formal global convergence analysis with monotonic improvement guarantee

policy-distillationrlhftraining-stabilityllm
17 upvotes

From RGB Generation to Dense Field Readout: Pixel-Space Dense Prediction with Text-to-Image Models

Zanyi Wang, Xin Lin, Haodong Li, Dengyang Jiang, Yijiang Li Multiple Institutions

Argues that existing approaches using VAE latent spaces for dense prediction (depth, normals, alpha mattes) inherit generative output interface problems. Proposes direct pixel-space dense prediction with text-to-image models instead.

Key Findings

  • Latent-space dense prediction approaches inherit VAE generative interface artifacts

  • Pixel-space direct readout avoids the generative-to-discriminative mismatch

  • Achieves improved dense prediction quality across depth, normals, segmentation, and other tasks

dense-predictiondiffusion-modelscomputer-visiondepth-estimation
10 upvotes

Towards Mechanistically Understanding Why Memorized Knowledge Fails to Generalize in Large Language Model Finetuning

High Relevance

Lu Dai, Ziyang Rao, Yili Wang, Hanqing Wang, Hao Liu Multiple Institutions

Formalizes the 'Knowing-Using Gap' in LLM finetuning: models can memorize new facts quickly but fail to use them in downstream reasoning. Uses spatial permeation dynamics analysis to understand how injected knowledge propagates (or fails to propagate) through model layers.

Key Findings

  • LLMs exhibit a Knowing-Using Gap: memorized facts don't automatically transfer to reasoning tasks

  • An accuracy gap and temporal lag exists between memorization and generalization

  • Spatial permeation dynamics intervention reveals how knowledge fails to spread across layers

finetuningknowledge-injectionmechanistic-interpretabilityllm
8 upvotes

PanoWorld: Real-World Panoramic Generation

Haoyuan Li, Dizhe Zhang, Yuemei Zhou, Xiangkai Zhang, Haoran Feng Multiple Institutions

Addresses long-range memory in panoramic world models by exploiting rotation-equivariant properties of omnidirectional representations. PanoWorld uses Dense Panoramic Ray-Conditioning (DPRC) and Geometry-aware Memory Augmentation to simplify camera trajectories.

Key Findings

  • Rotation equivariance in omnidirectional representations simplifies camera trajectory modeling

  • DPRC enables fixed-heading trajectory modeling for both current-action and long-range memory

  • Demonstrates improved panoramic world model consistency

world-modelspanoramicvideo-generation3d
7 upvotes

Self-Guided Test-Time Training for Long-Context LLMs

High Relevance

Xinyu Zhu, Zhe Xu, Xiaohan Wei, Yunchen Pu, Fei Tian Apple, University of Waterloo

Proposes Self-Guided Test-Time Training (TTT) to improve long-context LLM accuracy, which degrades as input length grows even with extended context windows. Treats the test context as a training example for instance-specific parameter updates at inference time.

Key Findings

  • Long-context accuracy degrades with input length despite extended context windows

  • TTT treats the test context as a training example for instance-specific adaptation

  • Self-guided approach avoids requiring labeled examples by generating supervision from the context itself

long-contexttest-time-trainingllminference
7 upvotes

Flow-ERD: Agent-type Aware Flow Matching with Entropy-Regularized Distillation for Diverse Traffic Simulation

Seulbin Hwang, Kiyoung Om, Daejung Kim, Jinhan Lee Multiple Institutions

Introduces Flow-ERD for realistic and diverse traffic simulation, combining Agent-Type Aware Flow Matching (AFM) with entropy-regularized distillation. Targets the autonomous driving community where benchmarks optimize for realism but underexplore diversity.

Key Findings

  • Existing traffic simulation benchmarks reward realism but ignore diversity

  • AFM couples flow matching's multi-modal expressiveness with type-specific kinematic execution

  • Entropy-regularized distillation ensures diverse yet realistic multi-agent simulation

autonomous-drivingtraffic-simulationflow-matchingmulti-agent
5 upvotes

MedPMC: A Systematic Framework for Scaling High-Fidelity Medical Multimodal Data for Foundation Models

Hyunjae Kim, Dain Kim, Pan Xiao, Serina S. Applebaum, Younjoon Chung Multiple Institutions

Introduces MedPMC, an automated, continuously updatable framework for extracting high-fidelity multimodal medical data from PubMed Central (PMC) to train medical foundation models, addressing the gap between available clinical data and current PMC-derived resources.

Key Findings

  • Existing PMC-derived medical datasets are limited in fidelity, reproducibility, and clinical validation

  • MedPMC provides automated extraction of expert-authored image-text medical data at scale

  • Continuously updatable pipeline enables tracking of new medical literature

medical-aimultimodaldatasetfoundation-models
2 upvotes

A Sovereign, Open-Source Foundation Model for German and English

The Soofi-Team, Benedikt Droste, David Fitzek, Ruben Härle, Lukas Helff Soofi-Team (German sovereign AI)

Presents Soofi S 30B-A3B, a sovereign open-source MoE hybrid Mamba-Transformer for German and English. Activates only 3B of 30B parameters per token with near-constant inference cache as context grows. Pretrained on ~27 trillion tokens with deliberately up-weighted German.

Key Findings

  • Hybrid Mamba-Transformer MoE with 30B parameters, 3B active per token, near-constant inference cache

  • Pretrained on ~27 trillion tokens with deliberately up-weighted German for sovereign multilingual capability

  • Matches dense 14-27B models on aggregate benchmarks with significant throughput advantage for long-context deployment

moemambamultilingualsovereign-aigerman
1 upvotes

Phone Segmentation and Recognition through Phonological Activation Mapping

Shikhar Bharadwaj, Kwanghee Choi, Stephen McIntosh, Chin-Jou Li, Eunjung Yeo Multiple Institutions

Proposes SPAM (Phonological Activation Mapping) to leverage latent phonetic structure in self-supervised speech models for joint phone segmentation and recognition, mapping S3M representations to phonological feature activations like voicing and nasality.

Key Findings

  • Phonetic structure is already latent in self-supervised speech model representations

  • SPAM maps S3M frames to phonological feature vectors for both segmentation and recognition jointly

  • Achieves competitive performance on both tasks without task-specific architectures

speechphonologyself-supervisedsegmentation
2 upvotes

VaseMuseum: Digital Intelligent Museum for Ancient Greek Pottery

Jiazi Wang, Nonghai Zhang, Qiushi Xie, Zeyu Zhang, Yufeng Chen Multiple Institutions

Presents VaseMuseum, a VLM-powered interactive digital museum for ancient Greek pottery that grounds fine-grained 2D/3D visual evidence in specialized curatorial knowledge, addressing open-ended interpretation with RAG-based retrieval.

Key Findings

  • VLMs enable interactive digital museum experiences but require grounding in specialized domain knowledge

  • RAG-based retrieval grounds visual evidence in curatorial expertise for reliable artifact exploration

  • Demonstrates applicability to cultural heritage domains with fine-grained visual differentiation

vlmcultural-heritageragmultimodal
1 upvotes

Trending Models (11)

Hy3

Tencent · text-generation · Unknown

View on HF

Tencent's new Hunyuan-family MoE text-generation model (hy_v3 architecture). Tops trending with 755 likes and a trending score of 381, signaling strong community interest despite limited public documentation so far.

hunyuanmoetext-generationtencent
9.2K downloads755 likes
Qwythos-9B-Claude-Mythos-5-1M-GGUF

empero-ai · image-text-to-text · 9B

View on HF

GGUF quantization of a 9B Qwen3.5-based community fine-tune with 1M context, vision, reasoning, and function-calling. 2M+ downloads and 2,086 likes indicate it's one of the most-used community models.

qwen3.5ggufreasoninglong-contextmultimodal
2.0M downloads2.1K likes
GLM-5.2

zai-org (Zhipu AI) · text-generation · Unknown

View on HF

GLM-5.2 from Zhipu AI, a MoE-DSA architecture text-generation model with 3,902 likes and 465K downloads. Strong bilingual (EN/ZH) capability with MIT license. One of the most-liked models on HuggingFace.

glmmoebilingualmit-license
464.9K downloads3.9K likes
ThinkingCap-Qwen3.6-27B

bottlecapai · image-text-to-text · 27B

View on HF

A token-efficient thinking fine-tune of Qwen/Qwen3.6-27B, designed for efficient reasoning with reduced token overhead. 311 likes with 4.9K downloads.

qwen3.6efficient-thinkingtoken-efficientreasoning
4.9K downloads311 likes
Agents-A1

InternScience · image-text-to-text · Unknown

View on HF

An agentic VLM (vision-language model) built on Qwen3.5-MoE architecture, designed for multimodal agentic tasks. 526 likes and 29.8K downloads, with paper reference arxiv:2606.30616.

agenticvlmmoeqwen3.5vision
29.8K downloads526 likes
Unlimited-OCR

Baidu · image-text-to-text · Unknown

View on HF

Baidu's high-performance multilingual OCR model with 1.5M downloads and 1,963 likes. Paper reference arxiv:2606.23050. MIT licensed. Established as the go-to open OCR foundation model.

ocrvision-languagemultilingualbaidu
1.5M downloads2.0K likes
Nemotron-Labs-Audex-30B-A3B

NVIDIA · text-generation · 30B (3B active)

View on HF

NVIDIA's 30B audio-language model with 3B active parameters, supporting speech recognition, translation, text-to-audio, and general reasoning. Non-commercial license. arxiv:2607.05196. Represents NVIDIA's entry into open-weight audio-language modeling.

audiospeech-recognitiontext-to-speechmoenvidia
1.1K downloads143 likes
NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4

NVIDIA · text-generation · 75B (9B active)

View on HF

NVIDIA's 75B latent-MoE puzzle model in NVFP4 quantization with 9B active parameters. Multilingual (EN/FR/ES/IT/DE/JA/ZH) text-generation model with 38.8K downloads.

moenvidiamultilingualquantized
38.8K downloads114 likes
tabfm-1.0.0-pytorch

Google · tabular-classification · Unknown

View on HF

Google's tabular foundation model with zero-shot classification and in-context learning for tabular data. 362 likes, 21.6K downloads. Rare instance of a foundation model specifically designed for tabular/structured data.

tabularzero-shotin-context-learningfoundation-model
21.6K downloads362 likes
MOSS-Transcribe-Diarize

OpenMOSS-Team · audio-text-to-text · Unknown

View on HF

An audio-text-to-text model for long-form multilingual speech transcription with speaker diarization and timestamp-level ASR. 162 likes, 39.5K downloads. arxiv:2601.01554. Supports EN and ZH.

speechdiarizationasrmultilinguallong-form
39.5K downloads162 likes
DeepSeek-V4-Flash-GGUF

unsloth · text-generation · Unknown

View on HF

Unsloth quantization of DeepSeek-V4-Flash in GGUF format with imatrix variants. 49.4K downloads, 162 likes. MIT licensed. arxiv:2606.19348.

deepseekggufquantizedunsloth
49.4K downloads162 likes

Trending GitHub Repos (15)

Open-source CapCut alternative for video editing. TypeScript. +1,229 stars today at 66.7K total — fastest non-AI repo on trending today.

video-editingopen-sourcecapcut-alternative
TypeScript66.7K+1.2K today7.0K

AI-powered personal trading agent from HKU combining LLM reasoning with financial market data. Now at 21.8K stars with +1,153 today — sustained multi-week trending in the AI trading agent category.

tradingai-agentfinancellm
Python21.8K+1.2K today3.8K

AI coding assistant skill for Claude Code, Codex, Cursor, and others that turns code folders, SQL schemas, scripts, docs, and videos into queryable knowledge graphs. +1,095 stars today at 84.8K total.

knowledge-graphai-codingclaude-coderag
Python84.8K+1.1K today8.3K

Curated 100+ AI Agent and RAG apps you can clone and run. At 119.7K stars with +996 today.

llmai-agentragapps
Python119.7K+996 today17.7K

Anti-AI-slop design skill for Claude Code, Cursor, and Codex. +794 stars today at 5.2K total — fast-rising tooling for AI-generated UI quality.

claude-codeai-codingdesignquality
CSS5.2K+794 today276
High RelevanceGitHub

GitHub's Spec-Driven Development toolkit for AI coding workflows. +543 stars today at 120.6K total.

ai-codingspec-drivengithub
Python120.6K+543 today10.7K

Collective list of free APIs. 449.8K stars, +359 today. Perennial trending fixture.

apisresources
Python449.8K+359 today49.4K

AI Hedge Fund team using multi-agent LLM reasoning for investment decisions. 61.6K stars, +330 today.

financeai-agenthedge-fundllm
Python61.6K+330 today10.9K

Marketing skills for Claude Code and AI agents covering CRO, copywriting, SEO, analytics, and growth engineering. +299 stars today at 38.6K total.

claude-codemarketingai-agentskills
JavaScript38.6K+299 today6.2K

Python workflow orchestration framework for resilient data pipelines. 23.3K stars, +254 today.

workflowdata-pipelineorchestration
Python23.3K+254 today2.4K

Multi-agent LLM financial trading framework. At 92.8K stars with +245 today.

tradingmulti-agentllmfinance
Python92.8K+245 today17.9K

A-share (Chinese stock market) multi-agent investment research framework adapted from TradingAgents, with 7 AI analysts doing bull/bear debates. +179 stars today.

tradingchina-stocksmulti-agentllm
Python2.1K+179 today581

Curated list of project-based programming tutorials. 273.2K stars, +179 today.

learningtutorialsprogramming
Python273.2K+179 today35.2K

Math animation engine used for 3Blue1Brown videos. 88.5K stars, +133 today.

animationmatheducation
Python88.5K+133 today7.4K

Open-source general agent framework ('purely open ground'). 57.4K stars, +126 today.

agent-frameworkopen-sourcellm
Python57.4K+126 today10.0K

Sources Checked