David
@daveturissini
All things web dev. @apple, @salesforce veteran. Declarative programming. Entrepreneurish. Dol op talen. Opinions my own. šŗšøš³š±š®š¹
ID: 276583694
https://dev.to/daveturissini 03-04-2011 17:16:45
2,2K Tweet
199 Followers
304 Following
Weāve had a notion of āon call rotationā in engineering for a while. Basically someone who reacts to prod monitors reporting that things are broken. AI feels like itās going to introduce the ācode review rotationā where one engineer is responsible for reviewing all the agent PRs
Increasingly using tool calls as a reliable way to guarantee structured data from LLMs. Want the llm to āselectā something? Donāt parse the output. Give it a tool whose only job is to push the selection onto an array thatās captured in the closure.l and just return that when done
We are shipping LLM based image pipelines at Hungryroot Best pattern for prompt iteration so far: - create a new prompt - apply it 50% of the time - use existing measures to gauge success Increasingly convinced that the best way to verify prompts is just straight in prod