Getting an LLM to write a blog engine

November 07, 2024

This is a blog engine that I wrote for my own website. It is powered by an LLM. The llm was asked to generate the python script that pulls articles from the blog folder and displays the title and first paragraph of each article in the front page. It then provides a link to the full article.

Read More