ThesisFULL Guide to Becoming a Principled Agentic Engineer (Build Anything with AI) teaches a practical agentic engineering move: Build a discipline around specs, verification, context design, tool choice, and iteration instead of one-off prompting.
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:30Three-phase system
“complicate AI coding frameworks all of the time, making it seem like you need some fancy harness or specialized agents just to do any real work at scale. But that really isn't the case. So I boil things...”
Rather than a fancy harness or specialized agents, the whole framework is three phases: ideate work into tickets with a coding agent, run the PIV (plan-implement-validate) loop on each ticket, and adopt a system-evolution mindset that makes the agents more powerful as you hit issues. It's tool-agnostic — Claude Code + Jira here, but Codex + GitHub or Copilot + Linear work the same. Write down the three phases (ideate, PIV loop, evolve) and, for a project you're working on, name which coding agent and which work-tracker you'd pair for each phase.
33:14Plan then delegate
“pointed cloud code there and I said all right Claude for this AI transformation workshop that I'm doing with Leor I want you to set up a brand new repository and bring in my resources and customize it...”
A dedicated /plan command has the agent research the codebase, then write a plan.md with a summary, locked-in decisions, patterns to follow, exact files to change, a granular task list, and a self-validation strategy (unit/integration tests, linting, type checking). Delegating all the coding is only safe because you shaped that plan — you stay in the driver's seat by iterating on it. For one feature, draft a plan.md by hand with sections for decisions, files to change, and how the agent should validate its own work before handing control back to you.
53:09Fresh-session implement
“and unit testing. We could also have it do endtoend testing if we wanted to use browser automation tools with um you know the agent browser CLI for example. So that's actually one of the skills that I...”
Never implement in the same session you planned in — the agent has built up bias, so open a fresh Claude Code session and run /implement with just the plan path. The markdown plan carries all needed context, the agent runs its own validation, then you still do a human code review and manual testing before shipping serious production code. Try planning a change in one agent session, then start a brand-new session that only receives the plan file, and note what the fresh agent asks or assumes differently.
01Intent
Start with this video's job: Build a discipline around specs, verification, context design, tool choice, and iteration instead of one-off prompting. Treat "Intent" as the outcome you are trying to make visible, not a topic label. Anchor it to 0:30, where the video says: “complicate AI coding frameworks all of the time, making it seem like you need some fancy harness or specialized agents just to do any real work at scale. But that really isn't the case. So I boil things...”
02Task Packet
Use "Task Packet" to locate the part of the agentic engineering workflow the video is demonstrating. Ask what changes in your real setup if this claim is true. Anchor it to 33:14, where the video says: “pointed cloud code there and I said all right Claude for this AI transformation workshop that I'm doing with Leor I want you to set up a brand new repository and bring in my resources and customize it...”
03Agent Run
Turn "Agent Run" into the reusable artifact for this lesson: A task packet that a coding agent could execute without wandering. This is where watching becomes something you can inspect and reuse.
04Evidence
Use "Evidence" 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.
05Review
Use "Review" 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.
06Standard
Use "Standard" to carry the idea forward: save the prompt, checklist, diagram, or operating rule that would make the next agent run better.
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 task packet that a coding agent could execute without wandering..
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.
Do not learn it wrong- Treating the title as the lesson without checking what the transcript actually says.
- Letting the prompt drift into generic advice that could apply to any video in the playlist.
- Copying the tool setup without identifying the operating principle that transfers to your own stack.
- Skipping the artifact, which means the learning never becomes operational or inspectable.