trending
•

1mo ago

What's the hardest part of testing your AI workflows?

Is it:

  • Cost?

  • Latency?

  • Non-determinism?

  • Something else?

Your feedback will directly shape what we build next.

•

1mo ago

Engineering philosophy

One design decision we made early:

We didn't want developers rewriting their applications just to use Sequa.

The goal was:

Record.

•

1mo ago

Roadmap

We're just getting started.

Some areas we're actively exploring:

More framework integrations

Better storage backends

•

1mo ago

Why we built Sequa?

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

•

1mo ago

Security

A common question is:

"What if my prompts contain sensitive information?"

Sequa includes optional PII masking before recordings are stored.

You choose what gets recorded.

•

1mo ago

What replay actually means

Replay isn't the same as mocking.

When Sequa records an execution, it captures the real interaction between your application and the LLM.

Future runs replay that recorded execution, so your tests are:

  • Faster

  • Deterministic

  • Offline

  • Free from additional API calls

•

1mo ago

Supported today

Current support includes:

OpenAI

LangChain

LangGraph

•

1mo ago

Sequa - Deterministic recording & replay for AI applications

Speed up integration tests for LLM applications from seconds to milliseconds. Record once, replay forever with Sequa, the open-source LLM cassette library.