frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Most Widely Deployed and Used Database Engine

https://sqlite.org/mostdeployed.html
1•sebmellen•3m ago•0 comments

A Dark-Money Campaign Is Paying Influencers to Frame Chinese AI as a Threat

https://www.wired.com/story/super-pac-backed-by-openai-and-palantir-is-paying-tiktok-influencers-...
2•mikhael•6m ago•1 comments

Show HN: Image2Obsidian

https://github.com/a-funk/image2obsidian
1•afunk•7m ago•0 comments

SQLite Archive Files

https://sqlite.org/sqlar.html
1•tehlike•7m ago•0 comments

Immer: Immutability the easy way (2018)

https://medium.com/hackernoon/introducing-immer-immutability-the-easy-way-9d73d8f71cb3
1•nateb2022•11m ago•0 comments

IndyCar Officiating explains roots of Long Beach P2P failure

https://racer.com/2026/05/05/indycar-officiating-explains-roots-of-long-beach-p2p-failure
1•rascul•12m ago•0 comments

Zustand: Bear necessities for state management in React

https://github.com/pmndrs/zustand
2•nateb2022•15m ago•0 comments

The Original Super Mario 64 Is Now Playable on GBA

https://retrododo.com/the-original-super-mario-64-is-now-playable-on-gba/
2•y1n0•15m ago•0 comments

PatchSiren – stack-aware CVE alerts. What would make this useful?

https://patchsiren.com
2•SaaSRobinHood•15m ago•0 comments

Whistleblower David Grusch on "Non-Human" Biologics and Craft [video]

https://www.youtube.com/watch?v=Q3BpTZXmDns
1•keepamovin•15m ago•0 comments

ProgramBench: Can Language Models Rebuild Programs from Scratch?

https://arxiv.org/abs/2605.03546
2•jonbaer•16m ago•0 comments

Bitburner (Open source JavaScript-based hacking automation game): v3.0 released

https://store.steampowered.com/app/1812820/Bitburner/
1•mister_mort•28m ago•1 comments

Budgetbreeze: AI-Assisted Personal Finance

https://www.budgetbreeze.io/
2•boxstream•28m ago•1 comments

Best Employee Activity Tracking Software for US Businesses in 2026

https://yakihonne.com/article/naddr1qvzqqqr4gupzqvcy9tkh3xq8x5m7mdsqxx7mcylxxrj8hdj6psdy89g8jaa2e...
1•jameswar0202•28m ago•0 comments

Incus 7.0 LTS Released

https://lwn.net/Articles/1071469/
1•kazu11max17•32m ago•0 comments

Analysis Paralysis: Folders

https://nonogra.ph/analysis-paralysis-folders-05-06-2026
3•dekdrop•37m ago•0 comments

We programmed a program to program new programs (2011)

https://www.smbc-comics.com/comic/2011-09-08
4•Georgelemental•41m ago•0 comments

Diskless Linux boot using ZFS, iSCSI and PXE

https://aniket.foo/posts/20260505-netboot/
1•stereo-highway•49m ago•0 comments

TogetherLoop – Social media minus the nonsense

https://togetherloop.com/
3•DoctorOW•50m ago•1 comments

How Elon Musk Left OpenAI, According to Greg Brockman

https://techcrunch.com/2026/05/06/how-elon-musk-left-openai-according-to-greg-brockman/
5•evo_9•58m ago•2 comments

Umka: A statically typed embeddable scripting language

https://github.com/vtereshkov/umka-lang
3•modinfo•1h ago•0 comments

Riju: Fast online playground for every programming language

https://riju.codes/
3•gurjeet•1h ago•0 comments

How AI Works Under the Hood – LLMs Explained with Code

https://nitayneeman.com/blog/how-ai-works-under-the-hood-llms-explained-with-code/
4•thunderbong•1h ago•0 comments

Arithmeum Museum

https://www.arithmeum.uni-bonn.de/en/arithmeum.html
2•soupspaces•1h ago•0 comments

Show HN: I Replaced React in GraphiQL with Svelte

https://code.webb.page/eol/graphiql.git/about/
5•NetOpWibby•1h ago•0 comments

0xBitNet

https://github.com/m96-chan/0xBitNet
2•oldfuture•1h ago•0 comments

Muscles by Electricity: The Latest Fitness Craze?

https://www.wsj.com/lifestyle/fitness/electrical-muscle-stimulation-ems-workout-03dce7e3
3•lxm•1h ago•0 comments

Character.ai Faces Unlawful Practice of Medicine Claim in Pennsylvania Suit

https://www.law.com/therecorder/2026/05/06/characterai-maker-faces-unlawful-practice-of-medicine-...
4•1vuio0pswjnm7•1h ago•3 comments

Compaction in `Sid`: A Novel Algorithm?

https://rescrv.net/w/2026/05/06/compaction-in-sid
2•rescrv•1h ago•1 comments

Spec CPU 2026

https://www.spec.org/cpu2026/
2•sanxiyn•1h ago•0 comments
Open in hackernews

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

8•codelion•11mo 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•11mo 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•11mo ago
How many tokens did it take to generate the 800 versions of the code?
codelion•11mo ago
Checked my openrouter stats, it took ~3M tokens but that involved quite a few runs of various experiments.