frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

GPT-5.4

https://openai.com/index/introducing-gpt-5-4/
262•mudkipdev•2h ago•251 comments

Wikipedia in read-only mode following mass admin account compromise

https://www.wikimediastatus.net
642•greyface-•4h ago•195 comments

The Brand Age

https://paulgraham.com/brandage.html
77•bigwheels•2h ago•63 comments

Hardware hotplug events on Linux, the gory details

https://arcanenibble.github.io/hardware-hotplug-events-on-linux-the-gory-details.html
35•todsacerdoti•3d ago•0 comments

Pentagon Formally Labels Anthropic Supply-Chain Risk

https://www.wsj.com/politics/national-security/pentagon-formally-labels-anthropic-supply-chain-ri...
107•klausa•56m ago•28 comments

Let's Get Physical

https://m4iler.cloud/posts/lets-get-physical/
28•MBCook•1h ago•4 comments

A GitHub Issue Title Compromised 4k Developer Machines

https://grith.ai/blog/clinejection-when-your-ai-tool-installs-another
170•edf13•3h ago•41 comments

Good software knows when to stop

https://ogirardot.writizzy.com/p/good-software-knows-when-to-stop
241•ssaboum•6h ago•140 comments

Show HN: Jido 2.0, Elixir Agent Framework

https://jido.run/blog/jido-2-0-is-here
178•mikehostetler•4h ago•39 comments

Launch HN: Vela (YC W26) – AI for complex scheduling

20•Gobhanu•2h ago•16 comments

Optimizing Recommendation Systems with JDK's Vector API

https://netflixtechblog.com/optimizing-recommendation-systems-with-jdks-vector-api-30d2830401ec
38•mariuz•2d ago•1 comments

Datasets for Reconstructing Visual Perception from Brain Data

https://github.com/seelikat/neuro-visual-reconstruction-dataset-index
34•katsee•3h ago•6 comments

Remotely unlocking an encrypted hard disk

https://jyn.dev/remotely-unlocking-an-encrypted-hard-disk/
11•janandonly•1h ago•1 comments

The Government Uses Targeted Advertising to Track Your Location

https://www.eff.org/deeplinks/2026/03/targeted-advertising-gives-your-location-government-just-as...
171•hn_acker•3h ago•64 comments

Show HN: PageAgent, A GUI agent that lives inside your web app

https://alibaba.github.io/page-agent/
46•simon_luv_pho•3h ago•26 comments

Nvidia PersonaPlex 7B on Apple Silicon: Full-Duplex Speech-to-Speech in Swift

https://blog.ivan.digital/nvidia-personaplex-7b-on-apple-silicon-full-duplex-speech-to-speech-in-...
332•ipotapov•12h ago•110 comments

Greg Kroah-Hartman Stretches Support Periods for Key Linux LTS Kernels

https://fossforce.com/2026/03/greg-kroah-hartman-stretches-support-periods-for-key-linux-lts-kern...
40•brideoflinux•3d ago•15 comments

Google Workspace CLI

https://github.com/googleworkspace/cli
860•gonzalovargas•19h ago•272 comments

A man who broke into jail

https://www.newyorker.com/magazine/2026/03/09/alexander-friedmann-profile-prison-reform
72•fortran77•1d ago•35 comments

Fast-Servers

https://geocar.sdf1.org/fast-servers.html
81•tosh•6h ago•25 comments

World-first gigabit laser link between aircraft and geostationary satellite

https://www.esa.int/Applications/Connectivity_and_Secure_Communications/World-first_gigabit-per-s...
141•giuliomagnifico•4d ago•53 comments

Relicensing with AI-Assisted Rewrite

https://tuananh.net/2026/03/05/relicensing-with-ai-assisted-rewrite/
341•tuananh•15h ago•337 comments

Comparing Python packages for A/B test analysis (with code examples)

https://e10v.me/python-packages-for-ab-test-analysis/
5•e10v_me•3d ago•1 comments

Google Safe Browsing missed 84% of confirmed phishing sites

https://www.norn-labs.com/blog/huginn-report-feb-2026
230•jdup7•5h ago•69 comments

Poor Man's Polaroid

https://boxart.lt/blog/poor_mans_polaroid
167•ZacnyLos•12h ago•48 comments

AI and the Ship of Theseus

https://lucumr.pocoo.org/2026/3/5/theseus/
22•pixelmonkey•4h ago•4 comments

Building a new Flash

https://bill.newgrounds.com/news/post/1607118
692•TechPlasma•1d ago•226 comments

AMD will bring its “Ryzen AI” processors to standard desktop PCs for first time

https://arstechnica.com/gadgets/2026/03/amd-ryzen-ai-400-cpus-will-bring-upgraded-graphics-to-soc...
204•Bender•3d ago•191 comments

OpenTitan Shipping in Production

https://opensource.googleblog.com/2026/03/opentitan-shipping-in-production.html
6•rayhaanj•1h ago•0 comments

Smalltalk's Browser: Unbeatable, yet Not Enough

https://blog.lorenzano.eu/smalltalks-browser-unbeatable-yet-not-enough/
121•mpweiher•12h ago•61 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