frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

GPT‑Live

https://openai.com/index/introducing-gpt-live/
198•logickkk1•57m ago•120 comments

Chatto is now Open Source

https://www.hmans.dev/blog/chatto-is-open-source
278•speckx•2h ago•56 comments

Mistral's Robostral Navigate: a state of the art robotics navigation model

https://mistral.ai/news/robostral-navigate/
256•ottomengis•3h ago•59 comments

Decoding the obfuscated bash script on a Uniqlo t-shirt

https://tris.sherliker.net/blog/obfuscated-self-evaluating-bash-script-by-cdn-akamai-being-suppli...
1056•speerer•9h ago•179 comments

SWE-1.7 Reach Near GPT 5.5 and Opus Intelligence

https://cognition.com/blog/swe-1-7
97•mekpro•1h ago•64 comments

Cloudflare Meerkat - Globally distributed consensus

https://blog.cloudflare.com/meerkat-introduction/
142•bobnamob•4h ago•26 comments

GitLost: We Tricked GitHub's AI Agent into Leaking Private Repos

https://noma.security/blog/gitlost-how-we-tricked-githubs-ai-agent-into-leaking-private-repos/
444•ColinEberhardt•12h ago•172 comments

EU now one step away from reviving private message scanning rules

https://cyberinsider.com/eu-now-one-step-away-from-reviving-private-message-scanning-rules/
42•ggirelli•1h ago•1 comments

Show HN: Follow London Trains in 3D

https://ride.nexttrain.london/
74•mgranados•4d ago•29 comments

EVE Online's Carbon engine is now open source: Fenris Creations explains why

https://www.gamesindustry.biz/eve-onlines-carbon-engine-is-now-open-source-fenris-creations-expla...
287•Stevvo•4d ago•98 comments

OpenBSD has a use-after-free allowing local privilege escalation to root

https://nvd.nist.gov/vuln/detail/cve-2026-57589
141•linggen•4h ago•73 comments

Apple to increase spend with Broadcom to produce billions more U.S. chips

https://www.apple.com/newsroom/2026/07/apple-to-increase-spend-with-broadcom-to-produce-billions-...
236•soheilpro•6h ago•184 comments

Japan's Hayabusa2 probe to conduct flyby of Torifune asteroid

https://www3.nhk.or.jp/nhkworld/en/news/20260705_01/
115•dvh•3d ago•14 comments

Show HN: Kastor – Terraform-style specs for AI agents

https://github.com/weirdGuy/kastor
24•weirdguy•2h ago•13 comments

TypeScript 7

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/
88•DanRosenwasser•1h ago•13 comments

TabFont – guitar tabs rendered as you type

https://philatype.com/tabfont/
34•ChrisArchitect•3d ago•5 comments

NoiseLang: Where N = 5 is a Dirac delta

https://manualmeida.dev/articles/noiselang/
85•manucorporat•2d ago•39 comments

How to Build a Minimal ZFS NAS Without Synology, QNAP, TrueNAS (2024)

https://neil.computer/notes/how-to-setup-minimal-zfs-nas-without-truenas/
301•4diii•14h ago•207 comments

Geosql: A Claude/Codex skill for geospatial data

https://github.com/dekart-xyz/geosql
101•rzk•9h ago•13 comments

Tenda firmware (multiple versions) contains hidden authentication backdoor

https://kb.cert.org/vuls/id/213560
319•miniBill•17h ago•110 comments

Chat Control 1.0 and 2.0 Explained

https://fightchatcontrol.eu/chat-control-overview
854•gasull•1d ago•328 comments

Every postcard tells a story

https://observer.co.uk/style/features/article/every-postcard-tells-a-story
24•NaOH•2d ago•19 comments

Structure and Interpretation of Computer Programs Video Lectures (1986)

https://ocw.mit.edu/courses/6-001-structure-and-interpretation-of-computer-programs-spring-2005/v...
288•gjvc•18h ago•40 comments

Copy That Floppy – Cambridge guide for preserving data from fragile floppy disks

https://www.digipres.org/the-floppy-guide/
158•whiteblossom•14h ago•60 comments

Catastrophe theory; geniuses and maniacs (2011)

http://glassbottomblog.blogspot.com/2011/01/catastrophe-theory-geniuses-and-maniacs.html
10•mbustamanter•3d ago•1 comments

Ants: Who looks after the injured in a colony?

https://www.uni-wuerzburg.de/en/news-and-events/news/detail/news/ameisen-kolonie-verletzte-pflegt/
86•hhs•4d ago•41 comments

GAO: DOE Is Prematurely Excluding Less Expensive Options for Nuclear Cleanup

https://www.gao.gov/products/gao-26-108193
260•Jimmc414•19h ago•139 comments

Canada's only watchmaking school still ticking after 80 years

https://www.cbc.ca/news/canada/montreal/canada-s-only-watchmaking-school-9.7254211
230•throw0101a•4d ago•131 comments

Home made GPU escalated quickly [video]

https://www.youtube.com/watch?v=qMR3IXF2sWw
157•erichocean•3d ago•49 comments

Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro

https://ariya.io/2026/03/local-cpu-friendly-high-quality-tts-text-to-speech-with-kokoro/
495•speckx•23h ago•92 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