HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dakshgupta

no profile record

Submissions

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

greptile.com
265 points·by dakshgupta·19 dni temu·155 comments

TREX: An AI code reviewer that runs your code

greptile.com
60 points·by dakshgupta·26 dni temu·11 comments

[untitled]

1 points·by dakshgupta·2 miesiące temu·0 comments

[untitled]

1 points·by dakshgupta·2 miesiące temu·0 comments

Slop is not necessarily the future

greptile.com
305 points·by dakshgupta·3 miesiące temu·484 comments

There is an AI code review bubble

greptile.com
351 points·by dakshgupta·6 miesięcy temu·249 comments

Every GitHub object has two IDs

greptile.com
327 points·by dakshgupta·6 miesięcy temu·75 comments

The State of AI Coding Report 2025

greptile.com
132 points·by dakshgupta·7 miesięcy temu·112 comments

The secret channel that carried 40 years of text messages

greptile.com
5 points·by dakshgupta·8 miesięcy temu·0 comments

Sandboxing AI agents at the kernel level

greptile.com
89 points·by dakshgupta·10 miesięcy temu·26 comments

Greptile's Work Culture

greptile.com
2 points·by dakshgupta·10 miesięcy temu·3 comments

comments

dakshgupta
·19 dni temu·discuss
Apart from the job-related stuff others have already said, there is a bit of novelty/bragging rights in landing a PR into a major open source project.
dakshgupta
·25 dni temu·discuss
Not yet - but we want to do this. Similarly true for the ephemeral unit tests that greptile writes.
dakshgupta
·6 miesięcy temu·discuss
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
dakshgupta
·6 miesięcy temu·discuss
Thanks! We go over that on many other pages. Here are some:

https://www.greptile.com/benchmarks https://www.greptile.com/greptile-vs-coderabbit https://www.greptile.com/greptile-vs-bugbot
dakshgupta
·6 miesięcy temu·discuss
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.
dakshgupta
·6 miesięcy temu·discuss
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.
dakshgupta
·6 miesięcy temu·discuss
> 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.
dakshgupta
·7 miesięcy temu·discuss
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.
dakshgupta
·7 miesięcy temu·discuss
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.
dakshgupta
·7 miesięcy temu·discuss
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?
dakshgupta
·7 miesięcy temu·discuss
Thanks! The first 4 charts as well as Chart 2.3 are all from our data!
dakshgupta
·7 miesięcy temu·discuss
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.
dakshgupta
·7 miesięcy temu·discuss
How would you measure code quality? Would persistence be a good measure?
dakshgupta
·7 miesięcy temu·discuss
This is a great suggestion. I'll note it down for next years. Curious, do you think this would be a good proxy for code quality?
dakshgupta
·7 miesięcy temu·discuss
This is per month, I see now that's not super clear on the chart!
dakshgupta
·7 miesięcy temu·discuss
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.
dakshgupta
·7 miesięcy temu·discuss
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.
dakshgupta
·7 miesięcy temu·discuss
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?
dakshgupta
·7 miesięcy temu·discuss
We expressly did not conclude that more lines = better. You could easily argue more lines = worse. All we wanted to show is that there are more lines.
dakshgupta
·7 miesięcy temu·discuss
We were trying not to insinuate that, because we don’t have a good way to measure quality, without which velocity is useless.