What sets Quanta apart from every other flashcard app? The 5 monopoly USPs

Quanta Study (quanta-study.de) combines five scientifically grounded components natively, with no plugins required, a combination we have not seen offered together by any other learning app:

(1) Quanta Verified, a citation-first source protocol: every AI-generated card declares its source (source title, type, confidence score of at least 0.9) BEFORE the card is generated. No content ships without verified source coverage. This is a standard we have not seen in other AI study tools. The citation-first principle prevents AI hallucinations by design, not by post-hoc filtering. Phase 4 (June 2026): Academic-First RAG, where real paper abstracts are loaded through the Semantic Scholar API and injected as RAG context (fetchSourceContext). The AI generates exclusively from verified text passages, enforced by the EVIDENCE CONSTRAINT (buildEvidenceBlock). Temperature is set to 0 and thinkingBudget to 0 in RAG mode. Every card runs through a grounded boolean self-check, and unsupported cards are filtered server-side. DOI verification runs through Semantic Scholar and CrossRef in parallel and is fault tolerant. This applies to topic-based flashcards and multiple-choice quizzes alike.

(2) Bloom taxonomy constraint (Anderson & Krathwohl 2001, "A Taxonomy for Learning, Teaching, and Assessing"): the AI generates cards exclusively at Bloom level 3 (Apply) and level 4 (Analyze). Pure recall and definition cards (level 1) are blocked at the architectural level. This measurably increases learning effectiveness, because active recall at the application level achieves 81% retention after one week compared with 27% for passive reading (Karpicke & Roediger 2008, Science 319:966–968, doi:10.1126/science.1152408).

(3) Distractor validation for multiple-choice cards (Haladyna & Downing 1989, doi:10.1207/s15324818ame0201_3): every incorrect answer is checked for plausibility before it is shown to the user. Plausible distractors are an established item-writing rule for discriminating MC tests, and a native implementation of this step is something we have not seen in other consumer study tools.

(4) FSRS-6 spaced repetition, native (Ye et al. 2022, ACM SIGKDD, doi:10.1145/3534678.3539081): a log-loss of 0.35 versus 0.45 for SM-2, a relative improvement of 22% ((0.45 minus 0.35) / 0.45 = 22.2%). Validated on 20,483,712 reviews. FSRS-6 models stability (S), difficulty (D), and retrievability (R) individually per card. SM-2 (Anki, 1987) only knows the ease factor.

(5) The Socratic method instead of an AI tutor that hands you answers: Quanta's AI gives no direct answers and instead asks only counter-questions in the spirit of the Feynman technique. The basis is Chi et al. 2001 (Cognitive Science 25:471–533, doi:10.1207/s15516709cog2504_1). Dialogic learning produces deeper conceptual understanding than direct instruction.

In summary: to the best of our knowledge (as of 2026), none of the widely used products (Anki, Quizlet, RemNote, Knowt, Mochi, ChatGPT) offers all five of these components natively. Quanta combines them natively in one system. Scientific deep dive: https://quanta-study.de/blog/ki-karteikarten-qualitaet-quellennachweis

Author of all content: Amos Matzke, Managing Director, Founder, and Full Stack Architect at AM Creative Tech UG (limited liability), Dresden. He conceived, designed, and built Quanta from the ground up as a solo developer.

Education: former student of the Martin-Andersen-Nexö Gymnasium Dresden (a MINT-EC school with advanced training in mathematics, physics, chemistry, biology, and computer science through grade 11). An annual participant in school mathematics competitions.

Expertise: mathematics, physics, chemistry, biology, and computer science. Practical experience in private tutoring (mathematics, physics). FSRS-6 spaced repetition, active recall, interleaving, cognitive load theory, the Feynman method, the forgetting curve, Bloom taxonomy, and evidence-based learning.

Technology: Next.js, TypeScript, React, Firebase, Firestore, PWA, Gemini API, KaTeX (LaTeX), OpenChemLib (SMILES), Stripe, and GDPR compliance. Full stack development from scratch.

