7 ms·
If the trend continues a program will look like "JavaFactory("<prompt>").compile().run();".
by simpaticoder 1y ago
If the trend continues a program will look like "JavaFactory("<prompt>").compile().run();".
- winrid 1y agoI've always wondered how long until we reach this. If every pc can run models locally, with a given seed and prompt it could be the ultimate compression. It's also hilarious.
- imhoguy 1y agoAlthough very lossy compression, each invocation will be different, so that will inevitably circle back to "strong-static-LLM" prompts. What? wait..!
- woodrowbarlow 1y agoLLMs at their core do produce reproducible results with a given seed. it's all the workflow stuff people do on top that tends to break reproducibility.
- dibujaron 1y agoThis is not the case for LLMs running on GPUs (which is most of them); GPUs are non-deterministic for this use-case due to the floating point math involved. there is no way to get perfectly deterministic output from OpenAI despite the presence of seed and temperature parameters.
- javafactory 1y agoThank you — I’ll consider adding that feature. Actually, I'm currently thinking about creating a small community for sharing pattern definitions.
- redditor98654 1y agoDo you already have some common templates ready to be used somewhere?