March 2026 Summaries
3 posts from Greptile
Filter
Month:
Year:
Post Summaries
Back to Blog
In recent years, the term "slop" has emerged to describe the influx of low-quality AI-generated content, including poorly written code, which raises concerns about the future of software development practices. Despite this trend, some argue that economic incentives will ultimately drive AI models to produce good code, as simpler and more maintainable code is cheaper to generate and maintain. As AI coding tools become more prevalent, the complexity of software is increasing, leading to concerns about the potential for widespread distribution of subpar code. However, as the technology matures, the competitive landscape is expected to favor AI models that deliver efficient and reliable code, aligning with the principle that complexity is detrimental to well-designed software. This transition suggests that while the current phase of AI adoption may be chaotic, economic forces will eventually prioritize the production of high-quality code, essential for sustaining competitiveness in the software industry.
Mar 31, 2026
724 words in the original blog post.
Greptile is collaborating with multiple AI labs to create agents that review and test code changes, with a focus on validating pull requests using models like NVIDIA's Nemotron 3 Super. The Nemotron 3 Super is a hybrid model featuring 120 billion parameters, recommended for multi-agent workflows due to its high accuracy and extensive context window. Greptile tested this model using an internal evaluation harness on a dataset of buggy code changes, finding it highly effective despite its smaller size compared to other frontier models. In a test involving a 134KB diff across 19 files, Nemotron 3 Super identified significant issues such as a CORS regression and smaller logic errors with impressive speed and minimal exploration. The model performed well on issues discernible from the patch itself, although it was less effective when deeper context was required. Overall, Nemotron 3 Super demonstrated strong potential as a first-pass code review tool, combining speed, efficiency, and accuracy, making it a promising option for further development and integration into code validation processes.
Mar 11, 2026
698 words in the original blog post.
Greptile has launched its latest code review tool, Greptile Agent v4, which significantly outperforms its predecessor, v3, in terms of bug detection and reduced false positives. After extensive A/B testing across numerous customers, data shows that addressed comments per pull request increased by 74%, with authors addressing 43% of Greptile's comments, compared to 30% with v3. Positive developer feedback, such as "nice catch" or "fixed," rose by 68%, and upvote reactions on comments increased by 60%. Greptile is also introducing a new pricing model that includes a base rate of $30 per developer per month for 50 reviews, with additional reviews priced at $1 each, aiming to offer an uncompromised AI code review experience while accommodating the increased volume of reviewed commits. Existing users will maintain their current pricing until the next billing cycle.
Mar 05, 2026
265 words in the original blog post.