PulseAugur
EN
LIVE 21:35:53

New research explores LLM efficiency and reasoning improvements

Several research papers explore methods to enhance the efficiency and reliability of large language models (LLMs). Hugging Face's LFM2.5-DSpark demonstrates up to 3.2x faster inference speeds by using speculative decoding techniques. OpWeave and LayerRoute propose new frameworks for optimizing LLM serving across heterogeneous hardware and enabling adaptive layer-skipping, respectively. Other research investigates LLM reasoning and calibration, with ZebraArena providing a diagnostic environment for tool-augmented LLMs and Efficiency Hallucination formalizing the risk of LLMs issuing non-functional code mutations. AI

IMPACT These advancements in LLM efficiency and reasoning could lead to faster, more reliable AI applications and better diagnostic tools for evaluating model behavior.

RANK_REASON Multiple arXiv papers detailing novel research into LLM efficiency and reasoning.

Read on Hugging Face Blog →

AI-generated summary · Google Gemini · from 222 sources. How we write summaries →

New research explores LLM efficiency and reasoning improvements

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Research
Multiple arXiv papers detailing novel research into LLM efficiency and reasoning.
Source corroboration
222 independent sources
Strong cross-source corroboration — multiple independent publishers covered this within the clustering window.
Topics
infra, paper, product
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
48 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.
Coverage growth since scoring
+34 source(s) since last score
New sources have picked up this story since our last re-score. Score will update on the next scoring pass.

Full methodology in our editorial standards.

