Welcome
RSS FeedThis is my personal blog where I write about technical and non-technical topics.
Featured
Postgres Schema for Prompting
Published: at 03:30 PMA query to get your postgres schema for llm prompts
Sending Webhooks with Temporal
Published: at 01:00 PMUsing temporal to deliver webhooks reliably
Building Tools for Agents
Published: at 08:00 PMSome things I learned building an email tool for agents
Converting MS Office Files to PDFs for RAG
Published: at 07:45 PMA quick and dirty way to include docx and xlsx files in your LLM application
Parsing Readline PDFs
Published: at 09:20 PMStrategies for parsing redline PDFs
Efficient References with LLMs
Published: at 06:10 PMUsing marker injection can solve a lot of issues with LLM document referencing, particularly for exact text matching and token efficiency.
When is Code Generation Useful?
Published: at 09:48 PMAs LLMs get smarter and faster, is code generation necessary?
Are these two people the same? Solving entity resolution with LLMs
Published: at 03:05 PMFiguring out whether two entities (people, places, products, etc.) are the same for data joins or de-duplication can always be a challenge, particularly when dealing with messy data with no unique identifier. LLMs provide a potentially simpler / more generalizable solution to this problem