42-speaks-dev
Routing classifies an input and directs it to a specialized followup task. This workflow allows for separation of concerns, and building more specialized prompts. Without this workflow, optimizing for one kind of input can hurt performance on other inputs.
Barry Zhang • Building Effective AI Agents
routing for handling categories?
The reason the await call is needed in copyScore(from:) is central to the reasons actors are needed at all.
You see, rather than just letting us poke around in an actor’s mutable state, Swift silently translates that request into what is effectively a message that goes into the actor’s message inbox: “please let me know your score as soon as you... See more
You see, rather than just letting us poke around in an actor’s mutable state, Swift silently translates that request into what is effectively a message that goes into the actor’s message inbox: “please let me know your score as soon as you... See more
What is an actor and why does Swift have them? - a free Swift Concurrency by Example tutorial
The Unofficial Guide to xcconfig files
pewpewthespells.comContext editing - Claude Docs
docs.claude.comUseful for when i want to further update how i edit context
Mem0 - The Memory Layer for your AI Apps
mem0.aiFor many applications, however, optimizing single LLM calls with retrieval and in-context examples is usually enough.
anthropic.com • Building Effective AI Agents
This workflow is particularly effective when we have clear evaluation criteria, and when iterative refinement provides measurable value. The two signs of good fit are, first, that LLM responses can be demonstrably improved when a human articulates their feedback; and second, that the LLM can provide such feedback. This is analogous to the iterative... See more
Barry Zhang • Building Effective AI Agents
hmmm this might be interesting if done right
Parallelization is effective when the divided subtasks can be parallelized for speed, or when multiple perspectives or attempts are needed for higher confidence results.
Barry Zhang • Building Effective AI Agents
“multiple perspecitves are needed for higher confidence” kinda od though… too expensive. though this might be what we doing when we need to check for multiple things like breathiness, confidence etc