Has anyone here used SLMs inside agent workflows?

Reddit r/AI_Agents News

Summary

A user asks the community about using small/local language models within agent workflows for specific tasks like routing, classification, and extraction, and shares thoughts on whether larger models are always necessary.

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.
Original Article

Similar Articles

Does size really matter? (LLMs vs. SLMs)

Reddit r/artificial

Discusses the trade-offs between large language models (LLMs) and small language models (SLMs), questioning whether larger models are always necessary for production use cases and exploring the future of AI deployment.

Are small local models for automation a thing?

Reddit r/LocalLLaMA

A Reddit user discusses the potential of small local language models (1B-4B parameters) for automation and scripting, and asks for resources focused on this use case.

The power of structured workflows and small local models

Reddit r/LocalLLaMA

The author details their experience building a custom agent loop using a small local model (Qwen3.5 9B) with structured workflows and a map-reduce pattern to manage context limits, replacing Claude Code for most tasks.