|
|
|
|
|
by grandma_tea
1023 days ago
|
|
This is really cool! It took me a bit to understand what this thing is for so allow me to summarize: For simple LLM tasks, don't bother using this tool. It won't do much for you. If you have a more complicated task (eg. knowledge database lookups, chain of thought reasoning, multi-hop lookups...) then DSPy offers 2 things: a clean class-based representation of your workflow, and a way to *solve* for the best prompt structure to solve your problem. To me, the last part is the most interesting because it promises to eliminate tedious prompt engineering. All you need is a set of examples to "train" your prompts on. |
|
I was not particularly impressed by the tutorial notebook. I’m not sure I believe that automatic prompt generation is nearly as easy as it sounds.
What task did you try it on?