"Context engineering is the new vibe coding." That's the opening line of coleam00/context-engineering-intro, now at 13,211 stars. Two repos over, muratcankoylan/Agent-Skills-for-Context-Engineering sits at 15,294 — its tagline pitches it for "building, optimizing, or debugging agent systems." davidkimai/Context-Engineering, at 8,778 stars, leads with Karpathy's line about filling the context window with just the right information for the next step. Three repos. Same vocabulary. Same week.
The shift is sharp. Prompt engineering was about words. Infra was about pipes. Context engineering is about what the model sees right before it acts — and the field just decided that's the actual job.
The model is no longer the bottleneck
@rywalker put it bluntly — "Context engineering is the real work. Infra is a solved problem." @captainnobody1 added the qualifier the same day: "Context engineering is a data problem: better context, not more." Both posts land in the same 24 hours, and the thesis underneath them is identical. Agent quality stopped being a model problem somewhere in the last two model generations, and stopped being an infra problem when Langflow, Dify, and LangChain normalized the orchestration layer. What's left is the curation step — which files load, which skills attach, which memory persists, what gets pruned before the call ships.
Karpathy's framing, borrowed verbatim by davidkimai's repo, calls it "the delicate art and science of filling the context window with just the right information for the next step." Read that as a job description, not a slogan. The losers are the prompt-engineering courses and the 100 prompts repos. The winners are anyone shipping skill libraries, CLAUDE.md scaffolds, and the tooling that decides what enters the window.
What to watch
Track coleam00's star velocity — its lead sentence is the meme everyone is repeating. If the repo clears 20K inside a month, the term has stuck and the discipline has a canonical reference. Watch muratcankoylan's repo for citations inside Anthropic, Cursor, or Claude Code release notes; that's how community vocabulary becomes a product feature. And watch tooling — @ivklgn floated a "Swiss Army knife for context engineering" this week, and whoever actually ships the Cursor-for-context wins the layer above the model.