@danjones000@microwords.goodevilgenius.org
Post #1470158
2026-01-07 05:11 UTC
Replies (2)
-
@t3rcermillenium@mastodon.social 2026-01-07 06:12
@danjones000 @Chip_Unicorn I understand these points. But do LLMs really need to be deterministic and generate the same code every time? As long as the output satisfies some defined criteria and passes a set of tests, does it matter what the generated code looks like? In all likelihood, subsequent debugging, maintenance and new feature addition will also be done by an LLM. Does the code even need to be human readable? I’m starting to think not.
-
@urwumpe@hessen.social 2026-01-07 10:30
@danjones000 @t3rcermillenium @Chip_Unicorn I still wonder why hours of prompt engineering is suddenly considered better than learning which tiny keyword, annotation, trait or precompiler definition is needed to produce the exact behaviour with a compiler that your specs demand. 🤣 Its like the old "Java is too slow" argument... well, if you just write C code with Java, it takes the word slow to new dimensions. If you write Java code while knowing how the JVM behaves, its pretty fast.