{
  "schema_version": "1.1",
  "id": "p2",
  "slug": "context-engineering-talk",
  "url": "https://feed7.dev/p/context-engineering-talk",
  "title": "Context engineering for coding agents — AI Engineer World’s Fair",
  "why_included": "A reusable framework for deciding what belongs in an agent’s context window and what to leave out.",
  "summary": "Introduces a \"context budget\": rank material by decision-relevance, evict anything that does not change the next action. Includes a worked example on a real repo.",
  "practical_implication": "Practical, tool-agnostic, testable. Apply the budget per session instead of dumping everything into the window.",
  "agent_context": "Treat context as a budget, not a dump. Rank material by decision-relevance; evict anything that does not change the next action. Works across Cursor, Claude Code, Codex.",
  "source": {
    "name": "AI Engineer",
    "url": "https://www.youtube.com/watch?v=ai-eng-context-2026",
    "published_at": "2026-06-28T00:00:00.000Z"
  },
  "source_class": "video",
  "content_type": "AI Engineer Talk",
  "layer": "context",
  "domains": [
    "coding"
  ],
  "topics": [
    "context-engineering"
  ],
  "verification": {
    "status": "transcript_verified",
    "label": "Transcript Verified",
    "method": "transcript_review",
    "verified_at": null
  },
  "uncertainty": [
    "Framework is presenter’s own; not yet independently benchmarked."
  ],
  "connected_context": null,
  "lifecycle": "Evergreen",
  "published_at": "2026-06-28T00:00:00.000Z",
  "modified_at": "2026-06-28T00:00:00.000Z",
  "supersedes": [],
  "expires_at": null,
  "formats": {
    "html": "https://feed7.dev/p/context-engineering-talk",
    "json": "https://feed7.dev/p/context-engineering-talk.json",
    "markdown": "https://feed7.dev/p/context-engineering-talk.md"
  }
}