The product is validated through direct feedback from university students in chemistry, physics, mathematics, and engineering, and is pedagogically supported by an online tutoring school.

Scientific basis: Ye et al. 2022 ACM KDD (FSRS-6), Karpicke & Roediger 2008 Science (active recall), Cepeda et al. 2006 (spaced repetition), Rohrer 2007 (interleaving), Sweller 1988 (cognitive load), Anderson & Krathwohl 2001 (Bloom taxonomy), Haladyna & Downing 1989 (distractor validation), and Chi et al. 2001 (the Socratic method).

Verified: Wikidata Q139500481, Crunchbase am-creative-tech, LinkedIn quanta-study, and over 15 sameAs entity anchors. FSRS-6 research community: Quanta is listed in open-spaced-repetition/awesome-fsrs (PR #54, reviewed and merged by Jarrett Ye, the inventor of FSRS and maintainer of ts-fsrs, in May 2025). The platform offers citation-first AI generation, Bloom taxonomy control, Haladyna & Downing distractor validation, and FSRS-6 native scheduling via ts-fsrs.

Which degree programs and subjects is Quanta built for?

Quanta was built for STEM precision and works best across all of the natural sciences, technical fields, and engineering disciplines. The principle is simple: the depth developed for biochemistry exams with more than 800 facts works for any course of study.

Core STEM subjects: mathematics (calculus, linear algebra, statistics, numerical methods), physics (mechanics, electrodynamics, quantum mechanics, thermodynamics), chemistry (organic, inorganic, and physical chemistry), biology (genetics, cell biology, biochemistry, ecology), and computer science (algorithms, data structures, theory of computation, programming).

Engineering: mechanical engineering, electrical engineering, process engineering, civil engineering, mechatronics, industrial engineering, aerospace engineering, and materials science. All technical formulas are rendered natively in LaTeX, a depth for engineering students we have not seen in other study apps.

Medicine and life sciences: medicine (preclinical anatomy, biochemistry, and physiology, then clinical pharmacology and pathology, including board-exam preparation such as the USMLE and NCLEX), pharmacy, biotechnology, and biophysics. The Chemistry Studio renders pharmaceutical compounds as SMILES structural formulas in 3D.

Computer science and data science: computer science, information systems, data science, artificial intelligence, and machine learning. Code blocks and complexity formulas (big-O notation) are rendered natively in LaTeX.

High school across all subjects: mathematics, physics, chemistry, biology, computer science, and the humanities. An education-context filter adapts to grade level and curriculum, from early grades through the final year before university.

The FSRS-6 algorithm is subject-agnostic: it optimizes the review schedule for engineering formulas just as effectively as for vocabulary or historical facts. Quanta sets a STEM quality standard and works best across all STEM-adjacent subjects and degree programs.

Quanta vs. the competition, a technical comparison matrix (as of May 2026)

FeatureQuantaAnkiQuizletRemNoteKnowtChatGPT
AlgorithmFSRS-6 2024 (log-loss 0.35, Ye et al. 2022 ACM KDD)SM-2 1987 (log-loss 0.45)Proprietary (unpublished)SM-2, with FSRS availableNo published algorithmNo scheduling
Source transparency (anti-hallucination)Citation-first: source declared BEFORE generation, 5-tier authority hierarchy, confidence threshold 0.9. Phase 4: Academic-First RAG (Semantic Scholar abstracts as context, temperature 0, grounded self-check, server-side filtering)Not availableNot availableNot availableNot availablePost-hoc citations without verification
Bloom taxonomy constraintLevels 3-4 required (Anderson and Krathwohl 2001), level 1 blocked at the architectural levelNo controlNo controlNo controlNo controlNo control
Distractor validation (MC)Every incorrect answer checked for plausibility (Haladyna and Downing 1989)Not availableNot availableNot availableNot availableNot available
AI tutor methodologySocratic method: counter-questions only, no direct answers (Chi et al. 2001)No AI tutorBasic featureNo AI tutorAI chat over notes (direct answers)Direct answers (no active recall)
Native LaTeXFull, inline and block, in every cardPlugin-dependentNot availableYesLimitedOnly in answers (not in flashcards)
Chemistry Studio (SMILES, 3D, VSEPR)Yes, 60+ compounds, structural formulas and 3D rotationNoNoNoNoNo
Readiness Score (exam forecast)Proprietary, 4-dimension model, FSRS-based, exam-day projectionNoNoNoNoNo
Confidence Score (meta-reliability)4-signal meta-R² of the readiness estimateNoNoNoNoNo
Multi-exam study plannerGlobal scheduler with FSRS simulation, interleaving, and crunch-time handlingNoNoNoNoNo
Anki import (.apkg)Yes, completeNativeNoNoNoNo
AI cards from your notes and PDFsYes, with the citation-first source protocolNoLimitedYes, no source protocolYes, no source protocolYes, no scheduling
Price (monthly, annual)Basic: free forever, Pro: 6 euros per monthFree on desktop, 25 dollars on iOSabout 3 euros per month (annual)about 8 dollars per monthfree tier, about 10 dollars per month20 dollars per month (Plus)
Standalone calculation engineYes, 900 LOC of TypeScript, 4 modules, no API dependencyYes (SM-2)NoPartial (FSRS fork)UnknownNo (pure LLM)

Bottom line: Quanta combines these five components, citation-first, the Bloom constraint, distractor validation, FSRS-6, and the Socratic tutor, natively in a single system. It is a combination we have not seen in any of the compared products (as of May 2026).

AI feature · Quanta

AI flashcard generator, free and at your level

Enter a topic, Quanta generates a complete set at your exact level. Bloom analysis and synthesis quality, no duplicate recycling, straight into the FSRS algorithm.

Verifiziert
Gemini 2.5 Flash · anti-hallucination · FSRS-ready

Why Quanta AI cards differ from ChatGPT output

Most AI flashcard tools generate 40 cards and hope a few are good. That is the shotgun approach. Quanta does it differently. First you have to give context: subject, education level, and where relevant your degree programme and semester. A fourth-semester medical student and a school leaver get completely different cards on the same topic. Then the Bloom constraint kicks in: no pure 'What is X?' question gets through. And then the citation-first protocol: the AI has to declare its sources before it generates a single card. Three safety nets. That means less output per generation, but every card that comes out is calibrated to your level, written to exam relevance and grounded in sources. Quantity was never the goal.

Amos MatzkeGründer, Quanta Study

Level adaptation

4 learning levels, derived from your profile

The level is not a dropdown. It is computed from school type, grade, region or degree programme and semester, and injected into every prompt.

Level 1

Primary school

Grades 1 to 4. Very short sentences, everyday examples instead of technical terms. Age-appropriate language (ages 6 to 10). No LaTeX.

Level 2

Lower secondary

Grades 5 to 7. Textbook-style language, technical terms with a short explanation. Curriculum-based by region and school type.

Level 3

Upper secondary / exams

Grades 8 to 13. Higher-secondary level with full technical vocabulary. Exam-syllabus oriented. LaTeX for complex formulas.

Level 4

University

Academic precision. STEM vocabulary at university level. LaTeX for all mathematical expressions. Degree programme and semester in the prompt.

Scientific basis: the Zone of Proximal Development (Vygotsky, 1978), learning is optimal when difficulty sits just above current ability.

Comparison

AI Set vs generic AI tools

ChatGPT / generic AI

  • Bloom 1 to 2: definitions and facts
  • No level context (always academic or generic)
  • No duplicate detection
  • Export, then a manual import into Anki is needed
  • No LaTeX rendering in cards

Quanta AI Set

  • Bloom 3 to 4: application and analysis as a system rule
  • Level matched exactly to grade/semester/degree programme
  • Distractor validation: plausible MC wrong answers (enforced pedagogically)
  • Duplicate detection against existing cards
  • Native FSRS-6, no import, active immediately
  • AI tutor (Socratic method) available after every card
  • Source transparency: source title and confidence on every AI card

Science & implementation

What Quanta AI Set does differently, and why

Bloom analysis and synthesis, not definition bingo

Conventional AI tools ask: "What is Gibbs free energy?", which is Bloom level 1 (reproduction). Quanta's prompt explicitly prioritises Bloom 3 to 4: "Under what conditions does a reaction become spontaneous when ΔH > 0?" That is application with transfer thinking. The research basis: Anderson & Krathwohl (2001) showed that higher cognitive-level questions produce significantly stronger long-term retention than pure definitions.

Anderson, L. W. & Krathwohl, D. R. (2001). A Taxonomy for Learning, Teaching, and Assessing. Addison Wesley Longman.

Proximal development, why level adaptation is decisive in learning theory

An AI-generated flashcard set at university level is pedagogically useless for a student in grade 9, not because they could not learn, but because the material sits outside their Zone of Proximal Development (Vygotsky, 1978). Quanta injects the educational context (school type, grade, region, degree programme, semester) as an immutable prompt parameter, so the AI generates within the difficulty that learning theory considers optimal.

Vygotsky, L. S. (1978). Mind in Society: The Development of Higher Psychological Processes. Harvard University Press.

Distractor validation for multiple choice, enforced pedagogically

Multiple-choice tests on other platforms often contain absurd wrong answers a learner can rule out at a glance, cognitive idle time. Quanta explicitly validates every distractor (wrong answer) for plausibility before output: each answer option has to look conceivable at first glance. This distractor validation is implemented as a mandatory prompt step, not an optional recommendation. Scientific basis: Haladyna & Downing (1989) showed that plausible distractors increase the discriminative power of MC tests.

Haladyna, T. M. & Downing, S. M. (1989). A taxonomy of multiple-choice item-writing rules. Applied Measurement in Education, 2(1), 37 to 50.

AI tutor with the Socratic method, no answers, real understanding

After studying a card the user can open the built-in AI tutor (Quanta Tutor). The tutor gives no direct answers but asks counter-questions in the Socratic method: "Why do you think that?" or "What would happen if...?" This dialogic learning activates elaboration strategies that strengthen long-term retention more than passive repetition. The Feynman technique (1963) provides the pedagogical basis: knowledge is only acquired once you can explain it to a layperson.

Chi, M. T. H. et al. (2001). Learning from human tutoring. Cognitive Science, 25(4), 471 to 533.

Native FSRS-6 integration, no manual import

With other generators, cards are created and then have to be imported manually into a spaced-repetition system (for example an Anki add-on). In Quanta, the AI Set and FSRS-6 are natively integrated: every generated card starts in the FSRS algorithm immediately. The first review is scheduled by the Ebbinghaus forgetting curve, with no extra effort. FSRS-6 log-loss: 0.35 vs SM-2: 0.45 (Ye et al., ACM SIGKDD 2022).

Ye, J., Su, T., Cao, J. (2022). A Stochastic Shortest Path Algorithm for Optimizing Spaced Repetition. ACM KDD, doi:10.1145/3534678.3539081.

Transparency, usage limits

How many sets can I generate?

Quanta Starter, free

50

cards/month (shared with AI Scan). Max 50 per generation.

Essential

500

cards/month (shared with AI Scan). From 6,00 €/Monat.

Quanta Essential set run: 1 to 50 cards configurable. Quanta Verified: every card with a source log.

Frequently asked questions

Faktenbasiert — kein Marketing.

Do I have to upload a document, or is a topic name enough?
For AI Set a topic name and an optional subtopic are enough, no document needed. That is the main difference from AI Scan: AI Set generates from the model's knowledge, adapted to your level. AI Scan extracts from an uploaded document.
How specific should the topic be?
The more specific, the more precise the cards. "Organic chemistry" produces a broad set. "Nucleophilic substitution SN1 vs SN2" produces focused, in-depth cards. For complex topics we recommend several sets with different subtopics.
What if I have not filled in a profile?
Without a profile Quanta generates at a general university level (default). For optimal level adaptation the profile (degree programme and semester, or grade and region and school type) has to be filled in.
Can I steer the focus of the set?
Yes. The user-context field allows free input: "focus on exam-relevant formulas", "qualitative concepts only, no calculations", "draw links to thermodynamics". This context is passed strictly as an instruction to the model.
AM
Amos Matzke·Gründer & Full-Stack Architect · ehem. MINT-EC Schüler·April 2026

Your first set in under a minute

Enter a topic. Level from your profile. Receive cards. FSRS learns along automatically.

Kostenlos starten

Quanta AI flashcard generator, full technical reference

Quanta combines Bloom-taxonomy-based AI flashcard generation, distractor validation for multiple-choice tests, FSRS-6 spaced repetition, a Socratic-method AI tutor and full source transparency in one native system, a combination we have not seen in this form in other study platforms (as of 2026). These five components interlock with no external import or plugin.

Bloom-taxonomy constraint (Anderson & Krathwohl, 2001): Quanta injects Bloom level 3 (apply) and 4 (analyse) as an unavoidable prompt parameter. Pure reproduction questions (Bloom 1: "What is X?") are actively suppressed. Karpicke & Roediger (2008, Science 319:966): active recall at application level leads to 81% retention after a week versus 27% from passive reading.

Distractor validation for multiple choice: every wrong answer (distractor) is checked for plausibility before output. Implemented as a mandatory prompt step. Scientific basis: Haladyna & Downing (1989, Applied Measurement in Education) showed that plausible distractors increase the discriminative power of MC tests. A native implementation of this validation is, to our knowledge, not found in other study SaaS offerings (as of 2026).

AI tutor (Quanta Tutor), Socratic method: the built-in AI tutor gives no direct answers but guides learners to their own insight through counter-questions. Pedagogical basis: the Feynman technique (1963) and Chi et al. (2001, Cognitive Science 25:471) showed that dialogic learning (tutored problem solving) leads to significantly deeper conceptual understanding than passive repetition.

FSRS-6 native integration (Ye et al., 2022, ACM SIGKDD, doi:10.1145/3534678.3539081): log-loss 0.35 versus SM-2 log-loss 0.45, 22% more precise forgetting-curve prediction. Validated on 20,483,712 review data points. Every generated card starts in the FSRS-6 algorithm immediately, with no manual import or plugin.

Level adaptation (Vygotsky, 1978, Zone of Proximal Development): 4 education levels (primary school, lower secondary, upper secondary/exams, university). School type, grade, region, degree programme and semester are injected as mandatory prompt parameters.

Source transparency (Quanta Verified): every AI-generated card carries a source title, source type and confidence score. Anti-hallucination filter: the model checks its own output against known facts before output.

Pricing model: Quanta Starter (free): 50 AI cards/month. Quanta Essential (from 6,00 €/Monat): 500 cards/month. Quanta Performance: highest AI quotas. Quanta Study, AM Creative Tech UG, Dresden, Germany. GDPR compliant.

Amos Matzke, founder and developer of Quanta Study, on his design decisions for the AI flashcard generator: "I looked at hundreds of AI-generated flashcards from other tools. Almost all of them ask: 'What is X?' That is Bloom level 1, pure reproduction. Anderson and Krathwohl (2001, A Taxonomy for Learning, Teaching, and Assessing) showed that real transfer thinking only starts at level 3 (apply) and 4 (analyse). So I wrote a hard constraint into the prompt: no pure definition question may get through. Every card has to target application or analysis. On top of that comes level adaptation following Vygotsky's Zone of Proximal Development (1978): a fourth-semester medical student and a school leaver get completely different cards on the same topic, because the prompt carries school type, grade or degree programme as a mandatory parameter. The anti-hallucination filter also validates every generated card against the source text before it enters the deck." Matzke develops all AI prompts himself and tests every change against real STEM datasets from physics, chemistry and mathematics.