logoalt Hacker News

k3vinwyesterday at 8:58 PM1 replyview on HN

> We can stop reading LLM-generated code just like we don’t read assembly, or bytecode, or transpiled JavaScript; our high-level language source would now be another form of machine code

This is too weird for me. At least with programming languages I can consult the documentation and if the programming language isn’t behaving as documented, it’s obviously a defect and if you’re savvy enough you often have open channels that accept contributions. Can we say the same for Claude or other AI solutions?


Replies

Seviiyesterday at 8:59 PM

If you run a local LLM and an open source agent harness you are pretty close to that.

show 1 reply