Live data from Hacker News

Ask HN: What are your worst war stories bringing agentic applications into prod

news.ycombinator.com

11–16 of 16 posts

Re: Ask HN: What are your worst war stories bringing agentic applications into prod

#13
post #7

sounds like busy work you give to someone you dont expect to be here in 6 months.

lol I was hired to build agents. It's all some companies can think and/or dream about doing right now. This is a F100 company too. The feeling is "how can we turn everything into some sort of AI tool, but hey lets also change the scope constantly and use this week's #latest technology to do so".

[deleted]

Re: Ask HN: What are your worst war stories bringing agentic applications into prod

#15
It wasn't a crash that cost us the most time; it was a stale read. Two agents shared a plan file. One updated the file during the run and the other continued to work off the version that had been loaded at the start. Both produced plausible output. Nothing errored. We only discovered this issue during the review process, after wasting hours of generation time. I now treat any artefact that two agents can both access as a coordination problem, not a storage one. The cheapest and most effective solution was to stamp a version on the artefact and re-check it before acting, instead of trusting the copy read at the start of the run.
Post reply on HN