COVERAGE [222]

  1. Hugging Face Blog TIER_1 English(EN) ·

    Up to 3.2x Faster Inference with LFM2.5-DSpark

  2. arXiv cs.AI TIER_1 English(EN) · Akiyoshi Tomihari, Yuma Ichikawa ·

    LLM-as-an-Improver: Turning Verification into Better Candidates

    arXiv:2609.19515v1 Announce Type: new Abstract: Verifier-based selection improves LLM performance by generating multiple candidate solutions and using a verifier to select the most promising one. However, existing methods typically treat verification only as a ranking step and di…

  3. arXiv cs.AI TIER_1 English(EN) · Chao Wang (Independent Researcher) ·

    What Do We Expect from LLMs? Mapping the Design of LLM Benchmarks

    arXiv:2609.19182v1 Announce Type: new Abstract: Benchmarks are central to how progress in large language models (LLMs) is assessed and communicated. Yet model rankings alone reveal little about how evaluation requirements themselves are changing. The expanding variety of benchmar…

  4. arXiv cs.LG TIER_1 English(EN) · Doyeon Lee, Eunyi Lyou, Hyunsoo Cho, Sookyung Kim, Joonseok Lee, Jaemoo Choi ·

    QUATRO: Query-Adaptive Trust Region Policy Optimization for LLM Fine-tuning

    arXiv:2602.04620v3 Announce Type: replace Abstract: GRPO-style reinforcement learning (RL)-based LLM fine-tuning algorithms have recently gained popularity. Relying on heuristic trust-region approximations, however, they can lead to brittle optimization behavior, as global import…

  5. arXiv cs.LG TIER_1 English(EN) · Omkar Shewale, Deepak Kumar, Divakar Kumar Yadav ·

    PrefixBench-H100: Characterizing Prefix Reuse and Time-to-First-Token in H100 LLM Serving

    arXiv:2609.19657v1 Announce Type: cross Abstract: Repeated prompt prefixes are increasingly common in LLM serving workloads, appearing in system prompts, templated retrieval-augmented generation pipelines, agent frameworks, and multi-turn conversations. Modern inference runtimes …

  6. arXiv cs.LG TIER_1 English(EN) · Mobina Kashaniyan, Ali Jannesari ·

    Sample Count Is Not Enough: Candidate-Generation Strategy Shapes the Energy and Performance of LLM Test-Time Scaling

    arXiv:2609.19499v1 Announce Type: new Abstract: Test-time scaling can improve large language model reasoning by generating and combining multiple candidate responses. In sampling-based methods, the inference budget is often described by the number of generated candidates, N. Howe…

  7. arXiv cs.LG TIER_1 English(EN) · Tejus Gupta, Efe Mert Karag\"ozl\"u, Rohit Sonker, Barnab\'as P\'oczos, Jeff Schnieder ·

    Bayesian Optimization with Rich Auxiliary Information via LLMs

    arXiv:2609.19437v1 Announce Type: new Abstract: Bayesian Optimization (BO) is widely used for optimizing expensive black-box functions, yet many real-world optimization problems contain substantially richer information than function evaluations alone. Examples include training cu…

  8. arXiv cs.AI TIER_1 English(EN) · Nithin Somasekharan, Youssef Hassan, Shiyao Lin, Gihan Panapitiya, Patrick Emami, Anurag Acharya, Sameera Horawalavithana, Shaowu Pan ·

    SCICONVBENCH: Benchmarking LLMs on Multi-Turn Clarification for Task Formulation in Computational Science

    arXiv:2605.18630v2 Announce Type: replace Abstract: Large Language Models (LLMs) are increasingly deployed as scientific AI as- sistants, and a growing body of benchmarks evaluates their capabilities across knowledge retrieval, reasoning, code generation, and tool use. These eval…

  9. arXiv cs.AI TIER_1 English(EN) · Anika Sharma, Malavika Mampally, Chidaksh Ravuru, Kandyce Brennan, Neil Gaikwad ·

    Behavioral Coherence: A Method for Sensitive-Domain LLM Evaluation

    arXiv:2512.13142v5 Announce Type: replace Abstract: People use LLMs for reproductive-health questions, including abortion-related support. A response can sound supportive while answers reinforce harmful assumptions: judgment is likely, secrecy is safer, and support is limited. We…

  10. arXiv cs.AI TIER_1 English(EN) · Xin Chen, Gil Kur, Alexander Shevchenko, Andreas Krause ·

    Local Sparsity Enables Unsupervised LLM Safety Detection

    arXiv:2609.20129v1 Announce Type: cross Abstract: Deployment-time safety methods for large language models (LLMs) are predominantly supervised and assume access to unsafe training data. Nevertheless, new attacks and harm categories regularly arise, not captured by models trained …

  11. arXiv cs.AI TIER_1 English(EN) · Pyrros Koussios, Benjamin J\"ager, John Hua Yao, Ajay Sridhar, Violet Xiang, Chenhao Li ·

    PetriBench: Benchmarking LLM Reasoning over Dynamic State Spaces

    arXiv:2609.19883v1 Announce Type: cross Abstract: Characterizing LLM reasoning remains an open challenge, as many existing benchmarks isolate specific reasoning skills, rely on external knowledge, or are costly to extend. We introduce PetriBench, a compact, fully self-contained, …

  12. Hugging Face Daily Papers TIER_1 English(EN) ·

    Local Sparsity Enables Unsupervised LLM Safety Detection

    Deployment-time safety methods for large language models (LLMs) are predominantly supervised and assume access to unsafe training data. Nevertheless, new attacks and harm categories regularly arise, not captured by models trained in such a supervised fashion. An alternative appro…

  13. arXiv cs.AI TIER_1 English(EN) · Peter Chen, Xi Chen, Wotao Yin, Tianyi Lin ·

    A Zeroth-Order Paradigm for LLM Preference Alignment

    arXiv:2609.19144v1 Announce Type: cross Abstract: Direct preference alignment methods are widely used to align large language models (LLMs) with human preferences because of their computational and memory efficiency. However, likelihood displacement motivates alternative ways to …

  14. arXiv cs.AI TIER_1 English(EN) · Dunyao Xue, Chengshuo Du, Zhengbo Wang, Wenlin Dai, Cheng Meng ·

    Beyond Truncation: Rethinking LLM Decoding as Ensemble Pruning

    arXiv:2609.18723v1 Announce Type: new Abstract: We introduce Mahalanobis-Ensemble Decoding (ME-Decoding), a novel Large Language Model (LLM) decoding framework that frames candidate token selection as ensemble pruning. Existing selection strategies rely predominantly on scalar pr…

  15. arXiv cs.LG TIER_1 English(EN) · Jinhao Wang, Zhexin Hu, Kangjie Zhou, Xin Zhou, Fangfang Liu ·

    GroupKV: Hierarchical KV Cache Management for Long-Context Diffusion LLM Inference

    arXiv:2609.17573v1 Announce Type: cross Abstract: Diffusion large language models (dLLMs) are emerging as a promising generative paradigm that complements autoregressive decoding. In long-context settings, KV cache bloat and offloading transfer overhead have become primary bottle…

  16. arXiv cs.CL TIER_1 English(EN) · Yibo Hu ·

    Safety-Flag: A Unified Benchmark for the Reliability and Calibration of LLM Content Moderators

    arXiv:2609.19072v1 Announce Type: new Abstract: Large language models are increasingly used for content moderation, but most evaluations still report aggregate accuracy on individual benchmarks. We introduce Safety-Flag, which places seven widely used safety benchmarks (BeaverTai…

  17. arXiv cs.AI TIER_1 English(EN) · Jinli Hu, Ross M. Clarke, Yichuan Zhang, Jos\'e Miguel Hern\'andez-Lobato ·

    Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data

    arXiv:2609.18842v1 Announce Type: new Abstract: The scaling laws hold that a language model grows more capable with more parameters and more training data, and Mixture-of-Experts (MoE) architectures have ridden these laws to remarkable results, activating only a fraction of an en…

  18. arXiv cs.AI TIER_1 English(EN) · Kirill Skobelev, Eric Fithian, X. Y. Han ·

    Fine-Tuning Fixes Mode Collapse and Over-Dispersion in LLMs

    arXiv:2609.16454v1 Announce Type: new Abstract: Recent work by Doshi and Hauser (2024), Bisbee et al. (2024), and Xie et al. (2026) raises concerns that outputs from large language models (LLMs) tend to be under-diverse: they repeat or resemble one another more often than respons…

  19. arXiv cs.LG TIER_1 English(EN) · Sebastian Zhao, Minseo Kim, Coleman Hooper, Luca Manolache, Michael W. Mahoney, Yakun Sophia Shao, Kurt Keutzer, Amir Gholami ·

    LLM Inference in a Flash!

    arXiv:2609.16161v1 Announce Type: new Abstract: Large Language Models (LLMs) have shown impressive capabilities across a range of natural language processing tasks, and LLM inference has emerged as a critical workload for enabling downstream applications. The demands of serving L…

  20. arXiv cs.CL TIER_1 English(EN) · Aashiq Muhamed, Mona T. Diab, Virginia Smith ·

    Decoy Direction Optimization: A Post-Hoc Defense Against LLM Abliteration

    arXiv:2609.16204v1 Announce Type: cross Abstract: Safety guardrails in open-weight language models can be readily bypassed using Refusal Feature Ablation (RFA), a technique that identifies and projects out a linear refusal direction from the residual stream, often achieving a hig…

  21. arXiv cs.AI TIER_1 English(EN) · Hong Yi Lin, Chunhua Liu, Haoyu Gao, Patanamon Thongtanunam, Christoph Treude ·

    Fine-grained Approaches for Confidence Calibration of LLMs in Automated Code Revision

    arXiv:2604.06723v2 Announce Type: replace-cross Abstract: In today's AI-assisted software engineering landscape, developers increasingly depend on LLMs that are highly capable, yet inherently imperfect. The tendency of these models to produce incorrect outputs can reduce develope…

  22. arXiv cs.AI TIER_1 English(EN) · Oteo Mamo, Olga Kogiou, Hyunjin Yi, Weikuan Yu ·

    Comparative Characterization of KV Cache Management Strategies for LLM Inference

    arXiv:2604.05012v2 Announce Type: replace-cross Abstract: Efficient inference with Large Language Models (LLMs) increasingly relies on Key-Value (KV) caches to store previously computed key and value vectors at each layer. These caches are essential to minimize redundant computat…

  23. arXiv cs.AI TIER_1 English(EN) · Qihu Xie, Ziwei Li, Yi Kang ·

    FlexEE: Self-Speculative and KV-Compatible Early Exiting for Offloading-Aware LLM Inference

    arXiv:2609.17008v1 Announce Type: new Abstract: Large language model (LLM) inference is often constrained by both computation and memory, especially in offloading-based deployments where model weights are transferred across memory hierarchies during autoregressive decoding. In th…

  24. arXiv cs.AI TIER_1 English(EN) · Bernie Boscoe, Srinath Saikrishnan, Vikram Seenivasan, Jack Stark, Andrew Lizarraga, Morgan Himes, Jonathan Soriano, PJ Allen, Tuan Do ·

    AquiLLM: Evaluating Faithfulness in Open-Weight RAG-LLM Systems for Scientific Research

    arXiv:2609.16519v1 Announce Type: new Abstract: Scientific research increasingly relies on large, heterogeneous data sources, motivating interest in retrieval-augmented generation (RAG) systems that provide natural language access to scientific knowledge and research workflows. R…

  25. arXiv cs.AI TIER_1 English(EN) · Evangelos Georganas, Alexander Heinecke, Pradeep Dubey ·

    Breaking the 1.58-bit Barrier for Ternary LLMs

    arXiv:2609.16338v1 Announce Type: new Abstract: Ternary Large Language Models (LLM) store every weight as one of three symbols $\{-1,0,+1\}$, so the cost of a ternary model is conventionally referenced to the information-theoretic $\log_2 3 \approx 1.585$ bits per weight. The pre…

  26. arXiv cs.AI TIER_1 English(EN) · Srikanta Datta Tumkur, Jay Iyer, Mehar Simhadri, Sai Pavan Kumar, Sai Kapil Kumar, Ramesh Nampelly ·

    Calibrate, Then Route: A Measured Study of Learned Request Routing for Disaggregated LLM Serving

    arXiv:2609.16206v1 Announce Type: new Abstract: Disaggregated LLM serving places compute heavy prefill and memory heavy decode on separate GPU pools. Systems such as DistServe, Splitwise, and Mooncake make this separation fast, but routing still determines which instances handle …

  27. Hugging Face Daily Papers TIER_1 English(EN) ·

    A Zeroth-Order Paradigm for LLM Preference Alignment

    Direct preference alignment methods are widely used to align large language models (LLMs) with human preferences because of their computational and memory efficiency. However, likelihood displacement motivates alternative ways to extract information from preference pairs with sma…

  28. Hugging Face Daily Papers TIER_1 English(EN) ·

    Sample Count Is Not Enough: Candidate-Generation Strategy Shapes the Energy and Performance of LLM Test-Time Scaling

    Test-time scaling can improve large language model reasoning by generating and combining multiple candidate responses. In sampling-based methods, the inference budget is often described by the number of generated candidates, N. However, N tells us how many candidates are generate…

  29. arXiv cs.CL TIER_1 English(EN) · Lekang Yang, Yuetong Liu, Yitong Zhang, Jia Li ·

    DiffuTester: Accelerating Unit Test Generation for Diffusion LLMs via Mining Structural Pattern

    arXiv:2509.24975v4 Announce Type: replace-cross Abstract: Diffusion large language models (dLLMs) enable parallel generation and are promising for unit test generation (UTG), where efficient and large-scale automated testing is essential in software development. Despite this adva…

  30. arXiv cs.CL TIER_1 English(EN) · Zo\"e Prins, Samuele Punzo, Frank Wildenburg, Giovanni Cin\`a, Sandro Pezzelle ·

    Is my model perplexed for the right reason? Contrasting LLMs' Benchmark Behavior with Token-Level Perplexity

    arXiv:2603.29396v2 Announce Type: replace Abstract: Standard evaluations of Large language models (LLMs) focus on task performance, offering limited insight into whether correct behavior reflects appropriate underlying mechanisms and risking confirmation bias. We introduce a simp…

  31. arXiv cs.CL TIER_1 English(EN) · Hyeongcheol Park, Sumin In, Suyeon Myeong, Hogun Park, Sangmin Kim, Moonhyun Lee, Daekyeong Park, Sangpil Kim ·

    SALUTE: Benchmarking and Adapting LLMs for the Defense Domain

    arXiv:2609.15022v1 Announce Type: new Abstract: Defense is a knowledge-intensive domain that requires precise understanding of specialized terminology, doctrinal concepts, operational procedures, and evolving military events. Although recent work has explored language technologie…

  32. arXiv cs.AI TIER_1 English(EN) · Angelos Poulis, Mark Crovella, Evimaria Terzi ·

    Testing the Limits of Truth Directions in LLMs

    arXiv:2604.03754v2 Announce Type: replace-cross Abstract: Large language models (LLMs) have been shown to encode truth of statements in their activation space along a linear truth direction. Previous studies have argued that these directions are universal in certain aspects, whil…

  33. arXiv cs.AI TIER_1 English(EN) · Shaghayegh Sadeghi, Stephen L. Smith, David C. Del Rey Fern'andez ·

    SAILOR: Solver-Assisted Interactive LLM-based Optimization Recovery

    arXiv:2609.13945v1 Announce Type: new Abstract: Natural-language descriptions of optimization problems may be incomplete or vague about numerical information that a solver requires, including costs, capacities, demands, bounds, and penalties. A language model can translate the de…

  34. arXiv cs.LG TIER_1 English(EN) · Anish Saxena, Jae Hyung Ju, Hritvik Taneja, Po-An Tsai, Aamer Jaleel, Christos Kozyrakis, Moinuddin Qureshi ·

    BOOST: Concurrent Access to Host Memory and HBM to Accelerate LLM Inference

    arXiv:2609.13592v1 Announce Type: cross Abstract: GPU memory bandwidth and capacity limit throughput in large language model (LLM) inference. The GPU memory system consists of a primary tier of high-bandwidth memory (HBM) and a secondary tier of host memory connected via CPU-to-G…

  35. arXiv cs.AI TIER_1 English(EN) · Wanjia Zhao, Ludwig Schmidt, Yejin Choi, James Zou, Vidhisha Balachandran, Lingjiao Chen ·

    ZEBRAARENA: A Diagnostic Simulation Environment for Studying Reasoning-Action Coupling in Tool-Augmented LLMs

    arXiv:2603.18614v2 Announce Type: replace Abstract: Tool-augmented large language models (LLMs) must tightly couple multi-step reasoning with external actions, yet existing benchmarks often confound this interplay with complex environment dynamics, memorized knowledge or dataset …

  36. arXiv cs.AI TIER_1 English(EN) · Sarah Wilson, Gail Kaiser, Patrick Musau ·

    Efficiency Hallucination: Formalizing and Measuring Behavioral Calibration in LLM-Based Code Optimization

    arXiv:2609.14839v1 Announce Type: cross Abstract: The integration of Large Language Models (LLMs) into automated code optimization introduces a critical reliability risk we term the Efficiency Hallucination: an LLM's tendency to issue non-functional mutations with unsubstantiated…

  37. arXiv cs.AI TIER_1 English(EN) · Zikun Li, Yixuan Mei, Shiqi Pan, Zixuan Chen, Xiaowen Zhang, Mengdi Wu, Shuhuai Lin, Yutong Yang, Zhihao Zhang, Xupeng Miao, Rashmi Vinayak, Zhihao Jia ·

    OpWeave: Flexible Operator Disaggregation for Heterogeneous LLM Serving

    arXiv:2609.14237v1 Announce Type: cross Abstract: LLM serving systems increasingly disaggregate inference into finer-grained stages, with recent approaches separating attention from FFN or MoE execution during decode. This operator-level disaggregated serving (ODS) can improve ha…

  38. arXiv cs.AI TIER_1 English(EN) · Prateek Kumar Sikdar ·

    LayerRoute: Adaptive Layer-Skipping with LoRA-Preserved Quality for Efficient LLM Inference

    arXiv:2609.13682v1 Announce Type: cross Abstract: We introduce LayerRoute, a parameter-efficient method for adaptive transformer layer-skipping that combines per-layer hard-gated routing (trained via a straight-through estimator) with joint LoRA fine-tuning. LayerRoute augments e…

  39. arXiv cs.LG TIER_1 English(EN) · Gemma Zhang, Prachi Badarayani, Asmi Kumar, Sadid Hasan, Sulaiman Vesal ·

    Can We Trust LLM Judges: A Study of Capability-Dependent Biases and Multi-Judge Ensemble for Bias Calibration

    arXiv:2609.12002v1 Announce Type: new Abstract: LLMs are increasingly used as automated judges for model training and evaluation, yet individual judges exhibit systematic biases that undermine reliability. Much of prior work has studied biases in pairwise LLM-as-a-judge settings;…

  40. arXiv cs.CL TIER_1 English(EN) · Foad Namjoo, Remy Ogasawara, Amirali Abdullah, Cullen Anderson, Narmeen Fatimah Oozeer, Jeff M. Phillips ·

    Judging by the Cover: Cleaning LLM Truthfulness Benchmarks to Avoid Surface-Level Feature Leakage

    arXiv:2609.13003v1 Announce Type: new Abstract: Binary-choice truth benchmarks ask models to choose between a correct and an incorrect answer, but if the two answers differ systematically in surface-level features, models can exceed chance without performing the intended reasonin…

  41. arXiv cs.LG TIER_1 English(EN) · Zhenyu Han, Ansheng You, Haibo Wang, Kui Luo, Guang Yang, Wenqi Shi, Menglong Chen, Sicheng Zhang, Zeshun Lan, Chunshi Deng, Huazhong Ji, Wenjie Liu, Yu Huang, Yixiang Zhang, Chenyi Pan, Jing Wang, Xin Huang, Chunsheng Li, Jianping Wu ·

    AsyncFlow: An Asynchronous Streaming RL Framework for Efficient LLM Post-Training

    arXiv:2507.01663v2 Announce Type: replace Abstract: Reinforcement learning (RL) has become a pivotal technology in the post-training phase of large language models (LLMs). Traditional task-collocated RL frameworks suffer from significant scalability bottlenecks, while task-separa…

  42. Hugging Face Daily Papers TIER_1 English(EN) ·

    Decoy Direction Optimization: A Post-Hoc Defense Against LLM Abliteration

    Safety guardrails in open-weight language models can be readily bypassed using Refusal Feature Ablation (RFA), a technique that identifies and projects out a linear refusal direction from the residual stream, often achieving a high attack success rate (ASR) while preserving model…

  43. arXiv cs.AI TIER_1 English(EN) · Bincheng Gu, Min Gao, Zongwei Wang, Yibing Bai, Yulan He, Junliang Yu ·

    Beyond Confidence: Stability-Aware Test-Time Adaptation for LLM Reasoning

    arXiv:2609.11393v1 Announce Type: new Abstract: Test-time adaptation has emerged as a lightweight alternative to costly post-training for improving the reasoning capabilities of Large Language Models (LLMs) on downstream tasks. Predictive entropy provides a model-derived signal f…

  44. arXiv cs.AI TIER_1 English(EN) · Qibai Chen, Zeming Liu ·

    SemVerBench: Benchmarking LLM Comprehension of Version-Constraint Resolution Semantics

    arXiv:2609.11180v1 Announce Type: new Abstract: Large language model (LLM) coding agents constantly decide whether a version satisfies a constraint such as ^1.2.3 or >=2.0,<3, yet their grasp of version-constraint semantics has never been measured directly. We introduce SemVerBen…

  45. arXiv cs.CL TIER_1 English(EN) · Adithiyan Rajan Indira Saravanan, Kathleen C. Fraser ·

    RAG-Safety-Bench: Reliable Evaluation of Retrieval-Augmented LLM Safety

    arXiv:2609.11758v1 Announce Type: new Abstract: Allowing large language models (LLMs) to retrieve information from a set of trusted documents can increase reliability and reduce hallucination. However, recent work has demonstrated that retrieval-augmented generation (RAG) can hav…

  46. arXiv cs.AI TIER_1 English(EN) · Md Rakib Hossain Misu, Iris Ma, Cristina V. Lopes ·

    Spec-Harness: Measuring and Improving Behavioral Adequacy of LLM-Synthesized Formal Specifications

    arXiv:2604.00280v2 Announce Type: replace-cross Abstract: Formal specifications play a central role in ensuring software reliability, yet automatically synthesizing high-quality specifications remains difficult and often requires domain expertise. Recent work has applied large la…

  47. arXiv cs.AI TIER_1 English(EN) · Marek Jeli\'nski, Jan Dubi\'nski, Maciej Chrabaszcz, Sebastian Cygert ·

    Reference-Based Bias Detection in LLMs via Relative Representations of Hidden States

    arXiv:2609.10060v1 Announce Type: new Abstract: Existing bias auditing methods typically rely on model outputs, requiring costly benchmarks or judge models and potentially missing internal shifts that never appear in generated text. We propose a reference-based method that audits…

  48. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Kathleen C. Fraser ·

    RAG-Safety-Bench: Reliable Evaluation of Retrieval-Augmented LLM Safety

    Allowing large language models (LLMs) to retrieve information from a set of trusted documents can increase reliability and reduce hallucination. However, recent work has demonstrated that retrieval-augmented generation (RAG) can have unintended side effects on the overall safety …

  49. Hugging Face Daily Papers TIER_1 English(EN) ·

    RAG-Safety-Bench: Reliable Evaluation of Retrieval-Augmented LLM Safety

    Allowing large language models (LLMs) to retrieve information from a set of trusted documents can increase reliability and reduce hallucination. However, recent work has demonstrated that retrieval-augmented generation (RAG) can have unintended side effects on the overall safety …

  50. Hugging Face Daily Papers TIER_1 English(EN) ·

    Beyond Confidence: Stability-Aware Test-Time Adaptation for LLM Reasoning

    Test-time adaptation has emerged as a lightweight alternative to costly post-training for improving the reasoning capabilities of Large Language Models (LLMs) on downstream tasks. Predictive entropy provides a model-derived signal for such adaptation, guiding models toward higher…

  51. arXiv cs.LG TIER_1 English(EN) · Antonin Poch\'e, Fanny Jourdan, Nils Feldhus, Qianli Wang, Jing Yang, Simon Ostermann, Nicholas Asher, Philippe Muller, Vera Schmitt ·

    Limitations of Automated Simulatability: LLM Simulators Can Bypass Explanations

    arXiv:2609.08585v1 Announce Type: cross Abstract: Simulatability is an evaluation protocol for explanations that quantifies their usefulness by how well they help a user predict a task model's outputs. Since human evaluation is costly, automated simulatability replaces human expl…

  52. arXiv cs.LG TIER_1 English(EN) · Sungjune Lee, Myungjoo Kang ·

    LatentMD: Benchmarking Markdown Boundary Failures in LLM-Generated Text

    arXiv:2609.06993v1 Announce Type: cross Abstract: Large language models (LLMs) increasingly generate Markdown that is consumed by renderers, agents, code extractors, and structured downstream pipelines. Yet existing evaluations often conflate content quality with format adherence…

  53. arXiv cs.LG TIER_1 English(EN) · Twinkll Sisodia ·

    Toward Sustainable Distributed LLM Inference: A Systems Synthesis and Research Agenda for an Energy-, Carbon-, and Cache-Aware llm-d Control Plane

    arXiv:2609.05565v1 Announce Type: cross Abstract: Large language model (LLM) sustainability is increasingly a serving-systems problem, not only a training problem. In production, energy and carbon impact depend on more than model size: workload shape, batching, key-value (KV) cac…

  54. arXiv cs.LG TIER_1 English(EN) · Hyeondo Jang, Kwanhee Lee, Dongyeop Lee, Namhoon Lee ·

    Hidden in Plain Sight: The Overlooked Significance of Canonical Elements for Extreme LLM Sparsity

    arXiv:2609.06557v1 Announce Type: new Abstract: Large language models (LLMs) are often considered fragile under aggressive sparsification, and maintaining reliable performance typically requires sticking to moderate sparsity levels. However, recent studies suggest that LLMs are m…

  55. arXiv cs.LG TIER_1 English(EN) · Saurav Bhandari, Benjamin Wade ·

    Steering Under Compression: Dose-Response, Capability Cost, and Failure Asymmetry in Quantized LLMs

    arXiv:2609.06473v1 Announce Type: new Abstract: Inference-time activation steering enables behavioral control of large language models without parameter modification, while post-training quantization reduces memory and compute costs for deployment. Despite their growing convergen…

  56. arXiv cs.LG TIER_1 English(EN) · Anna-Christina Glock, Thomas H\"utter, Johannes F\"urnkranz, Wolfram W\"o{\ss}, Christine Dominka-Kiss, Lisa Ehrlinger ·

    Data Quality Rule Generation with LLMs

    arXiv:2609.06053v1 Announce Type: new Abstract: The validation of data, such as customer and employee data, is an important task in many organizations. Errors in data can have severe consequences. For example, a wrong drug unit in a patient record can lead to life-threatening med…

  57. arXiv cs.LG TIER_1 English(EN) · FNU Aditi ·

    Robustness of LLM-Generated SystemVerilog Assertions to Semantics-Preserving RTL Transformations

    arXiv:2609.05658v1 Announce Type: new Abstract: Large language models (LLMs) are increasingly being explored for automating SystemVerilog Assertion (SVA) generation, yet most evaluations report correctness on a single syntactic representation of an input. Such point accuracy does…

  58. arXiv cs.CL TIER_1 English(EN) · Linghan Zhong, Jiyang Zhang, Jayanth Srinivasa, Junyi Jessy Li, Milos Gligoric ·

    Retrofitting Code Using LLMs to Support Exceptional Behavior

    arXiv:2609.10397v1 Announce Type: cross Abstract: Exception Related Code (ERC), which includes throw statements, conditions (if statements) that guard those throw statements, and try/catch blocks, is an essential component of software systems, allowing developers to detect and ha…

  59. arXiv cs.CL TIER_1 English(EN) · Xietao Wang-Lin, Anton Isopoussu, Louis Mahon ·

    If It's Not Buggy, Don't Fix It: On the Dynamics of Iterative Bug-fixing with LLMs

    arXiv:2609.10123v1 Announce Type: cross Abstract: Large language models (LLMs) have become ubiquitous in software development, with LLM-based automated program repair tools increasingly used during code review. In this report, we explore the iterative blind use of LLMs as bug-fix…

  60. arXiv cs.CL TIER_1 English(EN) · Xing Zhang, Guanghui Wang, Yanwei Cui, Mengdie Flora Wang, Peiyang He ·

    UnitBoost: Managing Compound LLM Systems with a Merge Operator, Not a Model

    arXiv:2609.09815v1 Announce Type: cross Abstract: Compound LLM systems often solve a coordination problem by adding a higher-level LLM. The resulting meta-agent reads workers' outputs, writes the final answer, allocates later calls, and decides when to stop. It is expressive, but…

  61. arXiv cs.AI TIER_1 English(EN) · Jitian Zhao, Changho Shin, Tzu-Heng Huang, Satya Sai Srinath Namburi GNVV, Frederic Sala ·

    CARE: Confounder-Aware Aggregation for Reliable LLM Evaluation

    arXiv:2603.00039v2 Announce Type: replace-cross Abstract: LLM-as-a-judge ensembles are the standard paradigm for scalable evaluation, but their aggregation mechanisms suffer from a fundamental flaw: they implicitly assume that judges provide independent estimates of true quality.…

  62. arXiv cs.AI TIER_1 Norsk(NO) · Yuchen Yang, Wenze Lin, Enhao Huang, Zhixuan Chu, Hongbin Zhou, Lan Tao, Yiming Li, Zhan Qin, Kui Ren ·

    Explainable Token-level Noise Filtering for LLM Fine-tuning Datasets

    arXiv:2602.14536v4 Announce Type: replace-cross Abstract: Large Language Models (LLMs) have seen remarkable advancements, achieving state-of-the-art results in diverse applications. Fine-tuning, an important step for adapting LLMs to specific downstream tasks, typically involves …

  63. arXiv cs.AI TIER_1 English(EN) · Maysam Khatib, Moysis Symeonides, Demetris Trihinas, George Pallis, Marios D. Dikaiakos ·

    A Measurement Study of LLM Inference Trade-offs Across Edge Continuum Hardware

    arXiv:2609.08307v1 Announce Type: cross Abstract: Large language models (LLMs) are increasingly used as backends for intelligent web services, but serving them across the edge continuum requires balancing quality, latency, model footprint, and energy. This paper presents a contro…

  64. arXiv cs.AI TIER_1 English(EN) · Shahzeb Qamar, Lorenz Sparrenberg, Christian Bauckhage, Baha Rababah, Carson Leung, Murat Kantarcioglu, Cuneyt Gurcan Akcora, Rafet Sifa ·

    Accuracy is Not Enough: A Divergence-Based Approach to Evaluate Fidelity Loss in Quantized LLMs

    arXiv:2609.07664v2 Announce Type: cross Abstract: Deployment of Large Language Models (LLMs) on memory-constrained edge devices relies heavily on aggressive post-training quantization. However, evaluating these models is largely based on zero-shot task accuracy, which depends sol…

  65. arXiv cs.AI TIER_1 English(EN) · Yuanxiang Shi, Jiayi Lin, Xuanyong Lin, Liangcai Su, Yeheng Duan, Wei Wang, Qi Han, Bing Zhao, Wei Hu, Xander Xu, Chenxiong Qian ·

    SWE-Test: Benchmarking LLM Vulnerability Discovery via Input Prediction

    arXiv:2609.06229v1 Announce Type: cross Abstract: Vulnerability discovery is becoming an important ability of large language model (LLM) agents: agents that silently miss real defects leave critical software exposed. Rigorously measuring this ability is therefore urgent, but exis…

  66. arXiv cs.AI TIER_1 English(EN) · Ahin Lee, Sehyun Yun, Joonha Park, Taesik Gong ·

    ACE: Adapter Consolidation across Experts for Parameter-Efficient Fine-Tuning of MoE LLMs

    arXiv:2609.06072v1 Announce Type: cross Abstract: Parameter-efficient fine-tuning (PEFT) of mixture-of-experts (MoE) models commonly attaches a separate low-rank adapter to each expert. This expert-wise design fragments adaptation in three ways: capacity is split across narrow lo…

  67. arXiv cs.AI TIER_1 English(EN) · Jie Ruan, Inderjeet Nair, Amy Liu, Muhammad Khalifa, Yusheng Zhou, Lu Wang ·

    SchemeArena: Factorized Stress Testing of Scheming in LLM Agents

    arXiv:2609.08126v1 Announce Type: new Abstract: We study scheming in LLM agents, in which agents covertly pursue misaligned goals. Our focus is to understand how scheming arises from the interaction of key factors, such as instrumental goals, environmental affordances, oversight …

  68. arXiv cs.AI TIER_1 English(EN) · Leonard Twagirayezu, Prasenjit Mitra ·

    Reasoning-Aware Compression: Identifying and Protecting Vulnerable Reasoning Circuits for Energy-Efficient LLM Deployment

    arXiv:2609.05512v1 Announce Type: new Abstract: Large Reasoning Models (LRMs) impose substantial energy costs during deployment, yet current compression methods apply uniform quantization across all components, risking damage to critical reasoning circuits. We present a reasoning…

  69. Hugging Face Daily Papers TIER_1 English(EN) ·

    If It's Not Buggy, Don't Fix It: On the Dynamics of Iterative Bug-fixing with LLMs

    Large language models (LLMs) have become ubiquitous in software development, with LLM-based automated program repair tools increasingly used during code review. In this report, we explore the iterative blind use of LLMs as bug-fixers. Across multiple models and repair environment…

  70. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Peiyang He ·

    UnitBoost: Managing Compound LLM Systems with a Merge Operator, Not a Model

    Compound LLM systems often solve a coordination problem by adding a higher-level LLM. The resulting meta-agent reads workers' outputs, writes the final answer, allocates later calls, and decides when to stop. It is expressive, but it also concentrates three control decisions in a…

  71. Hugging Face Daily Papers TIER_1 English(EN) ·

    Reference-Based Bias Detection in LLMs via Relative Representations of Hidden States

    The study proposes a reference-based hidden-state auditing method that measures representational bias shift across model variants to detect internal bias changes with minimal compute.

  72. Hugging Face Daily Papers TIER_1 English(EN) ·

    SchemeArena: Factorized Stress Testing of Scheming in LLM Agents

    Researchers introduce a 400-scenario benchmark and evidence-based monitor to study how instrumental goals, oversight, and strategic hints drive covert misaligned behavior in LLM agents.

  73. arXiv cs.AI TIER_1 English(EN) · Qinglan Luo, S M A Nahian, John Guttag, S. Mazdak Abulnaga, Katie Matton ·

    A Removal Based Approach to Improve LLM Faithfulness at Test-Time

    arXiv:2609.04343v1 Announce Type: new Abstract: Large language models (LLMs) are increasingly used for consequential decisions, making their explanations an important tool for auditing model behavior. Unfortunately, these explanations can be unfaithful, failing to reflect the act…

  74. arXiv cs.AI TIER_1 English(EN) · Mostafa Elhoushi, Alex Pretko, Nolan Dey, Bin Claire Zhang, Gavia Gray, Gurpreet Gosal, Abdulrahman Mahmoud, Shane Bergsma, Joel Hestness ·

    Don't Drop Dropout: Optimizing Layer Sparsity for Efficient LLM Training and Inference

    arXiv:2609.05275v1 Announce Type: new Abstract: Layer dropout (a.k.a. stochastic depth) has been shown to enable faster training, higher accuracy, and robustness to zero-shot layer pruning in both language and vision transformers. However, as models and datasets have scaled, drop…

  75. arXiv cs.AI TIER_1 English(EN) · Jiahe Geng, Jinpeng Wang, Kun Yuan ·

    Compact-Memory LLM Agents via Online Max-Member Clustering and Atom-Aware Packing

    arXiv:2609.04915v1 Announce Type: new Abstract: Many long-horizon LLM deployments face tight prompt budgets: latency, cost, and context limits make full-context prompting impractical as interaction length grows. The key question is then not raw recall alone, but which memory desi…

  76. arXiv cs.LG TIER_1 English(EN) · Aditi Patodiya ·

    Same Request, Different Answer: Quantization Amplifies Cache-Induced Divergence in LLM Serving

    arXiv:2609.04748v1 Announce Type: cross Abstract: Prefix caching, in which a serving engine reuses the key and value tensors of a shared prompt prefix across requests, is enabled by default in the major open-source stacks and treated as a transparent optimization. We measure what…

  77. arXiv cs.AI TIER_1 English(EN) · Gnaneswar Villuri, Hashmath Shaik, Alex Doboli ·

    Dynamic Adaptation of the LLM Context for Generating Routines with Coupled Semantics

    arXiv:2609.04570v1 Announce Type: cross Abstract: LLM-based code generation fails when correctness depends on execution-dependent coupling: the meaning of one routine is defined by the runtime behavior of another, a relationship that cannot be resolved from textual descriptions a…

  78. arXiv cs.LG TIER_1 English(EN) · Renyuan Liu (Richard), Yuyang Leng (Richard), Kaiyan Liu (Richard), Yuzhou Zhong (Richard), Shaohan Hu (Richard), Chun-Fu (Richard), Chen, Peijun Zhao, Heechul Yun, Shuochao Yao ·

    LeanStream: A Speculate-and-Refine Streaming Framework for Efficient on-Device LLM Inference

    arXiv:2609.03079v1 Announce Type: new Abstract: On-device LLM inference is attractive for privacy and responsiveness, but remains challenging on mobile and embedded devices because model weights far exceed available DRAM. Prior systems exploit activation sparsity and offload weig…

  79. arXiv cs.CL TIER_1 English(EN) · Simone Ceppi, Ignacio Sanchez ·

    Flip, Don't Shuffle: Watermarking LLMs at the Speed of Inference

    arXiv:2609.03844v1 Announce Type: cross Abstract: We introduce Stateless Bernoulli Watermarking (SBW), a new statistical watermark for Large Language Models that determines green list membership through independent per-token Bernoulli trials. Unlike KGW's vocabulary permutation o…

  80. arXiv cs.AI TIER_1 English(EN) · Ziang Cui, Mengran Yu, Chenyu Shi, Yingxuan Shi, Tianjiao Li ·

    HOMURA: Taming the Sand-Glass for Time-Constrained LLM Translation via Reinforcement Learning

    arXiv:2601.10187v3 Announce Type: replace-cross Abstract: Large Language Models (LLMs) have achieved remarkable strides in multilingual translation but are hindered by a systemic cross-lingual verbosity bias, rendering them unsuitable for strict time-constrained tasks like subtit…

  81. arXiv cs.CL TIER_1 English(EN) · Linghan Zhong, Aditya Thimmaiah, Jayanth Srinivasa, Milos Gligoric, Junyi Jessy Li ·

    CROCODIL: Cross-Model Code Editing with LLMs

    arXiv:2609.03894v1 Announce Type: new Abstract: Large language models (LLMs) have become ubiquitous tools for code generation and editing. However, development teams often use multiple LLM assistants. Different developers may prefer different models, and individual developers may…

  82. arXiv cs.AI TIER_1 English(EN) · Qiankun Ma, Yanjiang Zhou, Zinan Xiong, Haofei Wang, Zhen Song, Yang Xiang, Ziyao Zhang, Hairong Zheng ·

    GrowPage: On-Demand KV Budgeting for Efficient LLM Reasoning Serving

    arXiv:2609.03494v1 Announce Type: new Abstract: Long-output reasoning has made the key--value (KV) cache a critical memory bottleneck for efficient LLM serving. Existing KV compression methods usually rely on a predefined per-request budget and adjust only which KV states are ret…

  83. arXiv cs.LG TIER_1 English(EN) · Bigyan Ghimire, Jon C. Calhoun ·

    BASP: Communication-Efficient Batch-Aware Sequence Parallelism for LLM Training

    arXiv:2609.03151v1 Announce Type: cross Abstract: Long-context reasoning for large language models (LLMs) is becoming increasingly important, but training over long sequences remains challenging due to massive memory and communication requirements. Sequence parallelism has emerge…

  84. arXiv cs.LG TIER_1 English(EN) · Subham Sekhar Sahoo, Lingjie Chen, Khiem Pham, Jonathan Geuter, Chaitanya Dwivedi, Varad Pimpalkhute, Yash Akhauri, Alexander Moreno, Mikhail Yurochkin, Zhenting Wang, Mostafa Elhoushi, Nolan Dey, Shane Bergsma, Joel Hestness, John Thickstun, Eric Xing, … ·

    Unlocking Lossless Speedups in LLMs via Discrete Diffusion

    arXiv:2609.04010v1 Announce Type: new Abstract: Large Language Models (LLMs) owe much of their success to next-token prediction (NTP), but their autoregressive (AR) structure requires slow, sequential token generation. To overcome this bottleneck, we introduce diffusion-augmented…

  85. Hugging Face Daily Papers TIER_1 English(EN) ·

    Don't Drop Dropout: Optimizing Layer Sparsity for Efficient LLM Training and Inference

    Layer dropout improves large language model training efficiency and enables faster inference via early exit and speculative decoding without sacrificing accuracy.

  86. Hugging Face Daily Papers TIER_1 English(EN) ·

    A Removal Based Approach to Improve LLM Faithfulness at Test-Time

    Large language models (LLMs) are increasingly used for consequential decisions, making their explanations an important tool for auditing model behavior. Unfortunately, these explanations can be unfaithful, failing to reflect the actual reasoning underlying the model's decisions. …

  87. Hugging Face Daily Papers TIER_1 English(EN) ·

    Unlocking Lossless Speedups in LLMs via Discrete Diffusion

    Large Language Models (LLMs) owe much of their success to next-token prediction (NTP), but their autoregressive (AR) structure requires slow, sequential token generation. To overcome this bottleneck, we introduce diffusion-augmented LLMs, a new class of models that defines an AR …

  88. Hugging Face Daily Papers TIER_1 English(EN) ·

    GrowPage: On-Demand KV Budgeting for Efficient LLM Reasoning Serving

    Long-output reasoning has made the key--value (KV) cache a critical memory bottleneck for efficient LLM serving. Existing KV compression methods usually rely on a predefined per-request budget and adjust only which KV states are retained, leaving the total capacity fixed througho…

  89. Hugging Face Daily Papers TIER_1 English(EN) ·

    Unlocking Lossless Speedups in LLMs via Discrete Diffusion

    Diffusion-augmented autoregressive language models use parallel token sampling via distilled diffusion weights and a specialized sampler to accelerate inference without quality loss or draft models.

  90. arXiv cs.AI TIER_1 English(EN) · Jingtan Wang, Arun Verma, Xiaoqiang Lin, Zhengyuan Liu, Nancy F. Chen, Daniela Rus, Bryan Kian Hsiang Low ·

    Scaling Near-Optimal SFT-RL Annotation Budget Allocation from Small to Large LLMs

    arXiv:2609.01573v1 Announce Type: cross Abstract: How to divide a fixed annotation budget between supervised fine-tuning (SFT) and reinforcement learning (RL) during LLM post-training remains an open problem. Existing work characterizes only broad trends (e.g., SFT dominates in l…

  91. arXiv cs.AI TIER_1 English(EN) · Yipin Guo, Arun M George, Jie Fu, Tareq Mahmoud, Sixue Xing, Siddharth Joshi ·

    QTEA: Ternary LLMs with Sparse Residual Salient Weight and By-Column Optimization

    arXiv:2609.00224v1 Announce Type: cross Abstract: Weight-only post-training quantization (PTQ) can alleviate the computational burden of serving large language models (LLMs) at scale. However, existing PTQ methods often fail to generalize across models and suffer severe accuracy …

  92. arXiv cs.AI TIER_1 English(EN) · Dheeraj Mohandas Pai, Lu Xian ·

    Long-Horizon State Tracking in LLMs: Executing MD5 through a Deep Sequence of Dependent Tool Calls

    arXiv:2609.00012v1 Announce Type: new Abstract: Long-horizon tasks remain uncommon in large language model (LLM) evaluation, and for a reason: when each step depends on the last, per-step accuracy that looks excellent in isolation decays catastrophically, as errors cascade and th…

  93. arXiv cs.AI TIER_1 English(EN) · Zach Studdiford, Timothy T. Rogers, Kushin Mukherjee, Siddharth Suresh ·

    Uncovering the Computational Ingredients of Human-Like Representations in LLMs

    arXiv:2510.01030v2 Announce Type: replace Abstract: The human ability to translate diverse perceptual and linguistic inputs into structured behavior has been thought to rest on learning robust representations of concepts. The rapid advancement of transformer-based large language …

  94. arXiv cs.CL TIER_1 English(EN) · Shuaiyi Li, Zhisong Zhang, Yang Deng, Chenlong Deng, Tianqing Fang, Hongming Zhang, Haitao Mi, Dong Yu, Wai Lam ·

    InComeS: Integrating Compression and Selection Mechanisms into LLMs for Efficient Model Editing

    arXiv:2505.22156v4 Announce Type: replace Abstract: Although existing model editing methods perform well in recalling exact edit facts, they often struggle in complex scenarios that require deeper semantic understanding rather than mere knowledge regurgitation. Leveraging the str…

  95. arXiv cs.LG TIER_1 English(EN) · Teng-Ruei Chen ·

    Deterministic LLM Inference Across GPU Kernels: Power-of-Two INT8 Quantization Scales and the Limits of Tolerance-Based Conformance

    arXiv:2609.00363v1 Announce Type: new Abstract: Conformance suites for quantized GEMM kernels ask whether two implementations agree within a tolerance. We measure what such a suite can detect. Injecting nine faults into a reference INT8 pipeline over 8,232 layer--fault--regime ce…

  96. arXiv cs.LG TIER_1 English(EN) · Wentao Ye, Zhanming Shen, Zhiqing Xiao, Yao Ding, Haobo Wang, Gang Chen ·

    Frozen Cores Need Task Signal: Fisher-Whitened Cross-Covariance for Low-Resource LLM Adaptation

    arXiv:2609.00762v1 Announce Type: new Abstract: Parameter-efficient fine-tuning is usually framed as a question of how many parameters to update. Under a severe trainable-state budget, however, where those coefficients act is equally consequential. We study this choice through fr…

  97. Hugging Face Daily Papers TIER_1 English(EN) ·

    Frozen Cores Need Task Signal: Fisher-Whitened Cross-Covariance for Low-Resource LLM Adaptation

    Parameter-efficient fine-tuning is usually framed as a question of how many parameters to update. Under a severe trainable-state budget, however, where those coefficients act is equally consequential. We study this choice through frozen-core adaptation: a calibration pass fixes l…

  98. arXiv cs.CL TIER_1 English(EN) · Daeha Lee, Do-Hyung Kim, Jae-Hong Kim ·

    SemKV: Semantic Mixed-Precision KV Cache Quantization Guided by the Quality Cliff for Long-Context LLM Inference

    arXiv:2608.28911v1 Announce Type: cross Abstract: The key-value (KV) cache is the dominant memory bottleneck of long-context large language model (LLM) inference, growing linearly with context length. We show that uniform KV quantization on a fractional-bit grid does not degrade …

  99. arXiv cs.CL TIER_1 English(EN) · Hongyu Yu, Yifei Shen ·

    Budget-Aware Compression Pipeline for Single-GPU LLM Inference: Methods, Trade-offs, and Coupling Effects

    arXiv:2608.30076v1 Announce Type: new Abstract: Single-GPU deployment of 70B-parameter language models on an NVIDIA GPU is constrained by device memory, long-context throughput, and engineering integration cost. We cast single-GPU inference as a budget-aware design problem over t…

  100. arXiv cs.AI TIER_1 English(EN) · Yen-Chieh Huang, Pi-Cheng Hsiu, Rui Fang, Ming-Syan Chen ·

    KV Admission: Learning What to Write for Efficient Long-Context LLM Inference

    arXiv:2512.17452v4 Announce Type: replace-cross Abstract: Long-context LLM inference is bottlenecked by the quadratic attention complexity and linear Key-Value (KV) cache growth. Prior approaches mitigate this via post-hoc selection or eviction but overlook the root inefficiency:…

  101. arXiv cs.AI TIER_1 English(EN) · Dhruv Deshmukh, Saurabh Goyal, Nipun Kwatra, Ramachandran Ramjee ·

    Kascade: A Practical Sparse Attention Method for Long-Context LLM Inference

    arXiv:2512.16391v2 Announce Type: replace-cross Abstract: Attention is the dominant source of latency during long-context LLM inference, an increasingly popular workload with reasoning models and RAG. We propose Kascade, a training-free sparse attention method that leverages know…

  102. arXiv cs.AI TIER_1 English(EN) · Xinyuan Gui, Shaowen Wang, Sheng Sun, Zijian Wang, Zishu Yu, Zheming Yang ·

    Pro-Router: Token-Aware Progressive Model Routing with Adaptive Edge-Cloud Collaboration for Efficient Multimodal LLM Inference

    arXiv:2608.28726v1 Announce Type: new Abstract: The remarkable performance of multimodal large language models (MLLMs) comes at the cost of substantial computational overhead, posing significant challenges to real-time deployment and cost effectiveness. Existing model routing app…

  103. arXiv cs.AI TIER_1 English(EN) · Prateek Kumar Sikdar, Arpan Ghosh ·

    A rigor-matched audit of periodic-step layer skipping for efficient llm inference: conflayers versus swift, with a supplemental analysis of trained routing alternatives

    arXiv:2608.28846v1 Announce Type: cross Abstract: Layer-skipping methods for efficient LLM inference decide, at some granularity, which transformer layers to execute for a given input. We present a rigor-matched, three-seed audit of two periodic-step, search-based methods that ma…

  104. arXiv cs.AI TIER_1 English(EN) · Haoyun Jiang, Haolin Li, Jianwei Zhang, Fei Huang, Qiang Hu, Minmin Sun, Shuai Xiao, Yong Li, Junyang Lin, Jiangchao Yao ·

    CateKV: On Sequential Consistency for Long-Context LLM Inference Acceleration

    arXiv:2608.30295v1 Announce Type: cross Abstract: Large language models (LLMs) have demonstrated strong capabilities in handling long-context tasks, but processing such long contexts remains challenging due to the substantial memory requirements and inference latency. In this wor…

  105. arXiv cs.AI TIER_1 English(EN) · Jin Gan, Xin Li, Jun Luo ·

    Beyond Token-Level Guidance: Inference-Time Alignment of Specialized LLMs via Cross-Family Representation Steering

    arXiv:2608.30319v1 Announce Type: cross Abstract: Large language models (LLMs) finetuned for specialized domains represent crucial high-impact applications. Inference-time alignment improves safety degraded from specialization finetuning without requiring substantial computationa…

  106. arXiv cs.AI TIER_1 English(EN) · Outongyi Lv, Yuanwei Zhang, Xiaoqun Zhang ·

    GMTS: Gradient Magnitude-based Token Selection Improves RLVR Training for LLM Reasoning

    arXiv:2608.30632v1 Announce Type: cross Abstract: Reinforcement learning (RL), particularly RL with Verifiable Rewards (RLVR), has recently emerged as a central paradigm for enhancing large language models' (LLMs) reasoning abilities, demonstrating remarkable effectiveness across…

  107. arXiv cs.AI TIER_1 English(EN) · Dongseok Lee, Jimyung Hong, Dongyoung Kim, Jaehyung Kim ·

    Training-free LLM Verification via Recycling Few-shot Examples

    arXiv:2506.17251v3 Announce Type: replace-cross Abstract: Although large language models (LLMs) have achieved remarkable performance, the inherent stochasticity of their reasoning processes and varying conclusions present significant challenges. Majority voting or Best-of-N with …

  108. arXiv cs.CL TIER_1 English(EN) · Yasmin Moslem, John D. Kelleher ·

    Dynamic Model Routing and Cascading for Efficient LLM Inference: A Survey

    arXiv:2603.04445v3 Announce Type: replace-cross Abstract: The rapid growth of large language models (LLMs) with diverse capabilities, costs, and domains has created a critical need for intelligent model selection at inference time. While smaller models suffice for routine queries…

  109. arXiv cs.CL TIER_1 English(EN) · Yujing Wang, Yuanbang Liang, Yukun Lai, Hainan Zhang, Hanqi Yan ·

    GRADE: Probing Knowledge Gaps in LLMs through Gradient Subspace Dynamics

    arXiv:2604.02830v3 Announce Type: replace Abstract: Detecting whether a model's internal knowledge is sufficient to correctly answer a given question is a fundamental challenge in deploying responsible LLMs. In addition to verbalising the confidence by LLM self-report, more recen…

  110. Hugging Face Daily Papers TIER_1 English(EN) ·

    Synthetic Worlds for Temporal Evaluation and Knowledge Updating in LLMs

    Large language models (LLMs) rely on static pretraining corpora, causing their knowledge to become outdated over time. Existing approaches for evaluating knowledge edits either suffer from rapid contamination or rely on counterfactual edits that conflict with rigid existing knowl…

  111. arXiv cs.LG TIER_1 English(EN) · Prabhu Vellaisamy, Vanessa Lam, Shawn Blanton, John Paul Shen ·

    Characterization of Request and Token Energy Costs for LLM Inference Workloads on GPU Platforms

    arXiv:2608.28044v1 Announce Type: cross Abstract: Large language model (LLM) inference serving is priced by tokens, but GPU energy is consumed over inference windows. This accounting mismatch makes token-normalized metrics incomplete, since average output-token energy can decreas…

  112. arXiv cs.CL TIER_1 English(EN) · Martin Loretz, Sepp Hochreiter ·

    Accelerating LLM Inference via Vector Index Based Output Embeddings

    arXiv:2608.27460v1 Announce Type: new Abstract: Large output embedding matrices create a significant memory bandwidth bottleneck during autoregressive decoding, especially for compact LLMs with large multilingual vocabularies. We reformulate the output projection followed by top-…

  113. arXiv cs.CL TIER_1 English(EN) · Hao Yu, Zheng Li, Dayiheng Liu, Jianwei Zhang ·

    H-Scale: Hessian-Guided Scale Refinement for NVFP4 Sub-Byte LLM Inference

    arXiv:2608.28113v1 Announce Type: new Abstract: The NVIDIA Blackwell architecture, with native support for the ultra-fine-grained NVFP4 format, opens new opportunities for accelerating large language model (LLM) inference. NVFP4's micro-block design, such as a group size of 16, o…

  114. arXiv cs.CL TIER_1 English(EN) · Ao Sun, Tian Sun, Jiaxing Geng ·

    The Score Granularity Gap in Black-Box LLM Classification: A Comparative Study of Confidence Constructions

    arXiv:2606.22179v2 Announce Type: replace Abstract: Large language models (LLMs) are increasingly deployed as black-box classifiers in pipelines that automate confident decisions and route uncertain ones to human review. Such selective prediction needs a confidence score that an …

  115. arXiv cs.CL TIER_1 English(EN) · Jiajun He, Zongyu Guo, Jos\'e Miguel Hern\'andez-Lobato, Yuanqi Du ·

    Recipes for Steering and Scaling LLMs via Sampling

    arXiv:2608.26120v1 Announce Type: new Abstract: Large Language Models (LLMs) are probabilistic models, typically defined by an autoregressive factorization. While recent work has begun to study richer target distributions beyond the base model, the sampling strategies remain high…

  116. arXiv cs.AI TIER_1 English(EN) · Thi Thanh Nhan Nguyen, Mai Khoi Tieu, Michael A. Riegler, P{\aa}l Halvorsen, Thu Nguyen ·

    Investigating the Influence of Prompt and Response Languages on LLM Content Generation

    arXiv:2608.26186v1 Announce Type: cross Abstract: This study examines how prompt and response language influence the behavior of large language models. Using five models, we evaluated answers to 68 non translation questions across four language conditions: English to English, Eng…

  117. arXiv cs.LG TIER_1 English(EN) · Gongwei Lee, Ji Liu, Juncheng Jia, Ji Wu ·

    FAMPWQ: Fisher Information-based Adaptive Mixed Precision Weight Quantization for Effective LLM Inference

    arXiv:2608.24945v1 Announce Type: new Abstract: Recent years have witnessed remarkable achievements of Large Language Models (LLMs) in multiple domains, while the excessive resource requirements of LLMs hinder the deployment on resource-constrained devices. Although model quantiz…

  118. arXiv cs.CL TIER_1 English(EN) · Ping Wang, Xiangguo Sun, Bingbing Xu, Guocong Li, Xiaofeng Meng ·

    From Passive Response to Proactive Correction: Enhancing LLM Robustness Against Input Fact Perturbations

    arXiv:2608.25894v1 Announce Type: new Abstract: Large language models (LLMs) frequently produce confident yet factually incorrect responses when user inputs contain misleading premises, a phenomenon we attribute to fact perturbations in the input. Existing approaches to hallucina…

  119. arXiv cs.CL TIER_1 English(EN) · Xinyu Li, Yi Zhou, Guanqun Cao, Zeyu Fu, Tianjin Huang, Gaojie Jin ·

    Localize-Then-Decide Guarantees for LLM Judgments

    arXiv:2608.25824v1 Announce Type: new Abstract: Large language models (LLMs) are increasingly used as evaluators to assess output quality and preference alignment, yet providing reliable guarantees of agreement with human judgments remains challenging. Recent work introduces conf…

  120. arXiv cs.CL TIER_1 English(EN) · Lukas Edman, Daryna Dementieva, Alexander Fraser ·

    From Specialization to Generalization: Instruction-tuned LLMs for Robust Harmful Content Mitigation

    arXiv:2608.25605v1 Announce Type: new Abstract: Large language models (LLMs) demonstrate impressive performance across a wide range of general NLP tasks; however, their effectiveness in sensitive domains, such as hate speech detection, remains less clear. Prior studies comparing …

  121. arXiv cs.CL TIER_1 English(EN) · Nayoung Kim, Mickey Mancenido, Huan Liu ·

    Adaptive Triggering for Bias Correction in LLM Reasoning

    arXiv:2608.25379v1 Announce Type: new Abstract: Chain-of-thought prompting can expose and amplify demographic stereotypes within an LLM's intermediate reasoning and create a failure mode that final-answer debiasing alone cannot address. Mitigating such bias during generation pres…

  122. arXiv cs.LG TIER_1 English(EN) · Yating Ling, Wenjing Cun, Zhitang Chen ·

    InsightSR: Refining Symbolic Regression Search Spaces via Parallel Semantic and Structural LLM Guidance

    arXiv:2608.25291v1 Announce Type: new Abstract: Symbolic regression (SR) seeks to discover parsimonious mathematical laws from observational data, yet conventional approaches often struggle with the vast combinatorial search space of physically meaningful expressions. We present …

  123. arXiv cs.LG TIER_1 English(EN) · Yinghao Tang, Tingfeng Lan, Bo Pan, Xiuqi Huang, Hui Lu, Wei Chen ·

    Scorpio: Serving Right Requests at the Right Time for Heterogeneous SLOs in LLM Inference

    arXiv:2505.23022v2 Announce Type: replace Abstract: Large Language Model (LLM) serving increasingly underpins online Web services such as conversational agents, Web search, and programming assistants, where requests carry heterogeneous Service Level Objectives (SLOs) such as Time…

  124. arXiv cs.LG TIER_1 English(EN) · Vedant Shah, Johan Obando-Ceron, Vineet Jain, Brian Bartoldson, Bhavya Kailkhura, Sarthak Mittal, Glen Berseth, Pablo Samuel Castro, Yoshua Bengio, Esmeralda S. Whitammer, Moksh Jain, Siddarth Venkatraman, Aaron Courville ·

    A Comedy of Estimators: On KL Regularization in RL Training of LLMs

    arXiv:2512.21852v4 Announce Type: replace Abstract: The reasoning performance of large language models (LLMs) can be substantially improved by training them with reinforcement learning (RL). The RL objective for LLM training involves a regularization term, which is the reverse Ku…

  125. arXiv cs.LG TIER_1 English(EN) · Tilman Hinnerichs, Sebastijan Dumancic, Neil Yorke-Smith ·

    Narcissus: Program Synthesis Using Context-Aware LLM Approximations

    arXiv:2608.25657v1 Announce Type: cross Abstract: Large language models (LLMs) excel at programming, but not when the task fixes the target language: prompted with a grammar rare in their training data, their programs usually break the grammar or fail the given specification. Enu…

  126. arXiv cs.LG TIER_1 English(EN) · Suchit Gupte, Xueru Zhang, Mohammad Mahdi Khalili ·

    When Pruning Meets Interpretability: Preserving Sparse Autoencoder Robustness in LLMs

    arXiv:2608.25941v1 Announce Type: new Abstract: Sparse autoencoders (SAEs) are widely used to interpret the internal representations of large language models (LLMs), yet their reliability under post-hoc model compression remains poorly understood. We present a systematic study of…

  127. Hugging Face Daily Papers TIER_1 English(EN) ·

    From Passive Response to Proactive Correction: Enhancing LLM Robustness Against Input Fact Perturbations

    Large language models (LLMs) frequently produce confident yet factually incorrect responses when user inputs contain misleading premises, a phenomenon we attribute to fact perturbations in the input. Existing approaches to hallucination mitigation typically assume reliable user i…

  128. Hugging Face Daily Papers TIER_1 English(EN) ·

    From Specialization to Generalization: Instruction-tuned LLMs for Robust Harmful Content Mitigation

    Large language models (LLMs) demonstrate impressive performance across a wide range of general NLP tasks; however, their effectiveness in sensitive domains, such as hate speech detection, remains less clear. Prior studies comparing prompted LLMs with state-of-the-art encoder-base…

  129. arXiv cs.AI TIER_1 English(EN) · Anh Ho, Thanh Le-Cong, Bach Le, Christine Rizkallah ·

    From Empirical Evaluation to Context-Aware Enhancement: Repairing Regression Errors with LLMs

    arXiv:2506.13182v3 Announce Type: replace-cross Abstract: [...] Since then, various APR approaches, especially those leveraging the power of large language models (LLMs), have been rapidly developed to fix general software bugs. Unfortunately, the effectiveness of these advanced …

  130. arXiv cs.AI TIER_1 English(EN) · Ge Yan, Chung-En Sun, Linbo Liu, Tsui-Wei Weng ·

    ReflCtrl: Controlling LLM Reflection Efficiently via Representation Engineering

    arXiv:2512.13979v2 Announce Type: replace Abstract: Large reasoning models achieve strong performance on diverse tasks by producing extended chains of thought. Self-reflection, the ability to review and revise prior reasoning steps, is widely regarded as a key contributor to this…

  131. arXiv cs.AI TIER_1 English(EN) · Yuan Si, Simeng Han, Daming Li, Jialu Zhang ·

    RENDER: Controlling Reader-Facing Evidence in LLM Memory Evaluation

    arXiv:2608.23568v1 Announce Type: new Abstract: Memory and RAG evaluations often treat the answering model's input as an implementation detail, even though systems may render the same history as a memory entry, summary, typed record, or raw excerpt. We introduce RENDER, a benchma…

  132. Hugging Face Daily Papers TIER_1 English(EN) ·

    Hydra: Phase-Aware Workload Characterization of LLM Inference across Edge SoC Generations, Backends, and Quantization Levels

    Edge LLM deployment is shaped by more than model size and precision: inference backend, hardware platform, memory traffic, and power management all affect latency and efficiency. We present Hydra, a common-schema, phase-aware workload characterization framework for LLM inference …

  133. arXiv cs.AI TIER_1 English(EN) · Tate Berenbaum, Muthaiah Venkatachalam ·

    Pre-Compiled Pipeline Shards for Distributed LLM Inference on Intel AI PC Fleets

    arXiv:2608.19147v1 Announce Type: cross Abstract: Modern Intel AI PCs ship capable integrated GPUs and NPUs with 16+ GB of unified memory, and they spend considerable time idle. That is not enough memory to fit a large model such as a 70B-parameter LLM. We show that a handful of …

  134. arXiv cs.AI TIER_1 English(EN) · Zishan Ahmad, Vishal Vaddina ·

    Can a Lightweight Multimodal Model Estimate LLM Reasoning Performance? A Study for Compute-Optimal Document Inference

    arXiv:2608.18591v1 Announce Type: new Abstract: Uniformly allocating inference reasoning budgets to LLMs is expensive and prone to over-thinking penalties; especially in document tasks where visual layouts drive complexity. To address this, we introduce BudgetDoc, the first multi…

  135. arXiv cs.AI TIER_1 English(EN) · Hanzhi Zhang, Qiao Zhang, Qinglei Cao, Heng Fan, Yan Huang, Kewei Sha, Yunhe Feng ·

    TileMix: Tile-Centric Mixed-Precision Attention for LLM Inference Acceleration

    arXiv:2608.17336v1 Announce Type: new Abstract: Long-context prefill in large language models (LLMs) incurs substantial computation and memory traffic because dense self-attention computes quadratic query-key scores. Existing methods either use a uniform low-precision path or sel…

  136. arXiv cs.AI TIER_1 English(EN) · Qingyao Yang, Runming Yang, He Xiao, Wendong Xu, Junyu Chen, Haobo Liu, Chenchen Ding, Ruihan Hu, Yik-Chung Wu, Ngai Wong ·

    FluxBin: Flexible LUT-based Ultra-low-bit LLM Inference by Algorithm-Kernel Synergy

    arXiv:2608.15602v1 Announce Type: cross Abstract: While binary quantization theoretically promises extreme compression and acceleration for Large Language Models (LLMs), existing research often overlooks the necessity of specialized hardware kernels, thus failing to unleash the f…

  137. arXiv cs.LG TIER_1 English(EN) · Tianhang Ding, Jianchun Liu, Hongli Xu ·

    Pallas: A Proactive KV Cache Migration Framework for LLM Inference in AI-RAN

    arXiv:2608.16477v1 Announce Type: new Abstract: AI-RAN brings large language model (LLM) serving close to mobile users, but cellular handover can separate an active request from its inference state: the user attaches to a target base station (gNB) while the large and growing key-…

  138. arXiv cs.LG TIER_1 English(EN) · Ziming Yu, Shuyao Xiao, Xingyu Zhao, Sike Wang, Pan Zhou, Peiyu Zang, Xiangda Yan, Yongjie Yang, Jia Li ·

    SubZero+: Efficient Zeroth-Order LLM Fine-Tuning via Large Learning Rates

    arXiv:2608.15665v1 Announce Type: new Abstract: Zeroth-order (ZO) optimization enables backpropagation-free fine-tuning of large language models, but existing ZO methods suffer from high-variance gradient estimators, making convergence unstable and highly sensitive to learning ra…

  139. arXiv cs.CL TIER_1 English(EN) · Ozgur Guldogan, Jackson Kunde, Kangwook Lee, Ramtin Pedarsani ·

    Multi-Bin Batching for Increasing LLM Inference Throughput

    arXiv:2412.04504v2 Announce Type: replace Abstract: As large language models (LLMs) grow in popularity for their diverse capabilities, improving the efficiency of their inference systems has become increasingly critical. Batching LLM requests is a critical step in scheduling the …

  140. Hugging Face Daily Papers TIER_1 English(EN) ·

    TileMix: Tile-Centric Mixed-Precision Attention for LLM Inference Acceleration

    TileMix routes attention score tiles to mixed FP16 or INT8 precision within fused dense attention, recovering long-context accuracy while improving prefill throughput without retraining.

  141. Hugging Face Daily Papers TIER_1 English(EN) ·

    Pallas: A Proactive KV Cache Migration Framework for LLM Inference in AI-RAN

    AI-RAN brings large language model (LLM) serving close to mobile users, but cellular handover can separate an active request from its inference state: the user attaches to a target base station (gNB) while the large and growing key-value (KV) cache remains at the source. Retainin…

  142. arXiv cs.LG TIER_1 English(EN) · Teng-Ruei Chen ·

    The Integer Alibi: Localizing Cross-Kernel Divergence in INT8-Quantized LLM Inference

    arXiv:2608.13756v1 Announce Type: new Abstract: Two GPU kernels implementing the same scaled INT8 GEMM interface are usually treated as interchangeable. We test that assumption: holding the checkpoint, prompts, hardware, inference engine, decoding, and quantization configuration …

  143. arXiv cs.LG TIER_1 English(EN) · Rishi Shah, Rishav Shrestha ·

    A Contract-Grade Verifier for LLM-Generated GPU Kernels, and a Native Blackwell Backward for the Gated-Linear-Recurrence Family

    arXiv:2608.12700v1 Announce Type: new Abstract: Systems that generate GPU kernels with language models report high correctness rates. Those rates come from a single loose test: run the kernel on a few random inputs at one fixed shape and accept it if the output is close to a refe…

  144. arXiv cs.AI TIER_1 English(EN) · Zixuan Lan, Yanhong Li, Jiawei Zhou ·

    Reduced Matrix Multiplication: Input-Adaptive Matrix-Product Reduction for LLM Inference

    arXiv:2608.13426v1 Announce Type: cross Abstract: Transformer-based language models achieve strong performance but incur substantial inference cost due to repeated high-dimensional matrix multiplications. We propose Reduced Matrix Multiplication (RMM), a training-free, input-adap…

  145. arXiv cs.AI TIER_1 English(EN) · Xiaocan Li, Shiliang Wu, Zheng Shen ·

    A-3PO: Accelerating Asynchronous LLM Training with Staleness-aware Proximal Policy Approximation

    arXiv:2512.06547v4 Announce Type: replace-cross Abstract: Decoupled PPO has been a successful reinforcement learning (RL) algorithm to deal with the high data staleness under the asynchronous RL setting. Decoupled loss used in decoupled PPO improves coupled-loss style of algorith…

  146. arXiv cs.LG TIER_1 English(EN) · Nikita Borodin, Maria Krylova, Artem Zabolotnyi, Dmitry Aspisov, Egor Shikov, Nikita Tyuplyaev, Oleg Travkin, Roman Alferov, Dmitry Vinichenko ·

    Diffract: Spectral View of LLM Domain Adaptation

    arXiv:2608.10850v1 Announce Type: new Abstract: We study continual pre-training (CPT) as a mechanism for adapting general-purpose large language models to specialized domains: mathematics, instruction, code, and natural text. Using singular value decomposition of weight matrices,…

  147. arXiv cs.AI TIER_1 English(EN) · Serafim Batzoglou ·

    Hypothesis Frontier: Verifier Guided LLM and Symbolic Search for First-Order Induction

    arXiv:2608.10843v1 Announce Type: new Abstract: First-order concept synthesis asks a system to infer one formula that classifies labeled objects consistently across several finite relational structures. Every candidate can be evaluated exactly, but quantified first-order formulas…

  148. arXiv cs.LG TIER_1 English(EN) · J\k{e}drzej Maczan ·

    Measuring and Reducing WebGPU Dispatch Overhead for LLM Inference

    arXiv:2608.08730v1 Announce Type: new Abstract: Large Language Models are deployed to multiple types of environments, from internet browsers to edge devices, and WebGPU serves as a modern cross-platform standard. The engines for browser-based LLM inference have proliferated, yet …

  149. arXiv cs.AI TIER_1 English(EN) · Asaad Althoubi ·

    DistillCache: KL-Guided Adaptive KV-Cache Eviction for Memory-Efficient LLM Inference

    arXiv:2608.08878v1 Announce Type: cross Abstract: Transformer-based large language models (LLMs) achieve strong performance across many tasks, but their Key-Value (KV) cache grows linearly with sequence length, creating a severe memory bottleneck for long-context inference. Exist…

  150. arXiv cs.AI TIER_1 English(EN) · Tejasvi C. Addagada ·

    Governing the KV Cache: Preventing Timing Side-Channel Leakage in Multi-Tenant LLM Inference

    arXiv:2608.09225v1 Announce Type: cross Abstract: The key-value (KV) cache is the primary throughput optimization in modern large language model (LLM) inference, enabling prefix reuse across requests. In multi-tenant deployments this cache is shared across tenants, creating a tim…

  151. arXiv cs.LG TIER_1 English(EN) · Wentao Dai, Xuanran Li, Yuxiang Zhang, Ming Tang, Chao Huang ·

    ZeroLock: Concurrent Memory-Efficient LLM Training via Modular Update Decoupling

    arXiv:2608.07974v1 Announce Type: new Abstract: Large language model (LLM) fine-tuning at the edge adapts the model to scenario-specific data while preserving privacy. Although existing studies proposed pipeline parallelism to address the limited memory and computing resources of…

  152. arXiv cs.LG TIER_1 English(EN) · Tianchun Wang, Zichuan Liu, Yuanzhou Chen, Jonathan Light, Weiyang Liu, Haifeng Chen, Xiang Zhang, Wei Cheng ·

    On the Effect of Sampling Diversity in Scaling LLM Inference

    arXiv:2502.11027v5 Announce Type: replace Abstract: Large language model (LLM) scaling inference is key to unlocking greater performance, and leveraging diversity has proven an effective way to enhance it. Motivated by the observed relationship between solution accuracy and meani…

  153. arXiv cs.LG TIER_1 English(EN) · Muhammad Adnan, Rohan Mahapatra, Prashant J. Nair, Daniel Berger, Pantea Zardoshti, Rodrigo Fonseca, Esha Choukse ·

    Cascade: Exploiting SLO-Aware latency budget for fair and high goodput LLM inference serving

    arXiv:2608.06557v1 Announce Type: cross Abstract: The reasoning and agentic capabilities of large language models have expanded the range of applications they support, from short interactive exchanges to long, compute-heavy requests. LLM serving platforms today define response-la…

  154. arXiv cs.LG TIER_1 English(EN) · Xuetian Gao ·

    CubicQuant: Parametric Non-Uniform Codebooks for High-Throughput LLM Inference with 1-8-Bit Weights

    arXiv:2608.06763v1 Announce Type: new Abstract: Weight quantization for large-language-model inference must balance adaptive reconstruction levels with representations regular enough for efficient GPU execution. Uniform integers constrain each group to a linear grid. Low-bit floa…

  155. arXiv cs.LG TIER_1 English(EN) · Anjali Gangadhar Katageria, Shobha Rani, Raghu Nandan Sengupta ·

    LLM Inference Under Bursty Workload Distribution: Modifying the WAIT Algorithm

    arXiv:2608.06135v1 Announce Type: new Abstract: Large Language Models (LLMs) such as ChatGPT and Claude are widely used for information retrieval and problem-solving. Recent work has focused on improving scheduling algorithms to boost throughput while maintaining low latency. How…

  156. arXiv cs.AI TIER_1 English(EN) · Guanqiao Qu, Shuo Chen, Qian Chen, Kin K. Leung, Xianhao Chen ·

    BALANCE: Hybrid Autoregressive-Speculative LLM Inference in Wireless Edge Networks

    arXiv:2608.05926v1 Announce Type: cross Abstract: Edge inference is a promising paradigm to provide large language model (LLM) inference services in next-generation mobile networks. LLM inference mainly relies on two approaches: Autoregressive decoding (AD) generates output token…

  157. arXiv cs.CL TIER_1 English(EN) · Sangwoo Ha, Hyunwoo Seo, Yurim Jo, Youngjin Moon, Hoi-Jun Yoo ·

    EdgeXpert: An Edge Device for Memory-Efficient LLM Inference with Mixture-of-Experts and Speculative Decoding

    arXiv:2608.05303v1 Announce Type: cross Abstract: On-device deployment of Large Language Models (LLMs) has become essential for personalized edge applications. A primary bottleneck is external memory access (EMA) in feed-forward network (FFN) layers. Speculative decoding and mixt…

  158. Hugging Face Daily Papers TIER_1 English(EN) ·

    CubicQuant: Parametric Non-Uniform Codebooks for High-Throughput LLM Inference with 1-8-Bit Weights

    Weight quantization for large-language-model inference must balance adaptive reconstruction levels with representations regular enough for efficient GPU execution. Uniform integers constrain each group to a linear grid. Low-bit floating-point formats use a fixed exponent-mantissa…

  159. Hugging Face Daily Papers TIER_1 English(EN) ·

    BALANCE: Hybrid Autoregressive-Speculative LLM Inference in Wireless Edge Networks

    Edge inference is a promising paradigm to provide large language model (LLM) inference services in next-generation mobile networks. LLM inference mainly relies on two approaches: Autoregressive decoding (AD) generates output tokens sequentially, resulting in long latency; Specula…

  160. arXiv cs.LG TIER_1 English(EN) · Jintao Zhang, Xuanyao Fong ·

    SHIELD: A Segmented Hierarchical Memory Architecture for Energy-Efficient LLM Inference on Edge NPUs

    arXiv:2604.07396v2 Announce Type: replace-cross Abstract: Large Language Model (LLM) inference on edge Neural Processing Units (NPUs) is fundamentally constrained by limited on-chip memory capacity. Although high-density embedded DRAM (eDRAM) is attractive for storing activation …

  161. arXiv cs.CL TIER_1 English(EN) · Shun-ichiro Hayashi, Daichi Mukunoki, Tetsuya Hoshino, Takahiro Katagiri ·

    ATFlash: Per-RoPE-Wavelength Attention Windows for Compute/Memory-Efficient LLM Inference

    arXiv:2608.02947v1 Announce Type: cross Abstract: The attention score with rotary position embeddings (RoPE) decomposes exactly into a sum over its 2D-rotation frequency pairs, and each pair's wavelength limits how far it can discriminate position. Aligned with this structure, we…

  162. Hugging Face Daily Papers TIER_1 English(EN) ·

    ATFlash: Per-RoPE-Wavelength Attention Windows for Compute/Memory-Efficient LLM Inference

    The attention score with rotary position embeddings (RoPE) decomposes exactly into a sum over its 2D-rotation frequency pairs, and each pair's wavelength limits how far it can discriminate position. Aligned with this structure, we propose the per-RoPE-wavelength distance window: …

  163. LessWrong (AI tag) TIER_1 English(EN) · William Fowler ·

    FLOP Around and Find Out: LLM Training Workload Size Estimation With Power Monitoring

    <h1><span>Abstract</span></h1><p><span>As the capabilities of frontier AI systems rapidly advance, there is growing interest in a multilateral agreement between nations to mitigate the risks posed by future, powerful systems. Any such agreement will require a quantifiable definit…

  164. LessWrong (AI tag) TIER_1 English(EN) · beyarkay (Boyd Kane) ·

    LLMs could control their host machines by exploiting inference engines

    <p><span>Large language models often take actions running on one computer (via an agentic harness such as Claude Code or Codex), however the LLMs’ responses to prompts are computed on a different computer with GPU access. Could a malicious LLM gain control of the host machine whe…

  165. X — Together (inference / OSS) TIER_1 English(EN) · togethercompute ·

    2/ New deep dive: Autoscaling endpoints for LLM inference.

    2/ New deep dive: Autoscaling endpoints for LLM inference. Dedicated Inference can scale on eight metrics. inflight_requests is the default because it sees queue pressure before latency degrades. We tested three autoscaling policies against the same load. Only one scaled. The

  166. AWS Machine Learning Blog TIER_1 English(EN) · Mona Mona ·

    Benchmarking small LLM inference on SageMaker AI: G7 vs G5 and G6

    Benchmark two 30B Mixture-of-Experts models, Qwen3-Coder-30B and NVIDIA Nemotron-3-Nano-30B, across G5, G6, G6e, and G7 GPU instances on Amazon SageMaker AI. Compare throughput, latency, and cost-per-token, and see how G7's NVIDIA Blackwell GPUs deliver measurable price-performan…

  167. Latent Space (podcast video) TIER_1 English(EN) · Latent Space ·

    The Inference Frontier: from 100 to 10,000 tokens per second — Sean Lie, Cerebras CTO

    From pushing inference beyond 4,000 tokens per second to working with OpenAI on a new generation of ultra-fast AI infrastructure, Cerebras is betting that speed doesn’t just make models faster, it makes entirely new kinds of AI possible. In this episode, Cerebras co-founder and C…

  168. Hacker News — AI stories ≥50 points TIER_1 English(EN) · saikatsg ·

    WebLLM: high-performance in-browser LLM inference engine

  169. Medium — MLOps tag TIER_1 English(EN) · Arjunravi ·

    Building a High-Performance LLM Inference System with vLLM: Admission Control, Scheduling &…

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/data-science-collective/building-a-high-performance-llm-inference-system-with-vllm-admission-control-scheduling-382999f0513d?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/m…

  170. Towards AI TIER_1 English(EN) · Andre Tan ·

    Making LLMS Simpler: From SFT to GRPO

    <p>In my previous article “<a href="https://medium.com/@andrewrites/get-llms-to-say-more-with-less-41636ce31268"><em>Get LLMs To Say More With Less</em></a><em>”</em>, we established the following goal: To train a small language model to write simpler English without sacrificing …

  171. Towards AI TIER_1 English(EN) · Srini Dwarakanathan ·

    Latency Optimization Levers for Open-Weight LLM inference:Part-2

    <h3>Introduction</h3><figure><img alt="Three-panel diagram of LLM inference optimizations. Panel 1, Prefill-Decode Disaggregation: separate prefill and decode GPU services scale independently. Panel 2, CUDA Graphs: capturing and replaying the GPU execution graph cuts kernel-launc…

  172. Medium — fine-tuning tag TIER_1 English(EN) · Er. Harsh Raj ·

    Fine-Tuning Without the Heavy Lifting: Understanding 5 Modern Techniques for Adapting LLMs

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://erharshraj.medium.com/fine-tuning-without-the-heavy-lifting-understanding-5-modern-techniques-for-adapting-llms-21a85a5edcb7?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/16…

  173. Towards AI TIER_1 English(EN) · arka sanka ·

    Engineering Journey: Fine-Tuning LLMs from Laptop to Production

    <h4>A prototype on Apple Silicon evolved into a production-grade, distributed, fully reproducible ML pipeline on AWS.</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*-_WmKj7PYS2penJBWgTe5g.png" /><figcaption>Source: Image by the author.</figcaption></figur…

  174. Medium — Claude tag TIER_1 English(EN) · Sharvasuresh ·

    Benchmarking LLMs on Systems Problems That Don’t Tolerate Approximation

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@sharvasuresh210/benchmarking-llms-on-systems-problems-that-dont-tolerate-approximation-b826777c062e?source=rss------claude-5"><img src="https://cdn-images-1.medium.com/max/2600/0*9LQ2JR7BP7jIO…

  175. Towards AI TIER_1 English(EN) · Srini Dwarakanathan ·

    Latency Optimization Levers for Open-Weight LLM Inference: Part-1

    <h3>Index</h3><ol><li><a href="#a247">Introduction</a></li><li><a href="#df8e">Why decode is the bottleneck</a></li><li><a href="#b535">The Metrics</a></li><li><a href="#0d99">The Setup</a></li><li><a href="#4a6c">Quantization</a></li><li><a href="#ee9d">Speculative Decoding</a><…

  176. Medium — MLOps tag TIER_1 English(EN) · Qaiser Anoosh Mughal ·

    How LLM Inference Works: A Practical Guide to Serving and Optimizing Large Language Models

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@anooshmughal471/how-llm-inference-works-a-practical-guide-to-serving-and-optimizing-large-language-models-e2db18acd1da?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/15…

  177. Medium — fine-tuning tag TIER_1 English(EN) · Nazmul Hasan ·

    Fine-Tuning an LLM on a Small Dataset: The 500-Example Rule for LoRA and QLoRA

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://blog.gopenai.com/fine-tuning-an-llm-on-a-small-dataset-the-500-example-rule-for-lora-and-qlora-a542f35540bf?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1774/1*tEKYd35tunkd…

  178. Medium — fine-tuning tag TIER_1 English(EN) · Nazmul Hasan ·

    Fine-Tuning an LLM on a Small Dataset: The 500-Example Rule for LoRA and QLoRA

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@najmul.hasan284/fine-tuning-an-llm-on-a-small-dataset-the-500-example-rule-for-lora-and-qlora-a542f35540bf?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1774/1*t…

  179. Medium — fine-tuning tag TIER_1 English(EN) · Nazmul Hasan ·

    Fine-Tuning an LLM on a Small Dataset: The 500-Example Rule for LoRA and QLoRA

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@nazmul_hasan/fine-tuning-an-llm-on-a-small-dataset-the-500-example-rule-for-lora-and-qlora-a542f35540bf?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1774/1*tEKY…

  180. Towards AI TIER_1 English(EN) · Ashish Abraham ·

    The Ultimate Guide to LLM Inference Optimization- Part 1

    <h4>Practical techniques behind running large language models faster, cheaper, and on smaller hardware</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*U1VMbNAt2L93jxDZe2qFeA.png" /></figure><p>2026 is again one of those years you realize that big tech is n…

  181. r/MachineLearning TIER_1 English(EN) · /u/Roland31415 ·

    GoBench: Evaluating LLMs on the game of Go [R]

    <table> <tr><td> <a href="https://www.reddit.com/r/MachineLearning/comments/1wi68jg/gobench_evaluating_llms_on_the_game_of_go_r/"> <img alt="GoBench: Evaluating LLMs on the game of Go [R]" src="https://preview.redd.it/tbl17cn8ixph1.png?width=140&amp;height=70&amp;auto=webp&amp;s=…

  182. dev.to — LLM tag TIER_1 Deutsch(DE) · Sri Balaji ·

    Fine-Tuning LLMs: When and How

    <blockquote> <p>⚡ <strong>TL;DR:</strong> Fine-tuning changes how a model behaves, not what it knows, so reach for it on style and format, not facts. Learn when prompting or RAG wins instead, and how to build a dataset that actually moves the needle.</p> </blockquote> <h2> Conten…

  183. dev.to — LLM tag TIER_1 English(EN) · Takeshi Mori ·

    Best AI Observability Tool for Tracing LLM Calls End to End (2026)

    <p><a class="article-body-image-wrapper" href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fk1g8hs4q5932o30h655m.jpg"><img alt="Best AI Observab…

  184. r/MachineLearning TIER_1 English(EN) · /u/kertara ·

    LARA: small, composable behaviours for frozen LLMs [P]

    <table> <tr><td> <a href="https://www.reddit.com/r/MachineLearning/comments/1whx9tr/lara_small_composable_behaviours_for_frozen_llms_p/"> <img alt="LARA: small, composable behaviours for frozen LLMs [P]" src="https://preview.redd.it/xrngwyo6wvph1.png?width=640&amp;crop=smart&amp;…

  185. dev.to — LLM tag TIER_1 English(EN) · Mariano Gobea Alcoba ·

    OpenArch: PyTorch implementations of modern LLM architectures!

    <h2> Architectural Decomposition of OpenArch: A PyTorch-Native Implementation Analysis </h2> <p>The landscape of Large Language Model (LLM) research is characterized by a rapid iteration cycle. While high-level libraries provide abstractions for inference and fine-tuning, the und…

  186. dev.to — LLM tag TIER_1 English(EN) · Ayi NEDJIMI ·

    Implementing AI Observability: Tracing LLM Calls End-to-End

    <p>When a Python microservice misbehaves in production, you reach for logs and distributed traces. When an LLM-powered application misbehaves, most teams are flying blind. Tokens leak, latency spikes, costs explode — and all you have is a user complaint. That gap is what AI obser…

  187. dev.to — LLM tag TIER_1 English(EN) · kapil Maheshwari ·

    Navigating the Latency-Cost Trade-Off in LLM Response Strategies

    <h2> Key takeaways </h2> <ul> <li>Streaming responses can reduce perceived latency but increase costs.</li> <li>Batching may save on processing but can introduce latency spikes.</li> <li>Understanding your user experience needs is critical for choosing between methods.</li> <li>E…

  188. dev.to — LLM tag TIER_1 English(EN) · ryan2run ·

    LLM Inference Optimization: Techniques for Faster and Cheaper AI

    <h1> LLM Inference Optimization: Techniques for Faster and Cheaper AI </h1> <p><a class="article-body-image-wrapper" href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com…

  189. dev.to — LLM tag TIER_1 English(EN) · AI Explore ·

    Llama 4 Scout: The Open-Weight LLM With a 1.3M-Token Context Window — Day 24/30

    <blockquote> <p><strong>TL;DR —</strong> Llama 4 Scout ships with a vendor-claimed 1.3 million token context window — big enough to hold a mid-size codebase or a full case file in one shot. Today's live probes found the model's structured-output extraction solid but wrapped in ma…

  190. dev.to — LLM tag TIER_1 English(EN) · kapil Maheshwari ·

    Designing Resilient LLM Integrations Against Downtime

    <h2> Key takeaways </h2> <ul> <li>Implement circuit breakers to handle LLM outages gracefully.</li> <li>Fallback mechanisms can reduce user frustration during downtimes.</li> <li>Prioritize local inference models for critical tasks.</li> <li>Graceful degradation can enhance user …

  191. dev.to — LLM tag TIER_1 English(EN) · Qasim Parray ·

    LLM Structured Output: A 350M Model and the Three Rewards That Matter

    <p>Okay, this is going to sound dumb, but the most expensive line item in one of my client pipelines last quarter was a model being asked to return JSON. Not to reason about anything. Just to take a support ticket, pull out six fields, and give them back as an object that <code>j…

  192. dev.to — LLM tag TIER_1 English(EN) · Anshul Rajpal ·

    GPT-4o mini & Gemini 1.5 Flash: The Real Math Behind Slashing LLM Inference Costs

    <p>Teams are quietly rewriting their LLM integration code this quarter. Not for performance gains, not for new features — but because OpenAI's GPT-4o mini and Google's Gemini 1.5 Flash dropped pricing to levels that make older models look absurd. The threads on r/MachineLearning …

  193. dev.to — LLM tag TIER_1 English(EN) · Nikhil raman K ·

    LLM-as-a-Judge: Evaluating RAG Systems Beyond Exact-Match Metrics

    <p>Introduction</p> <p>Building a Retrieval-Augmented Generation system is relatively straightforward.</p> <p>Building a reliable RAG system is not.</p> <p>A typical RAG pipeline looks like:</p> <p>User Query<br /> ↓<br /> Query Processing<br /> ↓<br /> Retriever<br /> ↓<br /> To…

  194. dev.to — LLM tag TIER_1 English(EN) · Tim ·

    Query-Aware Code Compression for LLMs: 1.3M LOC to 1,500 Lines in 2.8s

    <h1> Query-Aware Code Compression for LLMs: 1.3M LOC to 1,500 Lines in 2.8s </h1> <h2> The Problem </h2> <p>You want to ask an LLM a question about your codebase. You have three options:</p> <ol> <li><p><strong>Paste everything</strong> — Repomix dumps your entire repo. For Next.…

  195. dev.to — LLM tag TIER_1 English(EN) · LearnAI Resource ·

    The Hidden Costs of AI: Actually Benchmarking Your LLM Calls

    <h1> The Hidden Costs of AI: Actually Benchmarking Your LLM Calls </h1> <p>You shipped an AI feature. It works. Users love it. Then your cloud bill shows up and suddenly you're rethinking life choices.</p> <h2> The Problem Nobody Talks About </h2> <p>Everyone benchmarks latency. …

  196. dev.to — LLM tag TIER_1 English(EN) · zahid23saim ·

    Catch LLM regressions before your users do — a tiny CI gate for LLM output

    <p>You ship an LLM feature. Weeks later you tweak a prompt, or the provider rolls the model forward under you, and something breaks — not loudly, not in a stack trace, just three answers that used to be right and now aren't. Nobody notices until a user does.</p> <p>I evaluate LLM…

  197. r/MachineLearning TIER_1 English(EN) · /u/ionutvi ·

    Measuring LLM performance drift: observations and methodology from 31,352 repeated benchmark measurements [D]

    <!-- SC_OFF --><div class="md"><p>One thing that has bothered me about LLM benchmarks for a while is that most of them are essentially snapshots.</p> <p>A model is evaluated, a score is published, and we tend to talk about that score as if it describes a relatively stable object.…

  198. dev.to — LLM tag TIER_1 English(EN) · Maomao Ling ·

    Inside nano-vLLM: What an RTX 3090 Reveals About LLM Serving

    <h2> 0. What I studied and what I found </h2> <p>I studied <strong>nano-vLLM as a small LLM serving engine</strong>: modeled its prefill and decode costs, traced the implementation, and compared the predictions with <strong>Qwen3-0.6B BF16 on one RTX 3090 (24 GB)</strong>. Its co…

  199. dev.to — LLM tag TIER_1 English(EN) · Abdullah Rafi ·

    Demystifying LLM Context Windows: How AI Memory Works (and Why It Fails)

    <p>Imagine asking an AI coding assistant to help refactor a complex application. At first, it gives sharp, accurate responses. But 20 messages into the session, it suddenly forgets the architecture rules you set at the beginning, re-introduces previously fixed bugs, or hallucinat…

  200. dev.to — LLM tag TIER_1 English(EN) · Mingxin Technology ·

    Ascend 910B Inference Stack Adaptation: A Three-Layer Checklist for Drivers, Operators, and Frameworks

    <p>Unlocking the inference performance of the Ascend 910B platform hinges on the complete adaptation of three layers—drivers, operators, and frameworks—each indispensable. This is a foundational insight that technical decision-makers must prioritize in domestic computing power re…

  201. dev.to — LLM tag TIER_1 English(EN) · Mingxin Technology ·

    How vLLM Prefix Caching Reduces Multi-Turn Inference Latency

    <p>vLLM's Prefix Caching mechanism reuses KV states already computed from prior conversation turns, measurably reducing time-to-first-token (TTFT) in multi-turn dialogue scenarios. In measured results from Mingxin FX100 on a 480B-parameter model, enabling tiered KV acceleration r…

  202. dev.to — LLM tag TIER_1 English(EN) · Sanskriti Harmukh ·

    Deploying Inference Using NVIDIA Dynamo and vLLM

    <p><a href="https://docs.nvidia.com/dynamo/getting-started/quickstart" rel="noopener noreferrer">NVIDIA Dynamo</a> is an open-source, high-throughput, low-latency inference framework for deploying large-scale generative AI and reasoning models across multi-node, multi-GPU environ…

  203. dev.to — LLM tag TIER_1 English(EN) · Andrew ·

    Mastering LLM Inference: Why the 512GB M5 Ultra Mac Studio Changes Everything

    <h3> The Capacity Frontier </h3> <p>Self-hosting large language models (LLMs) is rarely a compute problem; it is a capacity problem. The weights must fit into fast, unified memory, or the system effectively grinds to a halt. The release of the <a href="https://www.apple.com/mac-s…

  204. r/LocalLLaMA TIER_1 English(EN) · /u/Substantial_Swan_144 ·

    VoxGen, an AMD-optimized TTS inference engine for VoxCPM 2 models

    <!-- SC_OFF --><div class="md"><p>Hi, everyone,</p> <p>I’ve just released VoxGen, a lightweight native inference engine for VoxCPM2, written in Rust and using Vulkan compute instead of Python/PyTorch/CUDA.</p> <p><strong>Why VoxGen?</strong></p> <p>The main reason I started the p…

  205. dev.to — LLM tag TIER_1 English(EN) · AI Explore ·

    vLLM: The Open-Weight AI Inference Server Built for Production LLM Serving — Day 11/30

    <blockquote> <p><strong>TL;DR —</strong> vLLM is the inference server most teams reach for when they need to serve open-weight LLMs at scale, thanks to PagedAttention and continuous batching. This episode breaks down what those two mechanisms actually do to GPU utilization, walks…

  206. dev.to — LLM tag TIER_1 English(EN) · Riley Li ·

    Free LLM Tiers vs. Self-Hosted Inference: A Four-Score Script That Picks for You

    <p>The cheapest runtime is the one you never wake up at 3 AM to debug. After months of juggling free model endpoints, token meters, and a borrowed GPU, I stopped asking "which costs less" and started asking "which costs less when it fails."</p> <p>Free tiers are not a product dec…

  207. dev.to — LLM tag TIER_1 English(EN) · AI Explore ·

    llama.cpp: The Open-Weight AI Inference Engine Behind Local LLMs — Day 9/30

    <blockquote> <p><strong>TL;DR —</strong> llama.cpp is the C++ project that made running open-weight LLMs on ordinary hardware routine, via the GGUF format, block quantization, and CPU+GPU offload. This episode breaks down what those three mechanisms actually do and when reaching …

  208. dev.to — LLM tag TIER_1 English(EN) · Prabhakar Chaudhary ·

    Prefix Sliding: Scaling LLM Reasoning Without the Memory Bottleneck

    <h1> Prefix Sliding: Decoupling Memory from Reasoning Length in Test-Time Scaling </h1> <p>Test-time scaling has emerged as a primary frontier for increasing the capabilities of Large Language Models (LLMs). By allowing a model to generate longer reasoning traces—often referred t…

  209. dev.to — LLM tag TIER_1 English(EN) · Athreya aka Maneshwar ·

    Same Model, Two Speeds: A Friendly Tour of LLM Inference Engines

    <p><em>Hello, I'm Maneshwar. I'm building git-lrc, a Micro AI code reviewer that runs on every commit. It is free and source-available on Github. <a href="https://github.com/HexmosTech/git-lrc?utm_source=ratatop" rel="noopener noreferrer">Star git-lrc</a> to help devs discover th…

  210. dev.to — LLM tag TIER_1 English(EN) · Prashant Lakhera ·

    📌 Understanding LLM Inference: Prefill, Decode, and KV Cache📌

    <p>Most people use ChatGPT every day. But have you ever wondered what actually happens after you press Enter? The answer does not magically appear all at once.</p> <p>Behind the scenes, an LLM undergoes a complex inference process.</p> <p>And if you are learning LLM Engineering, …

  211. dev.to — LLM tag TIER_1 English(EN) · AI Explore ·

    Ollama: The One-Command Front Door to Local, Open-Weight LLM Inference — Day 2/30

    <blockquote> <p><strong>TL;DR —</strong> Ollama turned running an open-weight model locally into a single command, and that simplicity is why it's now the default entry point for local AI. It's genuinely good for prototyping, private assistants, and air-gapped tools, but it isn't…

  212. r/LocalLLaMA TIER_1 English(EN) · /u/pmttyji ·

    Up to 3.2x Faster Inference with LFM2.5-DSpark

    <table> <tr><td> <a href="https://www.reddit.com/r/LocalLLaMA/comments/1vtrecb/up_to_32x_faster_inference_with_lfm25dspark/"> <img alt="Up to 3.2x Faster Inference with LFM2.5-DSpark" src="https://external-preview.redd.it/yR1y2L13PaLWYdWdCwALADZr97vTc1n9971dqzd5Nug.jpeg?width=640…

  213. dev.to — LLM tag TIER_1 English(EN) · Hamza ·

    oMLX: The Open-Source Menu Bar LLM Inference Server Trending on GitHub

    <p><em>Originally published at <a href="https://tekmag.thsite.top/omlx-the-open-source-menu-bar-llm-inference-server-trending-on-github/" rel="noopener noreferrer">https://tekmag.thsite.top/omlx-the-open-source-menu-bar-llm-inference-server-trending-on-github/</a></em></p> <p><st…

  214. dev.to — LLM tag TIER_1 English(EN) · Vahid Aghajani ·

    Running LLMs Locally — Small Models, Quantization, and Your 4GB GPU

    <blockquote> <p>Originally published on <a href="https://software-engineer-blog.com/content/running-llms-locally-small-models-quantization-and-your-4gb-gpu?id=53" rel="noopener noreferrer">my blog</a>. Cross-posted here with a canonical link.</p> </blockquote> <p>I use <strong>Ge…

  215. dev.to — LLM tag TIER_1 Italiano(IT) · soy ·

    llama.cpp b10481: CUDA MMVQ & Dynamic MoE Optimize Dense Model Inference

    <p>The latest <code>llama.cpp</code> release, <code>b10481</code>, introduces substantial CUDA optimizations for dense models and refined handling of Mixture-of-Experts (MoE) architectures. This update aims to significantly boost inference performance by improving memory access t…

  216. dev.to — LLM tag TIER_1 English(EN) · Mingxin Technology ·

    Optimization Paths and Measured Results for LLM Inference Under Insufficient VRAM

    <p>When LLM inference encounters insufficient VRAM, optimization paths can be grouped into three categories: offloading the KV Cache to external storage, sharding and offloading model states, and restructuring attention computation from an I/O-aware perspective. These approaches …

  217. dev.to — LLM tag TIER_1 English(EN) · Aarush Karak ·

    LLM Inference Optimization: From Quantization to Speculative Decoding

    <h2> The Memory Wall Problem </h2> <p>Running large language models efficiently requires more than just powerful GPUs. This post covers quantization (GPTQ, AWQ, GGUF), KV-cache optimization, speculative decoding, and how techniques like FlashAttention reduce memory bandwidth bott…

  218. dev.to — LLM tag TIER_1 English(EN) · Charles ·

    11-16x Faster LLM Inference in macOS VMs on Apple Silicon — Here's How

    <p>Running LLMs inside macOS virtual machines on Apple Silicon has been painfully slow — until now. A team at Cua has discovered that the performance bottleneck isn't the hardware or the hypervisor, but a conservative GPU capability report that forces llama.cpp into slow code pat…

  219. dev.to — LLM tag TIER_1 English(EN) · Sujal Suyash ·

    Model Quantization Explained: Shrinking LLMs Without Losing Their Mind

    <h1> Model Quantization Explained: Shrinking LLMs Without Losing Their Mind </h1> <p>As we all know that when we try to load a 70B parameter model, how much time and space it takes just to load the model. To solve this issue, the concept of quantization was introduced.</p> <p>Thi…

  220. Mastodon — mastodon.social TIER_1 Polski(PL) · aisight ·

    Inception presented Mercury 2.5 – a diffusion-type LLM model that combines a 260k token context window with record-breaking performance on standard hardware

    Inception zaprezentowało Mercury 2.5 – model typu dyfuzyjnego LLM, który łączy okno kontekstowe 260 tys. tokenów z rekordową wydajnością na standardowym sprzęcie. # si # ai # sztucznainteligencja # wiadomości # informacje # technologia https:// aisight.pl/technologia/generat ywna…

  221. Mastodon — mastodon.social TIER_1 English(EN) · CuratedHackerNews ·

    WebLLM: high-performance in-browser LLM inference engine https:// github.com/mlc-ai/web-llm # ai # github # llm

    WebLLM: high-performance in-browser LLM inference engine https:// github.com/mlc-ai/web-llm # ai # github # llm

  222. Mastodon — mastodon.social TIER_1 English(EN) · CuratedHackerNews ·

    WebLLM: high-performance in-browser LLM inference engine https:// github.com/mlc-ai/web-llm # ai # github # llm

    WebLLM: high-performance in-browser LLM inference engine https:// github.com/mlc-ai/web-llm # ai # github # llm