Creative Automation / Foundation

Google OKF + MCP : Explained The New "AI Context Stack"

This video explains the 'AI context stack': Google's OKF (Open Knowledge Format, v0.1 from June) gives agents durable curated knowledge as plain markdown bundles in Git, while Anthropic's MCP gives them live access to real tools and data — and shows how the two click together so an agent reads what a metric means from OKF, then runs the real query through MCP.

Cloud Codes9 minTranscript found

Quick learning frame

Read this before watching.

Creative automation accelerates production while keeping human taste in brief, source selection, generation, editing, and critique.

New playlist item from Cloud Codes; queued for transcript-backed review, topic mapping, and a practical learning artifact.

Skill you build: The ability to diagnose whether an AI failure is a knowledge gap or an access gap, and to fix each with the right layer — OKF for durable meaning, MCP for live reach.

Watch for the shift from claim to mechanism. The learning value is the point where the transcript reveals a repeatable action, tool boundary, context move, review habit, or artifact.

Concept diagram

Where this video fits.

01Brief
02Source material
03Generation
04Selection
05Edit
06Taste review
07Reusable recipe

Deep lesson

Turn this video into working knowledge.

1,478 cleaned transcript words reviewed across 422 timed caption segments.

Thesis

Google OKF + MCP : Explained The New "AI Context Stack" teaches a practical creative automation move: This video explains the 'AI context stack': Google's OKF (Open Knowledge Format, v0.1 from June) gives agents durable curated knowledge as plain markdown bundles in Git, while Anthropic's MCP gives them live access to real tools and data — and shows how the two click together so an agent reads what a metric means from OKF, then runs the real query through MCP.

The goal is not to remember the video. The goal is to extract the operating principle, tie it to timestamped evidence, test how far the claim transfers, and make something reusable.

0:14

Two gaps, two standards

“context is really two different things. What the model knows and what it can reach. In the last year, two open standards quietly showed up to fix exactly that. One is called OKF. The other is called MCP.”

