TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How does everyone think about putting GPT agent in production

2 pointsby mbbuiabout 2 years ago
I find it very difficult to have agent run reliably in my test env, let alone prod. The un-determinism of LLM got multiplied when running in multistep agents or multi agents. Anyone has experience where it works well consistently?

1 comment

reggiepretabout 2 years ago
I think the idea behind agents is to have them a bit less constrained. If you can force input&#x2F;output with better prompts that might help. Or if you can reduce the temperature of the underlying LLM generation, that could make it a bit more deterministic.<p>Or switch to using a chain.