Tag:context-engineering
All content with the tag "context-engineering".
How VS Code Copilot Chat Compacts Your Conversation
A reference on conversation compaction in VS Code Copilot's agent (now in microsoft/vscode under extensions/copilot): when it triggers, the budget math, what survives, the 8-section summary format, and the config keys. Traced from the source, with interactive diagrams.
Read More→Open Knowledge Format: I Already Do This, and Now It Has a Name
Google Cloud just shipped the Open Knowledge Format: a directory of Markdown files with YAML frontmatter as portable knowledge for AI agents. I already run this in every repo. Here is why having an actual format is the good part.
Read More→The Four Types of Memory for AI Agents (and How Claude Code Implements Each)
Working, semantic, procedural, episodic. The CoALA framework splits agent memory into four kinds. Here is what each one is, and how Claude Code actually implements them on disk.
Read More→Next Level GitHub Copilot: Agents, Instructions & Automation in VS Code
Workshop covering the transformation from LLM to Agent, context engineering, AGENTS.md, subagents, and skills in VS Code Copilot.
Read More→