Pratibha Sharma

Pratibha Sharma

FetchSandbox MCPFetchSandbox MCP
Building Fetchsandbox. Ex Meta & Amazon

Badges

Tastemaker
Tastemaker
Gone streaking
Gone streaking

Maker History

  • FetchSandbox
    FetchSandboxAPI integration testing that remembers what breaks
    Aug 2026
  • 🎉
    Joined Product HuntAugust 11th, 2026

Forums

If all your tests pass, how do you know the running system is actually right?

Spent yesterday adding a new API. 54 tests green. No dangling refs. Then I actually called it.

Four things wrong, none of them raised, none logged, every test stayed green.

What broke

Your coding agent says it fixed the bug. That's a claim, not a result.

Agents are pretty good at fixing integration bugs now. They're even better at sounding like they did.

The failure mode I kept hitting: a confident summary of a fix that didn't happen. Or a fix that made the symptom disappear while the data stayed wrong. Swallow the exception, error goes away, test goes green, customer still can't access what they paid for.

So we stopped taking the agent's word for it. Three things now get verified server side:

- Did the app actually run in both states (buggy and fixed)?

View more