r/AnkiAi

▲ 1 r/AnkiAi+1 crossposts

Do you create your flashcards with AI?

Curious how common it is to use AI for generating flashcards — and if you do, what's your workflow for getting them into your flashcard app?

reddit.com
u/Shige-yuki — 3 days ago
▲ 101 r/AnkiAi+1 crossposts

(Anki + Gemini) is my Superhero

Hey guys! So, I've actually known about Anki for a good 5 years now. Back in med school, I used it casually for those stubborn clinical facts that just refused to stick in my brain. But I only really started going hard with it a couple of months ago when I kicked off my German learning journey.

I'm trying to make Anki a solid daily habit, so I wanted to figure out the absolute best way to create high-quality cards for an A1 level. Since Gemini is already my daily driver for AI stuff, I decided to put it to work.

Here’s my workflow right now: I just feed Gemini my daily vocab list, which I pull from a few different places (like the 100 German Short Stories book). The cool thing is, since Gemini already knows my context (my medical background, my hobbies, and why I'm learning), it spits out incredibly personalized cards. It comes up with simple, relevant example sentences that actually make sense to me. After that, I just import them straight into my deck!

reddit.com
u/Shige-yuki — 9 days ago
▲ 1 r/AnkiAi+1 crossposts

Making cards have become significantly easier!

I used anki for language learning and had tried using it for regular studies. I gave up because it was too cumbersome.

Today I uploaded my notes to Claude and added some specifications and it made the perfect cards! It is so delightful.

I am glad I found this just before my post graduate studies.

reddit.com
u/Additional-Chard-206 — 7 days ago
▲ 1 r/AnkiAi

I built an AI tool that generates Anki-ready decks from your notes and PDFs

I built Cardly to handle the part of studying I hated most: making the cards.

The idea is simple. You paste your lecture notes or upload a PDF (works on scanned slides too) and it generates a Q&A deck using AI. When you’re done you export it as a tab-separated file and import it into Anki through File > Import. No add-on needed, works with any Anki version.
It’s free to use at studywithcardly.com. Free plan gives you 7 generations per month.

I’m the solo developer. I’d love honest feedback from people who actually use Anki seriously, especially on card quality for technical or dense subjects. If the output isn’t good for your subject area, I genuinely want to know.

Happy to answer questions about how it works or what’s under the hood.​​​​​​​​​​​​​​​​

www.studywithcardly.com

reddit.com
u/studywithcardly — 8 days ago
▲ 6 r/AnkiAi+1 crossposts

[Research] Help build the first public dataset on personalized vocabulary complexity

TL;DR: There's no public dataset of what real language learners actually study and how their memory responds to it. Existing data either captures words without memory patterns, or memory patterns without the words. This survey collects both: Anki cards + review logs, from real learners, in any language. Participation takes ~10 minutes, and the survey runs entirely on your machine before submission for privacy. You review every card and exclude anything you don't want to share. It is fully GDPR-compliant. The dataset will be released openly so anyone - not just commercial platforms - can build on it.

Survey link: https://nekear.me/research

Below is more information on why this may matter to you, participation, privacy, the purpose of this research, and its novelty - in that order.

Why this can matter to you as a learner

The most immediate benefit is that in just 10 minutes you're directly contributing to research that hasn't been done before, and to a dataset that will become a permanent public resource for the entire language-learning research community.

Longer term, this same research makes a new generation of learning tools possible:

  • deck recommenders that know which words you're actually ready for;
  • vocabulary sequencers tuned to your prior knowledge;
  • smarter spaced repetition schedulers built on personal memory patterns instead of population averages.

And because the dataset will be public, anyone will be able to build them, not just one company.

Who can participate

To make the research outcomes meaningful, the dataset requires its content to follow specific rules. You're welcome to participate if:

  • You actively use Anki for language learning;
  • Your deck has been reviewed enough that some (not strictly all) cards have 5+ reviews (this is when review patterns start to reflect actual memory rather than early-stage half-random answers - but submissions below that threshold still help).

What participation looks like

As stated, it takes about 10 minutes, the steps are as straightforward as they can be:

  1. Export your Anki deck (.apkg) with the following checkboxes ticked: "Include scheduling information" (the review logs), "Include deck presets" (the scheduler configuration) and "Support older Anki versions".
  2. Open the survey link - it includes a built-in utility that opens your deck fully locally and lets you decide what to submit;
  3. Review your cards in a preview UI. The utility flags potential personal info (emails, phone numbers, names) for your attention. Exclude anything you don't want shared;
  4. Fill out your language proficiency and pick your domains of interest;
  5. Click submit. Nothing leaves your machine until this step.

You'll receive a one-time withdrawal token in case you change your mind later.

What's collected and how it's protected

TL;DR:

  • Local-first review. The survey allows you to see every card/note before submission and exclude any of them individually should you deem necessary. The tool also flags potential personal information (emails, phone numbers, names). Everything runs locally.
  • Identifiers stripped or randomized. Your deck names are replaced with meaningless artificial names, all timestamps (e.g., when your card was created) are offset by a random value, and Anki internal IDs are replaced with synthetic counters;
  • GDPR-compliant. Data is stored in the EU, and is encrypted at rest, with a withdrawal mechanism via a one-way token you keep;
  • Special-category check. Cards mentioning health, religious, or political content trigger an additional explicit notice under GDPR Article 9.

The full technical schema (every field, what's collected and why, what's transformed, and what's dropped) is accessible here: https://nekear.me/research/data-handling.

I recommend reviewing cards and notes manually as well, since the personal identification algorithm runs locally and, consequently, has real limitations.

About me and the research

My name is Michael. I'm a Master's in AI student at the University of Galway, Ireland working on a thesis at the intersection of AI and language learning.

Simply put, the research involves training an AI model that predicts how hard a specific word is for you, given the words you already know and your learning patterns. The model is trained on three inputs:

  • The word's morphological features (what parts it's built from) and distributional features (how often it appears in real-world usage) - that's the reason I need your cards;
  • Your performance history on similar words - the reason I need your review logs;
  • Your language proficiency profile, because your native and other known languages directly affect how you learn new ones - the reason I need your language profile.

You can read more here: https://nekear.me/research/data-handling#what-is-collected.

Why the research is novel

There's prior work on word-difficulty modeling: Duolingo has published a couple of important datasets in this area (HLR in 2016, SLAM in 2018), but both capture learning within Duolingo's own curriculum: platform-chosen words, platform-formatted exercises, platform scheduling. The publicly missing part is data on what learners themselves chose to study, in any language, scheduled by a memory-faithful algorithm like FSRS, with the full card content intact. Talking about existing log datasets like open-spaced-repetition (which FSRS was built on), they strip the content out for privacy, while other public vocabulary research datasets don't include memory data. Neither side of what's needed currently exists publicly.

This survey is building the first dataset that has both. Once released publicly, it removes a real bottleneck for anyone working on personalized vocabulary learning.

Questions / concerns

Comment below, DM me, or email me at hi@nekear.me. I'm genuinely happy to discuss methodology, privacy specifics, or anything else.

Cross-posting note

I'll also be posting this in the Anki Forums and the Anki Discord #language-learning channel, with mod coordination. Apologies if you see it more than once. And I appreciate any help spreading the word, as I hope we can make a huge contribution to language learning.

Survey link: https://nekear.me/research

reddit.com
u/Nekear_x — 7 days ago
▲ 13 r/AnkiAi+1 crossposts

Liksyon, a terminal-based study tool that turns your Udemy courses into Anki flashcards using AI.

Hey everyone, I built an opensource tool that gets the trascript of your udemy course and turns it into Anki flashcards using claude code(for now).

https://github.com/0xp4ck3t/liksyon

u/bryansi_ph — 9 days ago
▲ 5 r/AnkiAi

[Question] Would you use a tool that turns your notes into visual flashcards automatically?

The Problem

I spend hours every week turning lecture notes into flashcards. And even after that, I still forget half the material within a week.

Then I learned: The brain remembers images 5x better than text. But creating visual summaries is time-intensive.

The Idea

What if you could:

  1. Paste your notes/article
  2. AI extracts the key points
  3. AI generates one visual summary
  4. Export to Anki/Notion

Done in 2 minutes.

Real Talk: Questions I Have

  1. Would you use this? For what subjects?
  2. Would you actually pay for it? Or free with limits?
  3. Biggest problem right now? Forgetting content? Time spent on flashcards? Poor quality visuals?

I'm building this to solve my own problem, but want to know if others face the same issue.

Let me know! Even just a comment helps.

reddit.com
u/More-Humor-8511 — 13 days ago
▲ 11 r/AnkiAi

use chat gpt voice mode for anki rehearsal

Use chat gpt's free voice mode to rehearse verbally

https://github.com/ethanbetts63/speech-to-anki

  1. CLI: Export all due cards from the target deck into a structured .txt file.

  2. Browser: Paste the file into ChatGPT with the prepared prompt, enable Voice Mode, and complete the review session.

  3. CLI: Paste the session transcript alongside the evaluation prompt.

  4. CLI: AI grades each response (easy / hard), converts results to .jsonl, and runs the import script to update deck progress.

more details in readme if interested

u/ebeast646464 — 13 days ago