HN user

dakshgupta

1,123 karma

Co-founder at Greptile.com.

Posts40
Comments152
View on HN
www.greptile.com 28d ago

PR spam today looks like email spam in the early 2000s

dakshgupta
265pts155
www.greptile.com 1mo ago

TREX: An AI code reviewer that runs your code

dakshgupta
60pts11
www.greptile.com 3mo ago

Slop is not necessarily the future

dakshgupta
305pts484
www.greptile.com 5mo ago

There is an AI code review bubble

dakshgupta
351pts249
www.greptile.com 6mo ago

Every GitHub object has two IDs

dakshgupta
327pts75
www.greptile.com 7mo ago

The State of AI Coding Report 2025

dakshgupta
132pts112
www.greptile.com 8mo ago

The secret channel that carried 40 years of text messages

dakshgupta
5pts0
www.greptile.com 9mo ago

Sandboxing AI agents at the kernel level

dakshgupta
89pts26
www.greptile.com 10mo ago

Greptile's Work Culture

dakshgupta
2pts3
www.greptile.com 11mo ago

Why Greptile just does code reviews and doesn't also generate code

dakshgupta
54pts10
bluedot.org 1y ago

What's the best AI code review tool?

dakshgupta
1pts0
www.greptile.com 1y ago

Are reasoning models better at catching bugs than non-reasoning models?

dakshgupta
2pts0
www.greptile.com 1y ago

The Economics of Being a Founding Engineer

dakshgupta
1pts0
www.greptile.com 1y ago

The Content-Ification of Software

dakshgupta
2pts0
www.greptile.com 1y ago

The Economics of Being a Founding Engineer

dakshgupta
2pts0
www.greptile.com 1y ago

DeepSeek R1 is far better than OpenAI o1 at finding bugs in pull requests

dakshgupta
43pts8
www.greptile.com 1y ago

Do Larger PRs Get Merged Faster?

dakshgupta
4pts0
www.greptile.com 1y ago

Getting LLMs to Generate Funny Memes Is Unexpectedly Hard

dakshgupta
13pts10
momentic.ai 1y ago

Why engineers don't test code

dakshgupta
3pts2
www.greptile.com 1y ago

How we made our AI code review bot stop leaving nitpicky comments

dakshgupta
257pts169
www.greptile.com 1y ago

AI-generated memes that roast your repo

dakshgupta
4pts0
github.com 1y ago

Show HN: Generate changelog given repo and timeframe

dakshgupta
1pts0
github.com 1y ago

Chameleon: AI-powered changelog generator CLI

dakshgupta
1pts0
www.greptile.com 1y ago

Splitting engineering teams into defense and offense

dakshgupta
212pts122
www.greptile.com 1y ago

AI will not replace human code review

dakshgupta
1pts0
www.greptile.com 1y ago

Searching a Codebase in English

dakshgupta
56pts21
docs.greptile.com 1y ago

Show HN: Q&A any codebase over REST API

dakshgupta
3pts0
techcrunch.com 2y ago

Greptile raises $4M to build the AI codebase expert

dakshgupta
1pts0
pretzelai.app 2y ago

AI-native Jupyter notebook replacement

dakshgupta
2pts0
marketplace.visualstudio.com 2y ago

AI senior dev as a VS Code extension

dakshgupta
2pts0

The signal-to-noise ratio problem is unexpectedly difficult.

We wrote about our approach to it some time ago here - https://www.greptile.com/blog/make-llms-shut-up

Much has changed on our approach since then, so we'll probably write a a new blog post.

The tl;dr of what makes it hard is - different people have different ideas of what a nitpick is - it's not a spectrum, the differences are qualitative - LLMs are reluctant to risk downplaying the severity of an issue and therefore are unable to usefully filter out nits. - theory: they are paid by the token and so they say more stuff

I agree that none perform _super_ well.

I would argue they go far beyond linters now, which was perhaps not true even nine months ago.

To the degree you consider this to be evidence, in the last 7 days, the authors of a PR has replied to a Greptile comment with "great catch", "good catch", etc. 9,078 times.

2. There is plenty of evidence for this elsewhere on the site, and we do encourage people to try it because like with a lot of AI tools, YMMV.

You're totally right that PR reviews go a lot farther than catching issues and enforcing standard. Knowledge sharing is a very important part of it. However, there are processes you can create to enable better knowledge sharing and let AI handle the issue-catching (maybe not fully yet, but in time). Blocking code from merging because knowledge isn't shared yet seems unnecessary.

