
Imbue
We build AI that works for humans
109 followers
We build AI that works for humans
109 followers
Imbue develops tools that help people think, create, and build. We believe technology should be loyal to the user and aligned with human goals.
We share many of our tools openly because we believe progress in AI should be collaborative and developer-driven.
This is the 2nd launch from Imbue. View more
Vet
Launching today
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.




Free
Launch Team


IFTTT
This is the missing piece in the AI coding workflow. We all got comfortable letting agents write code, but verifying what they produce is still mostly manual eyeballing. Love that it's open source too - makes it way easier to trust and customize for different codebases. What's the performance overhead like on larger repos?
Imbue
@emad_ibrahim Thanks for the kind words! In general, Vet becomes slower and more expensive up to a point when running against larger diffs and codebases, this point being the context window for the model being used. The upper bound for the expense and time is quite low. I would expect it to take at most 15 seconds in the base configuration on the largest of diffs and codebases, increasing with the use agentic identifiers.
Super interesting! We'll try it out for our vibecoding platform at matterhorn.so!
IFTTT
@abhinavramesh let us know what you think! You’re welcome to also share feedback, raise an issue, or help contribute to the open-source project: https://github.com/imbue-ai/vet
🙌
Imbue
@andrewlaack it has been great watching you iterate through all of the different iterations of Vet to get it to here. Congrats on the public launch!