frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

No Asterisk Products Manifesto: hardware that works when the servers go down

https://noasteriskproducts.org/
1•brooklyntom•5m ago•0 comments

Built a small PR guardrail for token bloat, worth maintaining?

https://github.com/unloopedmido/contextlevy
1•nonlooped•8m ago•0 comments

Test

1•sillysaurusx•9m ago•0 comments

Cracked in under a minute: (nearly) every other password

https://www.kaspersky.com/blog/passwords-hacking-research-2026/55743/
1•gnabgib•15m ago•0 comments

The Enhanced Games: It's like the Olympics – except steroids are allowed

https://www.bbc.com/news/articles/cedpz1zqp8po
2•busymom0•16m ago•1 comments

Librarian: Tidy Up the Arcane Library

https://store.steampowered.com/app/4197610/Librarian_Tidy_Up_the_Arcane_Library/
1•doener•16m ago•0 comments

What Are Atoms Made Of?

https://johncarlosbaez.wordpress.com/2026/05/24/what-are-atoms-made-of/
1•mathgenius•17m ago•0 comments

Show HN: Tuie - A rich, performant TUI library for rust

https://github.com/jake-stewart/tuie
1•vim-god•19m ago•0 comments

TID: Linux kernelmodule–flushes CPU cache after wiping sensitive data CLFLUSHOPT

https://github.com/ahmaaaaadbntaaaaa-byte/TID-The-Instant-Destroyer
1•TID_Ahmad•20m ago•0 comments

Anthropic and OpenAI race to embed engineers inside Wall Street workflows

https://thenewstack.io/anthropic-openai-wall-street-ai-agents-developers/
1•dr_dshiv•23m ago•0 comments

What to know about the AI models that are jolting Washington

https://www.politico.com/news/2026/05/24/anthropic-openai-mythos-what-to-know-00934668
2•TMWNN•25m ago•1 comments

AI for Design Needs Solving

https://freedium-mirror.cfd/https://medium.com/@mini.1409/ai-for-design-needs-solving-db3f11af77d4
1•vinayak-shukla•30m ago•0 comments

AI in journalism: Live tracker of scandals and mistakes

https://pressgazette.co.uk/publishers/digital-journalism/ai-journalism-mistakes/
2•gnabgib•30m ago•0 comments

I Mistook Movement for Life

https://www.sashankaryal.com/posts/2026-05/24
1•sashankaryal•30m ago•0 comments

Why Trump Lost to Iran

https://www.theatlantic.com/politics/2026/05/why-trump-lost-iran/687291/
2•chmaynard•31m ago•1 comments

Snuffleupagus, a newly described species, is an adorable little predator

https://www.cbc.ca/radio/asithappens/snuffleupagus-fish-9.7207623
2•curmudgeon22•33m ago•0 comments

Seagulls in sharp decline because they can't cope with modern life

https://www.edp24.co.uk/news/26118875.new-bto-report-reveals-seagulls-sharp-decline/
2•austinallegro•34m ago•0 comments

Predicting AI Job Exposure

https://www.ben-evans.com/benedictevans/2026/5/24/ai-job-exposure
1•chmaynard•34m ago•0 comments

ROCm 7.13: Expanding Hardware, Tools, and Reach

https://rocm.blogs.amd.com/ecosystems-and-partners/rocm-7.13-blog/README.html
2•mindcrime•40m ago•0 comments

Arcana: Shape the Language. Control the Machine

https://github.com/Zick9510/Arcana
1•Zick9510•40m ago•0 comments

How to build your own software factory

https://web.navan.dev/posts/2026-05-06-how-to-build-your-own-software-factory.html
2•_doctor_love•42m ago•0 comments

AI is becoming increasingly unpopular

https://www.marketscreener.com/news/ai-is-becoming-increasingly-unpopular-ce7f5ad9d88af026
4•olalonde•44m ago•0 comments

Portability Is a Myth: Why the Best AI Stacks Will Never Be Hardware-Agnostic

https://twitter.com/PatrickToulme/status/2055709800986780028
1•gmays•54m ago•0 comments

AI-Driven Design Automation

https://en.wikipedia.org/wiki/AI-driven_design_automation
1•_doctor_love•54m ago•0 comments

There's Never Been a Better Time to Study Computer Science

https://www.theatlantic.com/technology/2026/05/computer-science-major-coding-ai/687279/
4•zekrioca•55m ago•1 comments

"Work hard, travel harder, laugh loudest."

https://www.effectivecpmnetwork.com/gkryg1snc?key=14cf5aa74691cae937b1f8b3ab8464ff
2•Charlottefgth•57m ago•0 comments

"Let's skip the small talk and discuss our favorite childhood cartoons."

https://www.meet2live.online/
2•Ameliadrtr•58m ago•0 comments

What Running FreeBSD on a Modern Laptop Taught Me

https://osselcna2026.sched.com/event/2JQsf/what-running-freebsd-on-a-modern-laptop-taught-me-deb-...
1•sohkamyung•1h ago•0 comments

Orania

https://en.wikipedia.org/wiki/Orania
3•lisper•1h ago•1 comments

What's Left for AI-Assisted Coding

https://stephen.bochinski.dev/blog/2026/05/24/whats-left-for-ai-assisted-coding/
2•sbochins•1h 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.