In Friday meeting one topic that was touches was prompting and using LLMs
I just listened in the morning best overview of how it looks today, it matches my approach I adopted over a year of working and integrating LLMs
Really recommend watching if you are digging into that:
Really hits on important topics like:
- Different tier models for different tasks
- Meta-prompting and how to iterate and test prompts, he shows his workflow which is almost exactly mine workflow too for some time
- Test-driven Development with LLMs - something I argue for since 2022 since before ChatGPT And still almost no one speaks about that… I think its next big thing in efficiently working with them
- Distilling AI Model Performance - pointless waste of money without eval dataset
- Model Routing and Multi-Model Orchestration - challenges