Suvash Thapaliya
suva.sh
Suvash Thapaliya
@suva.sh
programming & etcéteras
Super late to the "Gigabit at home" party, but recently updated to it, also moved from Synology to Ubiquiti Router+AP setup, Ethernet where possible.
Finally I can max out on downloading these bulky models from HF & Ollama store. 😅
October 28, 2025 at 3:32 PM
Ah man, I really loled at this one. On an abstract level, I really appreciate the 'Building effective agents' post by Anthropic.

Still have to fully read the smolagents post by HF, but I already like this "Agency level" table.
January 9, 2025 at 11:52 AM
I probably read this blog multiple times today. You can really tell that it's written by a team that cares about helping engineers build simple & reliable systems.

Thanks again to the authors Erik Schluntz and Barry Zhang. I wish more of the @anthropic.com team would be here on Bsky.
December 21, 2024 at 8:09 PM
Finally, the blog summarizes by once again warning against complexity.

LLM augmented systems are already hard enough to evaluate, it's only sensible to keep things simple outside the LLM boundaries.
December 21, 2024 at 8:09 PM
And then, there's a pretty good coverage on building agents. Once again, after a good amount of warning that most systems don't need to be designed this way.

Sure, agentic systems sound more fun. But, from what I see, most real world problems don't need autonomous plan-attempt-verify loops.
December 21, 2024 at 8:09 PM
And then, there's slightly complex Orchestrator-worker & Evaluator-optimizer workflows.
I've been thinking of using something like Evaluator-optimizer for steps that could fail or produce unwanted results, but haven't gotten there yet.
Either ways, it's useful to have names for these patterns.
December 21, 2024 at 8:09 PM
I appreciate that they've introduced names for some common workflows. I've already been using Prompt Chaining & Routing, considering Parallelization next.

More importantly, notice that they're not new hypey names, these flows already existed in the data engineering world.
December 21, 2024 at 8:09 PM
...where they walk readers cleanly through a lot of this noise (right now & probably all of 2025).

I really love the fact that they keep iterating for simplicity. When starting out, there's no good reason to inherit complexity(langchain etc.), esp. if you plan to have end-to-end control over it.
December 21, 2024 at 8:09 PM
From my own experience building LLM augmented systems this year, I've been telling a lot of my colleagues that most use cases don't really need an "agent". Instead, they need a well defined product workflow with models(llms etc.) in the mix.

It's reassuring to read the recent @anthropic.com blog...
December 21, 2024 at 8:09 PM