frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

MacBook Neo

https://www.apple.com/newsroom/2026/03/say-hello-to-macbook-neo/
1413•dm•9h ago•1768 comments

Building a new Flash

https://bill.newgrounds.com/news/post/1607118
184•TechPlasma•3h ago•37 comments

BMW Group to deploy humanoid robots in production in Germany for the first time

https://www.press.bmwgroup.com/global/article/detail/T0455864EN/bmw-group-to-deploy-humanoid-robo...
47•JeanKage•2h ago•28 comments

Something is afoot in the land of Qwen

https://simonwillison.net/2026/Mar/4/qwen/
464•simonw•7h ago•222 comments

Does that use a lot of energy?

https://hannahritchie.github.io/energy-use-comparisons/
163•speckx•3h ago•118 comments

Humans 40k yrs ago developed a system of conventional signs

https://www.pnas.org/doi/10.1073/pnas.2520385123
44•bikenaga•7h ago•16 comments

Moss is a pixel canvas where every brush is a tiny program

https://www.moss.town/
148•smusamashah•13h ago•19 comments

NanoGPT Slowrun: Language Modeling with Limited Data, Infinite Compute

https://qlabs.sh/slowrun
104•sdpmas•5h ago•16 comments

An interactive map of Flock Cams

https://deflock.org/map#map=5/37.125286/-96.284180
469•anjel•4h ago•176 comments

The View from RSS

https://www.carolinecrampton.com/the-view-from-rss/
52•Curiositry•3h ago•13 comments

“It turns out” (2010)

https://jsomers.net/blog/it-turns-out
225•Munksgaard•8h ago•72 comments

Was Windows 1.0's lack of overlapping windows a legal or a technical matter?

https://retrocomputing.stackexchange.com/questions/32511/was-windows-1-0s-lack-of-overlapping-win...
40•SeenNotHeard•3h ago•23 comments

Data Has Weight but Only on SSDs

https://cubiclenate.com/2026/03/04/data-has-weight-but-only-on-ssds-blathering/
58•LorenDB•4h ago•36 comments

It is sweet and fitting to die for one's country (1921)

https://www.poetryfoundation.org/poems/46560/dulce-et-decorum-est
45•bikeshaving•2h ago•26 comments

NRC Issues First Commercial Reactor Construction Approval in 10 Years [pdf]

https://www.nrc.gov/sites/default/files/cdn/doc-collection-news/2026/26-028.pdf
18•Anon84•1h ago•4 comments

Qwen3.5 Fine-Tuning Guide – Unsloth Documentation

https://unsloth.ai/docs/models/qwen3.5/fine-tune
249•bilsbie•11h ago•62 comments

Making Firefox's right-click not suck with about:config

https://joshua.hu/firefox-making-right-click-not-suck
228•mmsc•5h ago•164 comments

Roboflow (YC S20) Is Hiring a Security Engineer for AI Infra

https://roboflow.com/careers
1•yeldarb•5h ago

Glaze by Raycast

https://www.glazeapp.com/
182•romac•10h ago•113 comments

The Rust calling convention we deserve (2024)

https://mcyoung.xyz/2024/04/17/calling-convention/
53•cratermoon•3d ago•8 comments

Flip Distance of Convex Triangulations and Tree Rotation Is NP-Complete

https://arxiv.org/abs/2602.22874
7•nill0•4d ago•0 comments

Raspberry Pi Pico as AM Radio Transmitter

https://www.pesfandiar.com/blog/2026/02/28/pico-am-radio-transmitter
57•pesfandiar•3d ago•27 comments

Show HN: A shell-native cd-compatible directory jumper using power-law frecency

https://github.com/jghub/sd-switchdir
7•jghub•13h ago•0 comments

Libre Solar – Open Hardware for Renewable Energy

https://libre.solar
194•evolve2k•3d ago•59 comments

Approximation Game

https://lcamtuf.substack.com/p/approximation-game
11•surprisetalk•4d ago•1 comments

MyFirst Kids Watch Hacked. Access to Camera and Microphone

https://www.kth.se/en/om/nyheter/centrala-nyheter/kth-studenten-hackade-klocka-for-barn-1.1461249
103•jidoka•10h ago•28 comments

Faster C software with Dynamic Feature Detection

https://gist.github.com/jjl/d998164191af59a594500687a679b98d
45•todsacerdoti•5h ago•2 comments

My Favorite 39C3 Talks

https://asindu.xyz/my-favorite-39c3-talks/
48•max_•3d ago•3 comments

To understand our fascination with crystals, researchers gave some to chimps

https://www.nytimes.com/2026/03/04/science/chimpanzees-crystals.html
83•jimnotgym•15h ago•57 comments

RFC 9849. TLS Encrypted Client Hello

https://www.rfc-editor.org/rfc/rfc9849.html
269•P_qRs•16h ago•132 comments
Open in hackernews

Recursive LLM prompts

https://github.com/andyk/recursive_llm
81•vlan121•10mo ago

Comments

seeknotfind•10mo ago
Excellent fun. Now just to create a prompt to show iterated LLMs are turing complete.
ivape•10mo ago
Let's see Paul Allen's prompt.
ivape•10mo 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•10mo ago
^
mertleee•10mo 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•10mo 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•10mo ago
LLM quine when?
Y_Y•10mo ago
Repeat this sentence exactly.

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

danielbln•10mo ago
The last commit is from April 2023, should this post maybe have a (2023) tag? Two years is eons in this space.
gwintrob•10mo 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•10mo ago
Well, I remember Chain of Thought being proposed as early as the GPT-3 release (2 years before chatGPT).
jdnier•10mo ago
The author is Co-founder of Databricks, creator of K Prize, so an early adopter.
vlan121•10mo ago
I had a different title. It was somehow changed to the name of the repository.
James_K•10mo 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•10mo ago
I love this! My take on it for MCP: https://github.com/kordless/EvolveMCP
K0balt•10mo 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•10mo ago
Trying to save state in a non-deterministic system, not the best idea. Those things need to be externalised.
mentalgear•10mo ago
Should definitely get a date tag.
vlan121•10mo ago
I was leaving this one out, seems like a gag when you read it :D