ThesisGoogle Just Dropped a Masterclass on Agentic Engineering (It's SO Good) teaches a practical creative automation move: Cole Medin distills Google's 51-page agentic engineering masterclass: the AI-driven SDLC where implementation collapses from weeks to hours and specification quality becomes the new bottleneck, the vibe-coding-to-agentic-engineering spectrum, the claim that the harness is 90% of the system and the model only 10%, static vs dynamic context management, and the token economics of investing in a harness up front.
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:40The new bottleneck
“you're already pretty comfortable with agentic engineering and AI coding, it's worth going through this, right? The old adage is you don't truly understand something until you can teach it well. So, it's important to take the instincts...”
In the AI-driven SDLC the middle collapses — implementation drops from 1-3 weeks to minutes or hours and testing gets dozens of times faster because agents iterate against their own evals — but requirements gathering up front and validation at the end stay human-driven, so specification quality is the new bottleneck and Cole predicts the next billion-dollar companies will attack those two ends. Map your own last project across the SDLC stages and mark where the time actually went — if implementation is no longer the slow part, name what your real bottleneck was.
6:58Harness is 90%
“context rules tools and workflows that you bring into the AI coding assistant. It's the layer that you control. And the big thing that Google is claiming here is that the large language model that you use for...”
AI coding is a spectrum — vibe coding (casual prompts, 'does it seem to work?'), structured AI-assisted, and agentic engineering with engineered specs, automated evals, and CI gates — and Google claims the LLM is only 10% of the system while the harness you control (instructions, tools, context, guardrails, hooks, skills, orchestration, observability) is the other 90%; harness work took models from outside the top 30 into the top 5 on Terminal Bench, and LangChain gained 13.7 points, roughly the Sonnet-to-Opus gap. Audit your current setup against the harness components — global rules, hooks, skills, MCP servers, sub-agents, quality gates — and write down which two are missing entirely.
18:30Context, one agent, economics
“recently where we have a coding agent handling much larger tasks spanning entire code bases, maybe even multiple code bases. We're reviewing the outcomes instead of changes to individual files. We have agents running in parallel. We're really...”
Split context into static (lean rules and guardrails loaded every session — reliable but expensive) and dynamic (skills and conventions the agent loads on demand via progressive disclosure — scalable but must be sought out), which is why the industry is abandoning complicated multi-agent specialist systems for one generalist agent that flexes into specialist roles; economically, agentic engineering is high capex but low opex, becoming 3-10x more reliable and cheaper than vibe coding's token-burning iteration on slop. Take one bloated always-loaded rules file and split it: keep only lean universal rules static, and move the rest into on-demand skills the agent loads when the task calls for them.
ExampleSource-backed work packet
Convert the video into a scoped task that includes the transcript claim, target workflow, acceptance criteria, and proof. The output should be a creative workflow board with critique criteria and review checkpoints..
ExampleClaim vs. demo brief
Separate what the speaker claims, what the demo actually proves, and what still needs outside verification before you adopt the workflow.
ExampleTeach-back module
Transform the lesson into a definition, a mechanism diagram, one misconception, one practice exercise, and a check-for-understanding question.