AI Prompt API Workflow Thoughts
I’m working on a new project with workflow involving a lengthy series of LLM prompts. This got me thinking about the whole meta and layered aspects of working with these AI APIs. Including a hot take on why the chat interface is so useful for LLMs. Prompt Roundtrips = Brittle My first thought was that prompt roundtrip based workflow interactions are going to create a whole new class of brittle integrations with LLM/AI APIs....
Atlanta Go User Group Presentation
In August I gave a talk at the Atlanta Go User Group related to Apache Beam processing using Go. Go is fast, but what happens when your data is larger than what a single process can handle within your available time window? Especially if you need to calculate metrics related to the data across those machines. That’s where Golang, Apache Beam and Dataflow come in. Apache Beam is an open source, unified model for defining both batch and streaming data-parallel processing pipelines....