PulseAugur
EN
LIVE 19:48:46

New LLM research covers multimodal alignment, reasoning audits, and energy use · 10 sources tracked

Recent research explores various facets of Large Language Model (LLM) capabilities and limitations. One study investigates alignment in multimodal LLMs, proposing a new data generation method to improve image-text consistency. Another paper introduces a protocol-level audit for evaluating LLM reasoning, highlighting discrepancies between benchmark scores and actual behavioral properties. Further research probes LLM reasoning efficiency using Go life-and-death problems, revealing that current models struggle with search organization. Additionally, studies examine LLM energy consumption, the impact of default settings and token pricing on reasoning services, and the development of benchmarks for low-resource programming languages. AI

IMPACT These papers highlight advancements in LLM evaluation, alignment, and efficiency, pushing the boundaries of AI capabilities and understanding.

RANK_REASON Cluster consists of multiple academic papers published on arXiv, focusing on LLM research and evaluation.

Read on Apple Machine Learning Research →

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

New LLM research covers multimodal alignment, reasoning audits, and energy use · 10 sources tracked

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
Cluster consists of multiple academic papers published on arXiv, focusing on LLM research and evaluation.
Source corroboration
441 independent sources
Strong cross-source corroboration — multiple independent publishers covered this within the clustering window.
Topics
paper, other
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
58 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.
Coverage growth since scoring
+75 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 [441]

  1. Apple Machine Learning Research TIER_1 English(EN) ·

    Examining Human-Like Behaviors in LLMs: A Multi-Dimensional Analysis of Model Behaviors, User Factors, and System Prompts

    Large language models (LLMs) exhibit a wide range of human-like behaviors, from expressing thoughts and emotions, to engaging in relationship-building with users, to refusing requests and maintaining boundaries. Despite their prevalence, researchers and practitioners lack methods…

  2. Apple Machine Learning Research TIER_1 English(EN) ·

    Understanding Alignment in Multimodal LLMs: A Comprehensive Study

    Preference alignment has become a crucial component in enhancing the performance of Large Language Models (LLMs), yet its impact in Multimodal Large Language Models (MLLMs) remains comparatively underexplored. Similar to language models, MLLMs for image understanding tasks encoun…

  3. arXiv cs.AI TIER_1 English(EN) · Stephen Mell, Botong Zhang, David Mell, Shuo Li, Ramya Ramalingam, Nathan Yu, Stephan Zdancewic, Osbert Bastani ·

    Quasar: A Programming Language Specialized for LLM Code Actions

    arXiv:2506.12202v2 Announce Type: replace-cross Abstract: Large language models (LLMs) often call external tools to solve tasks. One effective strategy is for LLMs to write code, enabling them to use complex control flow such as conditionals and loops. Such code actions are typic…

  4. arXiv cs.AI TIER_1 English(EN) · Tinghui Zhang, Yifan Wang, Daisy Zhe Wang ·

    SCOPE: A Generative Approach for LLM Prompt Compression

    arXiv:2508.15813v2 Announce Type: replace-cross Abstract: A big issue in modern LLM applications is they tend to feed long context to LLM, which results in high inference cost and latency, and may exceed the context limit. Prompt compression addresses this issue by reducing the l…

  5. arXiv cs.AI TIER_1 English(EN) · Erik Thureck, Robert K\"uhnen, Tim Jacobowitz ·

    PromptResponse: Optimizing Prompts for LLM Coding Tasks

    arXiv:2608.21074v1 Announce Type: cross Abstract: Large language models (LLMs) are increasingly used in research workflows and software development pipelines, yet their output remains sensitive to input prompt variations. This paper presents $\unicode{x00AB}$PromptResponse$\unico…

  6. arXiv cs.CL TIER_1 English(EN) · Juan Yeo, Geewook Kim ·

    Compliance, Capability, and Conflict: Benchmarking Multimodal LLMs under System Messages

    arXiv:2608.19207v1 Announce Type: new Abstract: Production deployments of Multimodal Large Language Models (MLLMs) increasingly rely on system messages to govern model behavior. Yet existing benchmarks either evaluate constraints in text only or embed them into the user turn, lea…

  7. arXiv cs.LG TIER_1 English(EN) · Huang Cheng ·

    CacheRoute: Planned Prefix-Affinity Routing for Large-Scale LLM Serving

    arXiv:2608.19677v1 Announce Type: cross Abstract: Prefix caching avoids prefill only when a repeated request returns to a server that still holds the prefix KV. Cache-blind balancing disperses that reuse; fixed affinity preserves it but can overload a server. CacheRoute resolves …

  8. arXiv cs.CL TIER_1 English(EN) · Qihang Fan, Huaibo Huang, Zhiying Wu, Bingning Wang, Ran He ·

    FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM Serving

    arXiv:2608.19758v1 Announce Type: new Abstract: Long-context modeling is a pivotal capability for Large Language Models, yet the quadratic complexity of attention remains a critical bottleneck, particularly during the compute-intensive prefilling phase. Our previous work, FlashPr…

  9. arXiv cs.CL TIER_1 English(EN) · Yichu Fang, Sitong Wei, Haozhe Hu, Xiaoyu Shen ·

    ReCache: Efficient KV Cache Reuse and Compression for Tool-Augmented LLM Agents

    arXiv:2608.19662v1 Announce Type: new Abstract: Agentic language models repeatedly encode tool and skill schemas that recur across requests in different combinations and orders, preventing standard prefix caching from reusing their key--value (KV) states. We introduce \textbf{ReC…

  10. arXiv cs.AI TIER_1 English(EN) · Jiahao Lin, Alish Kanani, Sangwan Lee, Jaehyun Park, Umit Ogras ·

    HYDRA: A Heterogeneous Chiplet DSE Framework for Serving Dynamic Hybrid LLM Workloads

    arXiv:2608.19395v1 Announce Type: cross Abstract: Hybrid Transformer-Mamba large language models (LLMs) enhance long-context efficiency, but their heterogeneous computation and communication patterns complicate efficient hardware acceleration. Chiplet-based architectures offer a …

  11. arXiv cs.AI TIER_1 English(EN) · Mengru Wang, Haozhe Luo, Zhenqian Xu, Zhixiang Cui, Haoming Xu, Qu Yang, Jizhan Fang, Junfeng Fang, Ningyu Zhang ·

    MemTrapBench: Benchmarking Cognitive Traps in LLM Memory Use

    arXiv:2608.20202v1 Announce Type: new Abstract: Memory has become a key component of large language models, enabling them to retain information and learn from long-term interactions. However, existing memory benchmarks mainly evaluate whether information is correctly extracted, s…

  12. arXiv cs.AI TIER_1 English(EN) · Jacob Nielsen, Danial Namazifard, Lukas Galke Poech, Peter Schneider-Kamp ·

    Write Once, Run Everywhere: The Axon DSL for Shape-Safe and Framework-Agnostic LLM Architectures

    arXiv:2608.19889v1 Announce Type: new Abstract: The entire ecosystem of open-source language models effectively relies on a single platform. What if this platform was forced to shut down tomorrow? Implementing and maintaining efficient model definitions and translating them betwe…

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

    MemTrapBench: Benchmarking Cognitive Traps in LLM Memory Use

    Memory has become a key component of large language models, enabling them to retain information and learn from long-term interactions. However, existing memory benchmarks mainly evaluate whether information is correctly extracted, stored, and retrieved, while largely overlooking …

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

    FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM Serving

    FlashPrefill V2 improves long-context serving via mean-corrected sparse attention, optimized GPU operators, and framework integration, achieving large speedups over dense baselines.

  15. arXiv cs.AI TIER_1 English(EN) · Chenxu Niu ·

    TokenPowerSandbox: Evidence-Gated CPU-First Screening for Energy-Aware LLM Serving

    arXiv:2608.18149v1 Announce Type: cross Abstract: Energy-aware LLM serving requires comparing configurations under realistic request shapes, yet exhaustive target-GPU profiling is costly and a cheap predictor can be dangerously confident outside its measured scope. We present Tok…

  16. arXiv cs.AI TIER_1 English(EN) · Lizhuo Zhang, Mengmeng Tang, Chenfeng Long, Xiaoyong Tang, Xiang Luo ·

    Decomposing Wrong-Consensus Agreement in LLM Self-Consistency: A GPT-4.1 Case Study

    arXiv:2608.18795v1 Announce Type: cross Abstract: Majority voting over multiple LLM samples is widely used to raise answer accuracy, yet its gain varies erratically: on hard questions it can even backfire. This paper gives a quantitative account of this failure. A pluralistic agr…

  17. arXiv cs.AI TIER_1 English(EN) · Pattaraphon Kenny Wongchamcharoen, Kris Gulati, Min Min Fong, Abhishek Nagaraj ·

    CentaurBench: Benchmarking LLM Capabilities on Augmenting vs. Automating Real-World Work Tasks

    arXiv:2608.18554v1 Announce Type: cross Abstract: Most LLM benchmarks rank models on their ability to automate work tasks. In practice, however, models are often used to assist other (human or LLM) agents. The question that drives model selection is therefore not only which model…

  18. arXiv cs.AI TIER_1 English(EN) · Ruiyang Qin, Qingzhuo Wang, Tian Wang, Zhihua Wei, Wen Shen ·

    Evaluating and Explaining Prompt Sensitivity of LLMs Using Interactions

    arXiv:2608.18539v1 Announce Type: cross Abstract: The remarkable capabilities of large language models (LLMs) are often undermined by their instability. Even subtle and semantically irrelevant changes in prompts can cause dramatic fluctuations in performance, a phenomenon known a…

  19. arXiv cs.AI TIER_1 English(EN) · Praphulla Lal Shrestha ·

    When Do LLMs Actually Help? Evaluating LLMs as Data Quality Annotators

    arXiv:2608.18158v1 Announce Type: cross Abstract: LLMs have been increasingly used to catch data quality issues automatically, but we know very little about how consistent these judgments actually are. This study tests an LLM on two e-commerce data quality tasks, entity matching …

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

    MemTrapBench: Benchmarking Cognitive Traps in LLM Memory Use

    Retrieved memories can induce reasoning errors and belief distortions in large language models, and an inference-time strategy helps avoid these cognitive traps while maintaining benchmark performance.

  21. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Abhishek Nagaraj ·

    CentaurBench: Benchmarking LLM Capabilities on Augmenting vs. Automating Real-World Work Tasks

    Most LLM benchmarks rank models on their ability to automate work tasks. In practice, however, models are often used to assist other (human or LLM) agents. The question that drives model selection is therefore not only which model produces the best output, but which model most im…

  22. arXiv cs.AI TIER_1 English(EN) · Enrique Barba Roque, Lu\'is Cruz, Annibale Panichella ·

    Beyond FLOPs: Energy-Aware Knowledge Distillation for Sustainable LLMs on Code-Related Task

    arXiv:2608.17515v1 Announce Type: cross Abstract: Background: Large Language Models (LLMs) are increasingly being applied to Software Engineering (SE) tasks, achieving high accuracy across problems such as clone detection, vulnerability prediction, and code summarization. However…

  23. arXiv cs.CL TIER_1 English(EN) · Haoqin Tu, Yunhao Fang, Yizhong Wang, Cihang Xie, Shen Yan ·

    Chain-of-Experience for Continual LLM Improvement

    arXiv:2608.18027v1 Announce Type: new Abstract: Humans continuously learn from experience, whereas conventional large language model (LLM) evaluations ignore the models' ability to improve through inference-time interaction. In this paper, we study how LLMs learn from iterative e…

  24. arXiv cs.CL TIER_1 English(EN) · Jialing Gan, Junhao Dong, Songze Li ·

    BiAxisBias: Evaluating LLM Bias Beyond a Single Prompt and a Single Explanation

    arXiv:2605.09041v2 Announce Type: replace Abstract: LLM bias scores can depend on audit design. We introduce BiAxisBias, a prespecified audit varying task, role, perspective, sentiment, and wording over 200 stereotype statements while retaining forced Selection and Rationale as s…

  25. arXiv cs.CL TIER_1 English(EN) · Marianne Menglin Liu, Leonid Boytsov, Daniel W. Peterson, Pramuditha Perera, Rongguang Wang, Sai Ashish Somayajula, Syed Hamza Rafique, Rohit Saini, Shubham Pathak, Sujeeth Bharadwaj, Tao Sheng, Graham Horwood, Fahad Shah, Ankan Bansal, Sujith Ravi, Dan … ·

    PLSQLBench: Benchmarking LLM Systems for Executable Procedural Database Programming

    arXiv:2608.15931v1 Announce Type: new Abstract: We present PLSQLBench, to our knowledge the first benchmark for evaluating whether LLMs can write executable PL/SQL programs, with correctness measured through execution-based tests. Existing LLM evaluations largely target general-p…

  26. arXiv cs.AI TIER_1 English(EN) · Ishika Agarwal, Arkajyoti Charaborty, Tanner Sorensen, Neha Gupta, Andreas Stolcke ·

    LLMs Get Smarter from Targeted Synthetic Multilingual Data

    arXiv:2608.15964v1 Announce Type: cross Abstract: Language-specific competency (LSC) is the phenomenon of a language model performing better or worse depending on the language of the prompt. In other words, a language model outputs different (and potentially incorrect) responses …

  27. arXiv cs.AI TIER_1 English(EN) · Zohair Raza Hassan, Deepak Pandita ·

    RamseyGadgets: A Graph Construction Dataset for LLMs

    arXiv:2608.14999v1 Announce Type: cross Abstract: Constructing special graphs is an important task within graph theory and computer science. Many popular graph constructions are the result of a comprehensive exploration of relevant graphs and human ingenuity. Given the rise of ge…

  28. arXiv cs.AI TIER_1 English(EN) · Valdini Douglace Lemofouet, Blessing Ngozi Uzor, Paula Chikaodinaka Anyanwu, Danielle Blanche Kapsa, Sukairaj Hafiz Imam, P Sam Sahil, Abigail Oppong, Tassallah Abdullahi, Clemencia Siro, Idris Abdulmumin, Seid Muhie Yimam, Shamsuddeen Hassan Muhammad ·

    LLM Safety Alignment in Low-Resource Languages: A Systematic Literature Review

    arXiv:2608.14626v1 Announce Type: cross Abstract: Large Language Models (LLMs) have achieved substantial progress in safety alignment, yet their safety guarantees remain significantly weaker in low-resource and multilingual settings than in high-resource languages. In this paper,…

  29. arXiv cs.AI TIER_1 English(EN) · Rafael Pass ·

    The Value of a Prompt: An LLM-Relative Kolmogorov-Complexity Approach

    arXiv:2608.16438v1 Announce Type: new Abstract: In a world where valuable artifacts are increasingly created, completed, or processed by LLMs, the central economic question is not only what the LLM can produce, but what \emph{value} remains in the inputs (i.e., the prompts) we pr…

  30. arXiv cs.AI TIER_1 English(EN) · Feiyang Ren, Shengtao Wen, Lingbing Guo, Yu Tian, Yuanning Cui, Xiang Chen ·

    When Entropy Is Not Enough: Reclaiming Lost Semantics in LLM Output Length Prediction

    arXiv:2608.15592v1 Announce Type: new Abstract: Efficient LLM serving is often bottlenecked by the need to pad sequences to a fixed maximum length, and this wastes compute and degrades throughput. Predicting output lengths in advance makes it possible to adopt length-aware schedu…

  31. arXiv cs.AI TIER_1 English(EN) · Oliver Kramer ·

    Mental Model Management: An Operator-Based Framework for LLM Memory

    arXiv:2608.15451v1 Announce Type: new Abstract: Large language models process large amounts of information but usually lack an explicit mechanism for maintaining compact and evolving conceptual representations. We introduce Mental Model Management (3M), a framework in which knowl…

  32. arXiv cs.AI TIER_1 English(EN) · Zahra Fazel, Sunanda Gamage, Shayan Shirahmad Gale Bagi, Amir H. Ashouri, Tomasz S. Czajkowski, Bryan Chan, Reza Azimi, Yaoqing Gao ·

    T-LLM Compiler: Trusted LLM-based Code Optimization and Verification Framework

    arXiv:2608.14953v1 Announce Type: new Abstract: Recent advances in Large Language Models (LLMs) have opened opportunities to apply high-level code transformations to the field of code optimization, and it has since emerged as one of the most fundamental tasks for LLMs to perform;…

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

    Chain-of-Experience for Continual LLM Improvement

    Large language models improve continuously through iterative test-time feedback loops called Chain-of-Experience, outperforming zero-shot baselines with lower cost and higher token efficiency.

  34. arXiv cs.AI TIER_1 English(EN) · Bruno Santos Teixeira ·

    SemPlan: Benchmarking Structured Semantic Planning for LLM-Based Queries over Enterprise Data

    arXiv:2608.13612v1 Announce Type: new Abstract: Natural-language interfaces to enterprise data must translate underspecified requests into governed, executable behavior while controlling invalid queries, policy failures, cost, and nondeterminism. SemPlan Benchmark evaluates this …

  35. arXiv cs.AI TIER_1 English(EN) · William Nixon, Jon Durbin, Florian Standhartinger, Haryadi S. Gunawi, Juncheng Yang ·

    A Year in LLM Serving: Workload Evolution, Caching and Load-Balancing

    arXiv:2608.13573v1 Announce Type: new Abstract: Large Language Model (LLM) serving has become a critical cloud workload, and realistic traces are essential for motivating and benchmarking serving systems. However, existing LLM serving workload studies remain limited in scale and …

  36. arXiv cs.AI TIER_1 English(EN) · Toby D. Pilditch ·

    Knowing When to Stop: Bayesian Optimal Stopping for LLM Evaluations

    arXiv:2608.14425v1 Announce Type: new Abstract: LLM evaluations often use fixed sampling budgets, testing every item the same number of times even after estimates are precise. We introduce optstop, a precision-based adaptive stopping framework that treats evaluation as a sequenti…

  37. arXiv cs.AI TIER_1 English(EN) · Yiderigun Borjigin, Alexander Hermann, Christian Cyron, Roland Aydin ·

    AnchorBench: A Multi-Pathway Benchmark for the Anchoring Effect in LLMs

    arXiv:2608.14320v1 Announce Type: new Abstract: The anchoring effect is a cognitive bias in which an initial reference value shifts a later judgment toward itself. This effect is well established in human judgment and decision-making, and recent work suggests that large language …

  38. arXiv cs.NE (Neural & Evolutionary) TIER_1 English(EN) · Oliver Kramer ·

    Mental Model Management: An Operator-Based Framework for LLM Memory

    Large language models process large amounts of information but usually lack an explicit mechanism for maintaining compact and evolving conceptual representations. We introduce Mental Model Management (3M), a framework in which knowledge is represented as mental models consisting …

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

    LLMs Get Smarter from Targeted Synthetic Multilingual Data

    HOTFIXR is a data generation framework that targets multilingual reasoning weaknesses to improve cross-lingual performance without sacrificing overall capability.

  40. arXiv cs.AI TIER_1 English(EN) · Diego Manya, Ethan I. Thorpe, Ji Zhang, Myranda Shirk, Jiamian He, Angel Hsu, Michael P. Vandenbergh ·

    From Caveman to Expert Analyst: Energy Consumption of Variable LLM Tasks

    arXiv:2608.12350v1 Announce Type: cross Abstract: The energy demand growth and environmental impacts of artificial intelligence (AI) have generated substantial interest in supplying sufficient low-cost electricity for AI-driven data center development. Research on the ability of …

  41. arXiv cs.AI TIER_1 English(EN) · Conor F. Hayes, Elliot Meyerson, Kajetan Schweighofer, Roberto Dailey, Babak Hodjat, Risto Miikkulainen, Xin Qiu ·

    Beyond the Best Guess: Improving LLM Solution Coverage with Evolution Strategies

    arXiv:2608.12679v1 Announce Type: new Abstract: Large Language Models (LLMs) are increasingly deployed in discovery domains such as math and science. The usual approach is to present the problem to the model and use its answer as the proposed solution. However, beyond this best g…

  42. arXiv cs.AI TIER_1 English(EN) · Shunwen Bai, Ziping Ma, Chaoyang Zhang, Yarong Wang, Jiale Liu, Zhen Qin, Qingpei Guo ·

    TsuGO: Probing Search Efficiency in LLM Reasoning via Go Life-and-Death Problems

    arXiv:2608.13221v1 Announce Type: new Abstract: The evaluation of LLM reasoning is moving from final-answer accuracy to process-level assessment, yet existing methods still fail to capture how models plan reasoning paths and allocate reasoning resources--that is, how they organiz…

  43. arXiv cs.CL TIER_1 English(EN) · Huaqin Zhao, Zhengliang Liu, Zihao Wu, Yiwei Li, Tianze Yang, Peng Shu, Shaochen Xu, Haixing Dai, Lin Zhao, Hanqi Jiang, Yi Pan, Junhao Chen, Yifan Zhou, Zheyuan Zhang, Zeyu Zhang, Ruitong Sun, Gengchen Mai, Ninghao Liu, Tianming Liu ·

    Revolutionizing Finance with LLMs: An Overview of Applications and Insights

    arXiv:2401.11641v5 Announce Type: replace Abstract: In recent years, Large Language Models (LLMs) like ChatGPT have seen considerable advancements and have been applied in diverse fields. Built on the Transformer architecture, these models are trained on extensive datasets, enabl…

  44. arXiv cs.CL TIER_1 English(EN) · Junhao Luo (School of Statistics,Data Science, Southwestern University of Finance,Economics), Ning Huang (School of Statistics,Data Science, Southwestern University of Finance,Economics), Ziqi Sha (School of Statistics,Data Science, Southwestern Universi… ·

    Beyond Local Accuracy: A Protocol-Level Identifiability Audit for Controlled LLM Reasoning Evaluation

    arXiv:2608.13326v1 Announce Type: new Abstract: LLM benchmark scores can be precise even when the observation protocol does not identify the behavioral property they are intended to measure. In a controlled, solver-grounded setting, we formalize a protocol-level identifiability a…

  45. arXiv cs.CL TIER_1 English(EN) · Ping Wu, Haibo Tong, Feifei Zhao, Han Shen, Yu Shi, Yilin Zhao, Sicheng Shen, Guobin Shen, Yun Luo, Yi Zeng ·

    Refusing Intent, Not Form: Wrapper-Based Intent-Group Supervision for LLM Safety

    arXiv:2608.13304v1 Announce Type: new Abstract: Safety tuning can improve harmful refusal, but models may learn surface-form shortcuts: wrapped harmful prompts bypass safety, while similarly wrapped benign prompts are over-refused. We propose Wrapper-Based Intent-Form Augmentatio…

  46. arXiv cs.AI TIER_1 English(EN) · Junhang Cheng, Fang Liu, Jia Li, Chengru Wu, Nanxiang Jiang, Li Zhang ·

    CangjieBench: Benchmarking LLMs on a Low-Resource General-Purpose Programming Language

    arXiv:2603.14501v2 Announce Type: replace-cross Abstract: Large Language Models excel in high-resource programming languages but struggle with low-resource ones. Existing research related to low-resource programming languages primarily focuses on Domain-Specific Languages (DSLs),…

  47. arXiv cs.AI TIER_1 English(EN) · Dananjay Srinivas, Saksham Khatwani, Maria Pacheco ·

    Toward a Gricean Retreat: Probing LLMs for Knowledge Boundaries and Referent Specificity

    arXiv:2608.13484v1 Announce Type: cross Abstract: When asked about entities outside their knowledge boundary, LLMs routinely fabricate plausible-sounding details rather than backing off to safer, more general claims. We frame this failure through a Gricean lens: a cooperative spe…

  48. arXiv cs.AI TIER_1 English(EN) · Ahmet Bugra Gundogan, Yigit Turkmen, Melih Bastopcu ·

    Keep, Customize, or Exit: Default Design and Token Pricing in LLM Reasoning Services

    arXiv:2608.13315v1 Announce Type: cross Abstract: We study a large language model (LLM) service in which a provider chooses a per-token price and a default reasoning-token allocation, while a user may accept the default, customize the allocation, or exit. Larger allocations can i…

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

    Keep, Customize, or Exit: Default Design and Token Pricing in LLM Reasoning Services

    We study a large language model (LLM) service in which a provider chooses a per-token price and a default reasoning-token allocation, while a user may accept the default, customize the allocation, or exit. Larger allocations can improve accuracy but increase token cost and latenc…

  50. arXiv cs.AI TIER_1 English(EN) · Vu Duc Anh, Nhat M. Hoang, Do Xuan Long, Cong-Duy Nguyen, Ponhvoan Srey, Luu Anh Tuan ·

    Reinforcing Step-level Reasoning for Effective Self-Correction in LLMs

    arXiv:2608.11573v1 Announce Type: cross Abstract: Achieving effective self-correction, where models verify and correct their own mistakes, remains a fundamental challenge for large language models (LLMs). In this work, we propose Self-Fix Step-DPO (SFS-DPO), a reinforcement learn…

  51. arXiv cs.AI TIER_1 English(EN) · Lang Cao ·

    Making Your LLMs More Objective: Stabilizing LLM Safety Behavior Across Traits with Trait-Invariant Safety Tuning

    arXiv:2608.11705v1 Announce Type: new Abstract: Aligned large language models (LLMs) are expected to exhibit safety behavior based on the content of the user request: they should refuse unsafe requests and comply with safe ones. However, we show that the same request can elicit s…

  52. arXiv cs.AI TIER_1 English(EN) · Vincent Siu, Nicholas Crispino, David Park, Nathan W. Henry, Zhun Wang, Yang Liu, Dawn Song, Chenguang Wang ·

    SteeringSafety: Benchmarking Representation Steering in LLMs Across Safety Perspectives

    arXiv:2509.13450v3 Announce Type: replace Abstract: We introduce SteeringSafety, a benchmark for evaluating representation steering methods across nine safety perspectives spanning 18 datasets. While prior work highlights the general capabilities of representation steering, we fo…

  53. arXiv cs.AI TIER_1 English(EN) · Shailja Thakur, Sungeun An, Chad DeLuca, Hima Patel ·

    The Wording Effect: Quantifying Two-Way Drift in LLM Benchmark Performance

    arXiv:2608.11694v1 Announce Type: cross Abstract: A benchmark score comes from a single phrasing of each problem. That single phrasing is treated as if it stood for the whole space of ways the same problem could be asked, but it does not. We show that rephrasing a problem while k…

  54. arXiv cs.AI TIER_1 English(EN) · Huiqi Miao, Xinbao Sun, Bo Wang, Fanyu Meng, Lijun Mei, Na Wu, Di Jin, Chao Deng, Junlan Feng ·

    EnterpriseRAG: Benchmarking LLM Instruction Adherence and Robustness under Non-Ideal Enterprise Retrieval

    arXiv:2608.11584v1 Announce Type: new Abstract: Enterprise RAG deployments face a critical reliability gap: while LLMs satisfy 80% of individual constraints, only 26.8% of responses meet all requirements simultaneously, revealing a 57-point orchestration gap. Existing benchmarks …

  55. arXiv cs.CL TIER_1 English(EN) · Zirui Song, Huaxing Liu, Xiang Wang, Shuai Li, Xinye Li, Lang Gao, Jinghui Zhang, Zheng Lu, Fengxian Ji, Xiaojun Chang, Xiuying Chen ·

    Measure, Don't Optimize: Forecasting Recovery in LLM Unlearning

    arXiv:2608.11408v1 Announce Type: new Abstract: Prior white-box studies show that large language models can retain latent traces of target knowledge after unlearning, even when the knowledge is no longer expressed in their outputs. However, existing audits remain limited to one-o…

  56. arXiv cs.AI TIER_1 English(EN) · Priya Gurjar, Md Farhan Ishmam, Kenneth Marino ·

    DORA Explorer: Improving the Exploration Ability of LLMs Without Training

    arXiv:2604.17244v2 Announce Type: replace-cross Abstract: Large language model (LLM) agents for sequential decision-making struggle to produce diverse outputs. This leads to insufficient exploration, suboptimal solutions, and repeated actions. Actions are generated at the sequenc…

  57. arXiv cs.AI TIER_1 English(EN) · Duo Lu, Andrew Crotty, U\u{g}ur \c{C}etintemel ·

    Credo: Declarative Control of LLM Pipelines via Beliefs and Policies

    arXiv:2604.14401v2 Announce Type: replace Abstract: Agentic AI systems are becoming commonplace in domains that require long-lived, stateful decision-making in continuously evolving conditions. As such, correctness depends not only on the output of individual model calls, but als…

  58. arXiv cs.NE (Neural & Evolutionary) TIER_1 English(EN) · Xin Qiu ·

    Beyond the Best Guess: Improving LLM Solution Coverage with Evolution Strategies

    Large Language Models (LLMs) are increasingly deployed in discovery domains such as math and science. The usual approach is to present the problem to the model and use its answer as the proposed solution. However, beyond this best guess, discovery can be enhanced by increasing te…

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

    SemPlan: Benchmarking Structured Semantic Planning for LLM-Based Queries over Enterprise Data

    Natural-language interfaces to enterprise data must translate underspecified requests into governed, executable behavior while controlling invalid queries, policy failures, cost, and nondeterminism. SemPlan Benchmark evaluates this architectural design space with a deterministic …

  60. arXiv cs.AI TIER_1 English(EN) · William Lugoloobi, Thomas Foster, William Bankes, Chris Russell ·

    LLMs Encode Their Failures: Predicting Success from Pre-Generation Activations

    arXiv:2602.09924v4 Announce Type: replace-cross Abstract: Running LLMs with extended reasoning on every problem is expensive, but determining which inputs actually require additional compute remains challenging. We investigate whether their own likelihood of success is recoverabl…

  61. arXiv cs.AI TIER_1 English(EN) · Xuexiong Yin, Zechuan Chen, Yongsen Zheng, Yuxiang Zhang, Jingyuan Yang, Bin Wang, Yubin Wang, Keze Wang ·

    UserToolBench: A User-Profile-Hidden Benchmark for Personalized Decision Making in Tool-Use LLMs

    arXiv:2608.10042v1 Announce Type: cross Abstract: Tool-use LLMs are increasingly asked to act on users' behalf, but existing benchmarks usually focus on profile recall, style imitation, generic tool use, or response-level personalization. We introduce UserToolBench , a benchmark …

  62. arXiv cs.AI TIER_1 English(EN) · Alicia Larsen, Victoire Laurent, Aulia Kharis Rakhamsari, Lara Turgut, Nino Antulov-Fantulin ·

    V-FiLLM: Verified Financial LLM Reasoning Benchmark

    arXiv:2608.11047v1 Announce Type: new Abstract: While existing benchmarks have made substantial progress in evaluating LLMs across STEM domains, financial reasoning over structured data remains comparatively less explored. We introduce V-FiLLM, a framework that generates financia…

  63. arXiv cs.AI TIER_1 English(EN) · Haoze Liu, Run Liu, Haiying Xu, Jiahui Han, Siyuan Fang, Siyu Yan, Huiqi Deng, Guanchu Wang, Na Zou ·

    Your LLM, Your Style: Behavioral Mode Axes for LLM Behavioral Control

    arXiv:2608.10703v1 Announce Type: cross Abstract: Large language models (LLMs) increasingly act in interactive settings where their behavioral styles affect user experience, safety, and downstream decision making. Existing LLM personality studies largely rely on self-report quest…

  64. arXiv cs.AI TIER_1 English(EN) · Xiaotong Wang, Dazhen Deng ·

    DashArena: Benchmarking LLMs on Interactive Analytic Dashboard Generation

    arXiv:2608.10567v1 Announce Type: new Abstract: Analytic dashboards combine coordinated views and interactions for data exploration and decision-making. Recent models can generate them from data and natural-language goals, but evaluating their usefulness remains difficult. Dashbo…

  65. arXiv cs.LG TIER_1 English(EN) · Utshab Kumar Ghosh, Shubham Chatterjee ·

    When Do Anchor-Based Pointwise LLM Rerankers Help? Retriever Quality, Statistical Scope, and Anchor Design

    arXiv:2608.10528v1 Announce Type: cross Abstract: Anchor-based pointwise LLM reranking scores each candidate against a shared reference passage to recover cross-document context at pointwise cost. We study when this actually helps, using GCCP/PAGC as a representative method. Our …

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

    Reinforcing Step-level Reasoning for Effective Self-Correction in LLMs

    Achieving effective self-correction, where models verify and correct their own mistakes, remains a fundamental challenge for large language models (LLMs). In this work, we propose Self-Fix Step-DPO (SFS-DPO), a reinforcement learning based, two-stage framework for step-level self…

  67. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Shubham Chatterjee ·

    When Do Anchor-Based Pointwise LLM Rerankers Help? Retriever Quality, Statistical Scope, and Anchor Design

    Anchor-based pointwise LLM reranking scores each candidate against a shared reference passage to recover cross-document context at pointwise cost. We study when this actually helps, using GCCP/PAGC as a representative method. Our study is reproduction-first. We use reproduction a…

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

    When Do Anchor-Based Pointwise LLM Rerankers Help? Retriever Quality, Statistical Scope, and Anchor Design

    Anchor-based pointwise LLM reranking scores each candidate against a shared reference passage to recover cross-document context at pointwise cost. We study when this actually helps, using GCCP/PAGC as a representative method. Our study is reproduction-first. We use reproduction a…

  69. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Shubham Chatterjee ·

    When Do Anchor-Based Pointwise LLM Rerankers Help? Retriever Quality, Statistical Scope, and Anchor Design

    Anchor-based pointwise LLM reranking scores each candidate against a shared reference passage to recover cross-document context at pointwise cost. We study when this actually helps, using GCCP/PAGC as a representative method. Our study is reproduction-first. We use reproduction a…

  70. arXiv cs.LG TIER_1 English(EN) · Calvin Higgins, Marco Alvarez ·

    LLM-Based Embeddings for Program Analysis and Optimization

    arXiv:2608.07894v1 Announce Type: new Abstract: Recent advances have highlighted the potential of machine learning, particularly Large Language Models (LLMs), for analyzing and optimizing programs. We present the first application of program embeddings from LLMCompiler---an LLM m…

  71. arXiv cs.CL TIER_1 English(EN) · Chenyang Li, Zejia Feng, Yuqin Huang, Yuxiao Ye, Huiyuan Xie ·

    LexKairos: Benchmarking Legal Temporal Capabilities in LLMs

    arXiv:2608.09106v1 Announce Type: new Abstract: Large language models (LLMs) have demonstrated strong performance across a wide range of legal tasks. In legal practice, time is a critical concept that governs the validity of statutes, the progression of legal cases, and the enfor…

  72. arXiv cs.CL TIER_1 English(EN) · Debopriyo Banerjee, Kapil Rajesh Kavitha, Angana Borah, Xudong Han, Yuxia Wang, Parameswari Krishnamurthy, Utkarsh Agarwal, Atharva Kulkarni, Swaran Lata, Ayush Munot, Dhruv Sahnan, Aaryamonvikram Singh, Preslav Nakov, Monojit Choudhury ·

    SurakshaEval: An Indic Safety Benchmark for Multilingual LLMs

    arXiv:2608.07862v1 Announce Type: new Abstract: Existing safety evaluation datasets for large language models (LLMs) predominantly focus on English and Western contexts, often overlooking the linguistic diversity and culturally grounded safety risks present in other languages. To…

  73. arXiv cs.AI TIER_1 English(EN) · Jingjie Ning, Xueqi Li, Chengyu Yu ·

    Revision or Re-Solving? Decomposing Second-Pass Gains in Multi-LLM Pipelines

    arXiv:2604.01029v2 Announce Type: replace-cross Abstract: Multi-LLM revision pipelines, in which a second model reviews and improves a draft produced by a first, are widely assumed to derive their gains from genuine error correction. We question this assumption with a controlled …

  74. arXiv cs.AI TIER_1 English(EN) · Delip Rao, Chris Callison-Burch ·

    Autorubric: A Unifying Framework for Rubric-Based LLM Evaluation on Non-Verifiable Tasks

    arXiv:2603.00077v3 Announce Type: replace-cross Abstract: Rubric-based LLM judges have become indispensable for evaluating and optimizing systems on non-verifiable tasks, where success cannot be reduced to exact programmatic checks. Yet the underlying judges remain vulnerable to …

  75. arXiv cs.AI TIER_1 English(EN) · Adrian Marius Dumitran, Theodor-Pierre Moroianu, Mihnea-Vicentiu Buca ·

    MateInfoUB: A Real-World Benchmark for Testing LLMs in Competitive, Multilingual, and Multimodal Educational Tasks

    arXiv:2507.03162v2 Announce Type: replace-cross Abstract: The rapid advancement of Large Language Models (LLMs) has transformed various domains, particularly computer science (CS) education. These models exhibit remarkable capabilities in code-related tasks and problem-solving, r…

  76. arXiv cs.AI TIER_1 English(EN) · Yupeng Cao, Haohang Li, Weijin Liu, Wenbo Cao, Anke Xu, Lingfei Qian, Xueqing Peng, Minxue Tang, Zhiyuan Yao, Jimin Huang, K. P. Subbalakshmi, Zining Zhu, Jordan W. Suchow, Yangyang Yu ·

    FinTrace: Holistic Trajectory-Level Evaluation of LLM Tool Calling for Long-Horizon Financial Tasks

    arXiv:2604.10015v3 Announce Type: replace Abstract: Recent studies demonstrate that tool-calling capability enables large language models (LLMs) to interact with external environments for long-horizon financial tasks. While existing benchmarks have begun evaluating financial tool…

  77. arXiv cs.AI TIER_1 English(EN) · Minhan Cho, Soyoung Park, Kihyeon Jeong, Byeongkyu Jeon, Daejin Choi, Jinyoung Han ·

    LLM within MCP Matters: Measuring Inefficient Resource Utilization Driven by LLMs

    arXiv:2608.08467v1 Announce Type: new Abstract: The Model Context Protocol (MCP) standardizes how servers expose data and tools to Large Language Models (LLMs). A common server design embeds frequently used reference data, such as identifier lookup tables, directly in the server …

  78. arXiv cs.AI TIER_1 English(EN) · Sin-Ying Lin ·

    Your Prompt Is Not the Only Prompt: How Much Do LLMs Weight Structured-Output Schema Descriptions?

    arXiv:2608.08254v1 Announce Type: new Abstract: Structured output, where an LLM populates a predefined JSON schema, has become a default mechanism for data labeling and information extraction, but it also introduces a second instruction channel through schema descriptions. We tes…

  79. arXiv cs.AI TIER_1 English(EN) · Ananya Sahu, Mohit Bansal, Elias Stengel-Eskin ·

    CreativeInstruct: Scalably Teaching LLMs to Balance Quality, Creativity, and Diversity

    arXiv:2608.07460v1 Announce Type: cross Abstract: While post-training improves the capabilities of large language models (LLMs), it generally lowers their output diversity and creativity, negatively impacting tasks that explicitly require creativity (e.g., story generation) as we…

  80. arXiv cs.AI TIER_1 English(EN) · Rodrigo Ferreira Rodrigues, Karim Radouane, Jose G Moreno, Lynda Tamine ·

    GeoBenchLLM: A Comprehensive Benchmark for Evaluating LLMs on Geo-Related Tasks

    arXiv:2608.07411v1 Announce Type: new Abstract: In the context of geodata, existing Large Language Models have often been studied in a homogeneous setting, which has considerably limited insights into their generalization capabilities. In this paper, we present \benchName, a comp…

  81. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Jinyoung Han ·

    LLM within MCP Matters: Measuring Inefficient Resource Utilization Driven by LLMs

    The Model Context Protocol (MCP) standardizes how servers expose data and tools to Large Language Models (LLMs). A common server design embeds frequently used reference data, such as identifier lookup tables, directly in the server instructions: the system-prompt text a server ha…

  82. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Lynda Tamine ·

    GeoBenchLLM: A Comprehensive Benchmark for Evaluating LLMs on Geo-Related Tasks

    In the context of geodata, existing Large Language Models have often been studied in a homogeneous setting, which has considerably limited insights into their generalization capabilities. In this paper, we present \benchName, a comprehensive benchmark for probing LLMs on geo-rela…

  83. arXiv cs.AI TIER_1 English(EN) · Varun Ursekar, Apaar Shanker, Yash Maurya, Shehab Yasser, Vijay S. Kalmath, Veronica Chatrath, Yuan Xue ·

    HarnessOpt-Bench: Evaluating LLMs at Harness Optimization

    arXiv:2608.06301v1 Announce Type: new Abstract: As LLMs are increasingly deployed within agentic systems, their capabilities depend not only on the model weights but also on the harness: the prompts, tools, control flow, memory, and orchestration code surrounding them. This makes…

  84. arXiv cs.LG TIER_1 English(EN) · Ahmed Ryan, Md Erfan, Akond Ashfaque Ur Rahman, Md Rayhanur Rahman ·

    Can Open-Weight LLMs Produce Kernel-Verified Coq Proofs? A Pilot Study

    arXiv:2608.05420v1 Announce Type: cross Abstract: Large language models (LLMs) can generate text that resembles a mathematical proof, but resemblance does not establish correctness. A formal proof checker verifies whether each proof step follows established logical rules. Coq bas…

  85. arXiv cs.LG TIER_1 English(EN) · Louis Mandel, Guillaume Baudart, Mandana Vaziri, Martin Hirzel ·

    PPDL: LLM-Based Flows as Probabilistic Programs

    arXiv:2608.05234v1 Announce Type: new Abstract: Building reliable applications that leverage large language models (LLMs) remains a significant challenge. While LLMs offer impressive capabilities across diverse tasks, their outputs often lack accuracy and provide no clear measure…

  86. arXiv cs.CL TIER_1 English(EN) · Lukas Twist, Twm Stone, Helen Yannakoudakis, Jie M. Zhang ·

    LangChoiceBench: Measuring and Explaining Programming-Language Choice in LLMs

    arXiv:2608.06041v1 Announce Type: cross Abstract: Large language models (LLMs) have been shown to exhibit strong Python preferences when generating project-level code, but there is currently no systematic way to measure this behaviour across new models. To bridge this gap, we int…

  87. arXiv cs.CL TIER_1 English(EN) · Tao Wang, Qihao Yang, Rongjiao Liang, Lianghong Lin, Haitao Wang, Xinyu Cao, Tianyong Hao ·

    Benchmarking and Enhancing LLMs for Rule-Intensive Review of National Standard Documents

    arXiv:2608.06312v1 Announce Type: new Abstract: Large language models (LLMs) increasingly support complex professional tasks, yet their capabilities in rule-intensive document review remain insufficiently evaluated. National standard documents, such as China GB/T standards, offer…

  88. arXiv cs.CL TIER_1 English(EN) · Ayushi Agarwal ·

    PoolBench: A Benchmark for Pooling Strategies in Concept Representation Evaluation for Decoder-Only LLMs

    arXiv:2608.05162v1 Announce Type: new Abstract: Pooling is a consequential but under-examined design choice in decoder-only concept representation work: practitioners must collapse token-level hidden states into a passage-level vector, yet no shared protocol exists for comparing …

  89. arXiv cs.AI TIER_1 Deutsch(DE) · Jewon Yeom, Jaewon Sok, Seonghyeon Park, Jeongjae Park, Hwiyeong Lee, Taesup Kim ·

    Answer First, Reason Later: Commitment Order in Diffusion LLMs

    arXiv:2608.05687v1 Announce Type: cross Abstract: Masked diffusion language models (dLLMs) can commit tokens in any order -- a freedom marketed as their core advantage over autoregressive decoding. We show that on reasoning tasks this freedom is instead the axis of failure. Loggi…

  90. arXiv cs.AI TIER_1 English(EN) · Itamar Pres, Belinda Z. Li, Laura Ruis, Zifan Carl Guo, Keya Hu, Mehul Damani, Isha Puri, Ekdeep Singh Lubana, Jacob Andreas ·

    Position: It's Time to Optimize LLMs for Self-Consistency

    arXiv:2608.05188v1 Announce Type: cross Abstract: Despite ever-increasing sophistication in language model (LM) pre- and post-training pipelines, many important failures persist: models overcondition on user framing ("sycophancy"), exhibit incomplete logical generalization, and p…

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

    Benchmarking and Enhancing LLMs for Rule-Intensive Review of National Standard Documents

    Large language models (LLMs) increasingly support complex professional tasks, yet their capabilities in rule-intensive document review remain insufficiently evaluated. National standard documents, such as China GB/T standards, offer a representative testbed: they are lengthy, hig…

  92. arXiv cs.CL TIER_1 English(EN) · Alicia Guerra, Yibo Hu ·

    The Evaluator Is Part of the Experiment: Measuring Open-Ended LLM Conformity

    arXiv:2608.04463v1 Announce Type: new Abstract: Prior work on LLM conformity largely measures discrete answer flips under verifiable labels. Open-ended revisions require a different measurement strategy because answer quality is graded, latent, and judged imperfectly. We introduc…

  93. arXiv cs.LG TIER_1 English(EN) · Usha Shrestha, Dmitry Ignatov, Radu Timofte ·

    From Brute Force to Semantic Insight: Performance-Guided Data Transformation Design with LLMs

    arXiv:2601.03808v2 Announce Type: replace-cross Abstract: Large language models (LLMs) have achieved notable performance in code synthesis; however, data-aware augmentation remains a limiting factor, handled via heuristic design or brute-force approaches. We introduce a performan…

  94. arXiv cs.CL TIER_1 English(EN) · Song Zichen ·

    Relational Response Fields: A General Theory of Black-Box LLM Response Consistency and Recovery

    arXiv:2608.04552v1 Announce Type: new Abstract: Black-box language-model reliability is commonly pursued by sampling, prompting, voting, verifying, or iteratively revising individual answers. We ask a prior question: \emph{what determines whether a collection of black-box respons…

  95. arXiv cs.AI TIER_1 English(EN) · Shahed Masoudian, Passant Shafaei, Monorama Swain, Markus Schedl ·

    What We Observe as LLM Behavior Can Be a Side-effect of Inference Backend

    arXiv:2608.04714v1 Announce Type: cross Abstract: Benchmark scores are reported as properties of a model, yet the inference framework used to produce them, such as HuggingFace, vLLM, or Ollama, are considered non-influential and their names and versions are almost never disclosed…

  96. arXiv cs.AI TIER_1 English(EN) · Enrico Mensa, Lorenzo Zane, Calogero Jerik Scozzaro, Matteo Delsanto, Tommaso Milani, Daniele Paolo Radicioni ·

    Easy to Complete, Hard to Choose: Investigating LLM Performance on the ProverbIT Benchmark

    arXiv:2608.04670v1 Announce Type: cross Abstract: Large Language Models (LLMs) have transformed computational linguistics and achieved remarkable performance across numerous natural language processing tasks, yet significant gaps persist in understanding how these systems process…

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

    HarnessOpt-Bench: Evaluating LLMs at Harness Optimization

    As LLMs are increasingly deployed within agentic systems, their capabilities depend not only on the model weights but also on the harness: the prompts, tools, control flow, memory, and orchestration code surrounding them. This makes automated harness optimization -- the iterative…

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

    SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs

    Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage t…

  99. arXiv cs.AI TIER_1 English(EN) · Farhan Ahmed, Yuya Jeremy Ong, Chad DeLuca ·

    LogitScope: A Framework for Analyzing LLM Uncertainty Through Information Metrics

    arXiv:2603.24929v2 Announce Type: replace Abstract: Understanding and quantifying uncertainty in large language model (LLM) outputs is critical for reliable deployment. However, traditional evaluation approaches provide limited insight into model confidence at individual token po…

  100. arXiv cs.AI TIER_1 English(EN) · Mobina Kashaniyan, Ali Jannesari ·

    Interpretable Adaptive Sampling for LLM Test-Time Scaling

    arXiv:2608.03961v1 Announce Type: new Abstract: Test-time scaling improves LLM reasoning by generating and aggregating multiple candidate answers, yet many pipelines use fixed per-query budgets that spend the same compute on easy and difficult prompts. These fixed budgets are als…

  101. arXiv cs.AI TIER_1 English(EN) · Zhinan Liu, Jie Li, Mingyu Kang, Jiayi Ji ·

    LatentGuard: Efficient and Inspectable Latent Reasoning for LLM Safeguards

    arXiv:2608.03838v1 Announce Type: new Abstract: Reasoning-based guard models improve LLM safeguards, but decoding explicit rationales for every interaction makes them costly to deploy. Although latent-reasoning methods reduce token generation by moving reasoning into continuous s…

  102. arXiv cs.AI TIER_1 English(EN) · Zejun Liu, Jian Wu, Ru Peng, Yuliang Ji, Dongyuan Li, Renhe Jiang, Yue Zhang ·

    Can LLM design high-quality experiments? A Comprehensive and Systematic Benchmark on Autonomous Experimental Design

    arXiv:2608.03501v1 Announce Type: new Abstract: AI for Research (AI4Research) leverages AI to automate and improve scientific workflows. While experimental design is a critical stage of the research process, prior work has focused primarily on code implementation and execution, o…

  103. arXiv cs.AI TIER_1 English(EN) · Yanchao Li, Wanhao Liu, Jiaqing Xie, Ben Gao, Yanbo Wang, Tianfan Fu, Yuqiang Li ·

    Reachability Is Not Realization: Tracing the Sources of LLM Benchmark Gains

    arXiv:2608.03219v1 Announce Type: new Abstract: Benchmark gains are often treated as evidence of greater LLM capability. Yet the same gain can reflect different changes in model behavior. A model may reach new answers, or produce answers that were already within reach. Aggregate …

  104. arXiv cs.AI TIER_1 English(EN) · Guoyao Yu, Xiaoqing Sun, Ziqi Huang, Shaojing Fan, Zhongyi Zhang, Xiaomeng Hu, Xiaobo Xue, Yangyang Shi, Xiong Xiao, Yang Song, Biao Lyu, Rong Wen, Xing Li, Qinming He, Shunming Zhu, Zhenguang Liu ·

    Getting the Parameters Right: A Difficulty-Graded Benchmark and Probe-Guided Training for LLM Tool Calls

    arXiv:2608.03071v1 Announce Type: new Abstract: Large language model agents derive much of their capability from tool use. Existing research on tool use has largely focused on selecting the right tool and orchestrating the order of calls. However, correctly filling the parameters…

  105. arXiv cs.LG TIER_1 English(EN) · Alberto Acedo ·

    Omega-S: A Functional Resilience Index for LLM Fine-Tuning

    arXiv:2608.03887v1 Announce Type: new Abstract: Fine-tuning a large language model on new data degrades what it previously learned. We present Omega-S, a drop-in penalty computed from the weight matrix alone: it needs no previous-task data, no Fisher matrix and no stored copy of …

  106. arXiv cs.LG TIER_1 English(EN) · Anton Rasmussen, Hong Qin ·

    Quantization Effects on Biomedical LLM Reliability

    arXiv:2608.03854v1 Announce Type: new Abstract: When decoder language models are used as classifiers, predicted class probabilities depend on implementation choices, including the prompt template, verbalizer (label-to-token mapping), and scoring rule, that are rarely treated as e…

  107. arXiv cs.LG TIER_1 English(EN) · Ameen Patel, Max Zhang, Nathan Hu ·

    LLMs Can Annotate Attribution Graphs

    arXiv:2608.02632v1 Announce Type: new Abstract: Circuit tracing is an exciting technique for revealing the internal computation of language models, but it requires a time-intensive manual step of grouping individual features or MLP neurons into supernodes. We present a simple pip…

  108. arXiv cs.CL TIER_1 English(EN) · Yang Yang, Qinyu Zhao, Mouxiang Chen, Xiaohui Li, Lixin Gu, Wenhai Wang, Hongjie Zhang, Wenwei Zhang ·

    ParVL: Parallel Scaling and Expandable Compute Allocation for Multimodal LLMs

    arXiv:2608.04010v1 Announce Type: cross Abstract: Existing scaling strategies for Multimodal Large Language Models (MLLMs) typically expand either model parameters or sequential inference computation, incurring substantial memory or latency overhead. More importantly, most existi…

  109. arXiv cs.CL TIER_1 English(EN) · Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao ·

    SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs

    arXiv:2608.03573v1 Announce Type: new Abstract: Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffer…

  110. arXiv cs.CL TIER_1 English(EN) · Guilin Li, Jiaxing Zhang, Matthias Hwai Yong Tan, Bo Wang, Weiran Huang ·

    SeqLLM: Augmenting LLMs with Behavioral-Sequence Modeling for High-Stakes Decisions at WeChat Pay

    arXiv:2608.03063v1 Announce Type: new Abstract: Merchant risk control at large payment platforms screens tens of millions of merchants daily, where false positives harm legitimate merchants and false negatives leave harmful activity undetected. The hardest cases require jointly u…

  111. arXiv cs.CL TIER_1 English(EN) · Xiao Fei, Yang Zhang, Sarah Almeida Carneiro, Michalis Vazirgiannis ·

    Every Wrong Answer Counts: Option-Level Psychometrics for LLM Multiple-Choice Benchmarks

    arXiv:2608.02966v1 Announce Type: new Abstract: Most multiple-choice question (MCQ) benchmarks evaluate Large Language Models (LLMs) only by whether they select the correct answers. This binary scoring treats all incorrect responses alike, even though an LLM's preferences among i…

  112. arXiv cs.CL TIER_1 English(EN) · Yutaro Yamada, Kei Hiroshima, Nozomu Yoshinari, Kento Uchida, Shinichi Shirakawa ·

    BBOWP-Bench: Evaluating LLMs on Black-Box Optimization Word Problems

    arXiv:2608.02612v1 Announce Type: new Abstract: Formulating an optimization problem strongly affects the quality of the final solution, yet good formulations usually require substantial expertise. Recent studies have therefore examined how to automatically derive optimization pro…

  113. arXiv cs.AI TIER_1 English(EN) · Bakbergen Ryskulov, Iker Garc\'ia-Ferrero, David Montero, David Jansen, Ali Hashemi, Jezabel R. Garcia, Antonio Tiene, Rom\'an Or\'us ·

    Efficient Knowledge Distillation for LLMs: Offline Top-K Logits and a Fused Chunked KL Loss

    arXiv:2608.03796v1 Announce Type: cross Abstract: Small language models are often the only option for deployment under tight latency, cost, and on-premises constraints, but they are rarely trained from scratch: a compressed model is usually recovered through knowledge distillatio…

  114. arXiv cs.AI TIER_1 English(EN) · Shunfan Zheng, Dongsheng Shi, Yue Li, Xin Yi, Linlin Wang, Gerard de Melo ·

    Evaluating LLMs in Database Scenarios: A Lifecycle Benchmark for Assessing Their Potential in Core Database Tasks

    arXiv:2608.03794v1 Announce Type: cross Abstract: Large Language Models (LLMs) are transforming database interaction paradigms, evolving from simple query translators to autonomous database administrators (DBAs). However, current evaluation benchmarks remain disproportionately fi…

  115. arXiv cs.AI TIER_1 English(EN) · Forough Majidi, Mohammad Mehdi Morovati, Foutse Khomh, Heng Li ·

    LLM Serving in the Wild: An Empirical Study of Frameworks, Methods, and System Designs

    arXiv:2608.03036v1 Announce Type: cross Abstract: Large Language Models (LLMs) are integrated into software systems and AI services, making efficient LLM serving a concern for software engineering. Serving LLMs is challenging because inference requires computation, memory, GPU re…

  116. arXiv cs.AI TIER_1 English(EN) · Yongwan Jo, Jinyoung Park, Euihyun Lee, Dokyung Song ·

    SparSEEty: Extracting Tokens from Sparsity-Exploiting LLM Serving Systems via Deterministic Side Channels

    arXiv:2608.02995v1 Announce Type: cross Abstract: Modern large language models (LLMs) exhibit activation sparsity, wherein only a subset of their neurons is activated for given input tokens. Researchers have leveraged this property to optimize LLM serving systems by omitting weig…

  117. arXiv cs.AI TIER_1 English(EN) · Soumadeep Saha, Krish Sharma, Akshay Chaturvedi, Nicholas Asher ·

    BODHI: Do LLMs Branch Out and Discover Heterogeneous Inferences?

    arXiv:2608.02867v1 Announce Type: cross Abstract: Although reinforcement learning with verifiable rewards (RLVR) has improved the performance of large language models (LLMs) across a variety of reasoning tasks, there is significant debate as to whether RLVR expands the reasoning …

  118. Simon Willison TIER_1 English(EN) ·

    New release of LLM adds support for reasoning traces, OpenAI Responses, server-side tools, and smarter logging

    <p>I released <a href="https://llm.datasette.io/en/stable/changelog.html#v0-32">LLM 0.32</a> this morning, the most significant new version of LLM since the initial launch of the project. The new version includes support for visible reasoning traces, server-side provider tools, r…

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

    ParVL: Parallel Scaling and Expandable Compute Allocation for Multimodal LLMs

    Existing scaling strategies for Multimodal Large Language Models (MLLMs) typically expand either model parameters or sequential inference computation, incurring substantial memory or latency overhead. More importantly, most existing methods fail to alter the rigid, fixed computat…

  120. arXiv cs.NE (Neural & Evolutionary) TIER_1 English(EN) · Alberto Acedo ·

    Omega-S: A Functional Resilience Index for LLM Fine-Tuning

    Fine-tuning a large language model on new data degrades what it previously learned. We present Omega-S, a drop-in penalty computed from the weight matrix alone: it needs no previous-task data, no Fisher matrix and no stored copy of the old weights. It is three lines in an existin…

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

    Can LLM design high-quality experiments? A Comprehensive and Systematic Benchmark on Autonomous Experimental Design

    AI for Research (AI4Research) leverages AI to automate and improve scientific workflows. While experimental design is a critical stage of the research process, prior work has focused primarily on code implementation and execution, overlooking the importance of this stage, and no …

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

    Reachability Is Not Realization: Tracing the Sources of LLM Benchmark Gains

    Benchmark gains are often treated as evidence of greater LLM capability. Yet the same gain can reflect different changes in model behavior. A model may reach new answers, or produce answers that were already within reach. Aggregate scores do not distinguish these changes question…

  123. arXiv cs.CL TIER_1 English(EN) · Philipp Davydov, Ameya Prabhu, Matthias Bethge, Elisa Nguyen, Seong Joon Oh ·

    LLM generation novelty through the lens of semantic similarity

    arXiv:2510.27313v3 Announce Type: replace-cross Abstract: Generation novelty is a key indicator of an LLM's ability to generalize, yet measuring it against full pretraining corpora is computationally challenging. Existing evaluations often rely on lexical overlap, failing to dete…

  124. arXiv cs.CL TIER_1 English(EN) · Yutong Ke, Ming Yin, Chongwen Zhao, Kaizhu Huang ·

    A Few Neurons Reveal When LLMs Misuse Tools: Sparse Detection and Selective Steering for Reliable Tool Use

    arXiv:2608.00218v1 Announce Type: new Abstract: Agentic LLMs exhibit three consequential tool-use failures: invalid arguments (validity), unnecessary calls (over-calling), and omitted calls when tools are needed (missing). We find that a small, failure-specific set of MLP neurons…

  125. arXiv cs.CL TIER_1 English(EN) · Divyansh Singh, Reza Davari, Afra Mashhadi ·

    RADAR: Rubric-Aware Dependency and Redundancy Analysis for LLM-as-Judge Evaluation

    arXiv:2608.01810v1 Announce Type: new Abstract: Rubric-based LLM-as-judge pipelines often assume that evaluation criteria provide independent signals. In practice, however, criteria can be behaviorally coupled: improving one criterion may systematically change scores on another, …

  126. arXiv cs.CL TIER_1 English(EN) · Nan Chen, Zhouhao Yang, Soufiane Hayou ·

    Training-Free versus Training-Based Intent Classification in LLMs: Accuracy, Robustness, and Failure Modes

    arXiv:2608.02415v1 Announce Type: new Abstract: Intent classification in Large Language Models (LLMs) involves categorizing user prompts into predefined classes. For instance, given a user prompt, the system must determine whether it primarily concerns mathematics, coding, or gen…

  127. arXiv cs.CL TIER_1 English(EN) · Zhichen Liu, Ruihan Sun, Hengjie Yang, Zipeng Wu, Zhaohan Chen, Xiaofan Zhang, Yang Xu ·

    LiveMem: Maintaining Memory State Continuity in Long-Running LLM Inference

    arXiv:2608.02515v1 Announce Type: new Abstract: Long-running assistants and agents consume interaction streams that eventually outgrow the context. Existing context retention, summarization, and retrieval preserve access to selected history, but do not provide a persistent state …

  128. arXiv cs.CL TIER_1 English(EN) · Shrenil Shaun Sharma, Avi Sharma ·

    SCHEDBench: A Benchmark for Evaluating LLM Constraint Faithfulness in Natural-Language Combinatorial Scheduling

    arXiv:2608.00991v1 Announce Type: cross Abstract: This paper introduces SCHEDBench, a natural-language benchmark for evaluating combinatorial scheduling constraint faithfulness under surface-form variation. Grounded in canonical scheduling instances and solver-derived feasibility…

  129. arXiv cs.CL TIER_1 English(EN) · Ortal Ashkenazi, Vitalii Kloz, Mykhailo Ulianchenko ·

    Don't Offer What Can't Be Done: Deterministic Executability Gating for LLM Skill Selection at Scale

    arXiv:2608.01050v1 Announce Type: cross Abstract: Production LLM agents that select from large skill libraries face a limitation that semantic relevance alone cannot resolve: a skill may match a user's topic yet be impossible to execute in the current account state. We present a …

  130. arXiv cs.CL TIER_1 English(EN) · Ruilin Xu, Junyi Li, Pengfei Chen, Zongxuan Xie ·

    TELLER: Non-intrusive Cross-Layer Root-Cause Analysis for LLM Inference

    arXiv:2608.01975v1 Announce Type: cross Abstract: Large language model (LLM) inference has evolved from an offline workload into a continuously operated software service, yet root-cause analysis remains difficult because a single request spans the inference engine, Python/C++ bac…

  131. arXiv cs.CL TIER_1 English(EN) · Abhilekh Borah, Shubhra Ghosh, Kedar Joshi, Aditya Kumar Guru, Kripabandhu Ghosh ·

    Don't Judge a Book by its Cover: Testing LLMs' Robustness Under Logical Obfuscation

    arXiv:2602.01132v2 Announce Type: replace Abstract: Tasks such as solving arithmetic equations, evaluating truth tables, and completing syllogisms are handled well by large language models (LLMs) in their standard form, but they often fail when the same problems are posed in logi…

  132. arXiv cs.CL TIER_1 English(EN) · Xiangming Gu, Soham De, Michalis Titsias, Larisa Markeeva, Petar Veli\v{c}kovi\'c, Razvan Pascanu ·

    The Illusion of Stochasticity in LLMs

    arXiv:2604.06543v2 Announce Type: replace Abstract: In this work, we demonstrate that reliable stochastic sampling is a fundamental yet unfulfilled requirement for Large Language Models (LLMs) operating as agents. Agentic systems are frequently required to sample from distributio…

  133. arXiv cs.LG TIER_1 English(EN) · Zhichao Xu, Xueguang Ma, Shengyao Zhuang, Luyu Gao, Wenqian Ye, Yu Wang, Jamie Callan, Jimmy Lin ·

    Tevatron Meets Megatron: Expert-Parallel LLM Reranker Training on an Academic Budget

    arXiv:2608.00916v1 Announce Type: cross Abstract: Modern reranking recipes---billion-scale cross-encoders, mixture-of-experts (MoE) backbones, and distillation against strong teachers---have outpaced the training infrastructure available to most academic groups. Existing Tevatron…

  134. arXiv cs.LG TIER_1 English(EN) · Ngoc Hung Nguyen, Bjorn Landfeldt ·

    Learning-Based Collaborative MEC for LLM Inference with Soft-Deadline Awareness via Transformer-Enhanced PPO

    arXiv:2608.02031v1 Announce Type: cross Abstract: This paper investigates collaborative mobile edge computing (MEC) servers for large language model (LLM) inference under soft deadline constraints. In this system, to improve the quality of service, computations are expected to be…

  135. arXiv cs.LG TIER_1 English(EN) · Mina Taraghi, Yann Pequignot, Amin Nikanjam, Mohamed Amine Merzouk, Foutse Khomh ·

    Efficiency vs. Alignment: Investigating Safety and Fairness Risks in Parameter-Efficient Fine-Tuning of LLMs

    arXiv:2511.00382v2 Announce Type: replace-cross Abstract: Organizations increasingly adapt Large Language Models (LLMs) from public repositories such as HuggingFace to downstream tasks. Prior work shows that even fine-tuning on benign datasets can weaken safety alignment, raising…

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

    LLM Serving in the Wild: An Empirical Study of Frameworks, Methods, and System Designs

    Large Language Models (LLMs) are integrated into software systems and AI services, making efficient LLM serving a concern for software engineering. Serving LLMs is challenging because inference requires computation, memory, GPU resources, and execution while maintaining latency a…

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

    Omega-S: A Functional Resilience Index for LLM Fine-Tuning

    Omega-S is a lightweight, data-free regularization penalty for low-rank fine-tuning that improves retention of original model capabilities by penalizing variance in weight-matrix node degrees.

  138. arXiv cs.CL TIER_1 English(EN) · Keshu Fu, Keqin Peng, Jun Bai, Shuhan Qin, Chen Li, Junzhu Liang, Yefei Chen, Jiaqi Li, Yuanxin Ouyang ·

    BLADE: Boundary-Expanded and Layer-Adaptive Dynamic Exit for Efficient LLM Reasoning

    arXiv:2607.28966v1 Announce Type: new Abstract: Large language models often improve task performance by generating long reasoning traces, but the resulting computation is frequently wasted on redundant verification and revision. Existing probe-based early-exit approaches mainly i…

  139. arXiv cs.CL TIER_1 English(EN) · Zhaoxin Feng, Jianfei Ma, Emmanuele Chersoni ·

    Know It, Act on It: Investigating Memory Utilization in LLM Personalization

    arXiv:2607.29433v1 Announce Type: new Abstract: As large language model (LLM) agents evolve into personalized companions, memory has emerged as a core capability. However, LLMs face a knowledge utilization problem: they may fail to act on relevant user preferences even when they …

  140. arXiv cs.AI TIER_1 English(EN) · Oliver Savolainen, Emanuele Bastianelli, Hosein Azarbonyad ·

    TAPR: Enhancing LLM Performance with a Task-Aware Prompt Rewriter

    arXiv:2607.28657v1 Announce Type: new Abstract: Large Language Models (LLMs) often require carefully crafted prompts to unlock their full potential, which can be a barrier for non-expert users. This work addresses the challenge by introducing a Task-Aware Prompt Rewriter (TAPR), …

  141. arXiv cs.AI TIER_1 English(EN) · Penglin Zhu, Jungang Xu ·

    ModelEquivBench: Certifying Multi-Relational Evaluation of LLM-Generated Optimization Models

    arXiv:2607.29431v1 Announce Type: new Abstract: Large language models increasingly generate optimization models from natural language, but existing evaluation often reduces a generated model and its ground truth to a single equivalent/not-equivalent verdict or an execution-succes…

  142. arXiv cs.AI TIER_1 English(EN) · Philipp D. Siedler, Jordan Sassoon ·

    Benchmarks Are Not Monolithic: Sample-Level Auditing and Orchestration for LLM Evaluation

    arXiv:2607.28801v1 Announce Type: cross Abstract: Benchmark datasets are central to evaluating Large Language Models (LLMs), yet they are typically conceived as monolithic tasks, obscuring substantial variation in the demands of individual samples. We introduce a dataset-centric …

  143. arXiv cs.AI TIER_1 English(EN) · Martin Lukk (University of Toronto) ·

    FairFund-Bench: Evaluating Distributive Bias in LLM Resource Allocation

    arXiv:2607.28934v1 Announce Type: cross Abstract: Large language models (LLMs) are increasingly involved in the distribution of scarce resources, raising concerns about biased allocations based on characteristics like race and gender. Recent LLM audits have produced inconsistent …

  144. arXiv cs.LG TIER_1 English(EN) · Jiaxuan Chen, Jianshu She, Ye Yuan, Rajat Ghosh, Karan Gupta, Qirong Ho, Xue Liu, Oana Balmau ·

    DeltaServe: Host-Agnostic Co-Serving of Inference and Fine-Tuning for LLMs

    arXiv:2607.28848v1 Announce Type: cross Abstract: LLM serving systems are provisioned for peak load to meet strict latency targets, leaving substantial GPU compute idle whenever traffic falls below peak. We present DeltaServe, a host-agnostic co-serving design that converts this …

  145. arXiv cs.LG TIER_1 English(EN) · Jiajia Tang, Sizhe Yuen, Francisco Gomez Medina, Yali Du, Adam Sobey ·

    The Parts Are Greater Than the Sum: Automated Task Sequencing for Efficient Training of Multi-Policy LLMs

    arXiv:2607.29601v1 Announce Type: new Abstract: Parameter-Efficient Fine-Tuning (PEFT) commonly adapts large language models using a single shared Low-Rank Adapter (LoRA). This shared optimization space often suffers from interference when adapting heterogeneous task sequences, l…

  146. arXiv cs.AI TIER_1 English(EN) · Mengting Chen, Yanshu Sun, Wanting Liang, Beidi Luan, Rui Sun, Dezhi Chen, Jing Li, Zuo Bai ·

    CalibratedRubric: Task-Adaptive Rubric Banks for Open-Ended LLM Evaluation

    arXiv:2607.29252v1 Announce Type: cross Abstract: Reliable evaluation of open-ended LLM outputs requires fine-grained rubrics, yet expert curation is costly and difficult to scale. Existing automated pipelines rely on strict judge unanimity and binary variance filters, which cann…

  147. arXiv cs.CL TIER_1 English(EN) · Andong Hua, Colton Bishop, Igor Mordatch, Arian Hosseini, Jindong Gu, Aleksandra Faust, Rebecca Roelofs, Yao Qin ·

    TokenSwap: Benchmarking and Reducing the Modality Gap in Multimodal LLMs

    arXiv:2607.28640v1 Announce Type: new Abstract: Multimodal large language models (MLLMs) should generate consistent responses given semantically equivalent inputs across modalities. However, we observe a systematic discrepancy in model predictions under such cross-modal variation…

  148. arXiv cs.AI TIER_1 English(EN) · Siyang Cai, Cangyuan Li, Haoyu Gao, Kun Wang, Yinhe Han, Ying Wang ·

    Wrong Code, Right Structure: Learning Netlist Representations from Imperfect LLM-Generated RTL

    arXiv:2603.09161v2 Announce Type: replace-cross Abstract: Learning effective netlist representations is fundamentally constrained by the scarcity of labeled datasets, as real designs are protected by Intellectual Property (IP) and costly to annotate. Existing work therefore focus…

  149. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Jimmy Lin ·

    Tevatron Meets Megatron: Expert-Parallel LLM Reranker Training on an Academic Budget

    Modern reranking recipes---billion-scale cross-encoders, mixture-of-experts (MoE) backbones, and distillation against strong teachers---have outpaced the training infrastructure available to most academic groups. Existing Tevatron reranker training relies on the Hugging Face Trai…

  150. arXiv cs.AI TIER_1 English(EN) · Shida Wang, Chaohu Liu, Yubo Wang, Linli Xu ·

    FPEdit: Robust LLM Fingerprinting through Localized Parameter Editing

    arXiv:2508.02092v3 Announce Type: replace-cross Abstract: Large language models represent significant investments in computation, data, and engineering expertise, making them extraordinarily valuable intellectual assets. Nevertheless, these AI assets remain vulnerable to unauthor…

  151. arXiv cs.LG TIER_1 English(EN) · Yifan Dou, Shikan Lian, Shibo Li ·

    Conformal Cascade: Distribution-Free Accuracy Guarantees for Multi-Tier LLM Inference

    arXiv:2607.25018v2 Announce Type: replace Abstract: Large language model (LLM) cascades reduce inference cost by routing easy queries to a small model and deferring hard queries to a larger one. Production cascades govern this deferral through a confidence threshold, but LLM conf…

  152. arXiv cs.LG TIER_1 English(EN) · Dikshant Kukreja, Kritarth Prasad, Avinash Anand, Zhengkui Wang, Erik Cambria, Timothy Liu, Aik Beng Ng, Simon See, Bapi Chatterjee ·

    FORGE: Fused On-Register Gradient Elimination for Memory-Efficient LLM Training

    arXiv:2606.22932v2 Announce Type: replace Abstract: Reverse-mode differentiation computes every weight gradient, writes it to memory, and only then lets the optimizer read it back. This two-phase schedule sets the memory ceiling of modern training: at the seam between the phases,…

  153. arXiv cs.LG TIER_1 English(EN) · Leandro Giusti Mugnaini, Bruno Lopes Yamamoto, Lucas Lauton de Alcantara, Victor Zacarias, Edson Bollis, Lucas Pellicer, Anna Helena Reali Costa, Artur Jordao ·

    Efficient LLMs with AMP: Attention Heads and MLP Pruning

    arXiv:2504.21174v2 Announce Type: replace Abstract: Deep learning drives a new wave in computing systems and triggers the automation of increasingly complex problems. In particular, Large Language Models (LLMs) have significantly advanced cognitive tasks, often matching or even s…

  154. arXiv cs.LG TIER_1 English(EN) · Jinliang Gao, Ning Yang, Hai Wang, Baili Xiao, Pin Lyu ·

    SDO: Structure-Aware Data Organization for Efficient LLM Post-Training

    arXiv:2607.27273v1 Announce Type: new Abstract: Post-training of large language models is expensive, and existing efficiency improvements mainly focus on selecting informative samples or designing training schedules. However, data organization itself is usually treated as a stati…

  155. arXiv cs.CL TIER_1 English(EN) · Lukas Hinterleitner, Loris Schoenegger, Benjamin Roth ·

    Select or Project? Evaluating Lower-dimensional Vectors for LLM Training Data Explanations

    arXiv:2601.16651v3 Announce Type: replace Abstract: Gradient-based methods for instance-based explanation for large language models (LLMs) are hindered by the immense dimensionality of model gradients. In practice, influence estimation is restricted to a subset of model parameter…

  156. arXiv cs.CL TIER_1 English(EN) · Haozhe Hu, Hao Wu, Peiran Yin, Chao Han, Yunpu Ma, Xiaoyu Shen ·

    WIDE: Boosting Adaptive LLM Inference via Token-level Dynamic Width Pruning

    arXiv:2607.28418v1 Announce Type: cross Abstract: Pruning is a promising approach for improving the efficiency of LLMs. Existing static structured pruning methods are hardware-friendly and can deliver practical throughput gains, but their input-agnostic computation allocation oft…

  157. arXiv cs.CL TIER_1 English(EN) · Nayera Hasan, Jack Greff, Alvin Grissom II ·

    Benchmarking LLM Competence on Logical Inference over Probability Operators

    arXiv:2607.27405v1 Announce Type: new Abstract: Both expressions of uncertainty and inferences are ubiquitous in natural language, and valid inferences over natural-language expressions of uncertainty are necessary for not only everyday conversations but also for high-stakes doma…

  158. arXiv cs.CL TIER_1 English(EN) · Ru Peng, Tianyu Zhao, Xijun Gu, Zhiting Fan, Haokai Xu, Jinyang Zhang, Yawen Zeng, Yihong Zhuang, Kexin Yang, Junyang Lin, Dayiheng Liu, Junbo Zhao ·

    HSS-Synth: Humanities and Social Sciences Data Synthesis for LLMs

    arXiv:2607.27379v1 Announce Type: new Abstract: High-quality, diverse data are vital for large language models (LLMs) but remain scarce and costly. Data synthesis is a viable alternative and succeeds on closed tasks, yet the humanities and social sciences (HSS) are overlooked, an…

  159. arXiv cs.CL TIER_1 English(EN) · Hongli Yu, Tinghong Chen, Jiangtao Feng, Jiangjie Chen, Weinan Dai, Qiying Yu, Ya-Qin Zhang, Wei-Ying Ma, Jingjing Liu, Mingxuan Wang, Hao Zhou ·

    MemAgent: Reshaping Long-Context LLM with Multi-Conv RL-based Memory Agent

    arXiv:2507.02259v2 Announce Type: replace Abstract: Despite improvements by length extrapolation, efficient attention and memory modules, handling infinitely long documents with linear complexity without performance degradation during extrapolation remains the ultimate challenge …

  160. arXiv cs.CL TIER_1 English(EN) · Ekaterina Trofimova, Zosia Shamina, Maria Selifanova, Artem Zaitsev, Remi Savchuk, Maxim Minets, Daria Ozerova, Emil Sataev, Denis Zuenko, Andrey E. Ustyuzhanin ·

    ML2B: Benchmarking LLMs on Cross-Lingual ML Pipeline Generation

    arXiv:2509.22768v3 Announce Type: replace Abstract: We introduce ML2B, the first benchmark for evaluating cross-lingual task comprehension in end-to-end ML pipeline generation by large language models. Despite growing global AI adoption, no systematic evaluation exists for ML pip…

  161. arXiv cs.LG TIER_1 English(EN) · Shuhang Wang, Ziming Li, Hui Cheng ·

    DHRCL:Training Code LLMs with Dense Hierarchical Rewards and Curriculum Learning

    arXiv:2607.26457v1 Announce Type: new Abstract: Reinforcement learning is a natural post-training paradigm for code-oriented large language models because generated programs can be evaluated through parsing, execution, unit tests, and structural analysis.However, existing methods…

  162. arXiv cs.LG TIER_1 English(EN) · Yansen Zhang, Yilu Liu, Tianyu Liu, Jiamin Chen, Xiaokun Zhang, Kai Xie, Xue Liu, Chen Ma, Yiyan Qi ·

    Budget-Aware LLM Discovery via Cost-Calibrated Frontier Utility

    arXiv:2607.26828v1 Announce Type: new Abstract: Large language models increasingly support scientific and algorithmic discovery through inference-time search over evaluated candidates. Existing adaptive discovery controllers assign credit based only on score progress, even though…

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

    Budget-Aware LLM Discovery via Cost-Calibrated Frontier Utility

    Large language models increasingly support scientific and algorithmic discovery through inference-time search over evaluated candidates. Existing adaptive discovery controllers assign credit based only on score progress, even though prompt length, retries, and guidance calls caus…

  164. arXiv cs.AI TIER_1 English(EN) · Xingyu Chen, Rui Wang, Zhaopeng Tu, Liefeng Bo ·

    LivingArena: Do LLMs Know What Other LLMs Don't? Peer-Probing as Scalable Evaluation

    arXiv:2607.24780v1 Announce Type: new Abstract: Evaluating frontier LLMs is challenging: static benchmarks suffer from contamination and saturation -- leaving users unable to distinguish top models and developers blind to specific failure modes -- while human preference is subjec…

  165. arXiv cs.AI TIER_1 English(EN) · Yi Fang, Wenjie Wang, Mingfeng Xue, Boyi Deng, Fengli Xu, Dayiheng Liu, Fuli Feng ·

    Controllable LLM Reasoning via Sparse Autoencoder-Based Steering

    arXiv:2601.03595v2 Announce Type: replace Abstract: Large Reasoning Models (LRMs) exhibit human-like cognitive reasoning strategies (\eg backtracking, cross-verification) during the reasoning process, which improves their performance on complex tasks. Currently, reasoning strateg…

  166. arXiv cs.AI TIER_1 English(EN) · Wanxu Cai, Zhengyu Chen, Huaisheng Zhu, Wei Wang, Jingang Wang, Qiang Xu ·

    Distilling Temporal Search and Reasoning: Evolving LLMs for Future Prediction via Harness-Assisted Efficient Data Synthesis

    arXiv:2607.25554v1 Announce Type: new Abstract: Future event prediction carries broad social impact yet remains challenging. SOTA approaches augment LLMs with external agent frameworks whose predictive capability vanishes once the harness is removed. While recent Tool-Integrated …

  167. arXiv cs.AI TIER_1 English(EN) · Chandan Kumar Sah, Xiaoli Lian, Li Zhang ·

    Beyond Self-Knowledge: Propagating Uncertainty Across Reasoning and Retrieval in LLMs

    arXiv:2607.25600v1 Announce Type: cross Abstract: Retrieval-augmented generation improves knowledge-intensive question answering, but indiscriminate retrieval can introduce irrelevant evidence and unnecessary computation. We investigate whether verbalized confidence from black-bo…

  168. arXiv cs.AI TIER_1 English(EN) · Keyu Zhang, Vadim Safronov, Andrew Martin ·

    Stemma: Induced Decision Regions Reveal LLM Provenance

    arXiv:2607.25880v1 Announce Type: cross Abstract: LLM provenance testing asks whether a suspect LLM belongs to the same lineage as a source. Existing black-box methods largely infer this relationship from response-level characteristics, but these characteristics may shift under a…

  169. arXiv cs.AI TIER_1 English(EN) · Nathan Truong, Aryan Panda, Rayming Ye, Zoe Sun, Maheep Chaudhary ·

    LLM Scheming Inversely Scales with Pretraining Language Coverage

    arXiv:2607.24769v1 Announce Type: new Abstract: With the growing capabilities of frontier models, AI alignment becomes increasingly critical in high-risk deployment settings. While recent work has empirically demonstrated in-context scheming -- the covert pursuit of misaligned ob…

  170. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Li Zhang ·

    Beyond Self-Knowledge: Propagating Uncertainty Across Reasoning and Retrieval in LLMs

    Retrieval-augmented generation improves knowledge-intensive question answering, but indiscriminate retrieval can introduce irrelevant evidence and unnecessary computation. We investigate whether verbalized confidence from black-box language models can serve as an actionable signa…

  171. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Xiaoli Lian ·

    Beyond Self-Knowledge: Propagating Uncertainty Across Reasoning and Retrieval in LLMs

    Retrieval-augmented generation improves knowledge-intensive question answering, but indiscriminate retrieval can introduce irrelevant evidence and unnecessary computation. We investigate whether verbalized confidence from black-box language models can serve as an actionable signa…

  172. arXiv cs.AI TIER_1 English(EN) · Tianqiao Zhao, Meng Yue, Jianhui Wang ·

    Task-Conditional Faithfulness Auditing of Multimodal LLMs for Grid Diagnosis

    arXiv:2607.24539v1 Announce Type: new Abstract: Multimodal large language models (LLMs) can combine topology, measurements, and incident text for grid diagnosis, yet answer accuracy does not establish that task-appropriate evidence was used. This letter proposes a general framewo…

  173. arXiv cs.AI TIER_1 English(EN) · Yijia Dai, Zhaolin Gao, Yahya Sattar, Jennifer J. Sun, Sarah Dean ·

    Extracting Algorithms in Pre-trained LLMs: A Case on Hidden Markov Models

    arXiv:2607.22646v1 Announce Type: new Abstract: Large language models (LLMs) display a striking ability to predict next observations from Hidden Markov Models (HMMs) via in-context learning (ICL), but the algorithm underlying this capability remains undetermined: prior work has p…

  174. arXiv cs.AI TIER_1 English(EN) · Chengzhang Yu, Chenyang Zheng, Zening Lu, Yingru He, Yutong Huang, Yiming Zhang, Yue Xu, Zhanpeng Jin ·

    TokenMem: Faithful Knowledge Injection for Frozen LLMs

    arXiv:2607.22625v1 Announce Type: new Abstract: Retrieval-augmented generation (RAG) enhances large language models (LLMs) with external knowledge, but suffers from knowledge conflicts: when retrieved information contradicts parametric memory, the shared self-attention pathway pr…

  175. arXiv cs.AI TIER_1 English(EN) · Samyak Jhaveri, Erel Kaplan, Tom Yotam, Le Chen, Tomer Bitan, Niranjan Hasabnis, Gal Oren ·

    ParBench: A Benchmark for Reliable Evaluation of LLM Parallel Code Translation

    arXiv:2607.22588v1 Announce Type: new Abstract: Modern compute-intensive software must migrate across a changing ecosystem of accelerators, programming APIs, compiler stacks, and portability layers, including CUDA, OpenMP, OpenCL, and OpenMP target offload. Large language models …

  176. arXiv cs.AI TIER_1 English(EN) · Muhammad Junaid Ali, Smail Niar, El-Ghazali Talbi ·

    Multi-Objective Structured Pruning of LLMs for Latency and Model Size Optimization

    arXiv:2607.22583v1 Announce Type: new Abstract: Large Language Models (LLMs) have achieved widespread adoption because of their strong reasoning and query-response capabilities. However, deploying them in embedded and edge computing environments remains challenging because of str…

  177. arXiv cs.AI TIER_1 English(EN) · Size Li, Zhiqing Tang, Hongrui Liang, Jianxiong Guo, Jiong Lou, Tian Wang, Weijia Jia ·

    HeraSys: Collaborative Serving of Multiple LLM Workflows via Fine-Grained End-to-End Optimization

    arXiv:2607.22578v1 Announce Type: new Abstract: The proliferation of Large Language Models (LLMs) has shifted serving systems from processing isolated requests to orchestrating high-concurrency, multi-tenant agentic workflows. However, existing solutions typically prioritize intr…

  178. arXiv cs.AI TIER_1 English(EN) · Kazem Faghih, Yize Cheng, Shoumik Saha, Mobina Pournemat, Armin Gerami, Soheil Feizi ·

    Same Question, Different Answers: Evaluating LLM Reliability Beyond Accuracy

    arXiv:2607.22554v1 Announce Type: new Abstract: Large language models (LLMs) often achieve strong accuracy on benchmarks, yet it remains unclear how reliably they apply this knowledge when the same question is phrased in different but equivalent ways. In this work, we study how m…

  179. arXiv cs.CL TIER_1 English(EN) · Mengqi Wang (UNSW Sydney), Jianwei Wang (UNSW Sydney), Qing Liu (Data61, CSIRO), Xiwei Xu (Data61, CSIRO), Zhenchang Xing (Data61, CSIRO), Liming Zhu (Data61, CSIRO), Michael Bain (UNSW Sydney), Wenjie Zhang (UNSW Sydney) ·

    Ensembling LLM-Induced Decision Trees for Explainable and Robust Error Detection

    arXiv:2512.07246v2 Announce Type: replace Abstract: Error detection (ED), which aims to identify incorrect or inconsistent cell values in tabular data, is important for ensuring data quality. Recent state-of-the-art ED methods leverage the pre-trained knowledge and semantic capab…

  180. arXiv cs.AI TIER_1 (ET) · Shyam Sundhar Ramesh, Xiaotong Ji, Matthieu Zimmer, Sangwoong Yoon, Zhiyong Wang, Haitham Bou Ammar, Aurelien Lucchi, Ilija Bogunovic ·

    Multi-Task GRPO: Reliable LLM Reasoning Across Tasks

    arXiv:2602.05547v2 Announce Type: replace-cross Abstract: RL-based post-training with GRPO is widely used to improve large language models on individual reasoning tasks. However, real-world deployment requires reliable performance across diverse tasks. A straightforward multi-tas…

  181. arXiv cs.CL TIER_1 English(EN) · Jie "JW" Wu ·

    AssumptionMiner: Extracting, Tracing, and Revising Implicit Assumptions in LLM Code Generation

    arXiv:2607.22898v1 Announce Type: cross Abstract: Large language models (LLMs) generate code from natural-language prompts, yet real-world prompts rarely provide complete specifications. When prompts leave input formats, error handling, or design decisions unspecified, LLMs fill …

  182. arXiv cs.LG TIER_1 Dansk(DA) · Angshuman Chakravertty, Rahul Koshti, Buddhi Prakash Sharma, Vinay Chamola ·

    Benchmarking LLMs for Verilog Design Flows

    arXiv:2607.22759v1 Announce Type: cross Abstract: Large language models (LLMs) show promise in code generation, but their capabilities to produce correct, synthesizable hardware description language (HDL) code still remain to be properly benchmarked. Existing evaluations are prim…

  183. arXiv cs.LG TIER_1 English(EN) · Shuo Wang, Fang Xi, Wenyuan Huang, Qing Wang, Junming Su ·

    KAP: Bridging the Knowledge Selection-Runtime Consumption Gap in LLM Systems

    arXiv:2607.24260v1 Announce Type: new Abstract: Modern LLM systems increasingly rely on knowledge-selection processes that produce high-value structured priors, such as ranked evidence, graph topology, multimodal alignment, and confidence signals. Yet LLM serving remains fundamen…

  184. arXiv cs.LG TIER_1 English(EN) · Anderson R. Santos ·

    RIS-Kernel: A Model-Agnostic Architecture for Long-Context LLM Inference via Sparse Attention

    arXiv:2607.21927v1 Announce Type: new Abstract: Full self-attention in large language models scales as O(N^2), which limits long-context document analysis to 65,536 tokens and requires costly GPU clusters. The Reduced Interaction Sampling (RIS) inference engine addresses this con…

  185. arXiv cs.CL TIER_1 English(EN) · Naixin Zhai, Pengyang Shao, Binbin Zheng, Yonghui Yang, Fei Shen, Long Bai, Xun Yang ·

    Maximizing Local Entropy Where It Matters: Prefix-Aware Localized LLM Unlearning

    arXiv:2601.03190v4 Announce Type: replace Abstract: Machine unlearning aims to forget sensitive knowledge from Large Language Models (LLMs) while maintaining general utility. However, existing approaches typically treat all tokens in a response indiscriminately and enforce uncert…

  186. arXiv cs.LG TIER_1 English(EN) · Jinhyeok Kim, Yejoon Lee, Jaeyoung Do ·

    Unified Static-Dynamic Pruning for Efficient LLM Inference

    arXiv:2607.21985v1 Announce Type: cross Abstract: The increasing deployment of large language models (LLMs) has magnified the computational and memory bottlenecks of autoregressive decoding, where low compute intensity and bandwidth-bound kernels dominate inference cost. Weight p…

  187. arXiv cs.AI TIER_1 English(EN) · Zishan Shao, Lixun Zhang, Kangning Cui, Yixiao Wang, Ting Jiang, Hancheng Ye, Qinsi Wang, Zhixu Du, Yuzhe Fu, Fan Yang, Danyang Zhuo, Yiran Chen, Hai Helen Li ·

    DecodeShare: Tracing the Shared Subspace of LLM Decode-Time Decisions

    arXiv:2607.20469v1 Announce Type: new Abstract: Large language models (LLMs) handle many tasks with one set of parameters, but under KV-cached inference it is unclear what task-general structure, if any, is used at decode time rather than during prefill. We propose DecodeShare, a…

  188. arXiv cs.AI TIER_1 English(EN) · Jingyi Huang, Ruohan Zong, Yujun Feng, Liran Ma, Lanyu Shang, Yang Zhang ·

    Reliability-Aware LLM Alignment from Inconsistent Human Feedback

    arXiv:2607.20515v1 Announce Type: new Abstract: Reinforcement Learning from Human Feedback (RLHF) is critical for aligning Large Language Models (LLMs) with human preferences. However, its efficacy is often compromised by the inherent inconsistency and subjectivity of human annot…

  189. arXiv cs.AI TIER_1 English(EN) · Yichuan Liu, Daniel Cummings, Nick Vadlamudi ·

    WaveformQA: Benchmarking LLM Temporal Reasoning on Digital Waveforms

    arXiv:2607.20638v1 Announce Type: new Abstract: Large Language Models (LLMs) have demonstrated strong capabilities in code generation and reasoning, yet their ability to perform temporal reasoning over digital waveform data remains largely unexplored. Although reasoning over digi…

  190. arXiv cs.AI TIER_1 English(EN) · Yangjun Lu, Hongyi Zhou, Fabian Spill, Kai Ye, Chengchun Shi, Jin Zhu ·

    Detecting LLM-Generated Tokens in Human--LLM Coauthored Text

    arXiv:2607.21458v1 Announce Type: new Abstract: The rise of human-AI collaborative writing has created a growing need for fine-grained detection methods that support localizing likely LLM-generated content in mixed-authorship documents. Existing methods for detecting LLM-generate…

  191. arXiv cs.AI TIER_1 English(EN) · Mikail Khona, Aditya Vavre, Boxiang Wang, Deyu Fu, Hao Wu, Mike Chrzanowski, Bryan Catanzaro, Dheevatsa Mudigere, Jeff Pool, Michael Lightstone, Mohammad Shoeybi, Mostofa Patwary, Nima Tajbakhsh, Tijmen Blankevoort ·

    SOAP, Muon, and Beyond: Pushing LLM Pretraining Scales

    arXiv:2607.20548v1 Announce Type: cross Abstract: Higher-order optimizers such as Muon and SOAP offer faster convergence than AdamW, but their computational cost and numerical stability challenges have limited adoption at scale. In this work, we adapt and enhance preconditioned g…

  192. arXiv cs.AI TIER_1 English(EN) · Emma Kondrup, Zachary Yang, Anne Imouza, Reihaneh Rabbany ·

    StabilityBench: Benchmarking Instability in LLMs

    arXiv:2607.20558v1 Announce Type: cross Abstract: AI Assistants are increasingly deployed in high-stakes settings, such as healthcare or government services. Yet their real-world behavior remains poorly understood due to strong context dependence. Current evaluation protocols fol…

  193. arXiv cs.AI TIER_1 English(EN) · Minh Ngoc Ta, My Anh Tran Nguyen, Duong D. Nguyen, Yuxia Wang, Preslav Nakov ·

    One More Turn, Less Regret: A Regret-Based Multi-Turn Benchmark for LLMs' Clarification Policies

    arXiv:2607.21143v1 Announce Type: cross Abstract: Ambiguous user requests make clarification a sequential decision problem for conversational LLM assistants: they must decide whether to ask, what to ask, when to stop, and when to answer. We introduce RegretBench, a multi-turn ben…

  194. arXiv cs.AI TIER_1 English(EN) · Lorenzo Orsingher, Thomas De Min, Massimiliano Mancini, Davide Talon, Elisa Ricci ·

    Unlearning Under Imbalance: Benchmarking Fairness in Multimodal LLM Unlearning

    arXiv:2607.21300v1 Announce Type: cross Abstract: Machine unlearning has emerged as a tool for removing personal data from trained models to comply with recent AI regulations. To evaluate unlearning effectiveness in multimodal large language models (MLLMs), prior works fine-tune …

  195. arXiv cs.AI TIER_1 English(EN) · Heejun Kim, Seungpil Lee, Jewon Yeom, Jaewon Sok, Seonghyeon Park, Jeongjae Park, Taesup Kim, Sundong Kim ·

    From Noise to Diversity: Random Embedding Injection in LLM Reasoning

    arXiv:2605.11936v2 Announce Type: replace Abstract: Recent soft prompt research has tried to improve reasoning by inserting trained vectors into LLM inputs, yet whether the gain comes from the learned content or from the act of injection itself has not been carefully separated. W…

  196. arXiv cs.CL TIER_1 English(EN) · Juho Leinonen, Paul Denny ·

    Distinguishing Artificial from Authentic: Evaluating LLMs for Detecting LLM-Generated Content

    arXiv:2607.20446v1 Announce Type: new Abstract: As large language models (LLMs) are increasingly used by students to generate natural language responses and program code, there is growing interest in whether LLMs themselves can be used to distinguish AI-generated work from human-…

  197. arXiv cs.CL TIER_1 English(EN) · Emilio Ferrara ·

    QuantiBias: Benchmarking Quantization-Induced Bias in LLMs

    arXiv:2607.21063v1 Announce Type: new Abstract: Almost every large language model that reaches a broad audience is quantized: trained in full precision, then compressed for efficiency. This step is assumed harmless and its safety is rarely re-checked. We find its principal side e…

  198. arXiv cs.CL TIER_1 English(EN) · Hao Liang, Qifeng Cai, Yibo Lin, Jianzhuo Du, Qifeng Xia, Sizhe Qiu, Linzhuang Sun, Meiyi Qiang, Zhaoyang Han, Xiaochen Ma, Bohan Zeng, Ruichuan An, Conghui He, Wentao Zhang ·

    DataPrep-Bench: Benchmarking LLMs as Training Data Preparators

    arXiv:2607.20465v1 Announce Type: cross Abstract: The quality of training data fundamentally determines the capabilities of large language models (LLMs), yet no unified benchmark exists to measure how well LLMs, agents, and data-centric workflows actually prepare training data en…

  199. arXiv cs.CL TIER_1 English(EN) · Hiroki Tamba ·

    Position Bias is Hidden Behind Ceiling Effects: A Permutation Diagnostic for LLM Benchmarks

    arXiv:2607.20864v1 Announce Type: cross Abstract: Position bias in multiple-choice LLM evaluation is widely cited as a confound in capability comparisons, but published measurements rely on single answer-order shuffles whose results confound the bias signal with content-level noi…

  200. arXiv cs.LG TIER_1 English(EN) · Amir Sarfi, Benjamin Th\'erien, Joel Lidin, Eugene Belilovsky ·

    Overcoming the Communication-Performance Tradeoff in LLM Pretraining

    arXiv:2508.15706v3 Announce Type: replace Abstract: Communication-efficient distributed training algorithms (e.g., DiLoCo) have received considerable interest due to their benefits for training large language models (LLMs) in bandwidth-constrained settings, such as across datacen…

  201. arXiv cs.AI TIER_1 English(EN) · Jiacheng Wang, Weiyan Zhang, Guangya Yu ·

    PlanE: Meta Planning of Data, Tuning, and Inference for Extractive-based LLMs

    arXiv:2607.20470v1 Announce Type: new Abstract: Enhancing the task-specific capabilities of Large Language Models (LLMs) primarily requires substantial instruction-tuning datasets. However, the sheer volume of such data imposes a considerable annotation cost, and a lack of optimi…

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

    Detecting LLM-Generated Tokens in Human--LLM Coauthored Text

    The rise of human-AI collaborative writing has created a growing need for fine-grained detection methods that support localizing likely LLM-generated content in mixed-authorship documents. Existing methods for detecting LLM-generated text mainly focus on document-level classifica…

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

    QuantiBias: Benchmarking Quantization-Induced Bias in LLMs

    Almost every large language model that reaches a broad audience is quantized: trained in full precision, then compressed for efficiency. This step is assumed harmless and its safety is rarely re-checked. We find its principal side effect is increased bias that standard safety eva…

  204. arXiv cs.AI TIER_1 English(EN) · Noshin Ulfat, Ahsanul Ameen Sabit, Soneya Binta Hossain ·

    Measuring LLM Trust Allocation Across Conflicting Software Artifacts

    arXiv:2604.03447v2 Announce Type: replace-cross Abstract: LLM-based software engineering assistants often reason over multiple artifacts, including code, documentation, signatures, and tests, even when those artifacts are incomplete or mutually inconsistent. Existing evaluations …

  205. arXiv cs.AI TIER_1 English(EN) · Beining Wang, Weihang Su, Hongtao Tian, Hao Kong, Tao Yang, Ting Yao, Qingyi Pan, Yueyue Wu, Qingyao Ai, Min Zhang, Yiqun Liu ·

    Co-Evolving LLM Evaluators and Policies via DynamicRubric

    arXiv:2607.20083v1 Announce Type: cross Abstract: Post-training with evaluator feedback on policy-induced samples serves as a major mechanism for improving large language models. As policies improve, these sampled responses become close in quality. These close candidates create a…

  206. arXiv cs.AI TIER_1 English(EN) · Xubo Liu, Wenya Guo, Ruxue Yan, Xinying Qian, Ying Zhang ·

    Rewarding Better Thinking for LLM Preference Alignment

    arXiv:2607.19824v1 Announce Type: new Abstract: LLM preference alignment aims to optimize models toward human preferences across diverse user instructions. Reinforcement learning has become a major post-training approach for this goal, but existing proxy rewards are often outcome…

  207. arXiv cs.AI TIER_1 English(EN) · Tiancheng Zhang, Shaoyuan Huang, Mingyuan Wang, Yunfeng Zhao, Xiaofei Wang, Wenyu Wang ·

    FineServe: A Fine-Grained Dataset and Characterization of Global LLM Serving Workloads

    arXiv:2607.19349v1 Announce Type: new Abstract: Large language models (LLMs) are increasingly deployed as always-on online services, making efficient LLM serving a critical systems challenge. Achieving low latency and high throughput under volatile demand requires deep understand…

  208. arXiv cs.CL TIER_1 English(EN) · Andrei Chetvergov, Stepan Ukolov, Timofei Sivoraksha, Alexander Evseev, Mikhail Solovev, Valeriia Kuschenko, Maria Chistyakova, Sergey Bolovtsov ·

    Which Values Do LLMs Confuse? A Schwartz-Based Recognition Study

    arXiv:2607.20270v1 Announce Type: new Abstract: Large language models are increasingly evaluated through the values they endorse, but such evaluations presuppose that models can identify the value expressed in a concrete situation. We study this prerequisite as controlled top-1 r…

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

    Which Values Do LLMs Confuse? A Schwartz-Based Recognition Study

    Large language models are increasingly evaluated through the values they endorse, but such evaluations presuppose that models can identify the value expressed in a concrete situation. We study this prerequisite as controlled top-1 recognition over Schwartz's ten basic values. Our…

  210. arXiv cs.AI TIER_1 English(EN) · Brian Becker, Rui Chu, Yingjie Lao ·

    Probabilistic Concept-Aware Steering for Trustworthy LLM Inference

    arXiv:2607.18259v1 Announce Type: new Abstract: Steering vectors (SVs), an inference-time intervention technique for large language models (LLMs), guide the generation process by adding a concept-specific direction vector to intermediate activations during inference. However, exi…

  211. arXiv cs.AI TIER_1 English(EN) · Yin Li ·

    When JSON Is Not Enough: Semantic Reliability of Schema-Constrained LLM Ordering Agents

    arXiv:2607.18261v1 Announce Type: new Abstract: LLM agents are increasingly used as transaction compilers: a user states an intent in natural language, and the model emits a structured object that an API can execute. JSON Schema and provider-level structured-output modes are usef…

  212. arXiv cs.CL TIER_1 English(EN) · Seunghyun Lee, Dongyoon Han, Sangdoo Yun ·

    Mark, Don't Erase: Token Inoculation for Dual-Use Knowledge in LLMs

    arXiv:2607.18639v1 Announce Type: cross Abstract: Safety interventions on dual-use knowledge typically choose between destroying hazardous content (e.g., unlearning, filtering) and suppressing it at the output layer (e.g., refusal training); both pay a tax in adjacent-domain comp…

  213. arXiv cs.CL TIER_1 English(EN) · Xiaomeng Hu, Jiaqi Hu, Hao Chen, Qi Zhang, Zhanming Shen, Wentao Ye, Junbo Zhao ·

    Reasoning Error from Known Fact: Step-Level Self-Consistency Group Relative Policy Optimization for LLM

    arXiv:2607.18915v1 Announce Type: new Abstract: With the rapid advancement of large language models (LLMs), modern systems not only possess strong foundational capabilities and extensive knowledge, but can also solve complex problems via long, multi-step reasoning. However, as re…

  214. arXiv cs.AI TIER_1 English(EN) · Shvetank Prakash, Andrew Cheng, Mark Mazumder, Arya Tschand, Varun Gohil, Jeffrey Ma, Jason Yik, Zishen Wan, Jessica Quaye, Elisavet Lydia Alvanaki, Avinash Kumar, Chandrashis Mazumdar, Tuhin Khare, Alexander Ingare, Ikechukwu Uchendu, Radhika Ghosal, Ab… ·

    QuArch: A Benchmark for Evaluating LLM Reasoning in Computer Architecture

    arXiv:2510.22087v2 Announce Type: replace-cross Abstract: The field of computer architecture, which bridges high-level software abstractions and low-level hardware implementations, remains absent from current large language model (LLM) evaluations. To this end, we present QuArch …

  215. arXiv cs.AI TIER_1 English(EN) · Shufan Chai, Liangliang Sun, Jessica Staddon ·

    Towards an Automated Test of LLM Security Knowledge

    arXiv:2607.18496v1 Announce Type: cross Abstract: Large language models (LLMs) are increasingly used for a range of software, hardware and human-centered security tasks. Consequently, LLM performance on security tasks is an active area of measurement and research, often with a fo…

  216. arXiv cs.AI TIER_1 English(EN) · Patrik Reizinger, Wieland Brendel ·

    HALLMARK: Diagnosing Three Failure Modes in LLM Citation Verifiers

    arXiv:2607.18360v1 Announce Type: cross Abstract: Large language models (LLMs) now routinely draft literature reviews and assist with academic writing, which means a higher risk of fabricated references: GPTZero found 53 papers with hallucinated citations among NeurIPS 2025's acc…

  217. arXiv cs.AI TIER_1 English(EN) · Meena Jagadeesan, Tatsunori Hashimoto, Jon Kleinberg ·

    LLM Detection as an Intervention: Downstream Impact under Strategic User Behavior

    arXiv:2607.19300v1 Announce Type: new Abstract: As LLM adoption becomes more widespread, there is a growing interest in detecting LLM-generated content, for example through LLM detection tools and through heuristics based on language patterns. Detectors operate as an intervention…

  218. arXiv cs.CL TIER_1 English(EN) · Yu-Chien Tang, Jun-Chen Hung, Wen-Chih Peng, An-Zi Yen ·

    VDAR-Router: Adaptive LLMs Routing via Verbalized Query Difficulty Analysis Retrieval

    arXiv:2607.18098v1 Announce Type: new Abstract: Large language models are increasingly used in practical systems, making efficient model selection important for reducing deployment cost. LLM routing has emerged as a practical solution for allocating each input query to an appropr…

  219. arXiv cs.LG TIER_1 English(EN) · Qi Huang, Furong Ye, Ananta Shahane, Thomas B\"ack, Niki van Stein ·

    From Heuristic Selection to Automated Algorithm Design: LLMs Benefit from Strong Priors

    arXiv:2603.02792v2 Announce Type: replace Abstract: Large Language Models (LLMs) have already been widely adopted for automated algorithm design, demonstrating strong abilities in generating and evolving algorithms across various fields. Existing work has largely focused on exami…

  220. arXiv cs.CL TIER_1 English(EN) · Roberto Pietrantuono, Antonio Guerriero, Pouya Sattari ·

    Schema-Constrained Document-Level Event Argument Extraction with Lightweight LLM Fine-Tuning

    arXiv:2607.16808v1 Announce Type: new Abstract: Event Argument Extraction (EAE) converts documents into structured event records by identifying argument spans and assigning them schema-defined roles. Document-level EAE is challenging due to long-range dependencies between trigger…

  221. arXiv cs.AI TIER_1 English(EN) · Hippolyte Gisserot-Boukhlef, Nicolas Boizard, Emmanuel Malherbe, C\'eline Hudelot, Pierre Colombo ·

    BERT-as-a-Judge: A Robust Alternative to Lexical Methods for Efficient Reference-Based LLM Evaluation

    arXiv:2604.09497v2 Announce Type: replace-cross Abstract: Accurate evaluation is central to the large language model (LLM) ecosystem, guiding model selection and downstream adoption across diverse use cases. In practice, however, evaluating generative outputs typically relies on …

  222. arXiv cs.AI TIER_1 English(EN) · Jaehun Jung, Seungju Han, Ximing Lu, Skyler Hallinan, David Acuna, Shrimai Prabhumoye, Mostafa Patwary, Mohammad Shoeybi, Bryan Catanzaro, Yejin Choi ·

    Prismatic Synthesis: Gradient-based Data Diversification Boosts Generalization in LLM Reasoning

    arXiv:2505.20161v2 Announce Type: replace-cross Abstract: Effective generalization in language models depends critically on the diversity of their training data. Yet existing diversity metrics often fall short of this goal, relying on surface-level heuristics that are decoupled f…

  223. arXiv cs.AI TIER_1 English(EN) · Yongkang Du, Xiaohan Zou, Minhao Cheng, Lu Lin ·

    CARV: A Diagnostic Benchmark for Compositional Analogical Reasoning in Multimodal LLMs

    arXiv:2603.27958v2 Announce Type: replace Abstract: Analogical reasoning tests a fundamental aspect of human cognition: mapping the relation from one pair of objects to another. Existing evaluations of this ability in multimodal large language models (MLLMs) overlook the ability …

  224. arXiv cs.AI TIER_1 English(EN) · Lucky Verma ·

    Solver-Hard Is Not Model-Hard: A Hardness-Controlled Diagnostic for LLM Constraint Reasoning

    arXiv:2607.17047v1 Announce Type: cross Abstract: LLM constraint reasoners are often evaluated near the random-SAT phase transition, confounding density and solver hardness. We test instance-level transfer while near-matching clause density. At aligned size bins, with near-matche…

  225. arXiv cs.AI TIER_1 English(EN) · Jiahe Fan, Yinghao Hou, Si Chen, Aiyuan Zhang, Hong Xie, Defu Lian ·

    Rethinking Heterogeneous LLM Merging: A Weighted Model Averaging Perspective

    arXiv:2607.18026v1 Announce Type: new Abstract: Can large language models with substantially different parameter spaces be merged by direct weighted averaging, without training or semantic alignment? Existing heterogeneous fusion methods typically introduce distillation, adapters…

  226. arXiv cs.AI TIER_1 English(EN) · Ziteng Hu, Jiachi Chen, Wenhao Lv, Huan Zhang, Yingjie Xia ·

    When LLMs Over-Answer: Measuring and Mitigating Quality Issues in LLM-Based Hardware Description Language Question Answering

    arXiv:2607.17063v1 Announce Type: new Abstract: The rapid advancement of large language models (LLMs) has led practitioners to increasingly rely on them for answering questions about hardware description languages (HDLs). Because HDL is ultimately synthesized into physical hardwa…

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

    Mark, Don't Erase: Token Inoculation for Dual-Use Knowledge in LLMs

    Safety interventions on dual-use knowledge typically choose between destroying hazardous content (e.g., unlearning, filtering) and suppressing it at the output layer (e.g., refusal training); both pay a tax in adjacent-domain competence or over-refusal. We argue that the right op…

  228. arXiv cs.AI TIER_1 English(EN) · Vipul Gupta, Zihao Wang, Razvan-Gabriel Dumitru, MohammadHossein Rezaei, Aakash Sabharwal, Yunzhong He ·

    CRAFT: Clustering Rubrics to Diagnose Weak LLM Capabilities and Generate Targeted Fine-Tuning Data

    arXiv:2607.16122v1 Announce Type: new Abstract: Evaluations should do more than measure a models current performance. They should tell us what to fix for the next model iteration and provide a way to generate targeted post training data. Most evaluation pipelines identify weak ex…

  229. arXiv cs.CL TIER_1 English(EN) · Elize Herrewijnen, Benedetta Muscato, Gizem Gezici, Fosca Giannotti ·

    From Plausible to Actionable: A Position on LLM Self-Explanations

    arXiv:2607.15957v1 Announce Type: new Abstract: Large Language Models (LLMs) can generate natural language explanations that rationalize their own decisions, a phenomenon commonly referred to as self-explanations.Such explanations have emerged as a promising direction for explain…

  230. Ahead of AI (Sebastian Raschka) TIER_1 English(EN) · Sebastian Raschka, PhD ·

    Controlling Reasoning Effort in LLMs

    How LLMs Learn Low-, Medium-, and High-Effort Reasoning Modes

  231. arXiv cs.AI TIER_1 English(EN) · Jimmy T. H. Smith, Tarek Dakhran, Alberto Cabrera, Simon S. Lee, Paul Pak, Aditya Tadimeti, Tim Seyde, Maxime Labonne, Alexander Amini, Mathias Lechner ·

    In-Place Tokenizer Expansion for Pre-trained LLMs

    arXiv:2607.15232v1 Announce Type: cross Abstract: A tokenizer fixed at the start of pre-training allocates vocabulary in proportion to the pre-training corpus, reflecting the deployment priorities at that time. When those priorities shift, languages added later are split into man…

  232. arXiv cs.LG TIER_1 English(EN) · Paul Janson, Edouard Oyallon, Eugene Belilovsky ·

    Stabilizing Native Low-Rank LLM Pretraining

    arXiv:2602.12429v2 Announce Type: replace Abstract: Foundation models have achieved remarkable success, yet their growing parameter counts pose significant computational and memory challenges. Low-rank factorization offers a promising route to reduce training and inference costs,…

  233. arXiv cs.LG TIER_1 English(EN) · Hyunwoo Oh, Suyeon Jang, Hanning Chen, KyungIn Nam, Sanggeon Yun, Ryozo Masukawa, Mohsen Imani ·

    PolyQ: Codesigning End-to-End Quantization Framework for Scalable Edge CPU LLM Inference

    arXiv:2607.14618v1 Announce Type: new Abstract: CPUs are the most universal target for on-device LLM inference, but existing low-bit quantization methods offer either coarse operating points or fine-grained mixed precision that is difficult to execute efficiently on CPUs. We pres…

  234. arXiv cs.AI TIER_1 English(EN) · Zachary Izzo ·

    Tracing LLM Behavior to the Training Data with Empirical Next-Token Distributions

    arXiv:2607.14306v1 Announce Type: new Abstract: In this paper, we study the connection between an LLM's output distribution and the data used to train it. Specifically, we study the degree to which an LLM's next-token distribution agrees with the empirical next-token distribution…

  235. arXiv cs.CL TIER_1 English(EN) · Micah Zhang ·

    Budgeted Subset Refinement for Execution-Aware LLM Research Ideation

    arXiv:2607.14118v1 Announce Type: new Abstract: Large language models (LLMs) can generate research ideas that appear novel to expert reviewers, but recent work also shows that such ideas often lack diversity, are difficult for LLMs to evaluate reliably, and may fail to translate …

  236. arXiv cs.AI TIER_1 English(EN) · Jiayi Zhang, Simon Yu, Derek Chong, Anthony Sicilia, Michael R. Tomz, Christopher D. Manning, Weiyan Shi ·

    Verbalized Sampling: How to Mitigate Mode Collapse and Unlock LLM Diversity

    arXiv:2510.01171v4 Announce Type: replace-cross Abstract: Post-training alignment often reduces LLM diversity, leading to a phenomenon known as mode collapse. Unlike prior work that attributes this effect to algorithmic limitations, we identify a fundamental, pervasive data-level…

  237. arXiv cs.AI TIER_1 English(EN) · Inder Preet, Shuxin Lin, Dhaval Patel ·

    Simplicity Paradox: Debunking myths about prompting and datasets for LLM evaluation

    arXiv:2607.14109v1 Announce Type: cross Abstract: Probing the capabilities of Large Language Models (LLMs) and building robust solutions for Multiple-Choice Question Answering (MCQA) remain central challenges in natural language understanding. Furthermore, the rapid proliferation…

  238. arXiv cs.AI TIER_1 English(EN) · Ely Hahami, Ishaan Sinha, Lavik Jain ·

    Introspection Fine-Tuning (IFT): Training Small LLMs to Introspect

    arXiv:2607.14111v1 Announce Type: cross Abstract: Can small language models detect and report on perturbations their own internal activations? We investigate this question through the lens of activation steering: injecting concept vectors into a model's residual stream and measur…

  239. arXiv cs.LG TIER_1 English(EN) · Mathias Lechner ·

    In-Place Tokenizer Expansion for Pre-trained LLMs

    A tokenizer fixed at the start of pre-training allocates vocabulary in proportion to the pre-training corpus, reflecting the deployment priorities at that time. When those priorities shift, languages added later are split into many more tokens per word, which can raise latency, c…

  240. arXiv cs.LG TIER_1 English(EN) · Mohsen Imani ·

    PolyQ: Codesigning End-to-End Quantization Framework for Scalable Edge CPU LLM Inference

    CPUs are the most universal target for on-device LLM inference, but existing low-bit quantization methods offer either coarse operating points or fine-grained mixed precision that is difficult to execute efficiently on CPUs. We present PolyQ, a CPU-oriented compiler/quantization …

  241. arXiv cs.AI TIER_1 English(EN) · Tuomas Oikarinen, Zixiao Chen, Charlotte Siska, Tsui-Wei Weng, Chandan Singh, Jianfeng Gao ·

    Data-Efficient Adaptation of LLMs via Attention Head Reweighting

    arXiv:2607.13425v1 Announce Type: cross Abstract: Learning effectively from limited data is critical in domains like security where labeled examples are scarce. Large language models (LLMs) have demonstrated some capabilities for data-efficient learning, especially through parame…

  242. arXiv cs.AI TIER_1 English(EN) · Hironao Nakamura ·

    Interventional Grounding Audits: Black-Box Premise-Dependency Tests for LLM Chain-of-Thought via Predicate Substitution

    arXiv:2607.13069v1 Announce Type: new Abstract: Large language models produce chain-of-thought (CoT) reasoning that appears logically sound yet may not genuinely depend on its stated premises. We introduce interventional grounding audits, a black-box, step-level test of premise d…

  243. arXiv cs.AI TIER_1 English(EN) · Soumil Mandal ·

    Adaptive Filtering of the KV Cache: Diagnosing and Correcting Structural-Role Bias in LLM Inference

    arXiv:2607.13205v1 Announce Type: cross Abstract: Attention-based KV cache eviction (H2O and its descendants) compresses the memory-constrained state of a long-context model by ranking tokens on accumulated attention mass, treated here as signal energy, and keeping the heaviest. …

  244. arXiv cs.AI TIER_1 English(EN) · Zhengbo Jiao, Hongyu Xian, Qinglong Wang, Yunpu Ma, Zhebo Wang, Zifan Zhang, Dezhang Kong, Meng Han ·

    Policy of Thoughts: Scaling Test-Time Training for LLM Reasoning via Online Policy Evolution

    arXiv:2601.20379v2 Announce Type: replace Abstract: Large language models (LLMs) struggle with complex, long-horizon reasoning due to instability caused by their frozen policy assumption. Current test-time scaling methods treat execution feedback merely as an external signal for …

  245. arXiv cs.LG TIER_1 English(EN) · Mehar Bhatia, Shravan Nayak, Gaurav Kamath, Marius Mosbach, Karolina Sta\'nczak, Vered Shwartz, Siva Reddy ·

    Value Drifts: Tracing Value Alignment During LLM Post-Training

    arXiv:2510.26707v2 Announce Type: replace-cross Abstract: As LLMs occupy an increasingly important role in society, they are more and more confronted with questions that require them not only to draw on their general knowledge but also to align with certain human value systems. T…

  246. arXiv cs.AI TIER_1 English(EN) · Jianfeng Gao ·

    Data-Efficient Adaptation of LLMs via Attention Head Reweighting

    Learning effectively from limited data is critical in domains like security where labeled examples are scarce. Large language models (LLMs) have demonstrated some capabilities for data-efficient learning, especially through parameter-efficient adaptation methods, but continue to …

  247. arXiv cs.CL TIER_1 English(EN) · Soumil Mandal ·

    Adaptive Filtering of the KV Cache: Diagnosing and Correcting Structural-Role Bias in LLM Inference

    Attention-based KV cache eviction (H2O and its descendants) compresses the memory-constrained state of a long-context model by ranking tokens on accumulated attention mass, treated here as signal energy, and keeping the heaviest. On schema-dense input streams such as nested JSON,…

  248. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Mingheng Mi ·

    MetaInfer: A Knowledge Only LLM Inference Engine Generator SKILL Toolbox

    As LLM technology advances, the space of model families, compute hardware, quantization schemes, parallelization strategies, and specialized optimization kernels continues to expand, sharply increasing the code complexity and maintenance cost of general-purpose inference framewor…

  249. arXiv cs.AI TIER_1 English(EN) · Pei Guo, Enjie Liu, Yunzhi Tan, Mochi Gao, Jianxin Zhang, Ruichao Zhong, Juntao Li, Bo Hu, Zang Li ·

    ProgramTab: Boosting Table Reasoning of LLMs via Programmatic Paradigm

    arXiv:2607.11207v1 Announce Type: cross Abstract: Table-based reasoning with large language models (LLMs), which requires reasoning based on natural language questions and structured tabular data, has gained widespread attention. However, a series of issues still constrain the ap…

  250. arXiv cs.AI TIER_1 English(EN) · Zibin Meng, Peng Xie, Kani Chen ·

    Depth-Entropy Guided Sampling for Training-Free LLM Reasoning

    arXiv:2607.09693v1 Announce Type: cross Abstract: Reinforcement learning (RL) has become the dominant paradigm for improving the reasoning capabilities of large language models, but it requires expensive training, curated data, and reward signals. Recent work shows that sampling …

  251. arXiv cs.AI TIER_1 English(EN) · Ning Liu ·

    LLMs as a Jury: Cross-Model Consensus Can Outperform Process Reward Models for LLM Reasoning

    arXiv:2607.10139v1 Announce Type: cross Abstract: Selecting the correct answer from a pool of candidate reasoning chains is the engine of test-time scaling, yet the standard selectors each carry a cost: self-consistency inherits the errors of the single model it resamples, and tr…

  252. arXiv cs.AI TIER_1 English(EN) · Daocheng Fu, Rong Wu, Yu Yang, Xuemeng Yang, Jianbiao Mei, Licheng Wen, Pinlong Cai, Yong Liu, Botian Shi, Yu Qiao ·

    Proxy Exploration and Reusable Guidance: A Modular LLM Post-Training Paradigm via Proxy-Guided Update Signals

    arXiv:2607.11505v1 Announce Type: cross Abstract: Post-training is essential for refining the domain-specific capabilities of large language models (LLMs), yet existing reward optimization and distribution matching methods tightly couple policy exploration with distribution align…

  253. arXiv cs.AI TIER_1 English(EN) · Gleb Kuzmin, Ivan Rodkin, Aydar Bulatov, Yuri Kuratov, Lyudmila Rvanova, Mikhail Katkov, Ilia Sochenkov, Misha Tsodyks, Timothy Baldwin, Mikhail Burtsev, Artem Shelmanov ·

    Extending LLM Context via Associative Recurrent Memory

    arXiv:2607.11614v1 Announce Type: cross Abstract: Extending the context length of large language models (LLMs) is critical for many real-world applications, yet standard transformers remain constrained by quadratic compute and linear memory scaling. In this work, we investigate t…

  254. arXiv cs.AI TIER_1 English(EN) · Arjun Ashok, Andrew Robert Williams, Vincent Zhihao Zheng, Irina Rish, Nicolas Chapados, \'Etienne Marcotte, Valentina Zantedeschi, Alexandre Drouin ·

    Beyond Na\"ive Prompting: Strategies for Improved Context-aided Forecasting with LLMs

    arXiv:2508.09904v3 Announce Type: replace-cross Abstract: Real-world forecasting requires models to integrate not only historical data but also relevant contextual information provided in textual form. While large language models (LLMs) show promise for context-aided forecasting,…

  255. arXiv cs.CL TIER_1 English(EN) · Renuka Oladri, Mohan Vamsi Varadaraju Priya, Jerry Wu ·

    Silent Failures in Quantized LLM Reasoning: A Taxonomy-Based Analysis of Hollow Convergence and Failure Mode Shifts

    arXiv:2607.09999v1 Announce Type: new Abstract: We show that post-training quantization can silently alter how large language models reason even when task accuracy is preserved. Using a six-category failure taxonomy validated by two independent human annotators (Cohen's $\kappa$ …

  256. arXiv cs.LG TIER_1 English(EN) · Liangqi Yuan, Dong-Jun Han, Shiqiang Wang, Christopher G. Brinton ·

    Device-Cloud Collaborative LLM Inference with Multi-Modal, Multi-Task, Multi-Turn Conversations

    arXiv:2502.11007v5 Announce Type: replace Abstract: Compared to traditional machine learning models, recent large language models (LLMs) can exhibit multi-task-solving capabilities through multi-modal data sources and multi-turn conversations. These unique characteristics of LLMs…

  257. arXiv cs.LG TIER_1 English(EN) · Yuchen Zhu, Wei Guo, Jaemoo Choi, Petr Molodyk, Bo Yuan, Molei Tao, Yongxin Chen ·

    Enhancing Reasoning for Diffusion LLMs via Distribution Matching Policy Optimization

    arXiv:2510.08233v3 Announce Type: replace Abstract: Diffusion large language models (dLLMs) are promising alternatives to autoregressive large language models (AR-LLMs), as they potentially allow higher inference throughput. Reinforcement learning (RL) is crucial to enabling dLLM…

  258. arXiv cs.AI TIER_1 English(EN) · Artem Shelmanov ·

    Extending LLM Context via Associative Recurrent Memory

    Extending the context length of large language models (LLMs) is critical for many real-world applications, yet standard transformers remain constrained by quadratic compute and linear memory scaling. In this work, we investigate the Associative Recurrent Memory Transformer (ARMT)…

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

    Proxy Exploration and Reusable Guidance: A Modular LLM Post-Training Paradigm via Proxy-Guided Update Signals

    Post-training is essential for refining the domain-specific capabilities of large language models (LLMs), yet existing reward optimization and distribution matching methods tightly couple policy exploration with distribution alignment. This coupling forces expensive exploration d…

  260. arXiv cs.AI TIER_1 English(EN) · Yu Qiao ·

    Proxy Exploration and Reusable Guidance: A Modular LLM Post-Training Paradigm via Proxy-Guided Update Signals

    Post-training is essential for refining the domain-specific capabilities of large language models (LLMs), yet existing reward optimization and distribution matching methods tightly couple policy exploration with distribution alignment. This coupling forces expensive exploration d…

  261. arXiv cs.CL TIER_1 English(EN) · Zang Li ·

    ProgramTab: Boosting Table Reasoning of LLMs via Programmatic Paradigm

    Table-based reasoning with large language models (LLMs), which requires reasoning based on natural language questions and structured tabular data, has gained widespread attention. However, a series of issues still constrain the application of this task. The previous approaches su…

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

    ProgramTab: Boosting Table Reasoning of LLMs via Programmatic Paradigm

    Table-based reasoning with large language models (LLMs), which requires reasoning based on natural language questions and structured tabular data, has gained widespread attention. However, a series of issues still constrain the application of this task. The previous approaches su…

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

    Amplitude-Only FFN Intervention for Tool-Structured LLM Inference Method: Gated Evaluation Protocol, and Cross-Model Empirical Results

    Large language models increasingly operate as tool-using agents, where small format, argument, or function-call errors can invalidate otherwise plausible responses. We study inference-time feed-forward network (FFN) intervention for improving structured outputs without retraining…

  264. arXiv cs.CL TIER_1 English(EN) · Xingshuai Huang, Derek Li, Bahareh Nikpour, Parsa Omidi ·

    Hierarchical Chain-of-Thought: Enhancing LLM Reasoning Performance and Efficiency

    arXiv:2604.00130v2 Announce Type: replace Abstract: Chain-of-Thought (CoT) prompting has significantly improved the reasoning capabilities of large language models (LLMs). However, conventional CoT often relies on unstructured, flat reasoning chains that suffer from redundancy an…

  265. arXiv cs.AI TIER_1 English(EN) · Duy Nguyen, Archiki Prasad, Elias Stengel-Eskin, Mohit Bansal ·

    GrAInS: Gradient-based Attribution for Inference-Time Steering of LLMs and VLMs

    arXiv:2507.18043v2 Announce Type: replace-cross Abstract: Inference-time steering methods offer a lightweight alternative to fine-tuning large language models (LLMs) and vision-language models (VLMs) by modifying internal activations at test time without updating model weights. H…

  266. arXiv cs.AI TIER_1 English(EN) · Vanessa Figueiredo, Wilter Franceschi ·

    CogniConsole: Externalizing Inference-Time Control as a Formal Abstraction for Reliable LLM Interactions

    arXiv:2607.08774v1 Announce Type: new Abstract: Reliability in large language model (LLM) systems is typically framed as a function of model capability. We challenge this by demonstrating that reliability is significantly influenced by \emph{inference-time control} -- the computa…

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

    MILES: Modular Instruction Memory with Learnable Selection for Self-Improving LLM Reasoning

    Large language models (LLMs) increasingly improve their reasoning at test time via additional computation, yet most existing works treat each problem in isolation. When problems arrive sequentially, accumulating reusable experience across them can further improve performance. Exi…

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

    Akashic: A Low-Overhead LLM Inference Service with MemAttention

    Recent LLM-based agent systems continuously accumulate context across multi-turn interactions, tool invocations, and cross-session workflows. Replaying the full history for every request quickly becomes impractical: long contexts increase prefill cost, may exceed context limits, …

  269. arXiv cs.CV TIER_1 English(EN) · Uma Ranjan, Kunal Tilaganji, Aditya Koul, Anurag Mahipal, Dashpreet Singh, Hriday Rana, Manan Jain, Sidharth Gupta, Ajo Babu George, Vineeth Balasubramanian, Nagarajan Natarajan, Amit Sharma ·

    Rethinking LLM Verification: Evidence Structure, Uncertainty, and Selective Refinement

    arXiv:2608.10725v1 Announce Type: new Abstract: Large language models (LLMs) often rely on shortcuts rather than systematic reasoning, raising safety concerns in medical applications. Allowing models to abstain when uncertain improves reliability but introduces a coverage accurac…

  270. arXiv stat.ML TIER_1 English(EN) · Zeyu Zhang, Bradly C. Stadie ·

    Temporal Leakage in LLM Backtesting: Measurement, Validation, and Adjusted Scores

    arXiv:2608.02985v1 Announce Type: cross Abstract: The standard check for contamination in LLM backtests is simple: compare scores before and after the training cutoff. We show this check is uninformative. Four flagship models fail it on questions they cannot have memorized: every…

  271. arXiv stat.ML TIER_1 English(EN) · Robab Aghazadeh Chakherlou, Siddartha Khastgir, Peter Popov, Xingyu Zhao ·

    Modeling Memory-Dependent Reliability of LLMs: A Hidden Markov Model

    arXiv:2607.22951v1 Announce Type: new Abstract: Reliability assessment of large language models (LLMs) seeks to estimate the probability that a model produces correct responses under a specified operational profile. Conventional benchmark-based evaluation, often summarized by agg…

  272. arXiv cs.CV TIER_1 English(EN) · Pengcheng Wang, Zhiquan Wang, Jayoung Lee, Zhuoyan Xu, Ran Xu, Saurabh Bagchi, Yin Li, Somali Chaterji ·

    Look Less, Think Faster: Joint Token-Compute Adaptation for Multimodal LLMs

    arXiv:2607.20357v1 Announce Type: new Abstract: Multimodal Large Language Models (MLLMs) have recently demonstrated strong performance across vision-language tasks. However, their high inference cost, arising from both the large number of input visual tokens and the heavy computa…

  273. arXiv stat.ML TIER_1 English(EN) · Bitya Neuhof, Yuval Benjamini ·

    Quantifying Ranking Uncertainty in LLM Benchmarks

    arXiv:2607.16259v1 Announce Type: cross Abstract: Pretrained models are typically ranked on multi-task leaderboards to assess their effectiveness across diverse tasks. Rank confidence intervals were recently introduced as a method to quantify the uncertainty in these rankings by …

  274. LessWrong (AI tag) TIER_1 English(EN) · yun dong ·

    Tracing causal structure in LLM-generated text: a different lens on the Dallas circuit

    <p><span>The classic "</span><a href="https://transformer-circuits.pub/2025/attribution-graphs/biology.html#dives-tracing" rel="noreferrer"><span>Dallas</span></a><span>" example from Anthropic focuses on an </span><b><span>internal circuit</span></b><span> in an LLM.</span></p><…

  275. arXiv cs.CV TIER_1 English(EN) · Qiming Li, Xiaocheng Feng, Yixuan Ma, Zekai Ye, Ruihan Chen, Xiachong Feng, Bing Qin ·

    Unlocking Multilingual Reasoning Capability of LLMs and LVLMs through Representation Engineering

    arXiv:2511.23231v2 Announce Type: replace Abstract: Large Language Models (LLMs) and Large Vision-Language Models (LVLMs) demonstrate strong reasoning capabilities, yet their performance in English significantly outperforms that in low-resource languages, raising fairness concern…

  276. Together AI blog TIER_1 English(EN) ·

    Autoscaling endpoints for LLM inference

    GPU utilization can read healthy while your queue backs up, and a new replica takes minutes to warm. Here's how to pick autoscaling metrics, tune scale-up/down windows, and budget for cold starts on dedicated inference.

  277. AssemblyAI blog TIER_1 English(EN) ·

    Stream LLM responses in a voice pipeline: Tool calling, structured outputs, and real

    Learn how to stream LLM responses in a voice pipeline with tool calling and structured outputs using AssemblyAI's LLM Gateway for sub-second response times.

  278. MarkTechPost TIER_1 English(EN) · Sana Hassan ·

    Fine-Tuning Tool-Calling LLMs: A Complete Guide Using XYZ-Aquila-SFT and Qwen3

    <p>Implement an end-to-end fine-tuning pipeline for tool-calling language models. This tutorial covers parsing trajectories, structured tool-call extraction, Qwen-compatible ChatML rendering, and efficient LoRA adaptation using PyTorch.</p> <p>The post <a href="https://www.markte…

  279. Towards AI TIER_1 English(EN) · Divy Yadav ·

    LLM Continuous Batching Explained: The Secret Behind Fast LLMs

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/llm-continuous-batching-explained-the-secret-behind-fast-llms-d4d8cbe083b6?source=rss----98111c9905da---4"><img src="https://cdn-images-1.medium.com/max/1536/1*vfLqNouEgJUWj1E3yA_QHg.png…

  280. Towards AI TIER_1 English(EN) · Tejas Nidhankar ·

    Mastering LangChain: The Ultimate Guide to LLM Orchestration (Part 1 — Fundamentals)

    <p>The Generative AI landscape is moving at breakneck speed. While API access to frontier models has democratized artificial intelligence, building reliable, production-grade applications requires much more than sending a single prompt to an endpoint. It requires orchestration.</…

  281. dev.to — MCP tag TIER_1 English(EN) · Jiangang Chen ·

    How we cut repo-wide symbol indexing for LLM agents from 30s to 98ms

    <h2> How we cut repo-wide symbol indexing for LLM agents from 30s to 98ms </h2> <p>If your coding agent has ever stalled for tens of seconds on "what's in this repo?" — or burned hundreds of tokens re-reading a file after a failed edit — this is the story of why that happens and …

  282. Towards AI TIER_1 English(EN) · Udaykiran Estari ·

    Context Windows vs Tokens vs Memory: The Unified Hands-On Guide (Save 1250x on LLM Costs)

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/context-windows-vs-tokens-vs-memory-the-unified-hands-on-guide-save-1250x-on-llm-costs-7053fa55e9dd?source=rss----98111c9905da---4"><img src="https://cdn-images-1.medium.com/max/2600/1*5…

  283. Medium — fine-tuning tag TIER_1 English(EN) · Grnitish ·

    My Weekend Learning on Fine-Tuning and Quantizing LLMs

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@grnitish99/my-weekend-learning-on-fine-tuning-and-quantizing-llms-e60111e31cc8?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1536/1*IKVpd49VbDzXkY2XJgaYnw.png" w…

  284. dev.to — MCP tag TIER_1 English(EN) · HyperNexus ·

    Locking Down the AI Kernel: A Network Isolation Blueprint for Self-Hosted LLMs

    <h1>Locking Down the AI Kernel: A Network Isolation Blueprint for Self-Hosted LLMs</h1> <p>Learn to secure self-hosted AI models by binding them to localhost and using an nginx reverse proxy for TLS termination and authentication. This guide details robust network isolation patte…

  285. Medium — fine-tuning tag TIER_1 English(EN) · Let’s Automate ️ ·

    Fine-Tuning a Local LLM for Test Automation: Build a Dataset and Run It in Ollama

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://blog.gopenai.com/fine-tuning-a-local-llm-for-test-automation-build-a-dataset-and-run-it-in-ollama-d1aa41d23472?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1200/1*y8Ymg8vBy…

  286. Medium — MLOps tag TIER_1 English(EN) · Sowmithdurusoju ·

    Serving LLMs at Scale: A Practical Guide with KServe, KEDA,VLLM & Kubernetes

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@sowmithdurusoju/serving-llms-at-scale-a-practical-guide-with-kserve-keda-vllm-kubernetes-e93ba6b1a65e?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1600/1*vaIIemwkv_qx…

  287. Medium — fine-tuning tag TIER_1 English(EN) · ericstef ·

    The Hidden Economics of Fine-Tuning LLMs for Small Businesses

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@omarhoda111/the-hidden-economics-of-fine-tuning-llms-for-small-businesses-a706e07d37c0?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1344/1*UUwpoFvXuhPVdGhZ0Qbcg…

  288. Towards AI TIER_1 English(EN) · Maya Chen ·

    “Dumb RAG” and Context Flooding: Eliminating RAM Thrashing in Enterprise LLM Architectures

    <h4>Why expanding context windows degrade transformer attention — and how to build temporal precision gates and cross-encoder reranking layers for production vector retrieval.</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*vxDaACE5fD6FTn1ABn_bxg.png" /></…

  289. Towards AI TIER_1 English(EN) · Satsawat Natakarnkitkul (Net) ·

    Start Here: The Words Everyone Uses About LLM Inference

    <h4>KV cache, prefill, quantization, FlashInfer — all downstream of one fact: to write three quarters of a word, the model reads all seventy gigabytes of itself.</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*4CnE_tHScHIQ358S-tRSYQ.jpeg" /><figcaption><em…

  290. Towards AI TIER_1 English(EN) · Eivind Kjosbakken ·

    How to Use LLMs for Powerful Automatic Evaluations

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/how-to-use-llms-for-powerful-automatic-evaluations-148685b13f70?source=rss----98111c9905da---4"><img src="https://cdn-images-1.medium.com/max/1024/0*K5Q_I6dx_Di8sHla.png" width="1024" />…

  291. Medium — fine-tuning tag TIER_1 English(EN) · Rizwanhoda ·

    Fine-Tuning LLMs in 2026: Part 1 - Types, Frameworks, Datasets, LoRA, QLoRA, and Production…

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/fine-tuning-llms-in-2026-types-frameworks-datasets-lora-qlora-and-production-deployment-4f11fa8eb471?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/2600/0*k…

  292. Medium — fine-tuning tag TIER_1 English(EN) · Rizwanhoda ·

    Fine-Tuning LLMs in 2026: Part 1 - Types, Frameworks, Datasets, LoRA, QLoRA, and Production…

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://rizwanhoda.medium.com/fine-tuning-llms-in-2026-types-frameworks-datasets-lora-qlora-and-production-deployment-4f11fa8eb471?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/2600…

  293. Medium — fine-tuning tag TIER_1 English(EN) · Rizwanhoda ·

    Fine-Tuning LLMs in 2026: Part 1 - Types, Frameworks, Datasets, LoRA, QLoRA, and Production…

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/lets-code-future/fine-tuning-llms-in-2026-types-frameworks-datasets-lora-qlora-and-production-deployment-4f11fa8eb471?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/ma…

  294. Medium — MLOps tag TIER_1 (CA) · María Claudia Pérez Escalante ·

    From DevOps to MLOps: What I Learned Deploying LLMs

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@maraclaudiaprezescalante/de-devops-a-mlops-lo-que-aprend%C3%AD-al-desplegar-llms-b1303158e2ed?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1536/0*0iNLxzGT96WL7kTy.png…

  295. Towards AI TIER_1 English(EN) · Harish Ramkumar ·

    Small Language Models Are Eating Your LLM Bill: A Fine-Tuning Cost Breakdown

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/small-language-models-are-eating-your-llm-bill-a-fine-tuning-cost-breakdown-974249dfe2e1?source=rss----98111c9905da---4"><img src="https://cdn-images-1.medium.com/max/1376/1*892qvafzSwA_…

  296. Medium — fine-tuning tag TIER_1 English(EN) · Mehmet Özgen ÖZDOĞAN ·

    Building Smaller, Sharper LLMs: A Practitioner’s Guide to Pruning, Distillation, Fine-Tuning, and…

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://mehmetozgenozdogan.medium.com/building-smaller-sharper-llms-a-practitioners-guide-to-pruning-distillation-fine-tuning-and-c65979477243?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.…

  297. Towards AI TIER_1 English(EN) · Taha Azizi ·

    Introducing Contextpress: The Python Library That Refactors Your LLM Context

    <h4><em>One pip install. No API key is needed. Your chat history, stripped down to what actually matters.</em></h4><p>By Taha Azizi — AI Engineer | Data Scientist | Tech Writer</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/769/1*AyD6rtHwTFtIxQnX-lFlMQ.png" /><fi…

  298. Medium — Claude tag TIER_1 English(EN) · zeeshan khan ·

    LLM Fundamentals: How Tokens Actually Work

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@zeeshankhan8838/llm-fundamentals-how-tokens-actually-work-a93b1c26785f?source=rss------claude-5"><img src="https://cdn-images-1.medium.com/max/1024/1*TqHuoy5AtiaWVM7aMAWRZg.jpeg" width="1024" …

  299. Medium — fine-tuning tag TIER_1 English(EN) · Sendil Sadasivam ·

    Demystifying LLMs: From Static Weights to Open-Source Customization

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@senthilsivam/demystifying-llms-from-static-weights-to-open-source-customization-52f9a3d03284?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1024/1*8ubG8o1fhPJtMwA…

  300. Medium — MLOps tag TIER_1 English(EN) · arka sanka ·

    Engineering Journey: Fine-Tuning LLMs from Laptop to Production

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@arkasanka12/engineering-journey-fine-tuning-llms-from-laptop-to-production-d898c158673f?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1376/1*-_WmKj7PYS2penJBWgTe5g.png…

  301. Medium — fine-tuning tag TIER_1 English(EN) · Sachinnomula ·

    Fine-Tuning LLMs: What Actually Happens Under the Hood?

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@sachinnomula308/fine-tuning-llms-what-actually-happens-under-the-hood-7ad68e818d3b?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/722/1*o7cxuZh36T-52F-wN1CBqQ.png…

  302. Medium — fine-tuning tag TIER_1 English(EN) · Dasun Weerakoon ·

    LLM Engineering Basics: Prompt Engineering vs RAG vs Fine-Tuning

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://dasunweerakoon.medium.com/llm-engineering-basics-prompt-engineering-vs-rag-vs-fine-tuning-cdbb6f45bbca?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/672/1*x27WFtA3RkjQKM4GfS…

  303. Medium — fine-tuning tag TIER_1 English(EN) · Saad Naeem ·

    Pretraining, Fine-Tuning, and Instruct-Tuning an LLM with Unsloth: A Hands-On Guide to Building a…

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@saadnaeem.dev/pretraining-fine-tuning-and-instruct-tuning-an-llm-with-unsloth-a-hands-on-guide-to-building-a-3397c0c5e40e?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.c…

  304. Bluesky Jetstream — AI desk TIER_1 English(EN) · simonwillison.net ·

    Big new release of my LLM CLI tool and Python library for talking to hundreds of different LLMs - reasoning traces, OpenAI Responses support, server-side tools,

    Big new release of my LLM CLI tool and Python library for talking to hundreds of different LLMs - reasoning traces, OpenAI Responses support, server-side tools, smarter logging and a whole lot more simonwillison.net/2026/Aug/4/n...

  305. Medium — MLOps tag TIER_1 English(EN) · David B Chase ·

    Serving LLMs at Scale: Ray, vLLM, and KubeRay Explained

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@david.b.chase/serving-llms-at-scale-ray-vllm-and-kuberay-explained-c4965da1e6f3?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1164/1*KQ0FufU5oC3kE0-G93jLlg.png" width=…

  306. Towards AI TIER_1 English(EN) · Armin Norouzi, Ph.D ·

    Mixture of Experts: How Sparse Gating Enables 1T-Parameter LLMs

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/mixture-of-experts-how-sparse-gating-enables-1t-parameter-llms-655d20b68eb8?source=rss----98111c9905da---4"><img src="https://cdn-images-1.medium.com/max/1255/1*6j7XRi0-z_zFZ3IN_41Amg.pn…

  307. Medium — fine-tuning tag TIER_1 English(EN) · Yigit Sozer ·

    AI Engineering Journal #2 How LLMs Are Trained (next token prediction, loss, gradient descent)

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@yigit.3f3/ai-engineering-journal-2-how-llms-are-trained-next-token-prediction-loss-gradient-descent-0f57276def7f?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/64…

  308. Medium — MLOps tag TIER_1 English(EN) · Dave R - Microsoft Azure & AI MVP☁️ ·

    Memory-Bound to Compute-Bound: Engineering Custom LLMs from Fine-Tuning to Inference

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://blog.stackademic.com/memory-bound-to-compute-bound-engineering-custom-llms-from-fine-tuning-to-inference-64a56299f349?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1536/1*ZHcnA3_W…

  309. Medium — MLOps tag TIER_1 English(EN) · Momina Ather ·

    LLM Evaluation 102: Model Evals vs. Application Evals — Two Worlds, One Goal

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@mominaatherahmed/llm-evaluation-102-model-evals-vs-application-evals-two-worlds-one-goal-131f0e5de029?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1200/1*NnbIzR_y1uFg…

  310. Mastodon — sigmoid.social TIER_1 English(EN) · [email protected] ·

    Predicted-Latency Based Scheduling for LLMs # llmd # ai https:// twp.ai/E5EnOW

    Predicted-Latency Based Scheduling for LLMs # llmd # ai https:// twp.ai/E5EnOW

  311. Medium — fine-tuning tag TIER_1 English(EN) · Chandrashekhar Padole ·

    Building LLM, Part 4 — Fine-Tuning: Teaching a Model a New Behaviour

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@chandupadole/building-llm-part-4-fine-tuning-teaching-a-model-a-new-behaviour-cef8cf0ba866?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1024/1*-gOrFEco9lSSBTtkx…

  312. Towards AI TIER_1 English(EN) · ML Point ·

    What is Parameter Lower Bound in Efficient LLM Adaptation

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/what-is-parameter-lower-bound-in-efficient-llm-adaptation-6c75ee8f665b?source=rss----98111c9905da---4"><img src="https://cdn-images-1.medium.com/max/996/1*lHsjxeZGEOe5FMSGlAy4wQ.jpeg" wi…

  313. Medium — MLOps tag TIER_1 English(EN) · Ansh Tandon ·

    Building an OpenAI-Compatible LLM Inference Server from Scratch: CPU vs GPU, AWS, FastAPI & vLLM…

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@anshtandon1503/building-an-openai-compatible-llm-inference-server-from-scratch-cpu-vs-gpu-aws-fastapi-vllm-bddfe114c4e7?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1…

  314. Medium — fine-tuning tag TIER_1 English(EN) · Adji Dharmawan Indrianto ·

    The Blueprint of LLM Fine-Tuning

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://adjidharmawanindrianto.medium.com/the-blueprint-of-llm-fine-tuning-9e3e15db2e78?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/2600/1*4F-mBL0WQLax7wKDk155Zw.png" width="2752"…

  315. Towards AI TIER_1 English(EN) · Anna Jey ·

    Long-Output LLM Architecture: How Developers Should Handle Huge AI Responses

    <figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*1T9lccXvmhg31LCFHwoM4A.jpeg" /><figcaption>Long-Output LLM Architecture</figcaption></figure><p>Big context windows get the attention. Big outputs create the production mess. If your model can write tens of thous…

  316. dev.to — MCP tag TIER_1 English(EN) · HyperNexus ·

    The LLM Waterfall Pattern: Your Shield Against Rate Limits and Downtime

    <h1>The LLM Waterfall Pattern: Your Shield Against Rate Limits and Downtime</h1> <p>Master the LLM waterfall pattern to eliminate workflow disruptions from API rate limits. This guide diagrams the failover cascade from primary providers to local models, ensuring zero downtime for…

  317. Medium — MLOps tag TIER_1 English(EN) · Tedi Ikonomi ·

    Distributed LLM Inference at Scale: Smarter, Faster Serving with llm-d and Prefix Cache-Aware…

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@ikonomi.tedi/distributed-llm-inference-at-scale-smarter-faster-serving-with-llm-d-and-prefix-cache-aware-b392eb824713?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/260…

  318. Towards AI TIER_1 English(EN) · Anna Jey ·

    LLM Provider Quirks: Build Compatibility Tests Before You Trust Model Abstraction

    <figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*p9J-Z9rIE98LJqcqhI8CmA.jpeg" /><figcaption>LLM Provider Quirks</figcaption></figure><p>Every multi-model AI app eventually reaches the same uncomfortable moment: the abstraction layer works in the demo, then brea…

  319. dev.to — MCP tag TIER_1 English(EN) · Roshan Singh ·

    Building Jaeger's MCP server: connecting LLMs to distributed traces

    <p>A distributed trace is one of the few places where a system tells you the truth about itself. It records what actually called what, in what order, and how long each hop took. It is also, for a human being at 2am, a wall of a thousand spans.</p> <p>That combination makes tracin…

  320. Towards AI TIER_1 English(EN) · Anna Jey ·

    LLM Reasoning Budget: How Developers Should Spend Thinking Tokens Without Wasting Latency

    <figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*qMxjyqguq6oSh1Zmd4nllw.jpeg" /><figcaption>LLM Reasoning Budget</figcaption></figure><p>A reasoning model can feel brilliant on one task and painfully slow on the next. The model did not suddenly get worse. You p…

  321. dev.to — MCP tag TIER_1 English(EN) · Etka Ozer ·

    I kept losing context between LLMs, so I built a Markdown-based memory layer (and here is what I learned)

    <p>I kept running into the same problem: after a few weeks away from a project, I'd forgotten why I made certain architecture decisions. Switching between Claude, ChatGPT, and Gemini meant re-explaining everything from scratch. And in long chats, the platform's compaction slowly …

  322. dev.to — MCP tag TIER_1 English(EN) · HyperNexus ·

    The LLM Waterfall Pattern: Never Let a Rate Limit Kill Your Workflow

    <h1> The LLM Waterfall Pattern: Never Let a Rate Limit Kill Your </h1> <p>Workflow</p> <p>## The Problem</p> <p>You're in the zone. Your AI agent is cranking out code,<br /> reviewing PRs, and generating documentation. Then it happens:<br /> </p> <div class="highlight js-code-hig…

  323. Towards AI TIER_1 English(EN) · allglenn ·

    LLM Observability Tools Compared: MLflow vs. Langfuse vs. Confident AI

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/llm-observability-tools-compared-mlflow-vs-langfuse-vs-confident-ai-3b76210f6f49?source=rss----98111c9905da---4"><img src="https://cdn-images-1.medium.com/max/1536/1*M6qlpl6gecNx5CllOG2X…

  324. dev.to — MCP tag TIER_1 English(EN) · Robert Pelloni ·

    The LLM Waterfall Pattern: Never Let a Rate Limit Kill Your Workflow

    <h1>The LLM Waterfall Pattern: Never Let a Rate Limit Kill Your Workflow</h1> <p>Implementing a provider failover strategy is critical for production AI applications. Learn why the LLM waterfall pattern outperforms simple retries and circuit breakers for zero downtime AI inferenc…

  325. Medium — MLOps tag TIER_1 English(EN) · Hitarthdesai ·

    Dead-Letter Queues for LLM Extraction Failures: Capture, Triage, and Replay Without Losing Trust

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@hitarthdesai01/dead-letter-queues-for-llm-extraction-failures-capture-triage-and-replay-without-losing-trust-ad6df905ca2b?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max…

  326. Medium — MLOps tag TIER_1 English(EN) · Swarit Shukla ·

    Batch Size and LLM Inference Efficiency.

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@swaritshukla/batch-size-and-llm-inference-efficiency-158f67ac0e30?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1400/0*j4BffI2JF8CAXzVZ.jpeg" width="1400" /></a></p><p…

  327. Medium — fine-tuning tag TIER_1 English(EN) · VRUNDA SHAH ·

    Fine-Tuning LLMs: LoRA, PEFT and Domain-Specific Adaptation

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@vrunda.shah24/fine-tuning-llms-lora-peft-and-domain-specific-adaptation-10661e365380?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1536/1*r0Y0lEisAZJ0Mv_jm0r5kA.…

  328. Medium — Claude tag TIER_1 English(EN) · Daniel Twum ·

    The AI Audit: When Your LLM Actually Tells the Truth

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@danieltwum/the-ai-audit-when-your-llm-actually-tells-the-truth-3eed639aa5eb?source=rss------claude-5"><img src="https://cdn-images-1.medium.com/max/791/1*IKsRTd_depxEHc7phlDnsg.png" width="791…

  329. Medium — fine-tuning tag TIER_1 English(EN) · Prince Krampah ·

    Fine-Tuning LLMs, Part 2: SFT, LoRA, DPO, and the RL Methods That Power Reasoning Models

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://ai.gopubby.com/fine-tuning-llms-part-2-sft-lora-dpo-and-the-rl-methods-that-power-reasoning-models-dc9ee81a8768?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/2600/1*jV5NhZjl…

  330. Medium — fine-tuning tag TIER_1 English(EN) · Jennifer Fu ·

    Fine-Tuning an Existing LLM: Why It Is Harder Than It Looks, and How to Do It Right

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://levelup.gitconnected.com/fine-tuning-an-existing-llm-why-it-is-harder-than-it-looks-and-how-to-do-it-right-f9a33620332a?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/2600/0*…

  331. Medium — fine-tuning tag TIER_1 English(EN) · Neha Khan • AI & Software Engineer ·

    From Prompt Engineering to Fine-Tuning: Building Domain-Specific LLMs Step by Step

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/from-prompt-engineering-to-fine-tuning-building-domain-specific-llms-step-by-step-94e44a929014?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1536/1*s_5Yj9o…

  332. dev.to — LLM tag TIER_1 English(EN) · Divyakush Punjabi ·

    The overlooked use of LLMs: a translator between humans and hardware

    <p><strong>Everyone talks about LLMs writing essays and code. Far more useful, and far less discussed, is the LLM as a <em>translator</em> — a layer that sits between messy human language and rigid, structured machine commands, and converts one into the other. That unglamorous ro…

  333. dev.to — LLM tag TIER_1 English(EN) · Riley Wu ·

    Batch LLM Jobs Without Breaking the Bank: A Queue-First Architecture for Free Tiers

    <p>Free model quotas have a hidden enemy: synchronous calls. Every request blocks on the network. Timeouts get wasted. Retries pile up.</p> <p>Core conclusion: an asynchronous queue turns a free model quota from a demo tool into a batch engine. A SQLite-backed queue, a few Python…

  334. dev.to — LLM tag TIER_1 Español(ES) · Silviu Technology ·

    LLMs: Short Contracts for Tool Use

    <p>Cuando un flujo con LLMs empieza a usar herramientas de verdad, el primer impulso suele ser mejorar prompts, pulir mensajes o meter otro retry. Yo suelo ir por otro lado. Si el run no deja un contrato corto y congelado antes de ejecutar, el sistema parece flexible pero en real…

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

    The Local LLM Stack in 2026: What Actually Works

    <p>Running a language model locally used to be a hobbyist experiment. In 2026, it's a viable engineering decision for a growing slice of real workloads — and the tooling has finally caught up. StorageReview just published a comprehensive roundup of what actually works, with one u…

  336. dev.to — LLM tag TIER_1 English(EN) · Rahul singh Shekhawat ·

    Why LLM-as-a-Judge Fails on Code (And How We Built a 4-Layer Hybrid Engine)

    <h2> Why Single-LLM Evaluators Produce 80%+ False Alarms on Generated Code — and How a Hybrid Engine Fixes It </h2> <p>Over the past two years, the AI industry converged on a single standard for evaluating generative outputs: <strong>LLM-as-a-Judge</strong>.</p> <p>The pitch was …

  337. dev.to — LLM tag TIER_1 English(EN) · The Unmeshed Team ·

    LLM Cost Optimization: 9 Ways to Cut Token Usage in Production

    <p>There is a scene in <em>Moneyball</em> where Brad Pitt sits across from a room of old scouts who want to spend big on famous players. He tells them they are asking the wrong question. The point was never to buy the best players. <em>It was to buy wins, and wins were hiding in …

  338. dev.to — LLM tag TIER_1 English(EN) · Mobisoft Infotech ·

    LLM Fine-Tuning Explained: Techniques, Challenges & Applications

    <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%2Fdp5wmc6mncpxmtdlnw6v.png"><img alt=" " height="1433"…

  339. dev.to — LLM tag TIER_1 Polski(PL) · Andrzej Klusiewicz ·

    How do LLMs work? How does artificial intelligence know what to answer - an explanation without the magic

    <p>"AI po prostu wie, co odpowiedzieć" — to najczęstsze uproszczenie, jakie słyszę o dużych modelach językowych. W praktyce za każdą odpowiedzią stoi konkretny mechanizm: tokenizacja, wektory, warstwy transformera i statystyka prawdopodobieństwa. Ten artykuł rozkłada to na czynni…

  340. dev.to — LLM tag TIER_1 English(EN) · Sven Welack ·

    LLMs on Consumer Hardware — Part 4: The Coordinator Search — Role-Casting and the Memory Wall

    <p><em>Part 4 of a series. Previously: <a href="https://dev.to/USERNAME/PART-3-SLUG">Part 3 — A Multi-Agent Setup with Hermes</a>.</em></p> <p>Part 3 ended on a specific failure: Gemma 4 26B, the best of the local models as a <em>worker</em>, could not orchestrate. It handled one…

  341. dev.to — LLM tag TIER_1 English(EN) · Olerius.dev ·

    Spot on. Throwing more context at an LLM kills latency. If you're building robust agents (especially in Rust), memory architecture is the real bottleneck to solve. Great read.

    <div class="ltag__link--embedded"> <div class="crayons-story "> <a class="crayons-story__hidden-navigation-link" href="https://dev.to/mikeross27/ai-agents-dont-need-more-context-they-need-memory-470o">AI Agents Don’t Need More Context. They Need Memory.</a> <div class="crayons-st…

  342. dev.to — LLM tag TIER_1 English(EN) · Sanjay Singh ·

    Stop Wiring If/Else Chains: How to Actually Architect an LLM App in 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%2Fz69as3qr4ppwy8zldjx6.png"><img alt=" " height="447" …

  343. dev.to — LLM tag TIER_1 English(EN) · Shameer Sh ·

    Understanding LLM Lifecycle - For Infra admins - Beginner

    <p>This LLM life cycle is an easy reading for an Infra admin comparing to Deployment life cycle of an OS. </p> <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…

  344. dev.to — LLM tag TIER_1 Polski(PL) · Andrzej Klusiewicz ·

    Ollama from scratch — local LLM models: installation, API, and first applications

    <p>Model LLM działający lokalnie, bez wysyłania danych do chmury i bez miesięcznego rachunku za API — Ollama robi to prościej, niż się wydaje. Przechodzę całość: instalację, pierwsze zapytanie, REST API i polskiego Bielika gadającego na żywo.</p> <p>Blog JSystems · AI dla program…

  345. dev.to — LLM tag TIER_1 English(EN) · Lavitra ·

    LangGraph Explained: Giving an LLM Pipeline the Ability to Loop Back on Itself

    <p>Part one of this series ended on a specific boundary:LangChain's chain model, even with LCEL's clean pipe syntax, is built for pipelines that flow forward, not ones that loop, branch based on a runtime decision, or need to pause and resume days later. That boundary is exactly …

  346. dev.to — LLM tag TIER_1 English(EN) · Daniel Dong ·

    One API Key, 15+ Models: A Better Way to Call Every Major LLM

    <p>Here's the state of building with LLMs in 2026: DeepSeek has one API, Moonshot has another, Zhipu GLM has a third, Alibaba's Qwen a fourth. Each with its own key, its own SDK quirks, its own billing console, its own free-tier rules.</p> <p>We built AIBridge to collapse all of …

  347. dev.to — LLM tag TIER_1 English(EN) · SullivanReed1247 ·

    Node.js Review Findings: Structured LLM Extraction Under Regional 429 Rate Limits

    <p>Short answer: put each US or EU extraction worker behind a region-local, rate-aware queue; validate every structured finding before completion; and use provider batch processing only for review work whose deadline can absorb asynchronous turnaround. A 429 is an admission-contr…

  348. dev.to — LLM tag TIER_1 English(EN) · Kevin ·

    InferGuard: a security gateway for your self-hosted LLM

    <p>You stood up vLLM on a box with a GPU. It works. You share the URL with a couple of teams and go back to your actual job.</p> <p>Here is what you just deployed:</p> <p>No authentication. vLLM doesn't ship with any by default. Anyone who learns the address can use it — includin…

  349. dev.to — LLM tag TIER_1 English(EN) · Priyanka-Chettri ·

    From Neural Networks to LLMs: The Mental Model I Was Missing

    <p>Before jumping into APIs, RAG, agents, and AI applications, I wanted to understand what actually happens inside an LLM.</p> <p>I kept coming across terms like <strong>neural networks, deep learning, Transformers, attention, tokens, embeddings, BERT, GPT, and causal language mo…

  350. dev.to — LLM tag TIER_1 English(EN) · Adham Hewala ·

    LLMs Finally Made Sense to Me: A Software Engineer’s Mental Model

    <p>A few weeks ago, I started seriously learning how Large Language Models actually work.</p> <p>Not how to <em>use</em> ChatGPT.</p> <p>Not how to write better prompts.</p> <p>Not how to call an LLM API from Python.</p> <p>I mean what actually happens <strong>after I press Enter…

  351. dev.to — LLM tag TIER_1 English(EN) · Multigrid ·

    Migrating Structured Logging Schemas for LLM Calls

    <p>The logging rewrite is the second half of a provider migration that nobody schedules, because the log line was written by copying whatever the SDK response object happened to contain.</p> <h2> Why the log is coupled to the provider </h2> <p>The usual call log is a serialised r…

  352. dev.to — LLM tag TIER_1 English(EN) · Divyakush Punjabi ·

    RAG, explained properly: how retrieval keeps an LLM honest

    <p><strong>A large language model is frozen in time and confidently wrong about anything it wasn't trained on. Retrieval-Augmented Generation is how you fix both problems at once — without retraining the model.</strong></p> <p>RAG has become one of the most important patterns in …

  353. dev.to — LLM tag TIER_1 English(EN) · Ravindranath Guptha K ·

    "How Does LLM Actually Work? From Prompt to Prediction"

    <blockquote> <p>Large Language Models have quickly become part of everyday software development.</p> </blockquote> <p>We ask them to explain code, debug errors, generate tests, write Python scripts, summarize documentation, or help us understand an unfamiliar codebase.</p> <p>Wit…

  354. dev.to — LLM tag TIER_1 English(EN) · ThavonBird ·

    Semantic Caching: The LLM Cost-Killer Nobody's Talking About Enough

    <p><strong>TL;DR</strong></p> <p>Traditional caching checks if you've seen the exact same input before. Semantic caching checks if you've seen a meaningfully similar input before — using embeddings instead of string matching. For LLM-backed apps, this can cut API costs by 30–70% …

  355. dev.to — LLM tag TIER_1 English(EN) · Madhav M S ·

    Building Sluice: QoS-Aware Capacity Governance for Self-Hosted LLM Inference

    <p>📦 Project: <a href="https://github.com/VampiricCyborg/sluice" rel="noopener noreferrer">https://github.com/VampiricCyborg/sluice</a></p> <h2> 1. The Problem: When Capacity Becomes the Bottleneck </h2> <p>A self-hosted vLLM deployment runs on a GPU pool of fixed size. That's th…

  356. dev.to — LLM tag TIER_1 English(EN) · BETADRIX TECH ·

    LLM RAG vs Fine-Tuning: Vector Databases, Latency and Production Architecture

    <p>Large language models can be adapted to enterprise applications in two common ways: <strong>Retrieval-Augmented Generation (RAG)</strong> and <strong>fine-tuning</strong>.</p> <p>They solve different problems.</p> <p>RAG gives an LLM access to external knowledge at query time,…

  357. dev.to — LLM tag TIER_1 English(EN) · daxharrington5274 ·

    Edtech Comment Backfills: Node.js Bulk LLM Classification and Per-Tenant Results

    <p>Short answer: submit historical posts and comments as batch work, persist the returned job identity beside the tenant, and poll that job instead of firing one LLM request per record.</p> <p>For an edtech knowledge base, that decision is less about raw model price than about re…

  358. dev.to — LLM tag TIER_1 English(EN) · Multigrid ·

    Property-Based Testing for LLM Output With Hypothesis

    <p>Hypothesis generates inputs and checks that a property holds for all of them. Applied to a language model, the model is the system under test and the property is whatever you can assert about its output without knowing what the output will say. That second half is the part wor…

  359. dev.to — LLM tag TIER_1 English(EN) · Adolfo Pedernera ·

    Local vs Hosted LLMs: The Decision Framework

    <p><strong>A comprehensive framework for deciding between local LLMs and cloud APIs. Covers cost, privacy, latency, control, and the hybrid approach.</strong></p> <h2> The Cathedral and the Bazaar, Revisited </h2> <p>In 1997, Eric Raymond published an essay that framed a fundamen…

  360. dev.to — LLM tag TIER_1 English(EN) · mT41Gzp73rc6 ·

    Backfilling a Comment Archive: Bulk LLM Classification Jobs and Result Exports

    <p>Use one bulk classification job over the whole archive, and make schema-valid JSON the acceptance criterion you check first — before model quality, before cost per row. If you need to moderate existing posts and comments after a policy change, the batch endpoint of whatever LL…

  361. dev.to — LLM tag TIER_1 English(EN) · Emery Lin ·

    Cheap Model First, Strong Model on Failure: Building an Auditable Two-Tier LLM Pipeline

    <p>There's a pattern I see every release cycle: a new budget-friendly model ships, the discourse explodes with hot takes, and within 48 hours half my feed has declared it a drop-in replacement for everything. The claim might even be true. But here's what nobody posting those take…

  362. dev.to — LLM tag TIER_1 中文(ZH) · JH5 ·

    The Actual User Experience and Practical Limitations of Running LLMs in Browsers

    <p>直接在瀏覽器跑 LLM,既兼顧隱私又不用複雜的GPU設定,太完美了吧?</p> <p>從 WebLLM 到 Transformers.js,前端社群有一群反骨仔吹起一股「邊緣 LLM」的熱潮,可是,當真正將模型落地到使用者的瀏覽器時,第一個面對的考驗就是,WebGPU 真的有比 WASM 快嗎?</p> <p>這陣子實測的結論比想像中更加戲劇化, 500M 以下的微型模型,WASM 反而快了 12%,但是對於 3B 以上的大模型,WASM 直接變成悲劇,直接讓Chrome撞的頭破血流(Chrome 沒有頭 = Headless Chrome)。</…

  363. dev.to — LLM tag TIER_1 English(EN) · evanshepherd5623 ·

    Picking an LLM API gateway for a private knowledge base: cost per token, caching, batch

    <p>Thirty seconds is about how long a nurse will wait for an answer from an internal-policy assistant before giving up and opening the PDF. That deadline, not the price list, is what decides this comparison. Pick a gateway on two numbers at once — what one answered question costs…

  364. dev.to — LLM tag TIER_1 Bahasa(ID) · IbraMedia ·

    LLM Integration in Real-Time vs Batch Data Pipelines: An Efficiency Analysis

    <h2> Evolusi Pemrosesan Data: Dari Batch ke Real-Time </h2> <p>Transformasi infrastruktur data mendorong transisi dari pemrosesan batch statis ke arsitektur streaming. Integrasi LLM kini menjadi komponen inti sistem data terdistribusi, di mana kecepatan pemrosesan informasi menen…

  365. dev.to — LLM tag TIER_1 English(EN) · Taylor Lin ·

    I Built a Personal Regression Suite for LLMs — Here's the Design, Not Just the Code

    <p>Every time a new open model trends, the same ritual plays out: impressive demos on Monday, horror stories by Wednesday, and by Friday nobody remembers what they concluded. I used to ride that wave. What pulled me off it wasn't a better opinion — it was realizing I already solv…

  366. dev.to — LLM tag TIER_1 English(EN) · Riley Wu ·

    Pick Your LLM With a Scoreboard, Not a Hunch: A Two-File Eval That Costs Nothing to Re-Run

    <h2> The decision nobody writes down </h2> <p>Ask a team why they run model X in production and the honest answer is usually "someone tried it in a chat window and it looked good." That works right up until the inputs stop looking like the demo: an edge case arrives, the model bl…

  367. dev.to — LLM tag TIER_1 English(EN) · Dakota Liu ·

    Stop Picking LLMs by Vibes: A Reproducible Evaluation Harness You Can Run for Free

    <p>Every week there's a new model, a new benchmark chart, and a new thread arguing about which one is "smartest." Meanwhile, the question that actually matters for your project — <em>does this model handle my prompts, my edge cases, my output format?</em> — goes untested.</p> <p>…

  368. dev.to — LLM tag TIER_1 English(EN) · JamesAnderson121 ·

    Forecast First: Python Batch API for LLM Summarization, Tagging, and Extraction

    <p>Short answer: move summarization, tagging, and extraction to batch LLM jobs when nobody needs the answer immediately, but keep realtime calls for interactive work; the useful savings come from making latency flexible and forecasting tokens before dispatch, not from assuming ev…

  369. dev.to — LLM tag TIER_1 English(EN) · AidenSterling3417 ·

    Queue-or-Request Test for Batch LLM Jobs: API Cost, Tagging, and Extraction

    <p>The answer is conditional: move summarization, tagging, and extraction into a batch lane only when the work can wait, inputs can be replayed safely, and your measured all-in cost is lower than the realtime path. Keep interactive requests realtime. A provider's advertised disco…

  370. dev.to — LLM tag TIER_1 English(EN) · David G ·

    What I learned trying to benchmark local LLMs honestly

    <p>I had eight models sitting on my laptop and no idea which one I should actually be using.</p> <p>I could get tokens per second out of <code>llama-bench</code>. That told me <code>llama3.2</code> was fast. It told me nothing about whether <code>llama3.2</code> was <em>good</em>…

  371. dev.to — LLM tag TIER_1 English(EN) · Emylton Leunufna ·

    Challenging Tokenization: An LLM Architecture Experiment Without a Tokenizer

    <p>For years, most Large Language Models (LLMs) have started from the same assumption: <strong>Language is first broken into tokens, and computation happens on those tokens.</strong></p> <p>Whether it's BPE, SentencePiece, or WordPiece, the <em>tokenizer</em> remains one of the m…

  372. dev.to — LLM tag TIER_1 English(EN) · ai maya ·

    "How to Tell If an LLM Was Really Trained From Scratch: A Reproducible Fingerprinting Method"

    <h1> How to Tell If an LLM Was Really Trained From Scratch: A Reproducible Fingerprinting Method </h1> <p><em>Detect whether an LLM was trained from scratch or derived from Qwen, Llama, or DeepSeek — by fingerprinting architecture, tokenizer, and weight provenance from public Hug…

  373. dev.to — LLM tag TIER_1 English(EN) · Lingesh B ·

    Evaluating Amazon Bedrock Knowledge Base RAG using LLM-as-a-Judge

    <p>In this video, we perform a deep dive into evaluating Retrieval-Augmented Generation (RAG) performance using <em>Amazon Bedrock Knowledge Bases</em> and the <em>LLM-as-a-Judge</em> framework.</p> <p> </p>

  374. dev.to — LLM tag TIER_1 English(EN) · Rafał Fuchs ·

    llms.txt: what it is, why it matters and how to implement it

    <p>In December 2024, Jeremy Howard, the creator of fast.ai, proposed a simple standard: an llms.txt file placed in a domain's root directory, telling AI systems about the structure and content of the site. The standard is supported by Anthropic (Claude), Perplexity and a dozen or…

  375. dev.to — LLM tag TIER_1 English(EN) · Mustafa ERBAY ·

    Technical Accuracy in LLM Output: Setting Up a Fact-Check Pipeline

    <p>The technical accuracy of content generated by LLMs is an undeniable requirement, especially in critical applications. When manual checks are insufficient to ensure the reliability of an LLM output, setting up an automated fact-check pipeline is the primary way to prevent the …

  376. dev.to — LLM tag TIER_1 English(EN) · Multigrid ·

    Evaluating Classical NLP vs LLM Approaches

    <p>The reflexive answer is “use a model” and the contrarian answer is “classical methods are underrated”. Both are slogans. The decision is a calculation with four inputs, and once you write it down it usually answers itself.</p> <h2> The four variables </h2> <ul> <li> <strong>Vo…

  377. dev.to — LLM tag TIER_1 English(EN) · Lightning Developer ·

    Mastering LLM Fine-Tuning and Local Hosting with Unsloth

    <h2> Introduction to Modern Local LLM Workflows </h2> <p>Historically, fine-tuning an 8B parameter Large Language Model (LLM) required access to expensive enterprise hardware like the NVIDIA A100. Developers often faced the anxiety of whether their training run would complete bef…

  378. dev.to — LLM tag TIER_1 English(EN) · suresh devops ·

    Powering ML Services with Ollama: A Complete Setup for Self-Hosted LLMs

    <p>Our ML Services need LLMs to process the large documents and data. We started using Ollama since 2024 and the learnings below:</p> <p><strong>Ollama</strong>, an open-source tool that packages LLMs into a simple CLI and REST server, has emerged as a game-changer for developers…

  379. dev.to — LLM tag TIER_1 English(EN) · Mustafa ERBAY ·

    Reducing LLM Costs by Measuring Prompt Caching

    <p>LLM (Large Language Model) API calls can become a significant expense due to token-based costs as applications scale. Prompt caching aims to directly reduce this cost by returning cached responses for previously answered or similar queries instead of re-querying the LLM. This …

  380. r/MachineLearning TIER_1 English(EN) · /u/Ok_Philosophy_4031 ·

    Can recurring LLM traces be synthesized into deterministic pipelines of typed ML and NLP operators? [D]

    <!-- SC_OFF --><div class="md"><p>We are investigating whether recurring LLM workloads can be replaced, where appropriate, by automatically constructed pipelines of regexes, deterministic parsers, traditional ML and NLP models. </p> <p>As an example, suppose an application repeat…

  381. dev.to — LLM tag TIER_1 English(EN) · Dinesh_gowtham ·

    Prompt Engineering Explained Simply: 5 Techniques to Improve Your LLM Outputs

    <p>Large Language Models can be finicky, but with the right prompts, they can produce astonishing results. However, crafting effective prompts is more art than science. What if you could systematically improve your prompts to get better outputs? </p> <h2> Introduction to Prompt E…

  382. dev.to — LLM tag TIER_1 English(EN) · Mustafa ERBAY ·

    LLM Structured Output: JSON Schema for Reliable Answers

    <h2> Introduction </h2> <p>LLM (Large Language Model) structured output plays a critical role in natural language processing and artificial intelligence applications. Using tools like JSON Schema, we can make LLM output more reliable and understandable. In this article, we will e…

  383. dev.to — LLM tag TIER_1 English(EN) · jamesanderson3589 ·

    Batch Moderation for Existing Posts and Comments: Bulk LLM Classification Jobs

    <p><strong>Short answer:</strong> Backfill existing posts and comments with a resumable batch job, not a loop that sends one LLM classification request at a time; persist the source identity, poll job state, then export or fetch results before applying moderation flags in an idem…

  384. dev.to — LLM tag TIER_1 English(EN) · ItsEvilDuck ·

    BiasCheck: Critical Query Template for LLMs

    <p>I've built BiasCheck: Critical Query Template. This is a tool designed to help users get more nuanced and reliable outputs from large language models, especially when dealing with sensitive subjects.</p> <p>The template works by structuring prompts to encourage the LLM to cons…

  385. dev.to — LLM tag TIER_1 English(EN) · FreeDevKit ·

    RAG Architecture for Developers: Enhancing LLM Accuracy

    <blockquote> <p>Originally published on <a href="https://freedevkit.com/blog/rag-architecture-for-developers-enhancing-llm-accuracy/" rel="noopener noreferrer">FreeDevKit</a>.</p> </blockquote> <p>Introduction to RAG Architecture Retrieval-Augmented Generation (RAG) architecture …

  386. dev.to — LLM tag TIER_1 English(EN) · yuelinghuashu ·

    LLM Narrative Engines, Part 6: Runtime Loop and Branching

    <blockquote> <p><strong>Before reading this</strong>: This is the final post in the series. I'd recommend reading the previous five — Part 1 covers the <code>.meph</code> format, Part 2 walks through a hands-on tutorial, Parts 3 and 4 explain how the parser outputs a <code>domain…

  387. dev.to — LLM tag TIER_1 English(EN) · Emery Li ·

    Stop Guessing: A Repeatable Harness for Comparing Free LLM Endpoints on Your Actual Tasks

    <p>Every week there's a new "best free model" thread, and every week I watch developers pick one based on vibes, a screenshot, or someone else's benchmark that has nothing to do with their workload. Then three days later they're rewriting prompts because the model falls apart on …

  388. dev.to — LLM tag TIER_1 English(EN) · Avery Lin ·

    A Reproducible Baseline for Comparing Free LLM Coding Models on Your Own Repo

    <p>Scrolling DEV this week, roughly every third post is about AI coding tools, agents, or model comparisons. Most of them share the same weakness: the benchmarks happened on someone else's machine, on someone else's code, with prompts I can't rerun. When the result disagrees with…

  389. dev.to — LLM tag TIER_1 English(EN) · niuniu ·

    Stop Guessing: A Reproducible Harness for Evaluating Free LLM Access Before You Pay for Anything

    <p>Most developers pick a model the same way: they paste one prompt into a chat UI, like the answer, and start building on it. A week later the integration falls apart on edge cases nobody tested, and the 'evaluation' turns out to have been a vibe.</p> <p>I got tired of doing thi…

  390. dev.to — LLM tag TIER_1 English(EN) · FreeDevKit ·

    RAG Architecture for Developers: Enhancing LLM Accuracy & Relevance

    <blockquote> <p>Originally published on <a href="https://freedevkit.com/blog/rag-architecture-for-developers-enhancing-llm-accuracy-relevance/" rel="noopener noreferrer">FreeDevKit</a>.</p> </blockquote> <p>Retrieval Augmented Generation (RAG) architecture is a critical paradigm …

  391. dev.to — LLM tag TIER_1 English(EN) · Wayne ·

    llmperf Is Archived: Alternatives for LLM Benchmarking

    <p>If you've been using <a href="https://github.com/ray-project/llmperf" rel="noopener noreferrer">ray-project/llmperf</a>, you may have noticed it's now in archive mode. No new updates, no fixes, no responses to issues. If you're evaluating it for the first time, that's worth kn…

  392. r/LocalLLaMA TIER_1 English(EN) · /u/cafedude ·

    Maple-Preview: 20B-A1B ternary-weight reasoning open-weight LLM

    &#32; submitted by &#32; <a href="https://www.reddit.com/user/cafedude"> /u/cafedude </a> <br /> <span><a href="https://deepgrove.ai/maple-preview">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/LocalLLaMA/comments/1vfrr5t/maplepreview_20ba1b_ternaryweight_reason…

  393. dev.to — LLM tag TIER_1 English(EN) · synthorai ·

    Build an LLM Chatbot: Streaming, Context Compression, Memory

    <p>This guide walks through a complete chatbot you can run locally in about two minutes and read in an afternoon: a FastAPI server, one static page, no database, no build step. It covers the design of each subsystem, the order things happen in on every turn, and the failure modes…

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

    Why LLMs Still Struggle With Tabular Prediction

    <p>Most business prediction problems do not arrive as prose. They arrive as rows: account attributes, transactions, sensor readings, test results, and a target column. For this kind of data, gradient-boosted trees and other conventional methods remain hard to displace.</p> <p>A n…

  395. dev.to — LLM tag TIER_1 English(EN) · Mohammad Jawad (Kasir) Barati ·

    How LLMs Actually Work: Memory & Reasoning?

    <p>Large Language Models (LLMs) like GPT are incredibly powerful, but they work in ways that are often counterintuitive. Here I wanna break down 3 core concepts that explain what's really happening under the hood.</p> <h2> tl;dr </h2> <ul> <li>LLMs are stateless.</li> <li>Some mo…

  396. dev.to — LLM tag TIER_1 English(EN) · Sven Welack ·

    LLMs on Consumer Hardware — Part 2: Prefill and the Failure of the AI PC

    <p>Part 1 established the hardware, the runner, and the primary model. This entry covers what governs inference on that hardware — the two phases of inference, the cost of long context, and the cost of loading a model from disk — and compares the local machines against a free-tie…

  397. dev.to — LLM tag TIER_1 English(EN) · MojaLab ·

    From "token" to "MoE": the LLM glossary in dependency order

    <blockquote> <p><strong>TL;DR</strong> — A glossary to actually understand the terms you hit when reading about LLMs: token, embedding, attention, KV cache, GQA, MoE, quantization and the rest. But not alphabetical — <strong>in dependency order</strong>: every entry uses only con…

  398. dev.to — LLM tag TIER_1 English(EN) · Usman Shahid ·

    An SRE's guide to deploying LLMs, Part 1: understand the workload

    <blockquote> <p><strong>📖 Cross-posted.</strong> The original has interactive, step-through diagrams for every stage (attention, the feed-forward step, sampling, and more) that can't run here. For the full experience, <a href="https://codemug.github.io/blog/sre-guide-deploying-ll…

  399. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    Intelligent Inference Scheduling with llm-d # llmd # ai https:// twp.ai/E5EnOg

    Intelligent Inference Scheduling with llm-d # llmd # ai https:// twp.ai/E5EnOg

  400. dev.to — LLM tag TIER_1 English(EN) · Kavya ·

    Why memory bandwidth matters more than TFLOPS for LLM inference

    <p>Your GPU's TFLOPS rating does not decide how fast it generates tokens. Memory bandwidth does. Here's the spec that actually separates A100-era inference from H200-era inference.</p> <p><strong>Key takeaways</strong></p> <ul> <li><p>HBM3e reaches up to 9.6 Gb/s per pin versus H…

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

    Streaming vs Batching LLM Responses: Cost and Latency Insights

    <h2> Key takeaways </h2> <ul> <li>Batching can reduce costs by 30-50% in non-urgent tasks.</li> <li>Streaming minimizes latency but may lead to higher operational costs.</li> <li>Choosing the right strategy can increase reliability and user satisfaction.</li> <li>Understanding yo…

  402. r/MachineLearning TIER_1 English(EN) · /u/usernamehere93 ·

    Context degradation in LLMs: what the papers actually show, and the habits I built for long analysis sessions [R]

    <table> <tr><td> <a href="https://www.reddit.com/r/MachineLearning/comments/1vdsgcj/context_degradation_in_llms_what_the_papers/"> <img alt="Context degradation in LLMs: what the papers actually show, and the habits I built for long analysis sessions [R]" src="https://external-pr…

  403. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    llm-d 0.3: Wider Well-Lit Paths for Scalable Inference # llmd # ai https:// twp.ai/E5EnOa

    llm-d 0.3: Wider Well-Lit Paths for Scalable Inference # llmd # ai https:// twp.ai/E5EnOa

  404. dev.to — LLM tag TIER_1 English(EN) · Shrestha Pandey ·

    Complete Guide to Context Engineering in LLMs

    <p>Context engineering is one of those terms that you understand when you actually build with LLMs in production. Then it becomes clear that this is the real work of deciding what information the model should see, how that information should be arranged, what should be remembered…

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

    Designing Graceful Degradation for LLM Rate Limits

    <h2> Key takeaways </h2> <ul> <li>Implement fallback responses to maintain user engagement.</li> <li>Use caching mechanisms to reduce LLM calls during outages.</li> <li>Establish alerting systems for LLM performance degradation.</li> <li>Balance the trade-offs between user experi…

  406. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    llm-d 0.5: Sustaining Performance at Scale # llmd # ai https:// twp.ai/E5EnOc

    llm-d 0.5: Sustaining Performance at Scale # llmd # ai https:// twp.ai/E5EnOc

  407. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    Production-Grade LLM Inference at Scale with KServe, llm-d, and vLLM # llmd # ai https:// twp.ai/E5EnOX

    Production-Grade LLM Inference at Scale with KServe, llm-d, and vLLM # llmd # ai https:// twp.ai/E5EnOX

  408. dev.to — LLM tag TIER_1 English(EN) · Inna Udalaya (Inna Story) ·

    Inna Udalaya (Inna Story): Formalizing Algorithmic Identity and Delta of Intent in LLM Environments

    <p>Digital strategist and researcher Inna Udalaya (publishing under the pseudonym Inna Story) has introduced a formalized methodological framework designed to stabilize digital identity in algorithmic environments. Her research addresses a fundamental structural issue in modern A…

  409. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    Networking for Distributed Inference in llm-d # llmd # ai https:// twp.ai/E5EnON

    Networking for Distributed Inference in llm-d # llmd # ai https:// twp.ai/E5EnON

  410. dev.to — LLM tag TIER_1 English(EN) · Sven Welack ·

    Running LLMs Locally on Consumer Hardware — Part 1: The Stack and First Benchmarks

    <p>This is the first in a series of build-log posts documenting a local LLM project, in which models are run on owned consumer hardware rather than through a cloud API. The present entry covers the hardware, the software stack, and the benchmarks by which a primary model was sele…

  411. dev.to — LLM tag TIER_1 English(EN) · kai wen ng ·

    Impact of Inference Backends on LLM Reproducibility: Notes from a Research Paper

    <p>Recently I read aboyt this article:<br /> <a href="https://arxiv.org/abs/2605.19537" rel="noopener noreferrer">The Silent Hyperparameter: Quantifying the Impact of Inference Backends on LLM Reproducibility</a></p> <p>Here is what I learnt:<br /> LLM inference engines provide a…

  412. dev.to — LLM tag TIER_1 English(EN) · Lightning Developer ·

    Leveling Up: The Current State of Self-Hosted Coding LLMs in August 2026

    <p>The performance gap between proprietary coding models like Claude and GPT and open-weight alternatives has become remarkably small. As of August 2026, self-hosting is no longer about compromising on quality. It is about running production-ready coding assistants that keep sens…

  413. dev.to — LLM tag TIER_1 English(EN) · Mukesh ·

    Testing Non-Deterministic LLM Pipelines in CI: A Contract-Based Approach

    <p>Most CI pipelines assume a function called with the same input twice returns the same output. That assumption breaks the moment an LLM call enters your test suite. Ask GPT-4 or Claude the same question twice and you can get two different (both correct) answers. Teams shipping …

  414. dev.to — LLM tag TIER_1 English(EN) · Adha AK ·

    OpenEval: Why LLM Evaluation Needs a Standard Format

    <p>Every LLM evaluation framework today invents its own test case format, its own grader definitions, and its own results schema. DeepEval, Promptfoo, Inspect AI, and lm-evaluation-harness all solve the same core problem (checking whether a model's output is correct) but none of …

  415. dev.to — LLM tag TIER_1 Русский(RU) · Promptra Team ·

    LiteLLM: A Unified Proxy for Models, Limits, and Logs

    <p>Единый прокси решает одну проблему и тут же создаёт другую. Он убирает из приложений десятки ключей и base_url, но забирает себе все решения о маршрутизации, которые раньше были размазаны по коду. Пока прокси работает, это выглядит как чистая экономия сложности. В момент отказ…

  416. dev.to — LLM tag TIER_1 English(EN) · Alina Trofimova ·

    Scalable, Reliable LLM Inference on Kubernetes: Streamlining In-House Infrastructure Development and Maintenance

    <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%2F8figt9bxvx857ml2es3b.png"><img alt="cover" height="4…

  417. dev.to — LLM tag TIER_1 English(EN) · John Medina ·

    The Caching Illusion: Why Semantic Cache Won't Save Your LLM Budget

    <p>Everyone tells you to just drop a semantic cache in front of OpenAI or Anthropic to cut costs. I tried it. tbh, it's mostly an illusion.</p> <p>Here is the reality of AI agents: they don't ask the same questions twice. They inject dynamic context, timestamps, user-specific IDs…

  418. dev.to — LLM tag TIER_1 English(EN) · HyperNexus ·

    Zero Downtime LLM Inference: The Waterfall Approach

    <h1> Zero Downtime LLM Inference: The Waterfall Approach </h1> <p>Uptime is non-negotiable. HyperNexus inference client natively catches 429s and 5xx errors, seamlessly cascading down a prioritized chain:</p> <ol> <li>NVIDIA NIM / Primary APIs</li> <li>OpenRouter (Secondary aggre…

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

    Semantic Caching for LLMs: Cost Savings vs. Accuracy Risks

    <h2> Key takeaways </h2> <ul> <li>Semantic caching can reduce LLM costs by up to 70%.</li> <li>Accuracy risks arise when cached responses are stale or misaligned.</li> <li>Implementing effective cache invalidation strategies is crucial.</li> <li>Evaluate use cases carefully to ba…

  420. dev.to — LLM tag TIER_1 English(EN) · soy ·

    LLM Context Management, PyTorch Attention Profiling & Open-Source LLM Code Review

    <h2> LLM Context Management, PyTorch Attention Profiling &amp; Open-Source LLM Code Review </h2> <h3> Today's Highlights </h3> <p>This week's highlights include a practical CLI for managing LLM context windows, a deep dive into profiling PyTorch attention for performance, and an …

  421. dev.to — LLM tag TIER_1 English(EN) · AS ·

    Kmemo: a semantic cache for LLM calls that refuses to serve you the wrong answer

    <p>An exact-match cache misses "how do I reverse a list in Python" when it has already answered "python list reverse". A semantic cache doesn't: it embeds the prompt, finds the closest one it has seen, and replays that answer instead of calling the model. Fewer API calls, lower l…

  422. dev.to — LLM tag TIER_1 English(EN) · mayankpallai ·

    Building a Terminal Based LLM Inference Internals Explorer - Part 3

    <h2> Part 3: Speculative Decoding via Sampling-Mode Accept/Reject </h2> <p><em>Part 3 of a 4-part series on system-level LLM inference internals. Part 1 tracked entropy during decode. Part 2 measured attention sinks during prefill. This one implements sampling-mode speculative de…

  423. dev.to — LLM tag TIER_1 English(EN) · Hitarth Desai ·

    Dead-Letter Queues for LLM Extraction Failures: Capture, Triage, and Replay Without Losing Trust

    <p>A validation failure is not an exception to hide. It is a record your system does not yet know how to trust.</p> <p>That distinction matters in LLM extraction pipelines. A malformed invoice, an unexpected OCR layout, a model response that violates the schema, and a semanticall…

  424. dev.to — LLM tag TIER_1 English(EN) · Swarit Shukla ·

    Batch Size and LLM Inference Efficiency

    <p>Having an optimal Batch size can decrease your models cost per token at the time of inference.</p> <p>This will be an explanation on how Batch size affects the cost at the inference, We will be going deep and building the framework from the ground up. This will be an informal …

  425. dev.to — LLM tag TIER_1 English(EN) · Marco Conti ·

    Building an LLM Reporting Layer That Never Invents Numbers

    <p><em>Why a solar production report generator treats grounding as a hard constraint, not a nice-to-have — and what actually enforcing that looks like in a system prompt.</em></p> <h2> The problem </h2> <p>Most PV monitoring dashboards are good at showing data and bad at explaini…

  426. dev.to — LLM tag TIER_1 English(EN) · zxpmail ·

    Five Comments That Redesigned My LLM Verification Pipeline

    <p><strong>Agent Determinism Illusions (Part 6)</strong></p> <blockquote> <p><strong>Where this fits:</strong> <a href="https://dev.to/zxpmail/six-experiments-on-adversarial-verification-and-the-75-wall-that-didnt-move-2d1m">Part 5</a> closed the experimental arc with an honest a…

  427. dev.to — LLM tag TIER_1 English(EN) · Aislin Keir ·

    LLM Use Cases in Finance: Architecture, Real-World Applications, and Best Practices

    <p>Financial institutions have moved beyond experimenting with large language models, they’re learning how to run them in production now. Building a deployment that actually works is not simply about picking the latest model but integrating enterprise data, meeting regulatory nee…

  428. dev.to — LLM tag TIER_1 English(EN) · WonderLab ·

    AI Evaluation Series (03): LLM-as-Judge — How to Use LLMs to Evaluate LLMs Correctly

    <h2> How LLM-as-Judge Works </h2> <p>LLM-as-Judge delegates the quality evaluation of one LLM's output to another LLM (or the same one).</p> <p>Two basic forms:</p> <p><strong>Pointwise scoring (single answer)</strong><br /> </p> <div class="highlight js-code-highlight"> <pre cla…

  429. dev.to — LLM tag TIER_1 English(EN) · Rahul Vijayvergiya ·

    How LLMs Work: Transformer, Attention & Next Token Prediction Explained

    <p><strong>Before we begin:</strong> The goal of this article is to help you understand how LLMs work in simple language. I've intentionally avoided deep technical details.</p> <p>If you've used ChatGPT, Claude, Gemini, or another AI chatbot, you've probably wondered:</p> <p><str…

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

    The Data Bottleneck and the Myth of "Recursive Learning" in LLMs

    <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%2Fimages.unsplash.com%2Fphoto-1620712943543-bcc4688e7485%3Fq%3D80%26w%3D1000%26auto%3Dformat%26fit%3Dcrop"><img alt="LL…

  431. dev.to — LLM tag TIER_1 English(EN) · Rost ·

    LLM Wiki Maintenance: Drift, Contradictions and Review

    <p>An LLM Wiki fails when old facts remain plausible, contradictions become polished, and generated summaries drift from their sources.</p> <p>Maintenance is the real product of any compiled knowledge system. Creating wiki pages is straightforward compared with keeping them trust…

  432. dev.to — LLM tag TIER_1 English(EN) · Sreeraj Sreenivasan ·

    The Complete Guide to Local LLM Inference Tools in July 2026: llama.cpp, Ollama, vLLM, SGLang, and Beyond

    <p><em>Nine tools, three layers, one decision framework. Everything you need to run open-source models in 2026.</em></p> <h2> Why This Guide Exists </h2> <p>The local LLM inference ecosystem has quietly matured into one of the most consequential layers of the open-source AI stack…

  433. dev.to — LLM tag TIER_1 English(EN) · Hitarth Desai ·

    Constrained Decoding vs Post-hoc Validation: Production LLM Extraction Needs Both

    <p>Constrained decoding and post-hoc validation solve different problems.</p> <p>Constrained decoding is generation-time control:</p> <ul> <li>fewer malformed payloads</li> <li>less wrapper text</li> <li>better adherence to schema/tool shape</li> </ul> <p>Post-hoc validation is t…

  434. dev.to — LLM tag TIER_1 English(EN) · Learn AI Resource ·

    Stop Wasting Your LLM Context Window: A Practical Strategy

    <p>You've got 200k tokens. So why do you keep running out of room halfway through your API call?</p> <p>Most developers treat context like a gas tank—fill it up and hope you don't run empty. That's the wrong mental model. Context is inventory. You need to <em>manage</em> it.</p> …

  435. dev.to — LLM tag TIER_1 English(EN) · Pneumetron ·

    Deep Interaction: A Novel Approach to Correcting LLM Reasoning Errors

    <h2> What Changed </h2> <p>The emergence of Chain-of-Thought (CoT) reasoning has significantly advanced the capability of large language models (LLMs) to handle complex, multi-step tasks. However, a persistent challenge in human-AI interaction with these models has been the ineff…

  436. dev.to — LLM tag TIER_1 English(EN) · Bahadir Kusat ·

    LLM Fine-Tuning Guide: Full Fine-Tuning, LoRA, Learning Rate, and VRAM

    <p>From data preparation and tokenizer selection to pretraining, LoRA, RLHF, evaluation, and production monitoring, this guide covers the major stages involved in training an AI model.</p> <p>Training an artificial intelligence model is not simply a matter of loading a dataset on…

  437. dev.to — LLM tag TIER_1 English(EN) · mayankpallai ·

    Building a Terminal Based LLM Inference Internals Explorer - Part 2

    <h2> Part 2: The Attention Sink Detector </h2> <p><em>Part 2 of a 4-part series on system-level LLM inference internals. Part 1 built the entropy tracker; this one looks one step earlier in the pipeline — at prefill, before a single token is generated.</em></p> <h2> Where This Fi…

  438. dev.to — LLM tag TIER_1 English(EN) · Pneumetron ·

    Bonsai-27B: A 1-Bit LLM for On-Device Inference with Llama.cpp and MLX

    <h2> What Changed </h2> <p>Prism ML has introduced Bonsai-27B, a 27B-class language model that leverages binary transformer weights, achieving a deployed footprint of approximately 3.9 GB. This represents a significant reduction in size, roughly 14.2 times smaller than its FP16 c…

  439. dev.to — LLM tag TIER_1 English(EN) · Pneumetron ·

    MiniCPM5-1B-Claude-Opus-Fable5-Thinking: A Compact LLM for Enhanced Coding and Instruction Following

    <h2> What Changed </h2> <p>GnLOLot has introduced the MiniCPM5-1B-Claude-Opus-Fable5-Thinking model, a specialized 1-billion parameter language model designed to enhance coding and instruction-following performance. This new model is a fine-tuned version of the <code>openbmb/Mini…

  440. dev.to — LLM tag TIER_1 English(EN) · mayankpallai ·

    Building a Terminal Based LLM Inference Internals Explorer

    <h2> Part 1: The Entropy Tracker </h2> <p><em>Part 1 of a 4-part series on system-level LLM inference internals.</em></p> <h2> What This Series Builds </h2> <p>Most LLM tooling treats inference as a black box. Hosted APIs make this worse; they strip away logits, attention weights…

  441. Mastodon — mastodon.social TIER_1 English(EN) · [email protected] ·

    BLIS: Evolving llm-d at Simulation Speed # llmd # ai https:// twp.ai/E5EnOS

    BLIS: Evolving llm-d at Simulation Speed # llmd # ai https:// twp.ai/E5EnOS