Listing Thumbnail

    Greptile

     Info
    Sold by: Greptile 
    Greptile is an AI agent that reviews and tests pull requests with full codebase context and gets smarter over time. It catches bugs, enforces your team's standards, and assigns a confidence score to every PR, so human reviewers know exactly where to focus.
    3.9

    Overview

    Greptile reviews and tests pull requests with complete context of the codebase. It catches bugs that other tools miss by building a graph of your repo and deploying a swarm of agents to review each PR with full context. It learns your team's coding standards over time from engineer comments, reactions, and custom rules.

    Companies use a variety of agents to write code, Claude, Codex, Devin, Cursor etc. Greptile serves as the universal and independent validation layer that lets teams enforce correctness and safety for their codebase.

    Highlights

    • Full codebase context: Graph-based indexing of functions, classes, and dependencies, not just the diff.
    • Independent reviewer: Separate from the coding agent (unlike Bugbot/Cursor), so it catches what the author missed.
    • Learning: Infers rules from PR comments, thumbs up/down, and custom context. Reviews get smarter over time.

    Details

    Sold by

    Delivery method

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Pricing is based on the duration and terms of your contract with the vendor. This entitles you to a specified quantity of use for the contract duration. If you choose not to renew or replace your contract before it ends, access to these entitlements will expire.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    12-month contract (1)

     Info
    Dimension
    Description
    Cost/12 months
    Greptile Code Reviews
    Review means a single completed AI code-review analysis initiated by (a) the opening of a pull request or merge request, or (b) a subsequent commit pushed to an open pull request or merge request that triggers a new automated review pass. For the avoidance of doubt, conversational interactions with the Greptile bot within the SCM (including replies, questions, and manual comment threads) do not constitute a Review and are not counted toward usage limits.
    $1,000,000.00

    Vendor refund policy

    All fees and other amounts paid or payable by Customer under this Agreement are non-refundable and non-cancellable, except as otherwise expressly provided.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    Software as a Service (SaaS)

    SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.

    Resources

    Vendor resources

    Support

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    3.9
    19 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    53%
    37%
    0%
    0%
    10%
    0 AWS reviews
    |
    19 external reviews
    External reviews are from G2 .
    Kirpalsinh R.

    Context-aware AI code reviews that actually understand the whole repository

    Reviewed on Sep 02, 2026
    Review provided by G2
    What do you like best about the product?
    Reviewing massive pull requests used to be the biggest bottleneck in our development cycle. Greptile completely changes this by indexing our entire codebase into a comprehensive graph. Unlike basic AI tools that only look at the immediate diff, Greptile evaluates how changes impact cross-file dependencies, shared logic, and related modules. For example, it successfully catches API default mismatches between frontend and backend architectures before the code ever reaches a staging environment. The T-REX (Test, Run, EXecute) feature is incredibly powerful, as it actually writes and executes tests in an isolated sandbox to validate PRs dynamically. Furthermore, if it flags an issue, the native integration lets us send the context directly to local IDE agents like Cursor or Claude Code to instantly apply the fix.
    What do you dislike about the product?
    Because the core system relies on LLMs, it suffers from inherent stochasticity; a single pass might occasionally miss highly specific edge cases that a rigid, deterministic static analyzer would easily catch. Additionally, out of the box, the AI can sometimes be overly noisy on massive PRs. It requires active team participation—specifically using the thumbs-up or thumbs-down reactions on its comments—for the reinforcement learning engine to adapt to our specific coding standards. Until the system learns those preferences or until you properly configure the .greptile.json file, developers might spend time dismissing false positives.
    What problems is the product solving and how is that benefiting you?
    It acts as a continuous, automated validation layer that catches complex logic errors and security vulnerabilities early in the pipeline. By surfacing structural and cross-layer issues immediately on the pull request, it drastically cuts down on back-and-forth communication. This has tangibly reduced our average PR merge times and freed up senior engineers to focus strictly on architectural decisions and product design, rather than hunting for broken contracts across different files.
    Prateek M.

    Detailed PR Feedback, Fast Analysis, and Smooth GitHub Integration

    Reviewed on Aug 27, 2026
    Review provided by G2
    What do you like best about the product?
    We have been using greptile for a long time and we like multiple things. 1. The comments on PR's are quite detailed and helpful with a button to fix directly with Claude, which gives a very good user experience. 2. Has very good integration with GITHUB. 3. Even on big PR's it gives the comments after analyzing in a very short time.
    What do you dislike about the product?
    1. Pricing could be better than their competitor. 2. Misses the overall picture of the PR - which could be improved though.
    What problems is the product solving and how is that benefiting you?
    Greptile helps us speed up the development cycle, especially by doing a first-pass review of code changes. It’s useful because once it identifies the basic issues, a senior developer doesn’t have to spend a lot of time carefully checking for those simple problems, and can instead focus on more complex logic.
    Information Technology and Services

    Easy to Use and Saves Time

    Reviewed on Aug 27, 2026
    Review provided by G2
    What do you like best about the product?
    I like that Greptile makes code reviews easier and helps catch issues that I might miss. It is easy to use and saves time when reviewing code.
    What do you dislike about the product?
    Sometimes the suggestions are not fully accurate, so I still like to check them myself. Other than that, I don't have any major complaints.
    What problems is the product solving and how is that benefiting you?
    It helps me save time during code reviews by finding issues that I might miss myself. It also makes it easier to review changes and catch problems early.
    Ganesh R.

    Helpful AI Code Reviews With Strong Codebase Context

    Reviewed on Aug 26, 2026
    Review provided by G2
    What do you like best about the product?
    I like the Greptile reviews code with the context of the wider codebase instead of looking only at the changed lines. It catches issues that can be easy to miss during a manual review.
    What do you dislike about the product?
    Some reviews can take a little longer, especially when the changes are more complex, and I still need to verify some of the suggestions before acting on them.
    What problems is the product solving and how is that benefiting you?
    It reduces the amount of manual code-review work by checking pull requests for bugs and issues across the codebase. This makes it easier to catch problems before they reach production.
    Computer Software

    Understands Our Codebase and Saves Time with Low-Noise PR Reviews

    Reviewed on Aug 25, 2026
    Review provided by G2
    What do you like best about the product?
    True Repository Context: It doesn’t just read the pull request diff; it understands our entire codebase structure, microservices, and dependencies. Extremely Low Noise: It flags critical architectural and security bugs without spamming developers with annoying, nitpicky style comments. Massive Time Savings: It provides accurate, inline PR reviews within minutes, which has significantly reduced our development cycle times.
    What do you dislike about the product?
    It lacks a free tier and adds a $1 per-review overage tax, along with a tight platform restriction to only GitHub and GitLab. Additionally, despite recent accuracy updates, teams can still occasionally run into high comment volume or non-actionable “noise” on pull requests, which means you may need to invest some initial time and effort to fine-tune the system’s severity thresholds for your specific codebase.
    What problems is the product solving and how is that benefiting you?
    Greptile solves the bottleneck of slow, inconsistent code reviews and the struggle of navigating massive, complex repositories. By instantly analyzing pull requests with full codebase context, it frees up senior developers from tedious review cycles and catches critical architectural bugs before they hit production. This has drastically cut our development cycle times, elevated code quality, and allowed our team to ship features faster without compromising security.
    View all reviews