frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The time the x86 emulator team found code so bad they fixed it during emulation

https://devblogs.microsoft.com/oldnewthing/20260615-00/?p=112419
240•paulmooreparks•5h ago•76 comments

A backdoor in a LinkedIn job offer

https://roman.pt/posts/linkedin-backdoor/
1159•lwhsiao•13h ago•213 comments

John Carmack on Fabrice Bellard

https://twitter.com/ID_AA_Carmack/status/2064095424420487226
251•apitman•4h ago•152 comments

Iroh 1.0

https://www.iroh.computer/blog/v1
1178•chadfowler•18h ago•358 comments

Banned Book Library in a Wi-Fi Smart Light Bulb

https://www.richardosgood.com/posts/banned-book-library/
375•sohkamyung•11h ago•198 comments

New way of making espresso with ultrasound

https://www.unsw.edu.au/newsroom/news/2026/06/New-way-making-espresso
15•darktoto•56m ago•29 comments

Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?

978•cloudking•19h ago•440 comments

Understanding the rationale behind a rule when trying to circumvent it

https://devblogs.microsoft.com/oldnewthing/20260611-00/?p=112415
24•tosh•2h ago•3 comments

TinyWind: A pixel pirate sailing game with real wind physics (380k+ kms sailed)

https://tinywind.io
830•tinywind•17h ago•154 comments

Show HN: Garden of Flowers – an archive of pictorial typography before ASCII art

https://garden-of-flowers.heikkilotvonen.com/
71•california-og•5h ago•13 comments

Getting Creative with Perlin Noise Fields

https://sighack.com/post/getting-creative-with-perlin-noise-fields
8•0x000xca0xfe•2d ago•0 comments

I Love the Computer

https://michaelenger.com/blog/i-love-the-computer/
227•speckx•13h ago•134 comments

I hacked into the worst e-bike and fixed it [video]

https://www.youtube.com/watch?v=hPrtVGimBYs
95•alexis-d•5d ago•37 comments

Hetzner Price Adjustment

https://docs.hetzner.com/general/infrastructure-and-availability/price-adjustment/#cloud-servers
436•tuhtah•20h ago•598 comments

Why I email complete strangers

https://www.goodinternetmagazine.com/why-i-email-complete-strangers/
150•karakoram•11h ago•67 comments

My Homelab AI Dev Platform

https://rsgm.dev/post/ai-dev-platform/
309•rsgm•18h ago•55 comments

Cohere's First Model for Developers

https://cohere.com/blog/north-mini-code
89•hmokiguess•4d ago•20 comments

Peopleless economy? Not technically impossible

https://gmalandrakis.com/writings/ad-economicum.html
182•l0new0lf-G•12h ago•328 comments

Show HN: SharkClean MCP

https://github.com/a-funk/sharkclean-mcp
7•afunk•3d ago•2 comments

Humanity isn't ready for the coming intelligence explosion

https://www.economist.com/by-invitation/2026/06/15/humanity-isnt-ready-for-the-coming-intelligenc...
92•andsoitis•7h ago•264 comments

Fox to buy Roku

https://www.wsj.com/business/deals/fox-roku-deal-f6e564f9
318•thm•20h ago•391 comments

What job interviews taught me about Kubernetes

https://notnotp.com/notes/what-job-interviews-taught-me-about-kubernetes/
185•chmaynard•13h ago•131 comments

Copper transport drug restores memory and clears toxic Alzheimer's proteins

https://www.monash.edu/news/articles/copper-drug-restores-memory-and-clears-toxic-alzheimers-prot...
303•bookofjoe•19h ago•108 comments

Salesforce to Acquire Fin (formerly Intercom) for $3.6B

https://www.salesforce.com/news/press-releases/2026/06/15/salesforce-signs-definitive-agreement-t...
309•colesantiago•21h ago•227 comments

What every coder should know about gamma (2016)

https://blog.johnnovak.net/2016/09/21/what-every-coder-should-know-about-gamma/
98•sph•2d ago•28 comments

Amazon Announces Multibillion-Dollar Data Center in Missouri

https://www.narracomm.com/amazon-announces-multibillion-dollar-data-center-in-missouri/
110•thelonelyborg•9h ago•102 comments

