diff --git a/content/blog/llm_personal_software/index.md b/content/blog/llm_personal_software/index.md index 33c5319..1d79a7e 100644 --- a/content/blog/llm_personal_software/index.md +++ b/content/blog/llm_personal_software/index.md @@ -3,6 +3,7 @@ title: "Personal Software with the Help of LLMs" date: 2026-04-05T16:03:00-07:00 tags: ["LLMs"] series: ["LLM-Assisted Flashcard Generator"] +description: "In this post, I describe an inherently individual and outcome-focused class of LLM-generated software" --- In [the previous post in this series]({{< relref "pdf_flashcards_llm" >}}), diff --git a/content/blog/pdf_flashcards_llm/index.md b/content/blog/pdf_flashcards_llm/index.md index dd77690..9bd11ea 100644 --- a/content/blog/pdf_flashcards_llm/index.md +++ b/content/blog/pdf_flashcards_llm/index.md @@ -3,6 +3,7 @@ title: "Generating Flashcards from PDF Underlines" date: 2026-04-05T16:02:00-07:00 tags: ["LLMs", "Python"] series: ["LLM-Assisted Flashcard Generator"] +description: "In this post, I describe my personal PDF-to-vocab-flashcards pipeline" --- __TL;DR__: I, with the help of ChatGPT, wrote [a program](https://dev.danilafe.com/DanilaFe/vocab-builder)