-
research · Hacker News · 2건Korean coverage · GeekNews
GPT-5.6 Luna vs. GPT-6 Astra: Is a $1.20 Model Good Enough for Code Review?
Across 50 public PRs, GPT-5.6 Luna found 69 verified bugs while GPT-6 Astra found 92, with Luna achieving 75% of Astra's bug count at 3.6% of the cost. Accuracy diverged sharply, as only 24 of Luna's 93 flagged issues passed verification.
Teams weighing per-review cost against false-positive rates for automated code review need this precision-vs-price tradeoff data to pick between cheap and expensive LLM reviewers.
-
product · Hacker News · 2건Korean coverage · GeekNews
Building a Linux GPU Driver for the M4 Mac Mini in One Month
Cody Ho and Niklas developed a fully OpenGL ES 3.0-compliant GPU driver for the M4 Mac Mini and MacBook Neo in about a month. They reverse-engineered the AGX firmware ABI by observing and replaying macOS's GPU behavior via an existing hypervisor, using a clean-room approach without viewing Apple binaries.
This clean-room reverse-engineering approach and its speed offer a practical blueprint for developers who want to work directly with the Linux graphics stack on Apple Silicon hardware.
-
industry · Hacker News
There's a 100% Chance AI Agents Are Ruining the Internet
A post claiming AI agents are ruining the internet gained traction on Hacker News. No further details or figures were given beyond the title.
This signals developers should weigh the side effects—like spam and traffic pollution—of deploying AI agents on the open web.
-
research · Hacker News
How much of F-Droid is LLM generated?
A Hacker News discussion raises the question of how much of the open-source app store F-Droid's code or contributions are LLM generated. No specific figures or findings were disclosed.
This touches how developers verify code provenance and design review processes for open-source contributions potentially generated by LLMs.
-
industry · Hacker News
Hugging Face is billing OpenAI $100M for hacking it
Hugging Face is reportedly billing OpenAI $100 million over an alleged hacking incident. Further details of the dispute have not been disclosed.
A financial and legal dispute between two major AI infrastructure players could push developers to reassess risk in relying on shared model-hosting platforms.
-
other · Hacker News
Why I'm still bearish on LLMs after Navier-Stokes
A Hacker News post argues the author remains bearish on LLMs following developments related to Navier-Stokes. No further details or data were included in the snippet.
It offers a counterpoint for developers weighing how much to trust LLMs for hard scientific or mathematical problem-solving.