frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

MAI-Cyber 1

https://microsoft.ai/news/introducing-mai-cyber-1-flash-inside-mdash/
55•migmartri•1h ago•11 comments

Kimi-K3 on HuggingFace

https://huggingface.co/moonshotai/Kimi-K3
1042•nateb2022•11h ago•424 comments

Canceling "Hey"

https://chadnauseam.com/random/cancelling-my-hey
11•ChadNauseam•24m ago•0 comments

Glue bonds to nonstick surfaces and wipes clean with ethanol

https://cen.acs.org/materials/adhesives/glue-bonds-nonstick-surfaces-wipes-clean/104/web/2026/07
71•gmays•4d ago•29 comments

The computer that helped win World War II

https://spectrum.ieee.org/colossus-computer-ieee-milestone
80•baruchel•4d ago•35 comments

Show HN: FeyNoBg – Automatic background removal model and training library

https://usefeyn.com/blog/feynobg/
20•snyy•1h ago•2 comments

Removing React.js from the codebase and adapting Htmx for UI interactivity (2023)

https://misago-project.org/t/removing-reactjs-from-the-codebase-and-adapting-htmx-for-ui-interact...
160•Ralfp•8h ago•105 comments

UpCodes (YC S17) is hiring remote AE's to help make buildings cheaper

https://up.codes/careers?utm_source=HN
1•Old_Thrashbarg•59m ago

Decathlon Germany adds Wero payment option to decathlon.de website

https://www.sgieurope.com/e-commerce/decathlon-germany-launches-wero-payment-on-its-website/12239...
75•doener•1h ago•60 comments

Exploiting Volvo/Eicher's fleet platform to gain control over all users/vehicles

https://eaton-works.com/2026/07/27/my-eicher-hack/
23•EatonZ•2h ago•1 comments

Show HN: Running PrismML's Bonsai inside DRAM by breaking DDR4 timing rules

11•pcdeni•4d ago•3 comments

Libsm64: Mario 64 as a library for use in external game engines

https://github.com/libsm64/libsm64
121•klaussilveira•7h ago•15 comments

Beckett the Prophet

https://theamericanscholar.org/beckett-the-prophet/
13•samclemens•5d ago•0 comments

Paged Out #9 [pdf]

https://pagedout.institute/download/PagedOut_009.pdf
48•laurensr•3h ago•8 comments

Magnolias are so old that they're pollinated by beetles, not bees (2025)

https://mymodernmet.com/magnolia-ancient-flowers-beetles/
234•speckx•5d ago•84 comments

Kimi-K3 Technical Report [pdf]

https://github.com/MoonshotAI/Kimi-K3/blob/main/k3_tech_report.pdf
303•vinhnx•2h ago•111 comments

First Robotic Satellite Servicer Launched

https://www.nrl.navy.mil/Media/News/Article/4551871/robotic-servicing-of-geosynchronous-satellite...
50•GlenTheMachine•3d ago•24 comments

How is the Bun Rewrite in Rust going?

https://lockwood.dev/ai/2026/07/27/how-is-the-bun-rewrite-in-rust-going.html
342•tomlockwood•6h ago•263 comments

VLC for Unity now supported on Linux

https://code.videolan.org/videolan/vlc-unity
110•martz•8h ago•33 comments

Building a Fast Lock-Free Queue in Modern C++ from Scratch

https://blog.jaysmito.dev/blog/04-fast-lockfree-queues/
74•ibobev•5d ago•32 comments

Show HN: Infrawrench – a tool to manage cloud and svcs with workflows and chat

https://infrawrench.com
7•astrid__•1h ago•0 comments

Should you wash your solar panels?

https://incoherency.co.uk/blog/stories/should-you-wash-your-solar-panels.html
160•surprisetalk•4h ago•135 comments

Towards a Theory of Bugs: The Ruliology of the Unexpected

https://writings.stephenwolfram.com/2026/07/towards-a-theory-of-bugs-the-ruliology-of-the-unexpec...
46•nsoonhui•3d ago•16 comments

Modern email can be built from borrowed parts

https://en.andros.dev/blog/d7ed8b07/modern-email-can-be-built-from-borrowed-parts/
115•andros•9h ago•54 comments

The Birth of the American 12-string Guitar (2013)

https://www.harpguitars.net/history/grunewald/12-string.htm
62•bilegeek•7h ago•35 comments

Shay Locomotives

https://www.shaylocomotives.com/
55•Rygian•8h ago•14 comments

AI companies spend record sums on Washington lobbying

https://www.ft.com/content/d8a5f95e-3b6d-463a-a848-c9ef8e2394db
191•1vuio0pswjnm7•3h ago•93 comments

PGSimCity - How PostgreSQL Works

https://nikolays.github.io/PGSimCity/
840•jonbaer•17h ago•82 comments

The Proof Machine (2016)

https://incredible.pm/
25•BenoitP•5h ago•4 comments

Elevated errors on Claude Opus 5

https://status.claude.com/incidents/mfdtrknpxghq
74•croemer•6h ago•55 comments
Open in hackernews

Recursive LLM prompts

https://github.com/andyk/recursive_llm
81•vlan121•1y ago

Comments

seeknotfind•1y ago
Excellent fun. Now just to create a prompt to show iterated LLMs are turing complete.
ivape•1y ago
Let's see Paul Allen's prompt.
ivape•1y ago
The bigger picture goal here is to explore using prompts to generate new prompts

I see this as the same as a reasoning loop. This is the approach I use to quickly code up pseudo reasoning loops on local projects. Someone had asked in another thread "how can I get the LLM to generate a whole book", well, just like this. If it can keep prompting itself to ask "what would chapter N be?" until "THE END", then you get your book.

2099miles•1y ago
^
mertleee•1y ago
"Foundational AI companies love this one trick"

It's part of why they love agents and tools like cursor -> turns a problem that could've been one prompt and a few hundred tokens into dozens of prompts and thousands of tokens ;)

danielbln•1y ago
It's be nice if I could solve any problem by speccing it out in its entirety and then just implement. In reality, I have to iterate and course correct, as do agentic flows. You're right that the AI labs love it though, iterating like that is expensive.
NooneAtAll3•1y ago
LLM quine when?
Y_Y•1y ago
Repeat this sentence exactly.

https://chatgpt.com/share/680567e5-ea94-800d-83fe-ae24ec0045...

danielbln•1y ago
The last commit is from April 2023, should this post maybe have a (2023) tag? Two years is eons in this space.
gwintrob•1y ago
Crazy that OpenAI only launched o1 in September 2024. Some of these ideas have been swirling for a while but it feels like we're in a special moment where they're getting turned into products.
mentalgear•1y ago
Well, I remember Chain of Thought being proposed as early as the GPT-3 release (2 years before chatGPT).
jdnier•1y ago
The author is Co-founder of Databricks, creator of K Prize, so an early adopter.
vlan121•1y ago
I had a different title. It was somehow changed to the name of the repository.
James_K•1y ago
I feel that often getting LLMs to do things like mathematical problems or citation is much harder than simply writing software to achieve that same task.
kordlessagain•1y ago
I love this! My take on it for MCP: https://github.com/kordless/EvolveMCP
K0balt•1y ago
This is kind of like a self generating agentic context.. cool. I think regular agents, especially adversarial agents, are easier to get focused on most types of problems though.

Still clever.

mentalgear•1y ago
Trying to save state in a non-deterministic system, not the best idea. Those things need to be externalised.
mentalgear•1y ago
Should definitely get a date tag.
vlan121•1y ago
I was leaving this one out, seems like a gag when you read it :D