Prompt injection broke every agent system I built so I designed a gateway that separates instructions from data
While building agent-based systems with LLM tool use, I kept running into the same failure mode: External content (webpages, files, API responses) would eventually influence agent behavior in unintended ways. Prompt injection isn’t just a “filtering pr…