JS Wei (Jack) Sun

MIPU drops half its updates, LLMs default to bridge ideas, Tencent opens scanner

Every URL the pipeline pulled into ranking for this issue — primary sources plus the supporting and contradicting findings each Researcher returned. Inline citations in the issue point back here.

← Back to the issue

Sources

The Mirage of Optimizing Training Policies: Monotonic Inference Policies as the Real Objective for LLM Reinforcement Learning huggingface.co

Training-inference mismatch in reinforcement learning for large language models leads to instability, which is addressed through a new policy optimization objective and framework that ensures consistent policy improvements between training and inference phases.

Measuring the Gap Between Human and LLM Research Ideas huggingface.co

Large language models generate research ideas that cluster around specific opportunity patterns and paradigms, diverging systematically from the broader and more diverse distributions found in human research papers.

Securing the AI Agent: A Unified Framework for Multi-Layer Agent Red Teaming huggingface.co

AI-Infra-Guard is an open-source framework that addresses AI infrastructure security through layered detection paradigms spanning infrastructure, protocol, agent behavior, and model layers.

Embodied.cpp: A Portable Inference Runtime of Embodied AI Models on Heterogeneous Robots huggingface.co

Embodied.cpp is a portable C++ runtime for deploying vision-language-action and world-action models on edge robots with mixed hardware. Modular execution layers handle multi-rate, latency-first inference for closed-loop control, letting a single stack target diverse embodied platforms without per-device model rewrites.

OrbitQuant: Data-Agnostic Quantization for Image and Video Diffusion Transformers huggingface.co

OrbitQuant applies post-training quantization to image and video diffusion transformers using a normalized rotated basis built from randomized permuted block-Hadamard transforms and Lloyd-Max codebooks. The data-agnostic scheme skips recalibration across timesteps and modalities, cutting the usual overhead of quantizing generative transformers.

VLA-Corrector: Lightweight Detect-and-Correct Inference for Adaptive Action Horizon huggingface.co

Vision-language-action models typically execute action chunks open-loop, which hurts contact-rich tasks. VLA-Corrector attaches a lightweight latent-space vision monitor that detects truncation events in visual feature evolution and triggers online gradient guidance, adapting the action horizon for corrective replanning without retraining the base policy.

MultAttnAttrib: Training-Free Multimodal Attribution in Long Document Question Answering huggingface.co

MultAttnAttrib pinpoints evidence in long multimodal documents by reading attention-head activations from a single prefill pass and applying calibrated thresholds. The training-free method beats prior attribution-generation approaches on both accuracy and inference latency, offering a cheap way to ground QA systems in source pages.

DataComp-VLM: Improved Open Datasets for Vision-Language Models huggingface.co

DCVLM extends the DataComp framework to vision-language models, standardizing how researchers evaluate data curation across multimodal token budgets. Across downstream benchmarks and scales, blending heterogeneous sources outperforms aggressive filtering, reframing VLM data work around mixture design rather than quality thresholds alone.

AGE: Adaptive-masking for Graph Embedding in Graph Retrieval-Augmented Generation huggingface.co

GraphRAG systems suffer when graph embeddings drift from LLM latent features. AGE fixes the misalignment with a Transformer-based self-supervised objective and a learnable node sampler that picks key nodes during adaptive masking, improving GraphQA retrieval quality for structured knowledge sources.

Teaching LLMs to Recommend and Defer in Underrepresented Epilepsy Care huggingface.co

MANANA is a non-parametric prompt-learning framework for anti-seizure medication decisions that adapts to local prescribing patterns from longitudinal clinic notes. Bayesian prompt averaging yields calibrated uncertainty, letting the model defer low-confidence cases to clinicians rather than reinforcing distribution-miscalibrated prescribing in underrepresented settings.

Interpretation-Oriented Cloud Removal via Observation-Anchored Residual Flow with Geo-Contextual Alignment huggingface.co

Geo-Anchored Cloud Removal framework addresses semantic drift in cloud removal by combining physically grounded residual inversion with semantic manifold constraints from vision foundation models.

AnyBokeh: Physics-Guided Any-to-Any Bokeh Editing with Optical Fingerprint Transfer huggingface.co

AnyBokeh is a physics-guided framework for bokeh editing that estimates source blur states and transfers optical characteristics between different focus and aperture settings without requiring all-in-focus reconstruction.

Generated Contents Enrichment huggingface.co

A joint adversarial framework enriches scene graphs using graph convolutional networks to generate semantically richer visual content from sparse scene descriptions.

