Why we built Sequa?
by•
One thing kept frustrating us while building AI applications:
Every test run made another LLM API call.
That meant:
Slower CI pipelines
Higher API costs
Flaky tests because model outputs changed
Traditional mocking didn't help because it couldn't capture real AI interactions.
So we built Sequa—record an AI execution once and replay it deterministically during future test runs.
4 views

Replies