frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Opus 5.5 turned Ozymandias into a cinematic browser animation

https://www.echohive.ai/ozymandias
1•echohive42•2m ago•0 comments

Who Wants Artificial?

https://blog.jim-nielsen.com/2026/who-wants-artificial/
1•Curiositry•8m ago•0 comments

Sandboxing with Minimal Effort

https://yorickpeterse.com/articles/sandboxing-with-minimal-effort/
1•thatslast•11m ago•0 comments

US Denmark agreement enhanced veto rights over Greenland econ and military

https://www.whitehouse.gov/briefings-statements/2026/09/agreement-between-the-government-of-the-u...
2•rzerowan•15m ago•0 comments

Making Linux prove a governed action before execution

https://github.com/KnowledgeeKZA3224/linux-coherence-gate
1•Knowledgee_KZA•20m ago•0 comments

Fpp – a utility to pick file paths out of command output

https://github.com/facebook/PathPicker
2•Curiositry•22m ago•0 comments

Pg_chdb, fast imports from object storage to Postgres using COPY

https://github.com/ClickHouse/pg_chdb
1•saisrirampur•23m ago•0 comments

Show HN: Is your repo giving coding agents two different answers?

https://www.zfinia.com/cursed
1•Aussie155•24m ago•0 comments

Google Found the Pages. ChatGPT Found the Entity

https://www.richresults.ai/same-entity-different-retrieval.html
2•spetschinka•29m ago•1 comments

Netflix is in the doldrums. A comeback is unlikely, Wells Fargo says

https://www.cnbc.com/2026/09/18/netflix-is-in-the-doldrums-a-comeback-is-unlikely-wells-fargo-say...
2•porridgeraisin•32m ago•0 comments

Irish data protection watchdog fines Google €403M over GDPR breaches

https://www.irishtimes.com/business/2026/09/21/irish-data-protection-watchdog-fines-google-403m-o...
2•1vuio0pswjnm7•36m ago•0 comments

TempleOS in 100 Seconds [video]

https://www.youtube.com/watch?v=h7gf5M04hdg
2•metadat•37m ago•0 comments

Silicon Valley Saw the iPhone Coming 13 Yrs Before Apple [video]

https://www.youtube.com/watch?v=34dAyDUglrI
3•bananaboy•39m ago•1 comments

Claude Pop – I'm Upping My P(Doom) [video]

https://www.youtube.com/watch?v=8j-hR4fJywU
2•z-mach9•40m ago•0 comments

Realtime Pathtracing in Octane

https://twitter.com/icelaglace/status/2102563197471584708
1•E-Reverance•42m ago•0 comments

TurboKain – A 1.2MB native radio astronomy pipeline that slices 17GB in 2.3s

https://github.com/ephemara/TurboKain
1•ephemara•42m ago•0 comments

Choice of over 600 LLMs across 9 providers

https://medium.com/@vektormemory/vektor-v1-9-5-is-live-your-choice-of-over-600-llms-across-9-prov...
1•vektormemory•47m ago•0 comments

Helium balloon lifts up to two tons of building material over Tibet's mountains

https://uk.news.yahoo.com/giant-helium-balloon-lifts-two-120039133.html
4•ksec•49m ago•0 comments

Show HN: Castrag – transcribe and semantically search a large podcast archive

https://github.com/snowmac/castrag
1•snow_mac•55m ago•0 comments

Show HN: Napkin – a scratchpad that holds texts and images for copy

https://github.com/sudomonas/napkin
2•ppnpm•57m ago•1 comments

Feynman-"what differs physics from mathematics" [video]

https://www.youtube.com/watch?v=B-eh2SD54fM
2•thelastgallon•1h ago•0 comments

What's Up with Liliputing?

https://liliputing.com/whats-up-with-liliputing-fall-2026-edition/
3•pmontra•1h ago•0 comments

America is in the wrong AI race with China

https://restofworld.org/2026/america-china-ai-race-trust/
5•billybuckwheat•1h ago•0 comments

-Delete-

https://www.thedailybeast.com/trump-humiliated-as-un-speech-bombs-with-bored-audience/
2•ksec•1h ago•3 comments

Big Banks Say They're Uneasy About People Shopping via AI Agents

