inari@piefed.zip to Technology@lemmy.worldEnglish · 19 days agoTorvalds: AI Is the New Compiler, Not the New Programmerpbxscience.comexternal-linkmessage-square106linkfedilinkarrow-up1275arrow-down133 cross-posted to: [email protected]
arrow-up1242arrow-down1external-linkTorvalds: AI Is the New Compiler, Not the New Programmerpbxscience.cominari@piefed.zip to Technology@lemmy.worldEnglish · 19 days agomessage-square106linkfedilink cross-posted to: [email protected]
minus-squaredwalin@lemmy.worldlinkfedilinkEnglisharrow-up18arrow-down1·19 days agoThere is a parameter in llms called temperature. If you reduce it down to zero it will become deterministic. And probably even worse.
minus-squarenaught101@lemmy.worldlinkfedilinkEnglisharrow-up18·19 days agoIf you do that it will basically produce the most average possible output, given the context. I don’t know if that’s going to be useful in a compiler context…
minus-squarefrongt@lemmy.ziplinkfedilinkEnglisharrow-up4arrow-down1·19 days agoYeah but the output would be crap. Just use the same prng seed and you’ll get reproducible output.
There is a parameter in llms called temperature. If you reduce it down to zero it will become deterministic. And probably even worse.
If you do that it will basically produce the most average possible output, given the context. I don’t know if that’s going to be useful in a compiler context…
Yeah but the output would be crap. Just use the same prng seed and you’ll get reproducible output.