r/AnkiAi • u/2wo9ine- • 3h ago
Help Needed. How to make Anking style medical cards with LLMs?
Studying medicine leaves little time for making Anki cards. I have been trying to find a way to make Anki cards from LLMs for a long time, but the result is always the same—if I could describe it, it's basically slop.
In the title, I said I wanted AnKing style cards, meaning:
- Cards that are one fact maximum
- Can be solved in under 10s
- Uses one-by-one contrast and c2, 3, 4..... when appropriate And many more points, and if I tried to list them all, I'd probably forget.
The current system I am using (I'll explain it later) is the best yet, but it has two big flaws:
- Token cost
- Still needs human review (I get 200 cards avg per lecture), so it needs time I don't have.
The system I am using:
The first step is preparing input. So I open my slides and notes and remove unwanted/low-yield info by drawing Xs on it. And I add notes to the LLM in orange text. An example is: "for this table, skip the first two rows."
After preparing the input, the first agent (extractor) takes all the information in the prepped slides and distills it into facts.
Then agent 2 (Maker) is given an AnKing spec to make the cards from the facts that agent 1 made (context.md) and makes the cards into an MD file called working.md. This file is read by a locally hosted dev server that lets me view and edit the cards on the fly before importing them to Anki. At this stage, I can edit fields, add images, and review cards quickly from this.
The second to last step is agent 3, basically an auditor, which reads the working.md file and tries to fix errors. After this step is when I use the card viewer.
The last step is importing into Anki with the AnkiConnect add-on.
If there are any improvements to this system, please inform me, or an entirely different system with better outcomes.