https://gizmodo.com/big-banks-say-theyre-uneasy-about-people-shopping-via-ai-agents-2000815443
4•thm•1h ago•1 comments

LGBT tolerance slumps in the Netherlands as debate turns vicious

https://www.dutchnews.nl/2026/09/lgbt-tolerance-slumps-in-the-netherlands-as-debate-turns-vicious/
6•latexr•1h ago•1 comments

Show HN: Kern.md – Single-session long-running agent

https://github.com/oguzbilgic/kern-ai/blob/master/templates/KERN.md
1•obilgic•1h ago•0 comments

Anthropic classifiers prohibit kernel development

https://twitter.com/TheAhmadOsman/status/2102535871727857915/photo/1
9•nullbio•1h ago•2 comments

United Nations: AI Agents, Misalignment and the Risk of Losing Human Control [pdf]

https://www.un.org/independent-international-scientific-panel-ai/sites/default/files/2026-09/Them...
1•nsagent•1h ago•0 comments

Grammarly will send unhinged messages to all your users if you try to cancel

https://www.reddit.com/r/sysadmin/comments/1wjdpgx/psa_grammarly_will_send_unhinged_messages_to_all/
14•ksec•1h ago•1 comments
Open in hackernews

Show HN: OpenEvolve – open-source implementation of DeepMind's AlphaEvolve

8•codelion•1y ago
I've built an open-source implementation of Google DeepMind's AlphaEvolve system called OpenEvolve. It's an evolutionary coding agent that uses LLMs to discover and optimize algorithms through iterative evolution.

Try it out: https://github.com/codelion/openevolve

What is this?

OpenEvolve evolves entire codebases (not just single functions) by leveraging an ensemble of LLMs combined with automated evaluation. It follows the evolutionary approach described in the AlphaEvolve paper but is fully open source and configurable.

I built this because I wanted to experiment with evolutionary code generation and see if I could replicate DeepMind's results. The original system successfully improved Google's data centers and found new mathematical algorithms, but no implementation was released.

How it works:

The system has four main components that work together in an evolutionary loop:

1. Program Database: Stores programs and their metrics in a MAP-Elites inspired structure

2. Prompt Sampler: Creates context-rich prompts with past solutions

3. LLM Ensemble: Generates code modifications using multiple models

4. Evaluator Pool: Tests programs and provides feedback metrics

What you can do with it:

- Run existing examples to see evolution in action

- Define your own problems with custom evaluation functions

- Configure LLM backends (works with any OpenAI-compatible API)

- Use multiple LLMs in ensemble for better results

- Optimize algorithms with multiple objectives

Two examples I've replicated from the AlphaEvolve paper:

- Circle Packing: Evolved from simple geometric patterns to sophisticated mathematical optimization, reaching 99.97% of DeepMind's reported results (2.634 vs 2.635 sum of radii for n=26).

- Function Minimization: Transformed a random search into a complete simulated annealing algorithm with cooling schedules and adaptive step sizes.

Technical insights:

- Low latency LLMs are critical for rapid generation cycles

- Best results using Gemini-Flash-2.0-lite + Gemini-Flash-2.0 as the ensemble

- For the circle packing problem, Gemini-Flash-2.0 + Claude-Sonnet-3.7 performed best

- Cerebras AI's API provided the fastest inference speeds

- Two-phase approach (exploration then exploitation) worked best for complex problems

Getting started (takes < 2 minutes)

# Clone and install

git clone https://github.com/codelion/openevolve.git

cd openevolve

pip install -e .

# Run the function minimization example

python openevolve-run.py

examples/function_minimization/initial_program.py \

  examples/function_minimization/evaluator.py \

  --config examples/function_minimization/config.yaml \

  --iterations 50
All you need is Python 3.9+ and an API key for an LLM service. Configuration is done through simple YAML files.

I'll be around to answer questions and discuss!

Comments

codelion•1y ago
I actually managed to replicate the new SOTA for circle packing in unit squares as found in the alphaevole paper - 2.635 for 26 circles in a unit square. Took about 800 iterations to find the best program which itself uses an optimisation phase and running it lead to the optimal packaging in one of its runs.
helsinki•1y ago
How many tokens did it take to generate the 800 versions of the code?
codelion•1y ago
Checked my openrouter stats, it took ~3M tokens but that involved quite a few runs of various experiments.