I'm interested in hearing from engineers who have moved in the opposite direction.
At what point in your product lifecycle did you decide that agentic approach was wrong tool for the job?
What was the specific failure mode (reliability, cost, latency, maintainability) pushed you to replace agentic loop with more deterministic system/pipeline?
AI can give suggestions, not decisions. IF you want decisions and responsibility to be taken, use real people.
If all LLM tools disappeared tomorrow, all of my scripts and processes developed with an LLM will continue to work without hiccup. If anthropic went out of business tomorrow, I'd lose nothing switching to another provider because I don't have to "trust" agentic operations in automated processes. They are always overseen by me and they are rarely creating things I couldn't have created myself. It's just much faster to iterate on it with these tools.