A frontier model dropped into your company hits two different walls: a knowledge gap (it doesn't know your schemas, metric definitions, or join paths, which live scattered across catalogs, wikis, code comments, and engineers' heads) and an access gap (even when it knows what to do, it can't touch your database, Slack, or issue tracker) — OKF is the agent's memory, MCP is its hands. For one question your AI gets wrong at work, write down which half failed: did it not know what the thing means (knowledge), or could it not reach the live system (access)?

4:41

How each layer works

“model. And a server only ever offers three kinds of things. Tools, actions it can take like sending a message or running a query, resources, data it can read like files and database rows and prompts, reusable templates,...”

OKF is 'aggressively boring' — a bundle is just a directory of markdown files, one concept per file with a small YAML block where only 'type' is required and a 'resource' URI pointing at the real live table or API, with ordinary markdown links turning the folder into a knowledge graph — while MCP has three roles (host, client, server) and three primitives (tools, resources, prompts), was adopted by OpenAI, Google, and Microsoft, hit 10,000+ public servers and 97 million monthly downloads, and now lives at the Linux Foundation. Write one OKF-style concept file for a metric you own: type and title in YAML front matter, a plain-English definition, the exact join, and a resource URI to the real table.

6:51

Stack them together

“own, a model invents what your metric means. Give it MCP alone and it runs live queries against a schema it does not understand. You need both. OKF makes the answer correct. MCP makes it current. Together, you...”

OKF is the slow layer (curated knowledge changing by pull request in Git) and MCP the fast layer (live access changing by the second); the handoff is one motion — the agent opens the OKF concept for 'weekly active users', grabs the definition and resource URI, then MCP runs the real query — and since MCP can serve resources, you can expose the whole OKF bundle through an MCP server, while the economics collapse 10x10=100 custom connectors into 10+10. Trace one real question ('what were weekly active users last week?') through the stack on paper: which file the agent reads, what URI it extracts, and which MCP tool call executes the query.

01

Brief

Start with this video's job: This video explains the 'AI context stack': Google's OKF (Open Knowledge Format, v0.1 from June) gives agents durable curated knowledge as plain markdown bundles in Git, while Anthropic's MCP gives them live access to real tools and data — and shows how the two click together so an agent reads what a metric means from OKF, then runs the real query through MCP. Treat "Brief" as the outcome you are trying to make visible, not a topic label. Anchor it to 0:14, where the video says: “context is really two different things. What the model knows and what it can reach. In the last year, two open standards quietly showed up to fix exactly that. One is called OKF. The other is called MCP.”

02

Source material

Use "Source material" to locate the part of the creative automation mechanism the video is demonstrating. Ask what changes in your real setup if this claim is true. Anchor it to 4:41, where the video says: “model. And a server only ever offers three kinds of things. Tools, actions it can take like sending a message or running a query, resources, data it can read like files and database rows and prompts, reusable templates,...”

03

Generation

Turn "Generation" into the reusable artifact for this lesson: A creative production board with source inputs, prompt recipe, selection criteria, edit pass, and taste-review checkpoints. This is where watching becomes something you can inspect and reuse.

04

Selection

Use "Selection" as the application surface. Decide whether the idea touches a browser flow, a local file, a model choice, a source document, a UI, or a review step.

05

Edit

Use "Edit" to prove the lesson. The evidence should connect back to the video title, transcript anchors, and a concrete output, not a generic best-practice claim.

06

Taste review

Use "Taste review" to carry the idea forward: save the prompt, checklist, diagram, or operating rule that would make the next agent run better.

07

Reusable recipe

Connect "Reusable recipe" to Google OKF + MCP : Explained The New "AI Context Stack" by naming the claim, the evidence, and the artifact it should produce.

Example

Source-backed artifact packet

Convert the video into a scoped artifact request that includes the transcript claim, mechanism, acceptance criteria, and proof. The output should be a creative production board with source inputs, prompt recipe, selection criteria, edit pass, and taste-review checkpoints..

Example

Creative automation proof brief

Separate what the speaker claims, what the demo actually proves, and what still needs outside verification before you adopt the creative automation pattern.

Example

Teach-back module

Transform the lesson into a definition, a Brief -> Source material -> Generation -> Selection -> Edit -> Taste review -> Reusable recipe diagram, one misconception, one practice exercise, and a check-for-understanding question.

Do not learn it wrong
  • Treating the title as the lesson without checking what the transcript actually says.
  • mistaking novelty for quality
  • no source/brief discipline
  • shipping generated media without taste review
  • Letting the lesson drift into generic content advice.
  • Letting the lesson drift into tool hype.
  • Letting the lesson drift into creative output without selection criteria.

Transcript-derived moments

Use timestamps to study the actual video.

Quality check

Do not count this as learned until these are true.

01

State the transcript-backed claim in your own words: This video explains the 'AI context stack': Google's OKF (Open Knowledge Format, v0.1 from June) gives agents durable curated knowledge as plain markdown bundles in Git, while Anthropic's MCP gives them live access to real tools and data — and shows how the two click together so an agent reads what a metric means from OKF, then runs the real query through MCP.

02

Explain the practical stakes without hype: New playlist item from Cloud Codes; queued for transcript-backed review, topic mapping, and a practical learning artifact.

03

Map the idea onto the Brief -> Source material -> Generation -> Selection -> Edit -> Taste review -> Reusable recipe sequence and name the weakest link.

04

Produce the artifact and include the evidence that proves it: A creative production board with source inputs, prompt recipe, selection criteria, edit pass, and taste-review checkpoints.

Put it into practice

Give this grounded prompt to Codex or Claude after watching.

You are helping me turn one specific YouTube video into real, durable learning.

Source video:
- Title: Google OKF + MCP : Explained The New "AI Context Stack"
- URL: https://www.youtube.com/watch?v=bwQ70NMd57k
- Topic: Creative Automation
- My current learning frame: Pick one metric your team argues about, write its OKF concept file with the definition, join path, and resource URI, then connect an MCP server to the warehouse and verify the agent answers correctly by reading the file first and querying live second.
- Why this matters: New playlist item from Cloud Codes; queued for transcript-backed review, topic mapping, and a practical learning artifact.

Transcript anchors from this exact video:
- 0:14 / Evidence 1: "context is really two different things. What the model knows and what it can reach. In the last year, two open standards quietly showed up to fix exactly that. One is called OKF. The other is called MCP."
- 1:53 / Evidence 2: "an access gap. Even when it does understand, it cannot actually touch anything. Two different problems and for years we solved them badly. Take the knowledge gap first. The truth about your systems is scattered everywhere. A metadata..."
- 4:41 / Evidence 3: "model. And a server only ever offers three kinds of things. Tools, actions it can take like sending a message or running a query, resources, data it can read like files and database rows and prompts, reusable templates,..."
- 6:51 / Evidence 4: "own, a model invents what your metric means. Give it MCP alone and it runs live queries against a schema it does not understand. You need both. OKF makes the answer correct. MCP makes it current. Together, you..."

Video-aware target:
- Prompt lane: Creative automation
- Mechanism to extract: Extract the creative production loop, especially where the human keeps taste, selection, and final judgment.
- Artifact to produce: A creative production board with source inputs, prompt recipe, selection criteria, edit pass, and taste-review checkpoints.
- Artifact must include: brief; source inputs; generation recipe; selection criteria; edit/review checkpoint

Your task:
1. Use the transcript anchors above as the primary source packet. If you add outside context, label it clearly as outside context and keep it secondary.
2. Create a source-check table with columns: timestamp, claim, transcript support, what the demo proves, confidence, and what still needs verification.
3. Extract the actual teachable mechanism from the video: Extract the creative production loop, especially where the human keeps taste, selection, and final judgment. Do not invent claims that are not supported by the title, lesson frame, or transcript anchors.
4. Build a reusable learning artifact: A creative production board with source inputs, prompt recipe, selection criteria, edit pass, and taste-review checkpoints.
5. Include:
   - a plain-English definition of the core idea
   - a diagram or structured model using this sequence: Brief -> Source material -> Generation -> Selection -> Edit -> Taste review -> Reusable recipe
   - answers to these source questions: What asset is being produced? | What inputs and tools drive it? | Where does human taste intervene?
   - 3 concrete examples that apply the video idea to real agentic work, such as Claude-generated video campaign; image-to-site workflow; voice or video editing loop
   - 2 failure modes the video helps prevent, chosen from the transcript evidence and these likely risks: mistaking novelty for quality; no source/brief discipline; shipping generated media without taste review
   - a checklist for the next real workflow, focused on: brief, inputs, generation, selection, critique
   - one practical exercise with a clear done signal: Build one reusable creative recipe and define what would make the result rejectable.
6. Add a "learning transfer" section: what changes in my workflow tomorrow if I actually learned this?
7. Add a "source check" section that cites which transcript anchor supports each major takeaway.

Quality bar:
- Make this specific to "Google OKF + MCP : Explained The New "AI Context Stack"", not a generic Creative Automation essay.
- Anchor each creative step to transcript evidence about inputs, model/tool choices, iteration, editing, or critique.
- Prefer operational examples, failure modes, and reusable artifacts over broad definitions.
- Call out uncertainty instead of smoothing over weak evidence.
- Avoid these generic drifts: generic content advice; tool hype; creative output without selection criteria.
- If evidence is weak or missing, stop and say what transcript segment or timestamp needs review instead of guessing.
- Finish with a concise artifact I could paste into my learning app.

Misconceptions

What to stop believing.

Creative AI removes the need for taste.

It increases the need for taste because output volume explodes.

The best prompt is enough.

References, critique, iteration, and post-production matter just as much.

Practice studio

Learning only counts when you make something.

01

Transcript evidence map

Separate what the video actually says from what you already believe about the topic.

3 source-backed takeaways with timestamps, confidence, and a transfer note.
02

One useful artifact

Apply the video to a real workflow and produce a creative production board with source inputs, prompt recipe, selection criteria, edit pass, and taste-review checkpoints..

A reusable artifact with a done signal and one verification step.
03

Creative automation teach-back card

Explain the creative automation mechanism to someone who has not watched the video yet.

A 90-second explanation, one diagram, one example, and one misconception to avoid.

Recall check

Answer first, then reveal — without rewatching.

What are the two halves of the context problem, and which standard solves each?

In an OKF concept file, which field is required and what does the 'resource' field do?

Why do you need both OKF and MCP rather than either alone?

Source shelf

Use the video as a doorway, then verify with primary sources.

ReadingComfyUIwww.comfy.org/ReadingAffinityaffinity.serif.com/