Independence

It is, but when a model/harness/tools/system prompts are the same/similar in the generator and reviewer fail in similar ways. Question: Would you trust a Cursor review of Claude-written code more, less, or the same as a Cursor review of Cursor-written code?

Autonomy

Plenty of tools have invested heavily in AI-assisted review - creating great UIs to help human reviewers understand and check diffs. Our view is that code validation will be completely autonomous in the medium term, and so our system is designed to make all human intervention optional. This is possibly a unpopular opinion, and we respect the camp that might say people will always review AI-generated code. It's just not the future we want for this profession, nor the one we predict.

Loops

You can invest in UX and tooling that makes this easier or harder. Our first step towards making this easier is a native Claude Code plugin in the `/plugins` command that let's Claude code do a plan, write, commit, get review comments, plan, write loop.

We have ways to approximate our impact on code quality, because we track:

- Change in number of revisions made between open and merge before vs. after greptile

- Percentage of greptile's PR comments that cause the developer to change the flagged lines

Assuming the author is will only change their PR for the better, this tells us if we're impacting quality.

We haven't yet found a way to measure absolute quality, beyond that.

Apologies, that is poor wording on our part. It's internal data from engineers that use Greptile, which are tens of thousands of people from a variety of industries. As opposed to external, public data, which is where some of the charts are from.

Most of our customers are enterprises, so I feel relatively comfortable assuming they have some decent testing and QA in place. Perhaps I am too optimistic?

This is a good one, wish we had included it. I'd run some analysis on this a while ago and it was pretty interesting.

An interesting subtrend is that Devin and other full async agents write the highest proportion of code at the largest companies. Ticket-to-PR hasn't worked nearly as well for startups as it has for the F500.

We're careful not to draw any conclusions from LoC. The fact is LoCs are higher, which by itself is interesting. This could be a good or bad thing depending on code quality, which itself varied wildly person-to-person and agent-to-agent.

We weren’t able to find a good quality measure. LLM-as-judge dint feel right. You’re correct that without that the data is interesting but not particular insightful.

We weren’t able to agree on a good way to measure this. Curious - what’s your opinion on code churn as a metric? If code simply persists over some number of months, is that indication it’s good quality code?

Hi, I'm Daksh, a co-founder of Greptile. We're an AI code review agent used by 2,000 companies from startups like PostHog, Brex, and Partiful, to F500s and F10s.

About a billion lines of code go through Greptile every month, and we're able to do a lot of interesting analysis on that data.

We decided to compile some of the most interesting findings into a report. This is the first time we've done this, so any feedback would be great, especially around what analytics we should include next time.

Greptile | Software Engineer (junior, senior, staff)| San Francisco ONSITE | https://greptile.com

Greptile is building AI agents that catch bugs in pull requests. Over 2,000 teams including Brex, Whoop, and Substack use Greptile to review nearly 1B lines of code every month.

We're a team of ~20 in San Francisco, working on things like better agent evals and sandbox execution environments.

We've raised $30M to date, including our recent Series A led by Benchmark.

Stack: Typescript

Open roles: greptile.com/careers

Salary ranges: $140k-270k base (depending on seniority) + $40-100k/yr equity

Greptile | Software Engineer | ONSITE San Francisco (SF) | https://greptile.com

Greptile is working on AI agents that catch bugs and enforce standards in pull requests. Reviewing nearly 1B lines of code a month for 1000+ companies including Brex, Substack, Whoop, as well as multiple F100s.

<20 people, raised ~$30M from Benchmark, YC, Paul Graham, SV Angel and others.

To apply, email daksh [at] greptile.com with subject line "Engineering at Greptile". Include most recent role and company and links to your LinkedIn and GitHub.

That used to be how we did it, but this method performed better on super large codebases. One of the reasons is that grepping is a highly effective way to trace function calls to understand the full impact of a change. It's also great for finding other examples of similar code (for example the same library being used) to ensure consistency of standards.

Reading that post sent me down the path to this one. This stack order makes total sense, although in practice it's possible 1-2 merge into a single product with two distinct steps.

The 3. is interesting too - my suspicion is that ~70% of PRs are too minor to need human review as the models get better, but the top 30% will because there will be opinion on what is and isn't the right way to do that complex change.

Of the things we had built it was the most useful for us, and the early users found it very useful too

Co-founder of Greptile - that was a bad feature that we since deprecated to focus entirely on AI code reviews