Hacker News new | ask | show | jobs
by StahlGuo 29 days ago
Beside from particular project, I would like to talk about my rule of thumb in agent usage, which is to separate “smart” from “authorized.”

That is, to build a state wrapper and separate agent from making runtime decision, a dangerous design is letting the same agent both decide and record the state of the system. If it hallucinates, you can hardly find the error.