frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Extensible Software in the Age of LLMs

https://jeremymorrell.dev/blog/extensible-software-in-the-age-of-llms/
1•coloneltcb•17s ago•0 comments

How Kubernetes Probes Work

https://ngrok.com/blog/probes
1•cyndunlop•45s ago•0 comments

InstrSem: Automatically Inferring Semantics of (Undocumented) CPU Instructions

https://roots.ec/publications/hetterich2026instrsem
1•matt_d•58s ago•0 comments

We've solved many medical mysteries. Where are the cures? [video]

https://www.ted.com/talks/saloni_dattani_we_ve_solved_many_medical_mysteries_where_are_the_cures
1•paulpauper•1m ago•0 comments

Extensibility Is the New Precondition

https://www.ivan.codes/blog/extensibility-is-the-precondition
1•deeshee•4m ago•0 comments

Things I want in a modern relational query language

https://sporks.space/2026/08/19/things-i-want-in-a-modern-relational-query-language/
1•birdculture•4m ago•0 comments

Claude watermark- science behind it

https://www.youtube.com/watch?v=FnAqruxx-QE
1•aymar_99•7m ago•0 comments

Chain-of-Thought Reasoning in the Wild Is Not Always Faithful

https://arxiv.org/abs/2503.08679
1•florianherrengt•7m ago•1 comments

How does wildfire smoke affect the economy?

https://phys.org/news/2026-08-wildfire-affect-economy.html
1•vinni2•8m ago•0 comments

Show HN: I am getting genuine questions

https://github.com/docbrain-ai/docbrain
1•bhanuhai2•9m ago•1 comments

We Stopped Paying for Linear

https://xiaofeidu.com/posts/linear-to-github-issues/
2•xiaofei_•11m ago•0 comments

If this algorithm runs too long, you can compress randomness

https://www.sidhantbansal.com/2026/Entropy-Stops-This-Algorithm/
1•sidhantbansal•15m ago•0 comments

What it felt like to hit the Hacker News front page

https://heyjonny.dev/posts/hitting-the-hacker-news-front-page/
1•heyjonny•16m ago•0 comments

AWS new AZ in eu-west-2 - beware of unexpected results

1•eddie_catflap•16m ago•0 comments

How Much Memory Does Your Agent Actually Need?

https://huggingface.co/blog/ibm-research/altk-evolve-hmm
1•Brajeshwar•17m ago•0 comments

Most Code Edits Don't Need an IDE

https://medium.com/@chris.ahrweiler/most-code-edits-dont-need-an-ide-163ec4ef299f
1•docjojo•17m ago•0 comments

Show HN: LongTerMemory, an AI EdTech Platform

https://wired.business/longtermemory
1•aledevv•18m ago•0 comments

Civic Hygiene – avoid building technologies that could be used by a police state

https://shkspr.mobi/blog/2013/11/civic-hygiene/
36•felineflock•19m ago•2 comments

MicroSD torture test: 133PB written, SanDisk fails 6 of 7 cards tested

https://www.tomshardware.com/pc-components/microsd-cards/microsd-card-testing-database-celebrates...
1•sbulaev•19m ago•0 comments

Why compiling Rust to WebAssembly is slow

https://00f.net/2026/08/19/why-compiling-rust-to-webassembly-is-slow/
1•jedisct1•23m ago•0 comments

What a Time to Be an Agent

https://hollisrobbinsanecdotal.substack.com/p/what-a-time-to-be-an-agent
2•HR01•25m ago•0 comments

Moderna shares double on melanoma vaccine trial success

https://www.ft.com/content/a98a77e2-5156-4189-b971-974a7e60130f
2•marvel_boy•25m ago•1 comments

Create Perfect Icons for macOS, iOS, Android, and the Web

https://medium.com/@chris.ahrweiler/create-perfect-icons-for-macos-ios-android-and-the-web-a1e05e...
1•docjojo•26m ago•1 comments

Liquid Death runs ad campaign focused on mailing urine to data centers

https://twitter.com/drinkgaragebeer/status/2089699138946408699
2•newspaper1•27m ago•0 comments

The Case Against Kanji

https://circuitscribbles.substack.com/p/the-case-against-kanji
1•paulpauper•27m ago•0 comments

Bill Atkinson and Dithering Algorithms

https://landonswartz.github.io/blog/dithering-algorithms/
2•BestBunsInTown_•29m ago•0 comments

H3 Video – MiniMax H3 AI Video Generator

https://www.h3vid.com
3•Follow_Cloud•30m ago•1 comments

Play the air A theremin in the browser using hand tracking and a webcam

https://termenvox.vercel.app/
1•linesofcode•31m ago•2 comments

Show HN: Leaflight – A Reader for Project Gutenberg

https://chromewebstore.google.com/detail/leaflight-—-reader-for-pr/ndobcikjemlpmcbjkokmlclfoekg...
2•samcgraw•32m ago•0 comments

Hetzner Inference Experiment: Open-weights SLMs free of charge

https://www.hetzner.com/blog/inference-experiment/
1•ignoramous•32m ago•0 comments
Open in hackernews

Show HN: INXM // local` OSS for using LLM as compiler and not as runtime

https://github.com/inxm-ai/inxm-local
4•oesimania•50m ago

Comments

oesimania•50m ago
There was a great paper around compiled AI (use LLM as compiler, not as runtime) that I really liked, but it's really hard to explain the benefit to people. This open source project should change that, giving everyone a chance to play around with it locally. You can create your own compiled ai plans, run them deterministically, and it also allows you to connect it to your agents so that if they have something where they can use less tokens or be more deterministic in the future they will.

We choose Rust btw bc it works so well for both agents and humans. The compiler alone is super helpful, it's like getting a development harness for free that you can just extend.

It's still more of a demo what it can do, so expect failures and quirks, but looking forward to feedback and how it's working for you

Lajguro1175•40m ago
Agree so much compiling the plan once into something deterministic and inspectable flips the economics and the reliability profile.
Lajguro1175•34m ago
Glad the “LLM as compiler, not runtime” idea is landing! The goal is to make “compiled AI” available as something you can actually play with and use locally instead of just reading about in papers. It´s still a demo but looking forward to your feedback and what kind of work you are going to compile