---
title: "Managing context in long-run agentic applications"
url: https://daily.dev/posts/managing-context-in-long-run-agentic-applications-fjzfvnern
source_url: https://slack.engineering/managing-context-in-long-run-agentic-applications/
type: article
source: "Slack engineering"
published: 2026-04-13T17:24:56.026Z
updated: 2026-04-13T17:25:21.893Z
tags: ["ai-agents"]
reading_time: 15
upvotes: 2
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Managing context in long-run agentic applications

**[Slack engineering](https://daily.dev/sources/slack)** · 15 min read · 2 upvotes · 0 comments

## Summary

Slack Engineering shares how they manage context in long-running multi-agent security investigation systems. The core challenge is that LLM APIs are stateless, and complex investigations spanning hundreds of inference requests can exhaust context windows. Their solution uses three complementary context channels: a Director's Journal (structured working memory for orchestration), a Critic's Review (credibility-scored findings that filter hallucinations), and a Critic's Timeline (consolidated chronological evidence). Rather than passing message history between agent invocations, these channels serve as online context summarization. The Critic uses a five-level credibility rubric (Trustworthy to Misguided) applied across 170,000 findings, with ~26% falling below the plausibility threshold. The Timeline task further reduces hallucinations by enforcing narrative coherence across all evidence.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://slack.engineering/managing-context-in-long-run-agentic-applications/>

## Similar posts on daily.dev

- [How Slack Manages Context in Long-running Multi-agent Systems](https://daily.dev/posts/how-slack-manages-context-in-long-running-multi-agent-systems-ca5ptj7ka) · InfoQ · 1 upvotes · 0 comments

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents)

[View this post on daily.dev](https://daily.dev/posts/managing-context-in-long-run-agentic-applications-fjzfvnern)
