Hacker News new | ask | show | jobs
by tough 1159 days ago
Doesn't 0 temp give you determnistic outputs tho?

Also you need to translate/expand once (or multiple times, add tests, pick best benchmarked solution)

Where this could be useful would be in handling updates of packages and API's by itself. if you integrate only by prompt/words the AI can generate the appropiate latest lib integration that happens to work with your system or whatever

1 comments

Even temp=0 isn't fully deterministic for some reason, most likely floating point non-associativity and related issues.