frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Claude Opus 5.5

https://www.anthropic.com/claude-opus-5-5
229•throwaway371647•30m ago•154 comments

OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005

https://www.cryptocellar.org/bgac/the-mvueh-break.html
300•sohkamyung•3h ago•267 comments

16-bit Intel 8088 chip

https://allpoetry.com/16-bit-Intel-8088-chip
36•rbanffy•46m ago•2 comments

OpenAI is well positioned to fast-follow Jev

https://arcturus-labs.com/blog/2026/09/21/will-openai-eat-jevs-lunch/
125•JohnBerryman•2h ago•95 comments

Writing Rust code that's fast by asking agents to make the code faster

https://minimaxir.com/2026/09/agentic-iteration/
33•mooreds•1h ago•12 comments

Apple has added persistent 'ads' to iOS, and it's driving users crazy

https://www.techradar.com/phones/iphone/i-wish-apple-would-just-stop-that-crap-apple-has-added-pe...
313•MC995•2h ago•230 comments

Aging may be a program, not a breakdown

https://www.quantamagazine.org/why-aging-may-be-a-program-not-a-breakdown-20260814/
6•elo2000•9m ago•0 comments

Show HN: Drop – A rootless Linux sandbox with gVisor support

https://droprun.sh/
92•mixedbit•3h ago•27 comments

A WordPress vulnerability scored 9.2/10 is present in all versions since 2016

https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-7hp8-65ch-5whp
8•vntok•23m ago•0 comments

Show HN: AI·rete·RAG – a Rete rule engine decides, RAG explains why

https://ai-rete-rag.com/
6•ZaharaHussain•42m ago•0 comments

Solitaire Alone Together

https://solitairealonetogether.com/
53•eieio•18h ago•9 comments

Can gzip be a language model?

https://nathan.rs/posts/gzip-lm/
319•networked•10h ago•120 comments

MiMo v2.6

https://mimo.xiaomi.com/mimo-v2-6
1038•volf_•20h ago•460 comments

Spymarks, not Watermarks

https://brand.io/article/spymarks/
611•possibilistic•17h ago•154 comments

I asked Meta’s Muse for its filesystem and it sent me 6.8GB

https://mouse.dev/blog/muse-runtime-export/
163•Aeroi•1h ago•80 comments

Xbox continues its “reset” with dramatic restructuring

https://arstechnica.com/gaming/2026/09/shuffling-the-deck-chairs-xbox-continues-its-reset-with-dr...
23•dgrin91•46m ago•12 comments

Show HN: InstinctFlash – Run 5B world-action models in real time on Jetson Thor

https://github.com/General-Instinct/InstinctFlash
4•guanming0717•1h ago•0 comments

Meta’s Muse has a serious 0-day

https://arstechnica.com/security/2026/09/muse-metas-extraordinarily-privileged-ai-assistant-has-a...
70•pavel_lishin•2h ago•27 comments

Jev – A curation of Jev demos on X, tools, skills, and integrations

https://github.com/Amal-David/awesome-jev
78•frostbyte7•2h ago•24 comments

Vacate a Drone Restriction That Criminalized Recording Immigration Agents

https://www.eff.org/deeplinks/2026/09/dc-circuit-must-vacate-drone-flight-restriction-criminalize...
40•hn_acker•1h ago•7 comments

Teleoperated Humans

https://www.jefftk.com/p/teleoperated-humans
27•luu•2d ago•24 comments

Relativistic Raytracing

https://publish.obsidian.md/h1m3/Articles/Relativistic+raytracing
5•vismit2000•1d ago•0 comments

The Economics of Open-Weight Inference

https://data.ornn.com/publications/the-economics-of-open-weight-inference
15•marinesebastian•3h ago•6 comments

MUNI Heritage Weekend in San Francisco

https://daniel.lawrence.lu/blog/2026-09-20-muni-heritage-weekend/
98•plun9•1d ago•17 comments

Transformers Explained Visually

https://poloclub.github.io/transformer-explainer/
562•aray07•21h ago•84 comments

I said no and Apple said yes

https://dbushell.com/2026/09/22/apple-intelligence/
646•thatslast•8h ago•512 comments

What Sun got wrong

https://bcantrill.dtrace.org/2026/09/20/what-sun-got-wrong/
659•chmaynard•1d ago•380 comments

AMD's random number generator can't generate a 0?

https://board.flatassembler.net/topic.php?t=24261
192•BruceEel•8h ago•147 comments

I don't want to read what you didn't write

https://blog.colinbreck.com/i-dont-want-to-read-what-you-didnt-write/
933•mooreds•18h ago•387 comments

Americans' Drinking Remains at Record Low: Gallup Poll

https://news.gallup.com/poll/713534/americans-drinking-remains-record-low.aspx
9•randycupertino•28m ago•5 comments
Open in hackernews

