context-optimization

Tag

Cards List
#context-optimization

CORVUS: Context Optimization and Reduction Via Underlying Synchronization for LLM Coding Agents

arXiv cs.LG · 3d ago Cached

CORVUS proposes a new trajectory architecture for LLM coding agents that decouples file-read actions from observations by maintaining a synchronized registry of relevant files, reducing input tokens by 9-50% and reasoning cycles by up to 37% while maintaining comparable pass rates on SWE-bench benchmarks.

0 favorites 0 likes
#context-optimization

Most coding agents don’t fail because they can’t write code. They fail because they start with the wrong map.

Reddit r/AI_Agents · 2026-07-06

SigMap is an open-source grounding layer for AI coding agents that provides a deterministic map of code repositories, reducing wasted context and improving retrieval accuracy and task success rates.

0 favorites 0 likes
#context-optimization

NightFeats @ MMU-RAGent NeurIPS 2025: A Context-Optimized Multi-Agent RAG System for the Text-to-Text Track

arXiv cs.CL · 2026-06-11 Cached

NightFeats is a multi-agent RAG system that won Best Dynamic Evaluation at the MMU-RAGent competition at NeurIPS 2025. It uses a three-phase pipeline (retrieval, curation, composition) and outperforms proprietary baselines on human evaluations.

0 favorites 0 likes
#context-optimization

Making LLM context assembly programmable

Reddit r/AI_Agents · 2026-06-10

RAMPART is a Python library that makes LLM context assembly programmable, allowing developers to register named blocks of context for placement before the model's first token. It improves performance by tens of percentage points on various models through block clustering and tool access control.

0 favorites 0 likes
#context-optimization

Subagents Account for Most Token Costs in Long Agent Runs: Fixes That Cut Usage 70 to 90 Percent in Practice

Reddit r/artificial · 2026-06-02

The article analyzes a 2026 paper by Bai et al. showing that subagents and context bloat cause token costs in long agent runs to be ~1000x higher than chat, and presents three practical fixes (PLAN.md, read budget, out-of-band notes) that reduce token usage by 70-90%.

0 favorites 0 likes
#context-optimization

@LakshyAAAgrawal: Learning from rich textual feedback (errors, traces, partial reasoning) beats scalar reward alone for LLM optimization.…

X AI KOLs Following · 2026-05-13

Fast-Slow Training (FST) interleaves context optimization (via GEPA) with model weight updates via RL, achieving 3× sample efficiency over RL alone on math, code, and physics reasoning while preserving plasticity and enabling continual learning.

0 favorites 0 likes
#context-optimization

Context Training with Active Information Seeking

Hugging Face Daily Papers · 2026-05-13 Cached

This paper introduces a context optimization method that uses active information seeking via Wikipedia search and browser tools, combined with a search-based training procedure, to achieve robust performance improvements across diverse domains without updating model weights.

0 favorites 0 likes
← Back to home

Submit Feedback