Use ChatGPT API to create Knowledge Base articles in Org Mode!

Опубликовано: 02 Июнь 2026
на канале: Greg Grubbs - Tech and History
1,074
22

Generative AI via API is a trip. This example uses a mix of Python, Emacs Lisp and good "old-fashioned" prompt crafting to generate Knowledge Base articles from text and web pages. The primary programming language here is English - the language model takes care of the heavy lifting by replying reasonably to our poorly worded and vague prompts! #programmers #paradise

All props go to @DavidShapiroAutomator for this idea - in fact I have simply modified the code to integrate with Org Mode and the Emacs Denote package by @protesilaos

The referenced GitHub repo: https://github.com/gregoryg/KB_micros...
Use the org-kb branch as linked to get the code and prompts shown.