Has anyone here used SLMs inside agent workflows?
I’m curious if anyone here is actually using small/local language models as part of agent systems.
Not necessarily as the main “brain” of the agent, but for specific parts of the workflow, like routing, classification, extraction, summarization, tool selection, validation, memory cleanup, or simple decision steps.
I keep thinking that a lot of agent flows probably don’t need a large model for every single step. Some parts feel like they could be handled by a smaller fine-tuned model, especially when the task is narrow and repetitive.
Has anyone tried this in production or in a serious project?
What parts of the agent pipeline worked well with an SLM, and where did you still need a larger model?
I’d love to hear real examples, even small ones.