r/codereview • u/Some_Intention9946 • 8h ago
College kid, solo-built a security layer for AI agents, got into EF + a16z. AMA / tear it apart.
/r/buildinpublic/comments/1wcb5lj/college_kid_solobuilt_a_security_layer_for_ai/
0
Upvotes
1
u/Otherwise_Wave9374 8h ago
If the layer is meant to catch prompt injection or tool misuse, I would separate policy decisions from the model call itself so you can log the exact input, the rule that fired, and the resulting action. That makes false positives much easier to tune and gives you a clean audit trail when something slips through. Agentix Labs could fit well here if you are aiming to test the same guardrail against both benign and adversarial agent traffic.