|
|
|
Ask HN: When did you move from AI agentic loops to simpler deterministic system?
|
|
8 points
by laxmena
42 days ago
|
|
Industry is increasingly moving towards complex, autonomous agentic loops and feedback chains. They obviously comes with significant latency, non-determinism, low-accuracy and cost. 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? |
|
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.