frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

GPT-5.6 Luna vs. GPT-6 Astra: Is a $1.20 Model Good Enough for Code Review?

https://entelligence.ai/blogs/gpt-5.6-luna-vs-gpt-6-astra-is-a-1.20-model-good-enough-for-code-review
16•theanonymousone•33m ago

Comments

verdverm•26m ago
We're using an even cheaper model (K2.7 right now) and our PRs cost more to review (still < $1). I imagine we have a lot more going on in terms of review, even after moving the context gathering and comment posting responsibilities to scripts that run before/after the agent. It's more of a team, so we also end up with a dozen or so sessions from the subagents used.

We currently think it worth it. The review catches things humans and two paid options miss. It's definitely a wall of text and burnout fodder, the next step is an agent/skill that will make the changes after we humans comment on the comments, because the comment wall is not sustainable.

StevenWaterman•14m ago
Per the article the luna review cost $0.004 and astra cost $0.113. The headline is per million tokens
verdverm•9m ago
I understand that, but sub-penny costs means you are hardly doing anything, even at the per-million token prices (which we pay lower values for, but more per-review overall). I cannot imagine they are doing as good of a review as they could be doing, which is to say minimizing pr review spend is not a goal in and of itself
StevenWaterman•12m ago
$0.10 extra per pr review is nothing. What software company is willing to accept worse reviews and less bugs found to save 10 cents?
Orien_18•12m ago
For code reviews I believe yea luna is mostly good but for finding security issues something more well versed with it might be more helpful like astra. This also depends on the scale and the impact of the application or the code where it will be used too, I guess
SwellJoe•9m ago
I was using Copilot Code Review pretty religiously for a while, as I get access for free (the $10 plan) due to my Open Source work, but it recently introduced a monster of a misfeature that caused a massive increase in complexity over time, while I wasn't paying close enough attention to it. Every subsequent model saw that change and the explanation for it in the changelog and assumed it was policy rather than a model being brain-damaged, so it became a fractal of fuckery I had to untangle with a good model and some close human supervision. It was an administrative tool that directly edits configuration files for a service. Copilot code review decided it needed to be an overlay service that applied only the configuration created by our config UI, fully independent of the system service. And, subsequent "bugs" that other LLMs "fixed" were just applying more and more bandaids to that bad decision (attaching the services together so restarting one would restart the other after, etc., making sure there were no conflicts across the files, warnings when one rule conflicted with another, etc.). Because modifying an additional service is simply not what the tool was designed for, it seemed to be really buggy, so there were lots of "fixes". It took me too long to realize the fundamental failure point.

That's my way of saying, I am hesitant to trust a stupid model to do code review because I become complacent and when it suggests a small change that seems reasonable (the LLMs are very good at sounding reasonable, far better at sounding reasonable than being reasonable, in fact), I might not notice that it just did a stupid until much later, when it becomes a big pile of stupids.

My fault for trusting it, of course. But, my eyes glaze over when I read AI prose, whether it's code review or anything else. It's hard to catch one incorrect behavior in a batch of several reasonable suggestions.

jacobgold•6m ago
IMHO Codex with Astra/Sol and Claude with Fable/Opus is all any professional programmer should be using in Sep 2026, if they can afford it.

These models are still terrible compared to what we would actually wish for, but are the best available.

If you can use the $200/mo subscriptions it's really not even a money thing for most professionals.

AirBaltic files for Chapter 11 bankruptcy as Iran war costs bite

https://www.reuters.com/world/airbaltic-files-chapter-11-bankruptcy-new-york-2026-09-14/
1•avalexandrov•1m ago•0 comments

Micro Mock – instant OpenAPI mock server in VS Code, with chaos testing

https://github.com/SamirHodzic/micro-mock
1•samirh•5m ago•0 comments

Prompts Aren't Real

https://evaluation.club
2•mcfunley•11m ago•0 comments

You need another HTML abstraction

https://github.com/spcbeck/ouroboros-html
2•karlbarks•14m ago•0 comments

The Depression Thing (2017)

https://zachholman.com/posts/the-depression-thing
3•joebig•14m ago•0 comments

