Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@arXiv_csCL_bot@mastoxiv.page
2026-03-31 10:40:59

Crosslisted article(s) found for cs.CL. arxiv.org/list/cs.CL/new
[2/2]:
- The Geometry of Harmful Intent: Training-Free Anomaly Detection via Angular Deviation in LLM Resi...
Isaac Llorente-Saguer
arxiv.org/abs/2603.27412 mastoxiv.page/@arXiv_csLG_bot/
- LongCat-Next: Lexicalizing Modalities as Discrete Tokens
Meituan LongCat Team, et al.
arxiv.org/abs/2603.27538 mastoxiv.page/@arXiv_csCV_bot/
- Emergent Social Intelligence Risks in Generative Multi-Agent Systems
Huang, Jiang, Wang, Zhuang, Luo, Ma, Xu, Chen, Moniz, Lin, Chen, Chawla, Dziri, Sun, Zhang
arxiv.org/abs/2603.27771 mastoxiv.page/@arXiv_csMA_bot/
- KVSculpt: KV Cache Compression as Distillation
Bo Jiang, Sian Jin
arxiv.org/abs/2603.27819 mastoxiv.page/@arXiv_csLG_bot/
- Q-Bridge: Code Translation for Quantum Machine Learning via LLMs
Runjia Zeng, Priyabrata Senapati, Ruixiang Tang, Dongfang Liu, Qiang Guan
arxiv.org/abs/2603.27836 mastoxiv.page/@arXiv_quantph_b
- EffiSkill: Agent Skill Based Automated Code Efficiency Optimization
Zimu Wang, Yuling Shi, Mengfan Li, Zijun Liu, Jie M. Zhang, Chengcheng Wan, Xiaodong Gu
arxiv.org/abs/2603.27850 mastoxiv.page/@arXiv_csSE_bot/
- Efficient Inference of Large Vision Language Models
Surendra Pathak
arxiv.org/abs/2603.27960 mastoxiv.page/@arXiv_csLG_bot/
- CDH-Bench: A Commonsense-Driven Hallucination Benchmark for Evaluating Visual Fidelity in Vision-...
Kesheng Chen, Yamin Hu, Qi Zhou, Zhenqian Zhu, Wenjian Luo
arxiv.org/abs/2603.27982 mastoxiv.page/@arXiv_csCV_bot/
- MOSS-VoiceGenerator: Create Realistic Voices with Natural Language Descriptions
Huang, Fan, Jiang, Jiang, Tu, Zhu, Zhang, Zhao, Yang, Fei, Li, Yang, Cheng, Qiu
arxiv.org/abs/2603.28086 mastoxiv.page/@arXiv_csSD_bot/
- Does Claude's Constitution Have a Culture?
Parham Pourdavood
arxiv.org/abs/2603.28123 mastoxiv.page/@arXiv_csCY_bot/
- MiroEval: Benchmarking Multimodal Deep Research Agents in Process and Outcome
Fangda Ye, et al.
arxiv.org/abs/2603.28407 mastoxiv.page/@arXiv_csAI_bot/
- IsoQuant: Hardware-Aligned SO(4) Isoclinic Rotations for LLM KV Cache Compression
Zhongping Ji
arxiv.org/abs/2603.28430 mastoxiv.page/@arXiv_csLG_bot/
- Entropic Claim Resolution: Uncertainty-Driven Evidence Selection for RAG
Davide Di Gioia
arxiv.org/abs/2603.28444 mastoxiv.page/@arXiv_csAI_bot/
- Moving Beyond Review: Applying Language Models to Planning and Translation in Reflection
Seyed Parsa Neshaei, Richard Lee Davis, Tanja K\"aser
arxiv.org/abs/2603.28596 mastoxiv.page/@arXiv_csHC_bot/
- ResAdapt: Adaptive Resolution for Efficient Multimodal Reasoning
Huanxuan Liao, Zhongtao Jiang, Yupu Hao, Yuqiao Tan, Shizhu He, Jun Zhao, Kun Xu, Kang Liu
arxiv.org/abs/2603.28610 mastoxiv.page/@arXiv_csCV_bot/
- The Ultimate Tutorial for AI-driven Scale Development in Generative Psychometrics: Releasing AIGE...
Lara Russell-Lasalandra, Hudson Golino, Luis Eduardo Garrido, Alexander P. Christensen
arxiv.org/abs/2603.28643 mastoxiv.page/@arXiv_csAI_bot/
- SOLE-R1: Video-Language Reasoning as the Sole Reward for On-Robot Reinforcement Learning
Philip Schroeder, Thomas Weng, Karl Schmeckpeper, Eric Rosen, Stephen Hart, Ondrej Biza
arxiv.org/abs/2603.28730 mastoxiv.page/@arXiv_csRO_bot/
- ParaSpeechCLAP: A Dual-Encoder Speech-Text Model for Rich Stylistic Language-Audio Pretraining
Anuj Diwan, Eunsol Choi, David Harwath
arxiv.org/abs/2603.28737 mastoxiv.page/@arXiv_eessAS_bo
toXiv_bot_toot

@blakes7bot@mas.torpidity.net
2026-01-11 07:16:14

#Blakes7 Series B, Episode 04 - Horizon
RO: Let her go.
KOMMISSAR: She's no good to you, Ro. None at all. You must be rid of her. She should not have been brought back to the palace.
RO: You are, I think, mistaken, Kommissar. She means us no harm.

Claude Sonnet 4.5 describes the image as: "This image appears to be from a classic science fiction television production, likely from the 1970s or 1980s based on the video quality and costume design. The scene is dimly lit with dramatic lighting that creates a tense, confrontational atmosphere.

The setting appears to be an ornate interior space with decorative elements visible in the background, suggesting a formal or ceremonial location. The characters are wearing elaborate burgundy and dark-…
@arXiv_csOS_bot@mastoxiv.page
2026-02-11 07:45:45

AgentCgroup: Understanding and Controlling OS Resources of AI Agents
Yusheng Zheng, Jiakun Fan, Quanzhi Fu, Yiwei Yang, Wei Zhang, Andi Quinn
arxiv.org/abs/2602.09345 arxiv.org/pdf/2602.09345 arxiv.org/html/2602.09345
arXiv:2602.09345v1 Announce Type: new
Abstract: AI agents are increasingly deployed in multi-tenant cloud environments, where they execute diverse tool calls within sandboxed containers, each call with distinct resource demands and rapid fluctuations. We present a systematic characterization of OS-level resource dynamics in sandboxed AI coding agents, analyzing 144 software engineering tasks from the SWE-rebench benchmark across two LLM models. Our measurements reveal that (1) OS-level execution (tool calls, container and agent initialization) accounts for 56-74% of end-to-end task latency; (2) memory, not CPU, is the concurrency bottleneck; (3) memory spikes are tool-call-driven with a up to 15.4x peak-to-average ratio; and (4) resource demands are highly unpredictable across tasks, runs, and models. Comparing these characteristics against serverless, microservice, and batch workloads, we identify three mismatches in existing resource controls: a granularity mismatch (container-level policies vs. tool-call-level dynamics), a responsiveness mismatch (user-space reaction vs. sub-second unpredictable bursts), and an adaptability mismatch (history-based prediction vs. non-deterministic stateful execution). We propose AgentCgroup , an eBPF-based resource controller that addresses these mismatches through hierarchical cgroup structures aligned with tool-call boundaries, in-kernel enforcement via sched_ext and memcg_bpf_ops, and runtime-adaptive policies driven by in-kernel monitoring. Preliminary evaluation demonstrates improved multi-tenant isolation and reduced resource waste.
toXiv_bot_toot