The New AI Prompting Method Everyone Is Talking About: Loops
A 19-minute breakdown of loop engineering — how the builders of Claude Code and OpenClaw actually work with AI, and how to apply the same system yourself without being technical.
June 10thA 15-minute walkthrough of a personal system that chains Claude Code, Anki, and Obsidian to eliminate the friction between reading something and actually remembering it.
The real bottleneck to memorizing what you learn is not the information itself but the friction of encoding it — and Claude Code, used as an agent that quizzes you, identifies gaps, and writes cards directly into Anki, can eliminate that friction without outsourcing the actual thinking.
Anki's spaced-repetition algorithm is proven for long-term retention, but manually creating quality flashcards from dense material creates enough friction that most people abandon the habit. The creator's solution is a Claude Code workflow that treats each source type — PDF, web article, YouTube video — as its own pipeline: Claude Code generates a quiz from the material, the learner takes it to identify real gaps, and then Claude Code writes cards directly into the Anki SQLite database based only on those gaps. For YouTube, a Python script extracts the transcript with embedded timestamp links so every Anki card connects back to the exact moment in the video. All outputs are saved to Obsidian, creating a searchable knowledge base where every note traces to a primary source.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →
Opens with the thesis. Creator's background: research lab, AI engineer, AI instructor. Frames augmentation tech as often cringe-worthy but positions this system as genuine amplification.

Explains Anki for newcomers. Free, open-source. Spaced-repetition algorithm automates review timing. Credits Michael Nielsen's 'Augmenting Long-Term Memory' as the founding inspiration.

Introduces 'Ankifying' — the act of converting noticed information into a card on the spot. Names the core friction: context-switching between source and card tool.

Personal testimony: seven years, multiple programming languages, spoken languages, martial arts. Acknowledges that even experienced users still hit friction. Quotes Nielsen: 'Anki is a virtuoso skill.'

Describes Claude Code as a terminal-based agentic tool from Anthropic. Clarifies GUI alternatives for non-technical users. Notes it can amplify work across any computer-based domain.

Demonstrates the naive first approach: paste article + prompt into any chatbot, bulk-import resulting text file into Anki. Identifies the critical flaw: cards reflect AI judgment, not the learner's attention.

Reframes the problem by source type. Each source — PDF, web article, YouTube — has distinct friction points requiring its own flow. Introduces the PDF quiz approach.

PDF pipeline: feed paper link to Claude Code, render a quiz as a vibe-coded HTML app, take the quiz in browser, identify gaps, send gaps back to Claude Code for targeted card creation. Explains Claude Code skills as reusable packaged expertise.

Key upgrade: a Claude Code skill writes cards directly to the Anki SQLite database, eliminating the text-file import step entirely. Reaffirms that the learner still drives the quiz loop — AI removes logistics, not judgment.

Expands the framework to YouTube, noting that most recent learning happens there. Identifies the new friction point: navigating long videos (e.g., 3-hour Karpathy lectures) to find specific moments.

Historical technique: right-click video → 'Copy link to current timestamp' → paste into Anki Source field. Has worked for years. Now wants to automate the card creation around it.

Uses youtube-transcript-api Python package to pull the full transcript programmatically. Paste into Claude Code with a custom prompt that extracts only the sections of interest, with clickable timestamp links preserved in the output.

Demonstrates a dedicated Claude Code slash command that summarizes a YouTube video and returns bullet points with embedded YouTube timestamp URLs. Compares Gemini and NotebookLM — both offer clickable timestamps in the tool, but links don't survive copy-paste.

All Claude Code outputs — summaries with timestamp links, extracted sections — are saved to an Obsidian vault. Creates a searchable, source-linked knowledge base. Acknowledges this is overengineered but works well.

Honest caveat: Claude Code + Obsidian + Anki is the full stack but overkill for most. A well-crafted chatbot prompt workflow delivers most of the benefit without the setup.

CTA for a paid course that covers all approaches with source materials, prompts, and folder structures. Standard like-and-subscribe close.
The gap between reading something and remembering it is almost entirely a friction problem, and the quiz-first, card-second workflow is the most direct way to close it.
“I think I've learned the perfect formula for how to learn and memorize information combining Anki flashcards and Claude Code.”
“Anki is a virtuoso skill. You have to develop it with years of practice and experience.”
“I don't think this bypasses us as the main active agents of our knowledge.”
“Feels like a Brain OS type of situation. Reduces friction to a point where you can really just work with ideas directly.”
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
Seven words into the video, the claim is on the table: a perfect formula. What follows is not hype — it is a methodical walkthrough from a practitioner who has used Anki for seven years and AI agents professionally, and who spent months narrowing the gap between 'I read this' and 'I remember this.'
When you notice something worth remembering while reading or watching, create a card for it immediately. The spaced-repetition algorithm handles scheduling from there.
Quizzing yourself before creating cards filters out false confidence and ensures every card addresses a real knowledge gap.
Each source type has a different friction point requiring a different automation. Treating them as separate pipelines lets you optimize each one.
Packaged expertise files that let Claude Code execute complex domain-specific workflows from a single slash command, such as rendering a quiz HTML app or writing directly to a database.
“I have a course about combining Claude Code and Anki. I'll put a link somewhere in here that you can click. And in that course, I break down not just this approach, but a bunch of other approaches, and I share source materials and prompts and folders and all that stuff.”
Verbal mention at the very end with a visual link indicator. Low-pressure, informative tone. No urgency or discount framing.
00:00
00:11
00:19
00:25
00:35
00:47
00:55
01:02
01:18
01:30
01:36
01:54
02:01
02:18
02:25
02:42
02:54
03:08
03:18
03:30
03:44
03:54
04:01
04:15
04:25
04:42
04:54
05:11
05:14
05:27
05:42
05:54
06:06
06:18
06:30
06:46
06:54
07:09
07:18
07:30
07:39
07:54
08:06
08:21
08:30
08:36
08:54
09:06
09:18
09:30
09:42
09:58
10:04
10:18
10:30
10:42
10:54
11:06
11:18
11:29
11:39
11:54
12:06
12:21
12:33
12:42
12:52
13:01
13:19
13:25
13:46
13:53
14:06
14:18
14:30
14:42
14:54
15:03
15:11
15:19A 19-minute breakdown of loop engineering — how the builders of Claude Code and OpenClaw actually work with AI, and how to apply the same system yourself without being technical.
June 10thA 35-minute live demo of a local browser app built with Claude that replaces Notion, Sunsama, Heptabase, and every health tracking subscription — all from one markdown folder.
June 12thA 20-minute breakdown of the 10/80/10 system and loop engineering — the cost-efficient way to run the most expensive AI model on the market.
June 11thHow one creator filtered a hundred-plus AI tools down to seven that each kill a specific ADHD friction point.
June 11thA 10-minute screen-share that argues VS Code is the best harness for Claude Code -- faster, more stable, and built for the files you are actually working on.
June 10thA 30-minute system walkthrough showing how Claude Code compresses every stage of YouTube production without writing a single line of code.
June 9th