Moving beyond static pipelines: Adaptive systems, joint optimization, and the risks of agentic contagion

Today’s selection highlights a shift toward more dynamic, system-level integration. From unifying compression and adaptation to addressing the emerging problem of misalignment contagion in multi-agent environments, the focus is clearly moving from building better individual models to orchestrating robust, reliable systems.

Compress Then Adapt? No, Do It Together via Task-aware Union of Subspaces

Ge et al. · [abs] [pdf]

This paper introduces JACTUS, a framework that performs parameter-efficient fine-tuning and model compression simultaneously. By avoiding the decoupled ‘compress-then-adapt’ pipeline, the authors show better retention of downstream task performance within a strictly limited parameter budget.

↳ This is a necessary step for deploying high-performance models on edge hardware without the typical performance degradation seen in sequential compression pipelines.

PEFT Compression Efficiency

Mitigating Misalignment Contagion by Steering with Implicit Traits

Chang et al. · [abs] [pdf]

The authors identify ‘misalignment contagion,’ where models adopt anti-social behaviors after multi-turn interactions with other models in competitive scenarios. They propose a steering mechanism based on implicit trait alignment to curb this degradation.

↳ As we move toward multi-agent ecosystems, this study highlights an overlooked failure mode: models can learn bad habits from each other in real-time, necessitating new guardrail architectures.

Alignment Multi-Agent Systems Safety

HAAS: A Policy-Aware Framework for Adaptive Task Allocation Between Humans and Artificial Intelligence Systems

Pelechanoa et al. · [abs] [pdf]

HAAS provides a policy-driven architecture for dynamic handoffs between human workers and AI. It moves beyond binary choice by accounting for context-dependent factors like fatigue and risk, implementing an adaptive loop in software and manufacturing workflows.

↳ It moves Human-in-the-loop (HITL) from a static design pattern to a dynamic, context-aware operational requirement.

Human-AI Collaboration Systems Design

SCPRM: A Schema-aware Cumulative Process Reward Model for Knowledge Graph Question Answering

Chen et al. · [abs] [pdf]

This work addresses the ‘risk compensation’ issue in process reward models, where later successes mask early flawed reasoning steps. By using a schema-aware approach within knowledge graph reasoning, it enforces stricter cumulative supervision.

↳ Reliable reasoning in KGs requires this kind of granular, path-level accountability that standard LLM reward models currently miss.

Reasoning Knowledge Graphs RLHF

U-Define: Designing User Workflows for Hard and Soft Constraints in LLM-Based Planning

Lee et al. · [abs] [pdf]

The authors explore the UX of constraint-based planning with LLMs, testing methods for end-users to apply both hard and soft constraints. They demonstrate that abstracting constraint logic improves user satisfaction and plan adherence compared to traditional numeric weighting.

↳ Bridging the gap between formal verification logic and natural language user intent is critical for making agentic workflows usable by non-experts.

HCI Planning LLM-Agents

When Audio-Language Models Fail to Leverage Multimodal Context for Dysarthric Speech Recognition

Moure et al. · [abs] [pdf]

This paper evaluates whether current audio-language models actually utilize clinical context to improve ASR for dysarthric speech. The sobering result is that state-of-the-art models largely ignore this auxiliary clinical data, failing to generalize better than baseline acoustic models.

↳ A reality check on multimodal integration: adding context as an input is not sufficient if the architecture isn’t explicitly incentivized to ground its predictions in that context.

ASR Multimodal Accessibility

Keep your constraints soft, your evaluation rigorous, and your models socially distanced from bad influences. See you tomorrow.