← Home ← Back to /g/

Thread 106035659

10 posts 6 images /g/
Anonymous No.106035659 [Report] >>106038233 >>106038485 >>106038530 >>106039466
>writes assembly to output bytecode
Ok
>writes C/C++ that outputs assembly
Ok
>writes Python that outputs C/C++ calls
Ok
>writes English that outputs Python
NOOOOOOOOOOOO NOT LIKE THIS!!!!!
sage No.106035885 [Report] >>106036196 >>106039652
natural languages are just a terrible way to "talk" to a computer, and in fact they are awful for any sort of formal specification period
even fantasy/sci-fi media have explored the topic of linguistic ambiguity to the death, it really doesn't take a genius to put two and two together
also an llm is not a compiler and python sucks
Anonymous No.106036196 [Report] >>106039443
>>106035885
>are just a terrible way
If it's bad, why there's so many people crying about it?
>an llm is not a compiler
Not yet
Anonymous No.106038233 [Report]
>>106035659 (OP)
>english to python
this step is non-deterministic based on several factors like context, model, sampling params, etc. which is an enemy to doing good
Anonymous No.106038485 [Report]
>>106035659 (OP)
>>writes Python that outputs C/C++ calls
this is where the NOOOOOO should start
Anonymous No.106038530 [Report]
>>106035659 (OP)
The difference is your first three example will always output the same bytecode/assembly everytime and will do precisely what you wrote in your programming language of choice. LLM will output whatever the fuck it feels like and that may or may not do what you intended.
sage No.106038830 [Report]
Anonymous No.106039443 [Report]
>>106036196
>If it's bad, why there's so many people crying about it?
if you want to get some specific result from LLM good luck.
t. mostly vibe coder
Anonymous No.106039466 [Report]
>>106035659 (OP)
>>writes assembly to output bytecode
>Ok
>>writes C/C++ that outputs assembly
>Ok
>>writes Python that outputs C/C++ calls
>Ok
All of these know what the code is doing.
>>writes English that outputs Python
>NOOOOOOOOOOOO NOT LIKE THIS!!!!!
This one doesn't and will probably drop your databases.
Anonymous No.106039652 [Report]
>>106035885