frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Drones Coming to Schools to Stop Mass Shootings

https://www.wsj.com/business/a-startup-is-supplying-drones-to-high-schools-to-stop-mass-shootings...
1•rmason•43s ago•0 comments

Camera Firmware Engineer, Consumer Devices

https://openai.com/careers/camera-firmware-engineer-consumer-devices-san-francisco/
1•haberdasher•2m ago•0 comments

Michael Burry: the market today feels like 'last months of the 1999-2000 bubble'

https://www.cnbc.com/2026/05/08/michael-burry-says-the-market-today-feels-like-the-last-months-of...
2•1vuio0pswjnm7•3m ago•1 comments

Pokegents: Making multi-agent coding feel like a team

https://castform.com/blog/pokegents/
6•kumama•5m ago•0 comments

Show HN: Agent-fox – write a spec, run agent-fox, and go do something else

https://github.com/agent-fox-dev/agent-fox
1•mickuehl•6m ago•0 comments

Practical Formal Verification for MLIR Programs

https://arxiv.org/abs/2605.01124
1•matt_d•8m ago•0 comments

Designing Microkernel IPC

https://seiya.me/blog/microkernel-ipc-design
1•birdculture•8m ago•0 comments

Discord Incident

https://discordstatus.com
2•moelf•9m ago•0 comments

Gemini 3.1 Flash-Lite is now generally available

https://cloud.google.com/blog/products/ai-machine-learning/gemini-3-1-flash-lite-is-now-generally...
1•nateb2022•9m ago•0 comments

Digg Relaunches (Again)

https://di.gg/ai
1•qingcharles•11m ago•0 comments

How to Scale Your Model

https://jax-ml.github.io/scaling-book/
2•gmays•12m ago•0 comments

Meta's Embrace of A.I. Is Making Its Employees Miserable

https://www.nytimes.com/2026/05/08/technology/meta-ai-employees-miserable.html
2•1vuio0pswjnm7•12m ago•1 comments

Europe's quiet revolt against US cloud

https://willhackett.com/europe-revolt-against-us-cloud/
1•speckx•13m ago•0 comments

30 Points compliance check for redis generated by deep seek for Sparrow

https://chat.deepseek.com/share/9eakpdlaa6b88e38u3
1•melezhik•13m ago•1 comments

Someone vibe coded a dashboard for global energy flow

https://global-energy-flow.com/
1•ghoshbishakh•13m ago•0 comments

Remote Code Execution Vulnerability in Fooocus

https://mrbruh.com/fooocus/
2•MrBruh•15m ago•0 comments

Lets Encrypt Stopping Issuance for Potential Incident

https://letsencrypt.status.io/pages/incident/55957a99e800baa4470002da/69fe2d6698ca07050eb4b1b3
23•rbaudibert•15m ago•1 comments

Interpreting A/B Test Results: Statistical vs. Practical Significance

https://prepvector.substack.com/p/interpreting-ab-test-results-statistical
1•arnavashank19•15m ago•0 comments

Production engineering when trading billions of dollars a day [video]

https://www.youtube.com/watch?v=zR9PpXWsKFQ
2•abstrus•15m ago•0 comments

Roadside Attraction

https://theoffingmag.com/essay/roadside-attraction/
2•aways•18m ago•0 comments

Next

https://apps.apple.com/us/app/next-task-money-management/id6477492823
1•inkoda•20m ago•0 comments

You gave me a u32. I gave you root. (io_uring ZCRX freelist LPE)

https://ze3tar.github.io/post-zcrx.html
2•MrBruh•20m ago•1 comments

Show HN: Chat with UFO Files

3•freakynit•20m ago•2 comments

Guy Goma's Accidental BBC Interview Lives on After 20 Years

https://www.nytimes.com/2026/05/06/business/media/bbc-guy-goma-interview.html
2•nxobject•24m ago•0 comments

PayPal layoffs: New CEO cuts 20% of workforce in Q1 2026

https://qz.com/paypal-layoffs-ceo-turnaround-cost-cutting-050626
4•josephscott•25m ago•0 comments

My first in-prod corrupted hard drive problem

https://blog.pavementlink.ch/2026/05/07/my-first-corrupted-hard-drive-problem/
4•r1chk1t•25m ago•3 comments

Model Report, May 2026

https://www.oxen.ai/blog/oxens-model-report-may-8th-2026
4•eloyalbmartinez•28m ago•2 comments

Amazon's Durability

https://stratechery.com/2026/amazons-durability/
1•wslh•28m ago•0 comments

Jane Street Pulls in Record $16.1B Quarterly Trading Haul

https://www.bloomberg.com/news/articles/2026-05-08/jane-street-pulls-in-record-16-1-billion-quart...
3•petethomas•29m ago•0 comments

New PRNG, 3x faster than PCG64, more random, with secure version

https://mltechniques.com/2026/05/05/npg-new-random-generator-3x-faster-stronger-than-pcg64/
1•MLTechniques•29m ago•1 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.