7 AI Skills

    $30 Billion in Enterprise AI Spending. 95% Saw No ROI. The Model Wasn't the Problem.

    MIT studied 300+ enterprise AI initiatives. 95% saw no measurable P&L impact. The model was fine. The context was a mess. Context Architecture is the capstone skill that makes every other AI skill work.

    April 6, 2026
    10 min read
    Warm gouache illustration of golden streams of organized knowledge flowing from an open book into a glowing machine, with scattered papers drifting away in the background
    The 5% extracting real AI value aren't using better models. They're building better context.

    MIT's Project NANDA studied over 300 enterprise AI initiatives and conducted 52 structured interviews with senior leaders. The finding: despite $30-40 billion in enterprise generative AI spending, 95% of organizations saw no measurable P&L impact. Just 5% of integrated AI pilots were extracting real value.

    The models weren't the problem. GPT-4, Claude, Gemini — the technology was capable. The problem was what those models were given to work with.

    I've seen this firsthand in nearly every AI audit we run. A B2B company buys the best model on the market, points it at their knowledge base, and gets mediocre results. They blame the model. They switch providers. They get the same mediocre results. Because the model was fine. Their knowledge base was a mess — outdated product specs, contradictory documentation, no versioning, no freshness filtering, no structure. The AI was doing its best with garbage input.

    Context engineering is the delicate art and science of filling the context window with just the right information for the next step.
    Andrej Karpathy
    Co-founder of OpenAI, former Head of AI at Tesla

    Karpathy named this problem precisely. Not the model. Not the prompt. The context.

    This is the capstone skill in our framework — because every other skill depends on it.

    The Architecture Gap

    Warm watercolor illustration of an overflowing filing cabinet with papers spilling onto the floor beside a pristine empty desk where a single lamp shines on nothing
    Most teams treat context as an afterthought — the AI equivalent of handing a new employee an unsorted filing cabinet.
    71%

    of organizations use generative AI regularly in at least one business function (McKinsey)

    80%+

    report no tangible impact on enterprise-level EBIT (McKinsey)

    McKinsey's latest data shows adoption is high. Value capture is not. The gap isn't capability — it's architecture.

    Most teams treat context as an afterthought: "just dump the documents into the vector database." That's the AI equivalent of giving a new employee a filing cabinet full of unsorted papers and expecting them to produce a strategic recommendation by Friday.

    40-60%

    of RAG implementations fail to reach production — not because retrieval doesn't work, but because the data is unstructured, stale, or irrelevant

    $1.96B → $40.34B

    projected RAG market growth by 2035 — a 20× expansion. Demand is exploding. The skill to build it isn't keeping pace.

    The successful deployments — the 5% that MIT identified — are treating context not as a database to query but as a knowledge runtime: an orchestration layer that manages retrieval, verification, reasoning, access control, and audit trails as integrated operations.

    The Five Components of Context Architecture

    This skill is about designing information systems for AI consumers. The principles aren't new — librarians, database architects, and knowledge management professionals have practiced them for decades. The consumer has changed.

    Persistent Context Management is the always-available information layer that every agent in your system needs access to: organizational rules, domain knowledge, brand guidelines, product specifications, compliance constraints. This layer must be maintained, versioned, and tested — not set once at deployment and forgotten.

    We build this as a structured document hierarchy for clients, with automated freshness checks and version control. When a product spec changes, the persistent context updates within hours, not months. The number of AI errors I've traced back to stale persistent context — outdated pricing, discontinued products, old compliance rules still in the system — is embarrassing for teams that invested six figures in AI infrastructure but nothing in keeping the underlying knowledge current.

    Per-Session Context Design determines what information gets pulled dynamically for each specific task. This is the retrieval layer — and it's where most RAG implementations fail.

    The skill isn't building a retrieval system. It's designing the relevance ranking, the freshness filtering, and the scope constraints that ensure the system pulls the right information, not just related information.

    The difference matters. An AI customer support agent that retrieves every document mentioning the customer's product will drown in noise. One that retrieves the three most relevant, most recent documents — filtered by product version, customer tier, and issue category — will produce a useful answer.

    Data Quality Engineering handles the reality that enterprise knowledge bases are messy. Stale documents. Contradictory sources. Duplicate articles with conflicting information. Incomplete records.

    AI doesn't handle ambiguity gracefully — it picks an answer and sounds confident. Context architects clean the signal before it reaches the model, implementing deduplication, conflict resolution, and completeness checks at the data layer.

    Warm gouache illustration of three tiered shelves in different warm tones, each with carefully organized materials connected by golden light to specialized workstations below
    Every specialized agent needs specialized context — and the architecture must route it correctly.
    Tiered Context Architecture designs information layers for different agent roles. A sales agent needs product specs, competitive positioning, and customer history. A support agent needs troubleshooting guides, known issues, and account details. A content agent needs brand guidelines, voice documentation, and audience profiles.

    Sending the same context to every agent is like giving every employee the same briefing binder — most of it will be irrelevant, and the relevant parts will be buried. This connects directly to Task Decomposition — every specialized agent needs specialized context, and the architecture must route it correctly.

    Context Evaluation means building measurement into the context layer itself. Is the retrieval finding the right documents? Is the context improving output quality? Are there patterns in which context sources correlate with errors?
    60%

    of new RAG deployments now include systematic evaluation from day one — up from under 30% in early 2025. The bar is rising fast.

    The Translation

    If you already do this, the gap is shorter than you think.

    What you do nowThe AI skill it maps to
    Organize library collections so patrons find what they need — cataloging, tagging, tiering by audienceTiered Context Architecture — structuring information so AI agents retrieve what's relevant to their specific role
    Design database schemas that structure data for reliable querying and usePersistent Context Management — building the always-available knowledge layer with versioning and maintenance
    Write and maintain documentation for specific audiences, keeping it current and version-controlledData Quality Engineering — the discipline of clean, current, structured information that hasn't gone stale
    Build institutional knowledge systems that route the right information to the right person at the right timePer-Session Context Design — the same discipline, where the "person" is now an AI agent with specific task needs
    The Signal

    A quick self-diagnostic.

    You have this skill if you...

    • • Design information systems with the AI consumer in mind — not just "what documents exist" but "what does this specific agent need for this specific task?"
    • • Maintain and version your AI knowledge base with the same rigor you'd apply to a production database — automated freshness checks, conflict resolution, completeness testing
    • • Can trace AI output quality issues back to context quality issues — and have fixed the context layer to fix the output
    • • Build different context configurations for different agent roles, rather than giving every agent the same undifferentiated pile

    You need to build this skill if you...

    • • Treat your RAG implementation as "done" once documents are loaded into a vector database, without ongoing maintenance
    • • Can't explain what context each of your AI agents receives, or why those documents are included versus others
    • • Get inconsistent AI output quality and default to blaming the model rather than investigating the context
    • • Don't measure whether your retrieval system is returning the most relevant, most current information

    The Full Framework

    This is the seventh and final skill in the 7 AI Skills Employers Can't Find framework. Context Architecture is the capstone because it's the connective tissue that makes every other skill work.

    Specification Precision defines what you want — but a specification without context is incomplete. Evaluation checks whether you got it — but evaluation criteria need context to be meaningful. Failure Pattern Recognition diagnoses what went wrong — and half the failure patterns trace back to context quality. Cost Economics optimizes spend — and bad context is the single largest source of wasted tokens. Task Decomposition breaks work into pieces — and each piece needs the right context to function. Trust Design sets boundaries — and trust decisions depend on the quality of information the agent is working with.

    The 5% of organizations that MIT identified as extracting real value from AI aren't using better models. They're building better context.

    Want the full learning path? ELITE's resource guide breaks Context Architecture into practical frameworks for building knowledge systems AI agents can rely on.

    Read the full breakdown →

    Is your context architecture production-ready? Take the free 15-minute AI Skills Assessment and see where you stand across all 7 skills.

    Take the Assessment →

    This is what we do at JustBadge. We build context architecture for a living. If your AI systems are producing unreliable results, the problem is usually here.

    Let's have a conversation →

    Analytics preferences

    We use Google Analytics to understand which content and services are useful. You can allow or decline optional analytics; essential site functions still work either way.