@dakshgup: introducing t-rex with t-rex enabled, greptile doesn't just review your PR, it runs your branch in a sandbox to find bu…

X AI KOLs Following Tools

Summary

Greptile launches T-Rex, a feature that runs your branch in a sandbox to find bugs by mocking API calls, clicking around the UI, and running unit tests, catching ~20% more bugs than base Greptile.

introducing t-rex with t-rex enabled, greptile doesn't just review your PR, it runs your branch in a sandbox to find bugs. it mocks api calls, clicks around the UI, and writes + runs unit tests in our benchmarks, it caught ~20% more bugs than base greptile. most of the new bugs caught could not have been caught with more inference, they required code execution. t-rex is available in beta to all greptile users
Original Article
View Cached Full Text

Cached at: 06/15/26, 07:06 PM

introducing t-rex

with t-rex enabled, greptile doesn’t just review your PR, it runs your branch in a sandbox to find bugs.

it mocks api calls, clicks around the UI, and writes + runs unit tests

in our benchmarks, it caught ~20% more bugs than base greptile. most of the new bugs caught could not have been caught with more inference, they required code execution.

t-rex is available in beta to all greptile users

Similar Articles

TREX: An AI code reviewer that runs your code

Hacker News Top

Greptile introduces TREX, an AI code reviewer that executes code and detects runtime bugs, going beyond static analysis by spinning up parallel agents to investigate issues and generate artifacts like screenshots.

tirth8205/code-review-graph

GitHub Trending (daily)

code-review-graph is a Python tool that builds a structural map of code using Tree-sitter, tracks incremental changes, and provides precise context to AI coding assistants via MCP, significantly reducing token usage during code review tasks.