References

vLLM engineering blog vllm.ai

bitwise consistent on-policy RL by aligning numerics between vLLM inference and TorchTitan training, using batch-invariant kernels

AI Weekly summary of MIPU aiweekly.co

the original research does not yet compare the method against specific production-grade variants of PPO or GRPO used by major labs today

OPT-ML 2025 workshop paper (NeMo RL / TIS) opt-ml.org

token-level Truncated Importance Sampling corrects the distribution gap between rollout and training, enabling stable training even under aggressive 8-bit quantization

arXiv 2510.26788 (VeXact diagnostic) arxiv.org

even minute numerical outliers induced by mismatch can independently trigger training failure

arXiv 2601.14243 (Jet-RL unified FP8) arxiv.org

a unified FP8 precision flow for both training and rollout… demonstrated up to 44% throughput gains without sacrificing convergence stability

ResearchGate mirror of MIPU paper (benchmark detail) researchgate.net

MIPU improves reasoning performance across five major mathematical benchmarks including MATH-500 and OlympiadBench, but shows an approximate 53.5% rejection rate in some trials

Si, Yang & Hashimoto (arXiv 2409.04109) arxiv.org

LLM-generated ideas are judged as more novel (p < 0.05) than human expert ideas while being judged slightly weaker on feasibility.

Si et al. follow-up, ‘The Ideation-Execution Gap’ (arXiv 2506.20803) arxiv.org

After executing the ideas, reviewers’ scores of AI-generated ideas decreased significantly more than those of human-generated ideas, flipping the previous novelty advantage.

BD Tech Talks — ‘Escaping the chain-of-thought trap’ bdtechtalks.substack.com

Most semantic diversity is lost during supervised fine-tuning and alignment; even when reasoning tokens are suppressed at inference time, final-answer diversity remains low — collapse is embedded in the weights, not just the format.

ResearchGate — ‘Examining and Addressing Barriers to Diversity in LLM-Generated Ideas’ researchgate.net

Assigning ordinary personas (rather than famous figures like Steve Jobs) anchors models in more diverse regions of semantic space, partially closing the diversity gap with humans.

arXiv 2603.12226 — ‘Idea-Catalyst’ (interdisciplinary ideation) arxiv.org

Reformulating local problems into domain-agnostic concepts and retrieving analogues from distant fields improved the novelty of research goals by 21%.

HindSight framework (OpenReview M23dTGWCZy) openreview.net

Traditional LLM judges find no significant difference between vanilla and retrieval-augmented idea generation, but temporal-impact evaluation reveals retrieval-augmented systems produce ideas with 2.5x higher future research impact.

Medium technical review (foraisec) — AI-Infra-Guard v2 medium.com

surface heuristics might flag 6.6% of malicious skills, A.I.G’s deep audit identifies up to 16.4%

OASB Skills Security Benchmark oasb.ai

traditional scanners show flag rates between 3.8% and 41.9% with low overlap, [while] specialized pipelines like the one used by A.I.G. can maintain a precise 1.16% FPR while achieving an 82.9% F1 score

Tencent SkillTrustBench leaderboard matrix.tencent.com

‘Skill Vetter’ (OpenClaw) currently leads with an F1 score of 0.9659, followed by Cisco’s Skill Scanner and NVIDIA’s SkillSpector… Claude Opus 4.6 and GLM 5.1… achieving F1 scores exceeding 0.98

AgenticWire — MCP scanner comparison agenticwire.news

three primary scanners emerged… mcp-scan (later integrated as snyk-agent-scan), MCPShield, and MCPhound v3… MCPhound v3 uniquely maps complex, cross-server attack chains [and] rug-pull vulnerabilities

AI-Infra-Guard GitHub CLAUDE.md / issue triage github.com

maintainers explicitly state that A.I.G is a single-operator tool with no intended permission boundaries between users… maintainers classify prompt injection as ‘expected behavior’ within the tool, only triaging reports that demonstrate a bypass of OS, network, or filesystem boundaries

runZero blog — Ollama exposure runzero.com

Ollama’s default lack of authentication is combined with public internet exposure

Jack Sun

Jack Sun, writing.

Engineer · Bay Area

Hands-on with agentic AI all day — building frameworks, reading what industry ships, occasionally writing them down.

Digest
All · AI Tech · AI Research · AI News
Writing
Essays
Elsewhere
Subscribe
All · AI Tech · AI Research · AI News · Essays

© 2026 Wei (Jack) Sun · jacksunwei.me Built on Astro · hosted on Cloudflare