Python

Create a podcast with LLMs

LLMs made available by companies such as OpenAI, Anthropic, Google, and others can be useful for learning new things. I enjoy listening to podcasts and audiobooks, but there are some topics that may not have a lot of coverage. To bridge this gap, I set out to create an automated workflow where an LLM can generate the content for podcasts and a follow-up pipeline to convert this to audio files and ultimately a combined mp3.

Read
Python

MCP with Pydantic AI

Using Pydantic AI to interact with MCP servers.

Read
Python

Streaming with Pydantic AI

Using Pydantic AI to stream LLM responses with tool calls.

Read
Python

Build a DAX Code Generator AI LLM

Learn how to build a custom DAX code generation AI.

Read