Game Engine White Papers: Commander Keen

https://forgottenbytes.net/commander_keen.html
206•mfiguiere•15h ago•69 comments

How TimescaleDB compresses time-series data

https://roszigit.com/en/blog/timescaledb-compression-hypercore
152•lkanwoqwp•16h ago•18 comments

Claude Corps

https://www.anthropic.com/news/claude-corps
130•Mustan•16h ago•88 comments

Launch HN: Drafted (YC P26) – Models for residential architecture

54•PrimalNick•17h ago•59 comments
Open in hackernews

LLMs as Unbiased Oracles

https://jazzberry.ai/blog/test-generation-as-the-foundation
34•MarcoDewey•1y ago

Comments

Jensson•1y ago
> An LLM, specifically trained for test generation, consumes this specification. Its objective is to generate a diverse and comprehensive test suite that probes the specified behavior from an external perspective.

If one of these tests are wrong though it will ruin the whole thing. And LLM are much more likely to make a math error (which would result in a faulty test) than to implement a math function the wrong way, so this probably wont make it better at generating code.

MarcoDewey•1y ago
I think this is a seriously excellent point.

The bet that I am making is that the system reduces its error rate by splitting a broad task into two more focused tasks.

However, it is possible that generating meaningful test cases is a harder problem (with a higher error rate) than producing code. If this is the case, then this idea I am presenting would compound the error rate.

satisfice•1y ago
If your premises and assumptions are sufficiently corrupted, you can come to any conclusion and believe you are being rational. Like those dreams where you walk around without pants on and you are more worried about not having pants than you are about how it could have come to be that your pants kept going missing. Your brain is not present enough to find the root of the problem.

An LLM is not unbiased, and you would know that if you tested LLMs.

Apart from biases, an LLM is not a reliable oracle, you would know that if you tested LLMs.

The reliabilities and unreliabilities of LLMs vary in discontinuous and unpredictable ways from task to task, model to model, and within the same model over time. You would know this if you tested LLMs. I have. Why haven’t you?

Ideas like this are promoted by people who don’t like testing, and don’t respect it. That explains why a concept like this is treated as equivalent to a tested fact. There is a name for it: wishful thinking.

walterbell•1y ago
> wishful thinking

Given the economic component of LLM wishes, we can look at prior instances of wishing-at-scale, https://en.wikipedia.org/wiki/Tulip_mania

troupo•1y ago
There's a more recent one: https://blog.mollywhite.net/blockchain/
roenxi•1y ago
Blockchains are past the gauntlet where they can be described as a mania, it is clear they are a permanent addition to the world of finance; probably as a multi-billion or -trillion dollar market cap asset class. If crypto was going to fail the interest rate rises would have done it by now.
troupo•1y ago
Tulips. You're describing tulips.
MarcoDewey•1y ago
I believe that I have unintentionally misled you. When I say "unbiased oracle" I am talking specifically about the test oracle being unbiased by how the software was implemented. ie. Black Box testing.

I don't think I made the point very clear in the blog (I will rectify that), but I am saying that because LLMs are so easily biased by their prompting that they sometimes perform better when doing black box testing tasks than they do when performing white box testing.

TazeTSchnitzel•1y ago
Is this a blogpost that's incomplete or a barely disguised ad?
saagarjha•1y ago
You'd think AI would have told them not to post it
mock-possum•1y ago
It’s hard to convince LLMs to be anything but supportive - lately I’ve been finding joy in reading its tone as patronizing.

“Exactly — that’s a very clean way to lay it out. You nailed it.”

brahyam•1y ago
The amount of time it would take to write the formal spec for the code I need is more than it would take to generate the code so doesn't sound like something that will go mainstream. Except for those industries where formal code specs are already in place.
MarcoDewey•1y ago
Yes, this test-driven approach will likely increase generation time upfront. However, the payoff is more reliable code being generated. This will lead to less debugging and fewer reprompts overall, which saves time in the long run.

Also agree on the specification formality. Even a less formal spec provides a clearer boundary for the LLM during code generation, which should improve code generation results.

bluefirebrand•1y ago
LLMs are absolutely biased

They are biased by the training dataset, which probably also reflects the biases of the people who select the training dataset

