Building an AI Thread Map with Vercel's AI SDK
I have a real problem where I keep a thread of chat going for too long, and then either I lose track or the LLM’s responses get a bit hazy and confused. I wanted to create an app to be able to keep track of branching conversations with an LLM. I thought it’d be a good experiment to help me understand how to build context for LLM inputs, and also to get some practice using Vercel’s AI SDK.
About
Notes from my personal code projects
Sovling my bug in React's render cycle
I hit a bug in my Zustand/React app, and solving it helped me to see exactly how React’s rendering lifecycle works.
I created a very basic app to log observations of native plant and animal species, and I wanted to put in a filter box to sort my observations by species and location.