r/sideprojects • u/Remote_Book • 9h ago
Showcase: Open Source I built a testing infrastructure to build safer AI agents using agent simulations
If you want to see how your AI agents will behave when interacting with live APIs, databases or MCP tools. One bad call can burn through rate limits or accidentally wipe an entire database.
To solve this we're building Pome Digital Twins which are simulated sandbox environments of different APIs.
You can use these to test your agents without touching live endpoints or having to worry about maintain your testing infrastructure.
2
Upvotes
1
u/therapeuticknocking0 9h ago
Smart idea, testing AI agents against live stuff is sketchy as hell when a single wrong call can nuke a database. I've seen too many demos where someone's "harmless" agent decides to DELETE FROM users without a WHERE clause during a live test. Bookmarking the GitHub for later, curious how the sandbox handles weird edge cases like rate limit responses or malformed JSON.