Writing Rust code that's fast by asking agents to make the code faster

https://minimaxir.com/2026/09/agentic-iteration/
30•mooreds•1h ago

Comments

hombre_fatal•31m ago
If it can be measured, then LLMs can optimize it.

Once I had repo commands that could dump `sample` results and a cpu profiler/trace and then a benchmark tool that let me A/A + ABBA/BAAB-test the current modified git workspace against HEAD or any commit, the LLMs could just do their thing.

And that's how my homemade terminal uses much less memory than ghostty/kitty/iterm yet has more throughput.

AI is going to increasingly unmask people and companies who don't care about correct and performant software now that it's become so trivial to guarantee both. It used to at least be expensive and time-consuming and expertise-demanding to do those things.

Capricorn2481•17m ago
> If it can be measured, then LLMs can optimize it

Then they can start attempting to optimize it. They can also spin round and round making the numbers worse because they don't actually know what to do.

hombre_fatal•15m ago
Yeah, but that's just the scientific process of hypothesis -> evidence -> conclusion.

You need a measurement that can falsify hypotheses and reject branches that won't work.

Also, if all you have left in your project are performance issues that are hard to identify without flailing around (even with Fable/Astra) despite sampler/profiler reports, then you're doing really well.

minimaxir•13m ago
The point of this post is that this is explicitly not the case. If the metric is measured, the agent finds a way eventually (around 5 total tries typically unless it gets stuck), and learns from iterations where changes caused a regression after a revert.

In one case I used a made-up metric (since I didn't know the exact name or if it existed) and it somehow optimized that too.

dasil003•14m ago
Agree it's amazing how much low-hanging performance fruit AI can trivially find. On the other hand though, once you get through the obvious no-brainer stuff, there's a lot of non-trivial tradeoffs in performance and I think that still demands a good amount of expertise to guide the AI in the right direction. Obviously AI will continue working it's way up the value chain, but I think there's a glass ceiling for AI where the right macro tradeoffs and perspectives on how software should work will bump into the hard and often articulated reality that different stakeholders want different things and often have either magical thinking or even self-deception about how those desires can co-exist with what everyone else wants.

This isn't a new problem by any means, but now that code is cheap, it means instead of getting frustrated with engineering and their pesky unimportant details, people will get frustrated with the AI and it's pesky unimportant details.

hombre_fatal•6m ago
Yeah, the biggest example is performance optimizations that sacrifice your data model to the point that you'd never accept them.

I think it's one reason why ADRs are an important of a software project, especially with LLMs. You need a place were you can document invariants, why you have them + the rejected ideas and acceptable risks.

It helps smart agents like Fable help you decide on trade-offs and it's kind of incredible to witness that happening.

metalspot•25m ago
I have done a fair amount of low level performance optimization with Opus 5 and its reasoning is still very poor. Like why is CRC so slow and going through loops until I ask it if is using hardware instructions and it tells me it is using its own hand coded implementation poor. Reasoning about l1/l2/l3 cache hit ratios and their implications basically throwing darts at the wall, in the wrong room. If you give it a benchmark feedback loop then it might get there eventually but still massive alpha for low level systems engineers who instinctively know how this stuff works and can now automate 99% of the grind.
lordnacho•6m ago
Can you give it the valgrind suite to loop over? I have yet to try that with AI, but maybe the cachegrind tool is enough to help it.
vatsachak•25m ago
I've found that this is a good way to introduce bespoke code into the codebase whose perf gains don't generalize.

Unless its an easy memory/parallel/algorithmic win, its not worth it.

loeg•22m ago
They're quite good at just iterating different "ideas" on a performance metric with an objective measure. They can use tools like `perf` and do some analysis on the output. Sometimes they go off in the weeds unproductively, and sometimes they give up because your goal was too high, but as long as you're sort of babysitting the process, you can make pretty rapid improvement to naive code.
hombre_fatal•18m ago
"Rank the top findings/solutions by impact vs confidence" continues to be one of my best quickwins to add to all sorts of prompts. Bam, now you have a reasoned priority list.
lordnacho•7m ago
I've been having great results with this kind of thing. I find that really just need a sensible framework within which the optimization can take place. Essentially just providing the measurement harness, and some sort of motivation for what I'm doing.

The great thing about LLM is that it seems to have the checklist for everything. If I rattle off a few things like "don't allocate on the hot path" and "remember to pin the cores" it will come up with a few items of its own that I might have forgotten.

Eventually, it will have gone through the whole list with me, while having documented all the measurements along the way.

But it's still guided by experience. If I see unusual numbers, I might say "hey did you forget to compile it in release mode?" and it will apologize and fix that. If I don't, it may just continue exploring without realising everything is wrong.