Alexander Tibbets

Alexander Tibbets

ImbueImbue
Helping startups go to market

About

I like to build things, tell stories, and help people.

Badges

5

Top 5 Launch
Top 5 Launch
Tastemaker
Tastemaker
Veteran
Veteran
Gone streaking 10
Gone streaking 10
View all badges

Maker History

Forums

Offload - Parallelize tests across 200+ cloud sandboxes in one command

We built Offload after watching an agent wait 10 mins for an integration run to finish. When you're running parallel AI coding agents, the test suite is where the loop stalls. Agents queue behind a test lock or race for local resources to return flaky results. Offload is an open-source Rust CLI your agents invoke directly. It spreads your test suite across 200+ isolated cloud sandboxes. One TOML config, no test rewrites. On our Playwright suite, it took a 12 mins run to 2, at $0.08 per run.

Vet - Keep your coding agents honest

Vet is a fast and local code review tool open-sourced by the Imbue team. It’s concise where others are verbose, and it catches more relevant issues. Vet verifies your coding agent's work by considering your conversation history to ensure the agent's actions align with your requests. It catches the silent failures: features half-implemented, tests claimed but never run. It reviews full PRs too, like logic errors, unhandled edge cases, and deviations from stated goals.
View more