frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

SimCity 3k in 4k

https://www.thran.uk/writ/hdid/2025/12/simcity-3k-in-4k.html
55•speckx•43m ago•8 comments

DuckDuckGo search saw 28% more visits after Google said people love AI mode

https://www.pcgamer.com/hardware/duckduckgos-ai-free-search-saw-nearly-28-percent-more-visits-in-...
248•HelloUsername•1h ago•106 comments

Last.fm is now independent

https://support.last.fm/t/last-fm-is-now-independent/118591
320•twistslider•2h ago•97 comments

I think Anthropic and OpenAI have found product-market fit

https://simonwillison.net/2026/May/27/product-market-fit/
104•simonw•1h ago•103 comments

Mini Micro Fantasy Computer

https://miniscript.org/MiniMicro/index.html#about
198•nicoloren•8h ago•72 comments

Tech CEOs are apparently suffering from AI psychosis

https://techcrunch.com/2026/05/27/tech-ceos-are-apparently-suffering-from-ai-psychosis/
258•IAmGraydon•2h ago•113 comments

Gemini, Gophers, and Fingers. Oh My Alternative Internets Beyond HTTPS

https://brennan.day/gemini-gophers-and-fingers-oh-my-alternative-internets-beyond-https/
9•ChrisArchitect•55m ago•1 comments

Matrix Multiplications on GPUs Run Faster When Given "Predictable" Data (2024)

https://www.thonking.ai/p/strangely-matrix-multiplications
113•tosh•4d ago•32 comments

Reflex (YC W23) Is Hiring SWEs, Growth, and GTM Roles

https://www.ycombinator.com/companies/reflex/jobs
1•apetuskey•1h ago

A Comma and a Question Mark, Redux: Quick Terminal Helpers Using Pi

https://z3ugma.github.io/2026/05/25/a-comma-and-a-question-mark/
15•z3ugma•1d ago•1 comments

Show HN: I made an emergency page for my family

https://help.delduca.org
43•delduca•4h ago•56 comments

All of human cooking compressed into 2 megabytes

https://arxiv.org/abs/2605.22391
280•josefchen•10h ago•102 comments

Multi-Agent LLM System for Automated Vulnerability Discovery and Reproduction

https://arxiv.org/abs/2605.21779
3•root-parent•37m ago•0 comments

Theseus: Translating Win32 to WASM

https://neugierig.org/software/blog/2026/05/theseus-wasm.html
41•ingve•2d ago•11 comments

Training our own AI models

https://posthog.com/blog/training-ai-models
139•tartieret•2h ago•96 comments

Incident with Pull Requests, Issues, Git Operations and API Requests

https://www.githubstatus.com/incidents/xy1tt3hs572m
206•maxnoe•6h ago•160 comments

My new obsession: A horse-racing board game of pure luck

https://alexanderbjoy.com/horse-race-board-game/
34•surprisetalk•2d ago•21 comments

XLIDE: VBA without excel

https://github.com/WilliamSmithEdward/xlide_vscode
52•sts153•6h ago•16 comments

Phloto for My Photo Flow

https://cceckman.com/writing/phloto/
28•evakhoury•21h ago•2 comments

Show HN: Open-source Workspace (mail,docs,spreadsheet,drive) web/iOS

https://tinycld.org/
28•nathanstitt•3h ago•12 comments

Canada to order military plane fleet from Sweden in shift from US suppliers

https://www.theguardian.com/world/2026/may/27/canada-sweden-saab-globaleye-aircraft
26•tosh•1h ago•2 comments

The Melancholy of Slaying Monsters

https://thereader.mitpress.mit.edu/the-strange-melancholy-of-slaying-monsters/
243•prismatic•22h ago•113 comments

Cloudflare Flagship

https://developers.cloudflare.com/flagship/
325•tjek•18h ago•165 comments

Raft Consensus with a Minority of Nodes

https://padhye.org/raft-minority/
104•moarbugs•1d ago•16 comments

I'm Tired of Talking to AI

https://orchidfiles.com/im-tired-of-ai-generated-answers/
1725•theorchid•7h ago•832 comments

In-Browser Container Builds

https://ochagavia.nl/blog/fully-in-browser-container-builds/
4•wofo•2d ago•0 comments

Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs

https://arps18.github.io/posts/claude-code-mastery/
275•arps18•13h ago•203 comments

Atomically precise mechanosynthesis of carbon structures on hydrogenated Silicon

https://arxiv.org/abs/2605.27250
37•gene-h•6h ago•5 comments

Private Equity Bought America's Essential Services

https://rubbishtalk.com/economy/how-private-equity-bought-americas-essential-services/
335•NoRagrets•6h ago•396 comments

The worst job interview I ever had

https://www.oliverio.dev/blog/the-worst-job-interview-i-had
583•oliverio•22h ago•468 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