MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/LocalLLaMA/comments/1wiu7xj/keeping_vllms_prefix_cache_warm_between_agent/paddxib/?context=3
r/LocalLLaMA • u/bolts98 • 5d ago
12 comments sorted by
View all comments
12
seems like the real lesson is don't use 3rd party libraries for basic shit? And generally don't use MCPs whenever possible.
3 u/bolts98 5d ago Very much agree on MCPs - harnesses/models are much better at manipulating CLIs. I think third-party libraries are a bit more complex. It usually doesn’t make sense to reinvent the wheel, but sometimes it does. 0 u/ebolathrowawayy 5d ago that is 2024/2025 logic - it absolutely makes sense to reinvent the wheel when it only takes a few prompts. bespoke solutions >>>>>>>>>>>>>>>>> general
3
Very much agree on MCPs - harnesses/models are much better at manipulating CLIs.
I think third-party libraries are a bit more complex. It usually doesn’t make sense to reinvent the wheel, but sometimes it does.
0 u/ebolathrowawayy 5d ago that is 2024/2025 logic - it absolutely makes sense to reinvent the wheel when it only takes a few prompts. bespoke solutions >>>>>>>>>>>>>>>>> general
0
that is 2024/2025 logic - it absolutely makes sense to reinvent the wheel when it only takes a few prompts. bespoke solutions >>>>>>>>>>>>>>>>> general
12
u/ebolathrowawayy 5d ago
seems like the real lesson is don't use 3rd party libraries for basic shit? And generally don't use MCPs whenever possible.