Acontext
Search documents
X @Avi Chawla
Avi Chawla· 2026-02-12 20:32
RT Avi Chawla (@_avichawla)Context engineering is the new bottleneck!Most of the work in building production agents today has nothing to do with the model.Instead, it's:→ Setting up PostgreSQL for conversation history→ Wiring S3 for file storage→ Writing custom logic to compress long contexts→ Building format converters between OpenAI and Anthropic→ Stitching together monitoring from scratchAnd you do this separately for every agent you build.A smarter approach is now actually implemented in Acontext, which ...
X @Avi Chawla
Avi Chawla· 2026-02-12 06:30
Context engineering is the new bottleneck!Most of the work in building production agents today has nothing to do with the model.Instead, it's:→ Setting up PostgreSQL for conversation history→ Wiring S3 for file storage→ Writing custom logic to compress long contexts→ Building format converters between OpenAI and Anthropic→ Stitching together monitoring from scratchAnd you do this separately for every agent you build.A smarter approach is now actually implemented in Acontext, which is an open-source context ...