Cornell Notes on Context Layer
An LLM can only reason about information inside its context window. It doesn't automatically know my docs, APIs, databases, Jira tickets or company
# a repository for my caffeinated thoughts
2 posts
Cornell Notes on Context Layer
An LLM can only reason about information inside its context window. It doesn't automatically know my docs, APIs, databases, Jira tickets or company
As you build AI agents, they need to call tools: APIs, databases, services. Traditionally you'd write an MCP server for each one. Server