Blog
Notes on housing, HOAs, documents, and building better tools.
How to integrate psql file-based queries with a Makefile
Run SQL files through make and save output.
Use system prompt to return structured data
Did you think LLM system prompts were just lightweight instructions on tone? Well they are so much more than that. They can return JSON in reliable shapes which you can parse and do other actions that rely on good structured data. Here I show you how.