Live data from Hacker News

GPT-6 Astra in code review: Gains, privacy, and cost

coderabbit.ai

11–20 of 75 posts

Re: GPT-6 Astra in code review: Gains, privacy, and cost

#12
post #4

Both OAI and Anthropic seem to have released a model that is slightly better but cost ~2x the previous iteration. Interesting play

Astra and Sol are the same price when you factor in token efficiency

I don't know, in the Codex app, it burns the limit much faster.

Re: GPT-6 Astra in code review: Gains, privacy, and cost

#13
post #7

Comparison was done in the scope of coderabbit AI code review tool, which sadly makes it practically irrelevant. My personal experience as a software engineer, and a former security researcher who did manual code audit, is that this code review tool has such poor results that it isn't worth the "noise" and friction it causes developers during C/I code review

Yeah I personally don’t understand the point of AI code review tools all that much, as AI is already generating the code as well. All of these AI code review tools create so much noise, yet don’t catch the really important things.

Code review tools are designed for less organised dev teams that don’t do PRs and mandatory human reviews already.

It is papering over a lower level of competency without having to invest in actual human oversight or real process improvement.

Re: GPT-6 Astra in code review: Gains, privacy, and cost

#14
post #7

Comparison was done in the scope of coderabbit AI code review tool, which sadly makes it practically irrelevant. My personal experience as a software engineer, and a former security researcher who did manual code audit, is that this code review tool has such poor results that it isn't worth the "noise" and friction it causes developers during C/I code review

Yeah I personally don’t understand the point of AI code review tools all that much, as AI is already generating the code as well. All of these AI code review tools create so much noise, yet don’t catch the really important things.

What really important things are human reviews catching in your org?

I just feel more and more like the effort invested in manual reviews is not worth it

Re: GPT-6 Astra in code review: Gains, privacy, and cost

#15

Earlier quoted context omitted.

Yeah I personally don’t understand the point of AI code review tools all that much, as AI is already generating the code as well. All of these AI code review tools create so much noise, yet don’t catch the really important things.

What really important things are human reviews catching in your org? I just feel more and more like the effort invested in manual reviews is not worth it

1. Whether the thing should be done in the first place

2. If it's the correct solution on a high level

3. Whether it conflicts with or duplicates other parts of the system

4. Whether the comments are actually useful or restating the LLM chat

Also many others but these are the most common IME

Re: GPT-6 Astra in code review: Gains, privacy, and cost

#17
post #4

Both OAI and Anthropic seem to have released a model that is slightly better but cost ~2x the previous iteration. Interesting play

Astra and Sol are the same price when you factor in token efficiency

Bullshit.

Re: GPT-6 Astra in code review: Gains, privacy, and cost

#18
post #4

Both OAI and Anthropic seem to have released a model that is slightly better but cost ~2x the previous iteration. Interesting play

That likely won’t change if other competitors don’t take the lead at some point. If companies are willing to pay top dollar for the best models AND they get to extract as much money from Chinese labs distilling Astra/Fable it makes no sense to lower prices. Obviously not great for everyday users who don’t have unlimited money.

Re: GPT-6 Astra in code review: Gains, privacy, and cost

#19
post #15

Earlier quoted context omitted.

What really important things are human reviews catching in your org? I just feel more and more like the effort invested in manual reviews is not worth it

1. Whether the thing should be done in the first place 2. If it's the correct solution on a high level 3. Whether it conflicts with or duplicates other parts of the system 4. Whether the comments are actually useful or restating the LLM chat Also many others but these are the most common IME

All of these are angles an AI reviewer can test for as well, and will (IME) mostly catch mistakes correctly. I also still manually review code, and usually also catch issues, but the severity of what I find shrinks ever further as agents get better.

The sprawling code comments are becoming the most draining part of code review though, that's really killing me from the inside.

Re: GPT-6 Astra in code review: Gains, privacy, and cost

#20
post #7

Comparison was done in the scope of coderabbit AI code review tool, which sadly makes it practically irrelevant. My personal experience as a software engineer, and a former security researcher who did manual code audit, is that this code review tool has such poor results that it isn't worth the "noise" and friction it causes developers during C/I code review

They do catch important things but it’s really contextual. You can’t grab a model slap it on top and say code review . Hence a dedicated review tool is almost dead . Code review should be part of your pipeline and consume test results from the original task , open spec etc . If you do not have that code review will not help if you do , what is the point of task rabbit just slap review against
Post reply on HN