Share "strategies" that are learned #236
Replies: 2 comments
-
|
The strategies learnt from the experiment are here - https://github.com/codelion/optillm/blob/main/optillm/plugins/spl/data/strategies.json the idea for using MCP sounds interesting but we haven't explored it yet. |
Beta Was this translation helpful? Give feedback.
-
|
Oh, I'm not interested in the strategies learned for those specific experiments. My point is that if frameworks like optillm become mainstream in the workforce, and workers start to port their domain expertise into artifacts like optillm's strategies while using their agents, then other users in those same domains will be interested in downloading those learned strategies to their own agents, so that that they don't need to reinvent the wheel, or so they can immediately learn from others' mistakes, etc. This point is not unique to optillm; there are many frameworks in which artifacts similar to optillm's strategies are learned. Here's a non-exhaustive list:
If frameworks like these move beyond research prototypes to actual use in the workplace, then marketplaces will spring up to facilitate domain-knowledge transfer via cases/strategies/lesssons/etc. Since the domain knowledge in each of these artifacts is essentially just context for an LLM, then a natural means to transfer the artifacts is Model Context Protocol. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently strategies are stored locally, it seems:
https://github.com/codelion/optillm/tree/main/optillm/plugins/spl#data-storage
But some strategies may be useful to other users of optillm. Rather than have them "reinvent the wheel (strategy)", wouldn't it be nice to offer the ability to share strategies, e.g., by serving the learned strategy over MCP?
Beta Was this translation helpful? Give feedback.
All reactions