frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tidal-Innards

https://glfmn.io/posts/tidal-innards/
1•ibobev•21s ago•0 comments

Bend 2 Is Here

https://github.com/bendlang/bend
1•tempaccount420•57s ago•0 comments

RFC 3161 vs. OpenTimestamps: What Each Timestamp Proves

https://zatona.dev/blog/rfc-3161-vs-opentimestamps
1•dzatona•1m ago•0 comments

The Harness Margin Opportunity

https://tomtunguz.com/the-harness-margin-opportunity/
1•imichael•2m ago•0 comments

Crafting Painterly Shaders

https://blog.maximeheckel.com/posts/on-crafting-painterly-shaders/
1•ibobev•2m ago•0 comments

Bend

https://bend-lang.com/
2•nicolas-siplis•2m ago•0 comments

Abusing ID3 chapters to turn videos into glanceable podcasts

https://alexwlchan.net/2026/glancecast/
1•ingve•3m ago•0 comments

Move your Mem0 memories to Memanto

https://memanto.ai/blog/move-your-mem0-memories-to-memanto
2•supportm•3m ago•0 comments

Jina-OCR-v1: Faster Document Parsing on Low-Budget GPU

https://jina.ai/en-US/news/jina-ocr-v1-faster-document-parsing-on-low-budget-gpus/
3•torchenjoyer•4m ago•0 comments

The One Website You Will Never Admit You Went On

https://galratner.substack.com/p/this-is-the-one-website-you-will
1•bliblue•5m ago•1 comments

More than 100k people in Japan are now aged 100 or older

https://www.bbc.com/news/articles/cmzezj5e18xxo
1•karakoram•6m ago•0 comments

The bug your AI reviewer flagged twice was in your PR five times

https://github.com/OrenAshkenazy/gh-review-loop
1•chaosinc604•6m ago•0 comments

The Tube Computer

https://www.thetubecomputer.com/
2•karakoram•8m ago•0 comments

A Netflix documentary led to resurrecting a 9/11 memorial

https://www.gwintrob.com/how-a-netflix-documentary-led-to-resurrecting-a-9-11-memorial/
1•rafaelc•9m ago•0 comments

Show HN: Vim-like TUI agent, complete tasks in 20–80k tokens instead of 300k+

https://easiest.ai/
1•skhameneh•13m ago•0 comments

Fast Math/Slow Math

https://terrytao.wordpress.com/2026/09/15/fast-math-slow-math/
1•coffeeaddict1•16m ago•0 comments

Jev beats Opus 5 at a Pokemon Showdown while being ~820x cheaper, ~10x faster

https://twitter.com/sid19arya0/status/2100458351440048258
2•sidarya0•17m ago•1 comments

Astra for Law

https://openai.com/index/astra-for-law/
28•vertigoruntime•21m ago•13 comments

Nerdlog, or How I Implemented a Simple Alternative to Graylog

https://dmitryfrank.com/projects/nerdlog/article
1•dimonomid•22m ago•0 comments

Microsoft, OpenAI lose fight to hide internal docs admitting scraping is theft

https://arstechnica.com/tech-policy/2026/09/microsoft-exec-called-ai-scraping-the-largest-theft-o...
3•pseudolus•22m ago•0 comments

Nobody pays for open source. We can force them to

https://seldo.com/posts/nobody-pays-for-open-source-we-can-force-them-to/
2•phyzome•22m ago•0 comments

What Policymakers and the Public Need to Know About the Cult of AI

https://www.techpolicy.press/what-policymakers-and-the-public-need-to-know-about-the-cult-of-ai/
2•cdrnsf•22m ago•0 comments

Killer AI Is Here. We're Using It in Iran

https://www.motherjones.com/politics/2026/09/killer-ai-iran-autonomous-maven-poll-ai-safety/
2•cdrnsf•23m ago•0 comments

Millions of fish tested Canada's largest nuclear plant

https://www.cbc.ca/news/canada/ontario-bruce-power-climate-change-gizzard-shad-fish-event-lake-hu...
1•geox•24m ago•0 comments

Show HN: HSL-Noise – A noise generator mapped to the HSL color space

https://hsl-noise.mitpit.com/
1•MitPitt•24m ago•0 comments

Friday – a personal AI agent that lives in your text messages

https://askfriday.io
1•claire_befreed•24m ago•0 comments

English: A vs. An

https://www.redblobgames.com/blog/2026-09-16-english-a-vs-an/
4•ingve•29m ago•0 comments

Brevo supply-chain attack injected ClickFix scripts on customer sites

https://www.bleepingcomputer.com/news/security/brevo-supply-chain-attack-injected-clickfix-script...
2•sbulaev•32m ago•0 comments

After the Write Hole (Btrfs)

https://claude.ai/code/artifact/90f24687-21ff-4709-a3e0-5bf50ba547c2
1•airhangerf15•33m ago•0 comments

Plugin4Shell – Zero Click RCE Vulnerability found in top four coding agents

https://www.air.security/blog-posts/plugin4shell
3•fishthethis•33m 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.