A Beginning for Mathematics

https://proofsandprompts.com/2026/09/14/a-beginning-for-mathematics/
8•pact_inference•15m ago•1 comments

97% of US database administrators are running obsolete programs

https://www.zdnet.com/business/why-companies-use-outdated-dbms-percona-report/
1•CrankyBear•17m ago•1 comments

One monkey mind's 10 days of silence

https://notetoself.studio/post/one-monkey-mind-s-10-day-silent-meditation-course/
2•Eridanus2•19m ago•0 comments

Ask HN: Is your AI LLM based web service secure from prompt injection?

2•roschdal•21m ago•1 comments

Submit your ideas for Interop 2027

https://webkit.org/blog/18283/submit-your-ideas-for-interop-2027/
1•stwrt•22m ago•0 comments

The Cool Numbers' Club at PostHog

https://coolnumbersclub.posthog.com/
1•rbaudibert•23m ago•0 comments

Valve's Steam Frame costs $1,059

https://www.theverge.com/games/994376/valve-steam-frame-vr-headset-price-release-date
3•sbulaev•23m ago•1 comments

Trip Report on VLDB 2026

https://thinklinks.wordpress.com/2026/09/13/trip-report-vldb-2026/
1•pgroth•23m ago•0 comments

SmartPantry – Free grocery expiry tracker with no sign-ups

1•syedarutaba•25m ago•0 comments

Show HN: Closebytes – 60k open-source projects in a similarity point cloud

https://closebytes.com
1•boredCoconut•25m ago•0 comments

Meta bet that AI would shrink its management ranks and is now rebuilding them

https://fortune.com/2026/09/12/meta-year-of-efficiency-managers-ai-investment/
1•ryandrake•28m ago•0 comments

Apache Cloudberry's ecosystem docs cover LibreDB Studio as a native SQL client

https://cloudberry.apache.org/docs/ecosystem/sql-clients/libredb-studio/
2•abdullahk0634•29m ago•2 comments

How to Unclench

https://howtounclench.com/
1•jonnymiller•31m ago•0 comments

Why estimates of hallucinated citations are probably low

https://veruscite.com/blog/hallucinated-citation-estimates-are-low
1•apwheele•32m ago•0 comments

The agents are coming for the web and the web isn't ready

https://info.varnish-software.com/blog/the-agents-are-coming-for-the-web-and-the-web-isnt-ready
2•ingve•33m ago•1 comments

GPT-5.6 Luna vs. GPT-6 Astra: Is a $1.20 Model Good Enough for Code Review?

https://entelligence.ai/blogs/gpt-5.6-luna-vs-gpt-6-astra-is-a-1.20-model-good-enough-for-code-re...
25•theanonymousone•33m ago•13 comments

Show HN: Free tool to check how ChatGPT and Perplexity rank your brand

https://ukaiseoconsultant.co.uk/ai-driven-seo-audits/
2•auaiseo•34m ago•2 comments

Coastal trapped waves FAQ and realtime animations

https://www.dillonamaya.com/home/ctw
1•dangle1•37m ago•0 comments

Making a vintage LLM from scratch; Take #2

https://crlf.link/log/entries/260911-1/
2•croqaz•37m ago•1 comments

The Accelerationist Case for Frontier Pacing

https://contraptions.venkateshrao.com/p/the-accelerationist-case-for-frontier
1•jger15•39m ago•0 comments

Show HN: Local historical wind and gust visualizer

https://tamtamhero.github.io/localwind/
1•popol12•39m ago•0 comments

Show HN: Pull every comment out of a Google Sheet, in the browser

https://bensunter.com/commentpulse.html
2•bsunter2•39m ago•0 comments

Show HN: Build2me – Prove2Me for software agent swarms build code

https://github.com/shitianfang/build2me
1•shitianfang•40m ago•0 comments

Show HN: Slowave – local adaptive memory for coding agents

https://github.com/slowave-ai/slowave
1•mrsalty•40m ago•0 comments

Agentic AI cringe wars [video]

https://www.youtube.com/watch?v=U-Rqv9dOB1U
2•simonebrunozzi•41m ago•0 comments