Ask HN: What is your comfort level with code generated by LLM agents?
With the rise of AI agents that execute code, I'm curious about the community's perspective on the idea of running code generated by these agents locally (Disclosure: I work on such agents). Specifically, what would make you comfortable (or uncomfortable) doing so?
Some potential scenarios:
- Agents from reputed big tech companies (e.g., Google, Microsoft, etc.): Would you trust code produced or executed by AI from such sources? Do these brands inspire confidence?
- Open AI agents: How do you feel about running code generated by fully open agents, where the agent shows the code and the user executes it? Does the ability to inspect and verify the code give you peace of mind?
- Audits and transparency: Does knowing that the AI agents and their outputs are audited by third-party experts change your comfort level? How important is the transparency of how the model operates?
What threshold do you set for yourself? How often do you break this threshold? Would love to hear everyone's thoughts and experiences!
10 comments
[ 3.3 ms ] story [ 33.1 ms ] threadI actually do it, and when I don’t there is a chain of responsibility to handle that. LLMs write random code that haven’t been approved, agents would make that worse by actually running it.
Most AI fans want us to run commands like “cat /etc/random | sh” and that’s why software engineering is not real engineering.
I wonder if implementing a "chain of responsibility" -- kinda falls into my third scenario -- will improve trust levels for code generated by LLM.
We are fine with code generated to be executed immediately (has to be to be productive really), but once we are satisfied, we won't let the PR get get approved without reviews.
As a freelancer specializing in fixing and maintaining software I welcome LLM-generated code. I look forward to a prosperous future with an even larger pile of bad code to work on. I especially like the subtle security errors that seem to plague LLMs — those mean premium emergency rates for me.