top | item 45628709

(no title)

habitue | 4 months ago

Skills wont use less context once invoked, the point is that MCP in particular frontloads a bunch of stuff into your context on the entire api surface area. So even if it doesn't invoke the mcp, it's costing you.

That's why it's common advice to turn off MCPs for tools you dont think are relevant to the task at hand.

The idea behind skills us that they're progressively unlocked: they only take up a short description in the context, relying on the agent to expand things if it feels it's relevant.

discuss

order

consumer451|4 months ago

Your reply unlocked some serious, yet simple understanding for me. Thank you.