frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hister: A private search engine for the pages you visit and the files you keep

https://github.com/asciimoo/hister
301•bookofjoe•4h ago•97 comments

Astra for Law

https://openai.com/index/astra-for-law/
31•vertigoruntime•22m ago•16 comments

Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA

https://global.fujitsu/en-global/pr/news/2026/09/14-02
441•my123•2d ago•159 comments

Wax motor

https://en.wikipedia.org/wiki/Wax_motor
82•mhb•1d ago•13 comments

Everybody's Lost Their Minds

https://www.netmeister.org/blog/everybodys-lost-their-minds.html
40•ibobev•56m ago•13 comments

CrowdSec Source Code Leak

https://www.crowdsec.net/blog/crowdsec-statement-source-code-exposure
100•eccgecko•5h ago•30 comments

Rate limits on GitLab.com are changing

https://about.gitlab.com/blog/rate-limit-change-2026/
118•darkwater•5h ago•95 comments

Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data

https://arxiv.org/abs/2609.18842
62•Betelbuddy•3h ago•16 comments

TSMC revealing details about next gen A14 node

https://iedm26.mapyourshow.com/8_0/sessions/session-details.cfm?scheduleid=331
50•osnium123•2d ago•15 comments

Why I didn’t sign the Fields medallists’ letter

https://gowers.wordpress.com/2026/09/17/why-i-didnt-sign-the-fields-medallists-letter/
165•simianwords•11h ago•210 comments

The American Religion of Self-Storage Facilities

https://www.newyorker.com/magazine/2026/09/21/the-american-religion-of-self-storage-facilities
140•pseudolus•7h ago•228 comments

André Weil and the Hodge Conjecture

https://jiahao116.github.io/Articles/
12•caojiahao•5d ago•1 comments

Zettascale (YC S24) Is Hiring ASIC/FPGA Engineers to Build Chips for ASI

https://zscc.ai/careers?job_id=109821
1•el_al•3h ago

How GLM built its own inference infrastructure

https://z.ai/blog/glm-built-its-inference-infrastructure
325•whiteros_e•12h ago•243 comments

Running Ubuntu on the Lenovo IdeaPad Duet

https://vhaudiquet.fr/blog/duet-ubuntu/
44•vhaudiquet•2d ago•9 comments

Launch HN: Skillsync (YC W26) – AI chat sessions made portable across agents

27•cat-whisperer•4h ago•37 comments

One year of sponsored Servo development

https://servo.org/blog/2026/09/15/one-year-of-sponsorship/
328•AshleysBrain•12h ago•132 comments

Vibe Coding is the new Internet Dating?

https://joecmarshall.com/posts/vibecoding-is-the-new-internet-dating/
42•flancrest•2d ago•73 comments

CCC invites all model citizens to 40C3

https://events.ccc.de/en/2026/09/12/40c3-model-citizens/
292•antonly•12h ago•151 comments

Grand MS-DOS Gaming General MIDI Showdown

https://blog.johnnovak.net/2023/03/05/grand-ms-dos-gaming-general-midi-showdown/
67•ibobev•2d ago•8 comments

Don't Make Job Referrals Public

https://blog.melashri.net/micro/public-job-referral/
16•elashri•2h ago•8 comments

Canto: A speech model built for the real world

https://wisprflow.ai/canto
9•sleepypandas•2h ago•2 comments

Show HN: Share your AI Setup, Learn from others

https://mysetup.ai/
139•steveybrown•7h ago•75 comments

How do we prevent mathemathics from devolving into the Medieval Era of secrecy?

https://mathoverflow.net/questions/515260/how-do-we-prevent-mathematics-from-devolving-into-the-m...
23•jjgreen•2d ago•8 comments

The Return of Sail Power: Cargo Ships Are Turning Back to the Wind

https://gcaptain.com/the-return-of-sail-power-cargo-ships-are-turning-back-to-the-wind/
158•gumby•20h ago•116 comments

LLM Classification Is Feature Engineering

https://minimallysufficient.com/posts/llm-classification-is-feature-extraction/
77•minsufficient•4h ago•15 comments

My temporary PHP fix from 2014 has nearly 20M installs. Today I'm deprecating it

https://jakeasmith.com/blog/http-build-url/
310•jakeasmith•1d ago•87 comments

Show HN: Craigslist for agent skills, curated by a human

https://skillbay.sh/
13•skeptrune•3h ago•11 comments

Don't Just Say Hello

https://nohello.net/en/
35•ninju•1h ago•21 comments

Whoisinspace.com/

https://whoisinspace.com
114•Egg-Man•4h ago•65 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