The Sledgehammer Is Overkill: 32B SLMs Are the Default for Agentic Tool Calling
Given that 32B-class open SLMs match much larger models on function-calling benchmarks, agent builders should adopt SLMs as the default for tool calling and reserve frontier LLMs only for cases where a workload-specific benchmark proves the need for extra world knowledge.
AnglePractitioner argument that model selection should move from parameter-count instinct to task-specific capability benchmarking, with cost, privacy, and local deployment as first-class benefits.
Source video ↗Your Agent Does Not Need a Bigger Brain, It Needs a Data Connection
The legal-brief hallucination incident is evidence that an otherwise capable generator will fabricate authoritative-seeming content when disconnected from real data; therefore grounding agents in structured stores such as lakehouses and caches is a more direct reliability strategy than increasing model size.
AngleFailure-mode architecture piece moving the hallucination debate from model capability to system grounding.
Source video ↗Airflow DAGs Are Not Sacred: Making Natural-Language Orchestration Safe Enough for Production
Agentic orchestration can replace deterministic pipeline DAGs, but only if guardrails are treated as a first-class programmable control plane that bounds tool access, validates every call, and provides rollback semantics.
AngleData-engineering modernization: contrast the implicit safety of a compiled DAG with the explicit guardrails required by natural-language rules.
Source video ↗Benchmark Your Own Agent Logs Before Buying a Bigger Model
Public function-calling leaderboards give a coarse signal, but the only defensible model-selection evidence for a production agent is a replayable eval built from its own tool logs; teams should compile that harness before considering cloud model upgrades.
AngleEngineering-led evaluation: show that a small internal eval can replace guesswork and leaderboard hype when sizing local SLMs for agent workloads.
Source video ↗