They are biased by the system prompts that are embedded into every request to keep them on the rails

They are even biased by the prompt that you write into them, which can lead them to incorrect conclusions if you design the prompt to lead them to it

I think it is a very careless mistake to think of LLMs as unbiased or neutral in any way

MarcoDewey•1y ago
You are correct that the notion of LLMs being completely unbiased or neutral does not make sense due to how they are trained. Perhaps my title is even misleading if taken at face value.

When I talk about "unbiased oracles" I am speaking in the context of black box testing. I'm not suggesting they are free from all forms of bias. Instead, the key distinction I'm trying to draw is their lack of implementation-level bias towards the specific code they are testing.

gwern•1y ago
LLMs are also heavily biased after chatbot tuning leads to mode-collapse. That's why you see the same verbal tics coming out of them, like the em-dashes or the 'twist ending' in the more recent 4os. And if LLMs really were unbiased, you'd expect better scaling when you tried to bruteforce code correctness. Training a 'test LLM' will just wind up inheriting a lot of the shared blindspots. They aren't independent of the implementation at all (just like humans are not independent, even when they didn't write the original, and didn't see it either; and this is why you can't simply throw _n_ programmers at a piece of code and be certain you got all the bugs, and why fuzzers will continue to rampage through code).
stuaxo•1y ago
The code correctness part is very true.

I don't mind LLMs as part of a journey on code, but it shouldn't be the end product.

I see something submitted by a colleague that doesn't fit the problem we have + tech well, go and ask an LLM and it outputs very similar code.

It's clear at that point that they submitted heavily LLMs produced code without giving it the work it needed.

neuroelectron•1y ago
Yeah that would be cool
MarcoDewey•1y ago
improving code generation would be awesome :)
neuroelectron•1y ago
Unfortunately, Microsoft/Google needs those models for themselves.
fallinditch•1y ago
I think it makes a lot of sense to employ various specialized LLMs in the software development lifecycle: one that's good at ideation and product development, one that fronts the organizational knowledge base, one for testing code, one (or more) for coding, etc, maybe even one whose job it is to always question your assumptions.
Mbwagava•1y ago
Unbiased seems like a pipe-dream. Unbiased between which perspectives? Would the set of perspectives chosen not be de-facto bias?
sega_sai•1y ago
I think the unbiasedness is completely red herring here, but do I agree with the point on focusing on the tests separately and implementations separately. Ideally you'd want two completely different LLMs work on both. But I think the question is, how trustworthy are the LLM tests ? Will the human review of these take more time than writing of the how code ? I think for non-critical applications, it probably does not matter, but in the end I think people will be looking for some guarantees or confidence that the errors happen with frequency less than X%. And I don't think those exist now. And given the models change so frequently it's also hard to be sure if something was working fine yesterday whether it'll be today.
MarcoDewey•1y ago
I believe that the unprecedented scale of LLM-generated code will demand a novel approach to software review and testing. Human review may not be able to keep up (or will it become the bottleneck?)
satisfice•1y ago
I appreciate that you replied. It warms my heart, frankly. It gives me hope.

I don't want to have a big argument about this right at this moment. But-- truly-- thank you for replying!

Muromec•1y ago
This and state actors target ai crawlers specifically ti pouson llms with propaganda
ninetyninenine•1y ago
No this is just a very overly pedantic and technical way of looking at it.

First of all you'll note that all people are also biased by the Exact same reasoning. You know this. Everyone knows that all people are biased. This isn't something you don't know.

So if every single intelligence, human or not is biased. What is this article truly talking about? The article is basically saying LLMs are LESS biased then humans. Why are LLMs less biased then humans? Well maybe because the training set in an LLM is less biased then the training set given to a human. This makes sense right? A human will be made more biased by his individual experience and his parents biases while an LLM is literally inundated with as many sources of textual information as possible with no attempt at bias due to the sheer volume of knowledge they are trying to shove in there.

The article is basically referring to this.

But you will note interestingly that LLMs bias towards textual data more. They understand the world as if they have no eyes and ears and only text. So the way they think reflects this bias. But in terms of textual knowledge I think we can all agree, they are Less biased then humans.

Evidence: an LLM is not an atheist or a theist or an agnostic. But you, reader, are at the very least one of those three things.