paper-with-me

홈 › Papers

CLAPP: The CLASS LLM Agent for Pair Programming

2025-08-07 · Santiago Casas, Christian Fidler, Boris Bolliet, Francisco Villaescusa-Navarro, Julien Lesgourgues arxiv

We introduce CLAPP (CLASS LLM Agent for Pair Programming), an interactive AI assistant designed to support researchers working with the Einstein-Boltzmann solver CLASS. CLAPP leverages large language models (LLMs) and domain-specific retrieval to provide conversational coding support for CLASS-answering questions, generating code, debugging errors, and producing plots. Its architecture combines multi-agent LLM orchestration, semantic search across CLASS documentation, and a live Python execution environment. Deployed as a user-friendly web application, CLAPP lowers the entry barrier for scientists unfamiliar with AI tools and enables more productive human-AI collaboration in computational and numerical cosmology. The app is available at https://classclapp.streamlit.app

📄 PDF Abstract BibTeX arXiv:2508.05728

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Clapping: Removing Per-sample Storage for Pipeline Parallel Distributed Optimization with Communication Compression

2025-09-23 · Boao Kong, Xu Huang, Yuqi Xu, Yixuan Liang 외 arxiv

Pipeline-parallel distributed optimization is essential for large-scale machine learning but is challenged by significant communication overhead from transmitting high-dimensional activations and gradients between worker…

Distributed Optimization

ClapperText: A Benchmark for Text Recognition in Low-Resource Archival Documents

2025-10-17 · Tingyu Lin, Marco Peer, Florian Kleber, Robert Sablatnig arxiv

This paper presents ClapperText, a benchmark dataset for handwritten and printed text recognition in visually degraded and low-resource settings. The dataset is derived from 127 World War II-era archival video segments c…

Few-Shot Learning

Clapper: Compact Learning and Video Representation in VLMs

2025-05-21 · Lingyu Kong, Hongzhi Zhang, Jingyuan Zhang, Jianzhao Huang 외

Current vision-language models (VLMs) have demonstrated remarkable capabilities across diverse video understanding applications. Designing VLMs for video inputs requires effectively modeling the temporal dimension (i.e. …

Video Understanding

From Helpful to Trustworthy: LLM Agents for Pair Programming

2026-04-11 · Ragib Shahariar Ayon arxiv

LLM-based coding agents are increasingly used to generate code, tests, and documentation. Still, their outputs can be plausible yet misaligned with developer intent and provide limited evidence for review in evolving pro…

A Pair Programming Framework for Code Generation via Multi-Plan Exploration and Feedback-Driven Refinement

2024-09-08 · huan zhang, Wei Cheng, Yuhan Wu, Wei Hu

Large language models (LLMs) have achieved impressive performance on code generation. Although prior studies enhanced LLMs with prompting techniques and code refinement, they still struggle with complex programming probl…

Code Generation