frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: atradio.fm – A social internet radio platform built on Bluesky ATProto

https://tangled.org/atradio.fm/atradio
1•tsiry•42s ago•0 comments

Quaternion small language-model comparison

https://github.com/ibackstrom/QuartAI
1•ibackstrom•2m ago•0 comments

The Fake Architecture of the Film World (2018)

https://www.ferrovial.com/blog/en/2018/03/the-fake-architecture-of-the-film-world/
1•andsoitis•5m ago•0 comments

RISC-V Is Inevitable: State of the Union Keynote Argues

https://www.eetimes.com/risc-v-is-inevitable-state-of-the-union-keynote-argues/
2•signa11•9m ago•0 comments

The Prompt-Wait-Evaluate Loop: How AI Kills Flow Without You Noticing

https://www.sandordargo.com/blog/2026/07/15/how-ai-kills-flow
2•jandeboevrie•10m ago•0 comments

Growth and Trend: A Simple, Powerful Technique for Timing the Stock Market (2016)

https://www.philosophicaleconomics.com/2016/01/gtt/
1•rzk•12m ago•0 comments

The Tower of Babylon

https://tobilehman.com/archive/tobilehman.com/posts/topological-fiction/index.html
1•andsoitis•14m ago•0 comments

Anamnesis: Project Hydra

https://manazir.dev/blog/anamnesis
2•mnzralee•14m ago•0 comments

AI has helped resolve an important question about BH correction in statistics

https://twitter.com/EdgarDobriban/status/2077082912021786660
1•kkoncevicius•14m ago•0 comments

Show HN: I counted India's 4M registered companies – most aren't active

https://civicdataforge.pages.dev/india-company-data
1•Chungus1172•16m ago•0 comments

The GUTS Stack

https://exe.dev/docs/guts
2•tosh•17m ago•0 comments

Free Voice Cloning in Browser

https://pocketweb.tools/voice-cloning
1•shafkathullah•18m ago•0 comments

Some flat washers are flatter than others (amateur metrology)

https://www.youtube.com/watch?v=L-2Bc5clZy0
1•briandon•19m ago•2 comments

The Single Greatest Predictor of Future Stock Market Returns (2013)

https://www.philosophicaleconomics.com/2013/12/the-single-greatest-predictor-of-future-stock-mark...
1•rzk•19m ago•1 comments

The missing private GitHub search

https://ykdojo.github.io/claude-code-tips/content/the-missing-private-github-search.html
1•ykev•24m ago•0 comments

Monid: Connect Agents to 1500 Tools

https://monid.ai/
1•handfuloflight•24m ago•0 comments

ASML First High-Volume High NA EUV Logic Product at Intel

https://www.asml.com/en/news/press-releases/2026/high-na-euv-reaches-new-readiness-milestone
1•felipevb•34m ago•0 comments

ASML reports -above guidance- €9.3B net sales and €2.9B net income in Q226

https://www.asml.com/en/news/press-releases/2026/q2-2026-financial-results
2•felipevb•35m ago•0 comments

One Name at a Time: How Die Zeit Built a Searchable DB of Nazi Party Members

https://gijn.org/stories/how-die-zeit-built-database-nazi-party-members/
1•giuliomagnifico•36m ago•0 comments

Ask HN: What are the biggest pain points you have with fine tuning models?

1•rishabhpoddar•39m ago•0 comments

CLI tool for reviewing Markdown files with inline comments

https://github.com/Seiraiyu/md-review-plus
2•ankitg12•42m ago•0 comments

Meta Sued for Allegedly Using Discriminatory AI in Layoff Decisions

https://gizmodo.com/meta-sued-for-allegedly-using-discriminatory-ai-in-layoff-decisions-2000785427
3•intunderflow•44m ago•1 comments

Project Links Two H200 Clusters 83km Away into One 111Tbps/0.9ms Supercluster

https://www.storagereview.com/news/whitefibers-project-redwood-links-two-h200-clusters-into-one-1...
2•giuliomagnifico•46m ago•0 comments

Vorfluxai: The Autopilot for Software Engineering

https://twitter.com/myprasanna/status/2077069901546852688
2•vismit2000•52m ago•0 comments

Skills That Don't Exist: A Large-Scale Study of Hallucinated Skill

https://arxiv.org/abs/2607.12340
1•sbulaev•53m ago•0 comments

Protect VPNs

https://www.openrightsgroup.org/publications/joint-letter-protect-vpns/
3•50kIters•57m ago•0 comments

Developing an Intuitive Sense of Scale

https://magworld.pw
2•vismit2000•57m ago•0 comments

Your RSS Reader Is Robbing You

https://antoniosantos.io/your-rss-reader-is-robbing-you/
1•DavideNL•58m ago•0 comments

Nearly 10k EVs Were Tested for Battery Degradation. These 2 Models Won Out

https://insideevs.com/news/801624/sweden-batter-degradation-group-test/
2•tzs•59m ago•0 comments

You only need the frontier model for one single edit

https://stencil.so/blog/prewalk
1•jxmorris12•1h ago•0 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.