{
  "context_concepts": [
    {
      "id": "ctx_context_editing_tradeoffs",
      "name": "Trade-offs of aggressive context editing",
      "category": "context_editing",
      "description": "Summarizing or dropping older context saves budget but risks losing detail the model might need later — a fact mentioned once early in a session and then discarded can resurface as a gap several turns later if it was compacted away too aggressively.",
      "how_it_works": "Effective context editing tends to preserve verbatim the pieces most likely to be needed again (decisions made, constraints stated, file paths, IDs) while more freely summarizing narrative or exploratory content that was only useful in the moment.",
      "source_note": "General practice reasoning; not sourced to a specific mirrored document.",
      "created_at": "2026-07-02 08:27:09",
      "cite_as": "https://subagentcontext.com/api/context-concepts/ctx_context_editing_tradeoffs"
    },
    {
      "id": "ctx_context_editing_what",
      "name": "What context editing / compaction is",
      "category": "context_editing",
      "description": "Context editing (sometimes called compaction) is the general practice of programmatically trimming, summarizing, or removing older or less-relevant content from a conversation's context so that a long-running session can continue without exceeding the context window.",
      "how_it_works": "A common approach: once context usage crosses a threshold, older tool results or conversation turns are summarized into a shorter form (or dropped entirely if no longer relevant) and replaced in place, freeing budget for new turns while preserving the gist of what came before.",
      "source_note": "General mechanism description; no single canonical Anthropic doc for this exact term was cited verbatim this session, so this row is phrased generally rather than quoting a specific API field or parameter name.",
      "created_at": "2026-07-02 08:27:09",
      "cite_as": "https://subagentcontext.com/api/context-concepts/ctx_context_editing_what"
    }
  ]
}