| ▲ | girvo 7 hours ago |
| I'd recommend it too, because the knowledge cutoff of all the open weight Chinese models (M2.7, Qwen3.5, GLM-5 etc) is earlier than you'd think, so giving it web search (I use `ddgr` with a skill) helps a surprising amount |
|
| ▲ | theshrike79 7 hours ago | parent [-] |
| Yep, having a "stupid" central model with multiple tools is IMO the key to efficient agentic systems. It needs to be just smart enough to use the tools and distill the responses into something usable. And one of the tools can be "ask claude/codex/gemini" so the local model itself doesn't actually need to do much. |
| |
| ▲ | zozbot234 7 hours ago | parent | next [-] | | > Yep, having a "stupid" central model with multiple tools is IMO the key to efficient agentic systems. That doesn't fix the "you don't know what you don't know" problem which is huge with smaller models. A bigger model with more world knowledge really is a lot smarter in practice, though at a huge cost in efficiency. | | |
| ▲ | spockz 6 hours ago | parent | next [-] | | Ive always wondered where the inflection point lies between on the one hand trying to train the model on all kinds of data such as Wikipedia/encyclopedia, versus in the system prompt pointing to your local versions of those data sources, perhaps even through a search like api/tool. Is there already some research or experimentation done into this area? | | |
| ▲ | zozbot234 6 hours ago | parent [-] | | The training gives you a very lossy version of the original data (the smaller the model, the lossier it is; very small models will ultimately output gibberish and word salad that only loosely makes some sort of sense) but it's the right format for generalization. So you actually want both, they're highly complementary. | | |
| |
| ▲ | theshrike79 6 hours ago | parent | prev [-] | | That's the key, it just needs to be smart enough to 1) know it doesn't know and 2) "know a guy" as they say =) (call a tool for the exact information) Picking a model that's juuust smart enough to know it doesn't know is the key. |
| |
| ▲ | susupro1 3 hours ago | parent | prev [-] | | [dead] |
|