Press Space to continue
Finding signal on Twitter is more difficult than it used to be. We curate the best tweets on topics like AI, startups, and product development every weekday so you can focus on what matters.
Press Space to continue
Press Space to continue
LLMs are stochastic. By extension, Agents should be too. In practice, are they? If I have Codex scan a codebase for bugs, will it uncover the same bugs and miss the same bugs every single time? Temperatures are low for a reason. When you build agents, you’re navigating the tension between determinism (inherently non-agentic, incapable of performing many high-value tasks) and non-determinism (inherently unpredictable, and impossible to trust). Your agent is only as good as you manage this…