frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

RFC-0285: The Magma GPU open-source project

https://fuchsia.dev/fuchsia-src/contribute/governance/rfcs/0285_magma_gpu_open_source_project
1•undecidabot•52s ago•0 comments

Tannakian Reconstruction in a Yoneda Equipment

https://bartoszmilewski.com/2026/09/21/tannakian-reconstruction-in-a-yoneda-equipment/
1•ibobev•1m ago•0 comments

Creating a Blog in Gemini

https://brennan.day/creating-a-blog-in-gemini/
1•ibobev•2m ago•0 comments

Do you use:visited on links?

https://kevquirk.com/do-you-use-visited-on-links
1•ibobev•2m ago•0 comments

NATS second glitch this month causes more disruption

https://www.bbc.co.uk/news/live/cq4g5r4e949jt
1•librasteve•2m ago•1 comments

Show HN: Lossless-memory – a personal AI memory that never summarizes

https://github.com/aru-labs/lossless-memory
1•aru-labs•3m ago•0 comments

Show HN: SQLBraid – Write SQL directly in TypeScript without a query-builder DSL

https://github.com/Clickin/SQLBraid
1•Clickin•6m ago•0 comments

The Roadmap to Mastering LLM Inference Optimization

https://machinelearningmastery.com/the-roadmap-to-mastering-llm-inference-optimization/
1•eigenBasis•8m ago•0 comments

Will new grid rules put the future of UK datacentres at risk?

https://www.computerweekly.com/opinion/Will-new-grid-rules-put-the-future-of-UK-datacentres-at-risk
1•beardyw•8m ago•0 comments

He was probably right: we should be confident in our beliefs, but never certain

https://aeon.co/essays/a-good-sceptic-has-more-than-doubt-and-less-than-certainty
1•Towaway69•10m ago•1 comments

GeoJev, ask questions about the world and get its heatmaps

https://geojev.vercel.app/
1•franciscop•10m ago•0 comments

Do people prefer traditional architecture?

https://worksinprogress.co/issue/do-people-prefer-traditional-architecture/
1•surprisetalk•11m ago•0 comments

Want to have a 24/7 colleague for your recruitment?

https://www.sourcegeek.com/en/features
1•nielsberkhout•11m ago•0 comments

Anthropic Principle

https://en.wikipedia.org/wiki/Anthropic_principle
2•chistev•12m ago•1 comments

Big Bang

https://en.wikipedia.org/wiki/Big_Bang
1•chistev•13m ago•0 comments

Deterministic Kittens: Fun with Qwen-Image-2.1 on an M2 MacBook Pro

https://www.reddit.com/r/LocalLLaMA/comments/1wmb2ug/deterministic_kittens_fun_with_qwen_image_21...
1•boutell•15m ago•0 comments

Rolling with the Punches

https://debarshibasak.github.io/readables/blogs/rolling-with-the-punches.html
1•debarshri•20m ago•0 comments

Day One Support for the Duo

https://timleland.com/introducing-weatherext/
1•TimLeland•20m ago•0 comments

The End Of Upward Mobility – AI is coming for the meritocracy

https://www.noemamag.com/the-end-of-upward-mobility/
1•meep_meep_meep•24m ago•0 comments

BugBash'26 Keynote: We won, what now?

http://muratbuffalo.blogspot.com/2026/04/bugbash26-keynote.html
1•ghuntley•26m ago•0 comments

Virtual Worlds

https://worksinprogress.co/issue/virtual-worlds/
1•surprisetalk•31m ago•0 comments

The toilet took five minutes. My phone took the rest

https://salari-dev.medium.com/my-wife-knew-i-didnt-need-20-minutes-in-the-bathroom-so-did-i-49358...
1•salari_dev•32m ago•0 comments

The Conveniences I Used to Write a Book About Inconvenience

https://lithub.com/the-conveniences-i-used-to-write-a-book-about-inconvenience-definitely-not-ai/
1•celadevra_•33m ago•0 comments

ProviderCallbackHost is an allow-list, not a destination

https://nkap.dev/
1•devalerek•34m ago•0 comments

CSE 452: Google's Introduction to Distributed System Design

https://courses.cs.washington.edu/courses/cse452/23wi/papers/yegge-platform-rant.html
1•birdculture•34m ago•0 comments

Mvndy (Comic)

https://mvndy.cl
1•DanielVZ•35m ago•0 comments

Archive.yesterday: an empirical study of the Streisand effect

https://gyrovague.com/
1•u1hcw9nx•38m ago•1 comments

Tired of Astra eating all my credits. DotSwarm to the Rescue

https://github.com/Druidia-Bot/DotSwarm
1•AnotherWallace•43m ago•0 comments

Probes into Toronto's shooter-for-hire network thwarted by impenetrable phone

https://www.theglobeandmail.com/canada/article-probes-toronto-shooter-for-hire-impenetrable-phone...
4•throw0101a•44m ago•1 comments

Sifty, free text classification with one URL and no API key

https://sifty.dev
1•raploze•45m 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.