6 ms·
How would an LLM agent "block these security bugs at runtime" exactly?
by ailef 2y ago
How would an LLM agent "block these security bugs at runtime" exactly?
- wmf 2y agoI guess the idea is like spam filtering but for function calls. You could use a deep learning model as a classifier to detect abnormal patterns. You probably wouldn't want to use an LLM though and I'm skeptical about the accuracy and performance.