-
Context engineering vs prompt engineering. 10+ examples
Context engineering vs prompt engineering might sound similar. One is subset of the other. Early in the LLM era everyone who knew how to form sentences, and at least vaguely, describe what they want became a “prompt engineer”. Tweaking words, hashtags, ‘special’ commands, using roles, adding examples, using words to dive deep into different embedded spaces of knowledge in hope to force the model “gets it.” That’s Prompt Engineering – crafting clever one-shot instructions like “You are an expert X. Do Y like Z.” Context engineering vs prompt engineering synergies across both. System got fat and grew bigger, then we realized prompts alone aren’t enough. What the model knows, when…
-
Code mode for mcp servers and llms
Code mode for mcp servers is about LLM writing and calling the code to use a proper MCP instead of calling it directly with the whole context. It makes the call a lot smaller, no overhead is passed, just the basics that are required to call the proper MCP method. Just as You do in code, method or a function, proper parameters, everything validated and… BAM ! We are returning a context that LLM uses in further stages. Anthropics wrote… This is really nice looking but only for a huge models with a 1kk tokens of a context. We need to remember that this is not possible on any kind…





