frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Bijou64: A variable-length integer encoding

https://www.inkandswitch.com/tangents/bijou64/
20•justinweiss•36m ago•0 comments

I Am Retiring from Tech to Live Offline

https://openpath.quest/2026/i-am-retiring-from-tech-to-live-offline/
195•PinkG•59m ago•107 comments

Expertise in the Age of AI

https://www.moderndescartes.com/essays/ai_and_expertise/
34•brilee•2h ago•18 comments

Tulip mania: when a single flower was worth more than a house (2025)

https://dutchreview.com/culture/tulip-mania-netherlands/
86•dotcoma•3h ago•77 comments

Local Git Remotes

https://cblgh.org/posts/local-git-remotes/
50•surprisetalk•2h ago•39 comments

The UK Government's Low Value Purchase System Is a Waste of Time

https://shkspr.mobi/blog/2026/05/the-uk-governments-low-value-purchase-system-is-a-waste-of-time/
97•ColinWright•3h ago•52 comments

Bricks and Minifigs Stole a Man's $200k Lego Collection

https://mybricklog.com/blog/bricks-minifigs-corporate-stole-old-mans-200000-lego-collection
1195•philips•20h ago•527 comments

High Density Living, 2000 Years Ago: Inside the Roman Apartment Building

https://commonedge.org/high-density-living-2000-years-ago-inside-the-roman-apartment-building/
45•surprisetalk•3h ago•10 comments

Blue Origin's New Glenn blows up during static fire test

https://twitter.com/nasaspaceflight/status/2060164928472854821
382•enraged_camel•14h ago•383 comments

Poll: How often do you check "newest"?

37•ColinWright•3h ago•32 comments

Headway Therapy Patients Forced to Scan Their Faces to Keep Getting Care

https://www.404media.co/headway-therapy-facial-scan-biometric-data-identity-verification/
32•pavel_lishin•1h ago•8 comments

Real-time LLM Inference on Standard GPUs: 3k tokens/s per request

https://blog.kog.ai/real-time-llm-inference-on-standard-gpus-3-000-tokens-s-per-request/
115•NicoConstant•5h ago•59 comments

Cedana (YC S23) Is Hiring

https://www.ycombinator.com/companies/cedana/jobs/d1vYocG-forward-deployed-engineer-ai-hpc
1•neelm•3h ago

Claude Code – Everything You Can Configure That the Docs Don't Tell You

https://buildingbetter.tech/p/i-read-the-claude-code-source-code
269•ankitg12•13h ago•53 comments

I made a million dollar product from my dorm room (2025)

https://nick.winans.io/blog/nice-nano/
506•mattrighetti•19h ago•76 comments

Orchestrating AI code review at scale

https://blog.cloudflare.com/ai-code-review/
78•pramodbiligiri•3d ago•33 comments

Claude Opus 4.8

https://www.anthropic.com/news/claude-opus-4-8
1666•craigmart•22h ago•1297 comments

OpenAI Announces Rosalind Biodefense

https://openai.com/index/strengthening-societal-resilience-with-rosalind-biodefense/
13•JustSkyfall•34m ago•1 comments

It's hard to justify buying a Framework 12

https://www.jeffgeerling.com/blog/2026/its-hard-to-justify-framework-12/
22•watermelon0•44m ago•12 comments

Even (very) noisy LLM evaluators are useful for improving AI agents

https://www.tensorzero.com/blog/even-very-noisy-llm-evaluators-are-useful-for-improving-ai-agents/
13•GabrielBianconi•2d ago•0 comments

An Obsessive Focus on UX: Pilot's Pressure-Regulating Kire-Na Highlighter

https://www.core77.com/posts/143832/An-Obsessive-Focus-on-UX-Pilots-Pressure-Regulating-Kire-Na-H...
34•surprisetalk•3d ago•10 comments

Let's compile Quake like it's 1997

https://fabiensanglard.net/compile_like_1997/
128•goranmoomin•12h ago•44 comments

Is AI causing a repeat of Front end's Lost Decade?

https://mastrojs.github.io/blog/2026-05-23-is-AI-causing-a-repeat-of-frontends-lost-decade/
158•xyzal•4h ago•159 comments

Wterm – Terminal Emulator for the Web

https://wterm.dev/
30•m3h•6h ago•5 comments

The Secret Garden of Rock-Paper-Scissors

https://theshamblog.com/the-secret-garden-of-rock-paper-scissors/
5•scottshambaugh•1h ago•0 comments

Volkswagen blocks Home Assistant by requiring client assertion

https://github.com/robinostlund/homeassistant-volkswagencarnet/issues/967
310•Kwastie•9h ago•155 comments

We should be more tired than the model

https://vickiboykis.com/2026/05/28/we-should-be-more-tired-than-the-model/
76•tosh•3h ago•74 comments

Show HN: Context-aware Japanese furigana using Sudachi and ModernBERT

https://www.ezfurigana.com/
11•epitrochoid413•3h ago•7 comments

Italians and Dutch share the same gestural instinct for teaching

https://www.mpi.nl/news/italians-and-dutch-share-same-gestural-instinct-teaching
100•vi_sextus_vi•13h ago•45 comments

Ten Basic Clouds

https://www.noaa.gov/jetstream/clouds/ten-basic-clouds
172•nopg•4d ago•45 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