From 00b810599a441bede11fcf891b223f81c06af0f7 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sun, 5 Apr 2026 16:21:01 -0700 Subject: [PATCH] Add descriptions to new articles Signed-off-by: Danila Fedorin --- content/blog/llm_personal_software/index.md | 1 + content/blog/pdf_flashcards_llm/index.md | 1 + 2 files changed, 2 insertions(+) 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)