Topic
context
Technology project44 CEO: AI Agents Without Context Are Just Guessing Faster
project44 CEO Jett McCandless argues that AI agents require rich contextual data to be effective. The company's Agentic Workflow Manager layers first- and third-party agents on top of shipment-level data to automate tasks like LTL dispatch reconciliation, processing 75,000 dispatches daily and matching over 2,000 that would otherwise require manual intervention.
DeepSeek-V4 Unveils Million-Token Context Models with Major Efficiency Gains
DeepSeek-AI released the preview of DeepSeek-V4 series, including two MoE language models supporting one-million-token contexts. The V4-Pro achieves a 73% reduction in inference FLOPs and 90% lower KV cache compared to its predecessor, making long-context tasks more feasible.
ACC Method Compiles Agent Trajectories to Enhance Long-Context Reasoning in LLMs
Researchers propose Agent Context Compilation (ACC), which converts agent trajectories from search, software engineering, and database tasks into long-context question-answer pairs. Training Qwen3-30B-A3B with ACC achieves 68.3 on MRCR and 77.5 on GraphWalks, matching a model 8x larger, while preserving general capabilities.
E-mem: Multi-Agent Framework for Episodic Memory Reconstruction Boosts LLM Reasoning Efficiency by 70%
Researchers propose E-mem, a multi-agent framework that reconstructs episodic context for LLM agent memory, inspired by biological engrams. It uses a hierarchical architecture with assistant agents maintaining uncompressed contexts and a master agent orchestrating planning, achieving 54% F1 on the LoCoMo benchmark, surpassing the state-of-the-art GAM by 7.75% with over 70% token cost reduction.