frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

An ongoing 3D-printer AGPL violation

https://lwn.net/Articles/1089390/
1•pykello•23s ago•0 comments

An agent skill can hand a stranger your shell – hours after you installed it

https://grith.ai/blog/skill-md-permissions-manifest
1•edf13•2m ago•0 comments

Software Has Never Been Capital Light

https://deadneurons.substack.com/p/software-has-never-been-capital-light
1•nr378•2m ago•0 comments

Taiwan eyes silicon photonics as next big tech leap

https://www.taipeitimes.com/News/front/archives/2026/09/07/2003863802
1•giuliomagnifico•4m ago•0 comments

Hawking by Graham Farmelo review – the dark side of genius

https://www.theguardian.com/books/2026/sep/07/hawking-by-graham-farmelo-review-the-dark-side-of-g...
1•theanonymousone•4m ago•0 comments

Why do machines learn, at all?

https://fohlen.dev/posts/why-machines-learn-at-all/
2•usernametaken29•14m ago•1 comments

You're 80% there? Prompt more!

https://louis-andre.net/journal/prompt-more/
3•Lalabadie•23m ago•0 comments

Apparently CodePen 2.0 sends data to their servers as you type

15•maxim-fin•24m ago•0 comments

How Scared Should We Be of A.I.?

https://www.nytimes.com/2026/09/05/opinion/ai-silicon-valley.html
2•atlasunshrugged•25m ago•0 comments

US refuses payout for soldiers who died in Iran 'because it isn't a war'

https://www.telegraph.co.uk/world-news/2026/09/06/pentagon-refused-payout-soldiers-died-in-iran-war/
50•embedding-shape•26m ago•11 comments

Grindr pays £26M to settle UK lawsuit over allegedly sharing users' HIV status

https://www.theguardian.com/business/2026/sep/07/grindr-settle-uk-lawsuit-dating-app-ad
3•roryirvine•29m ago•0 comments

Ask HN: What would be a genuinely fun interview process?

2•napo•29m ago•1 comments

AI in Test Automation: Real Limitations vs. User Error

https://www.davidmello.com/software-testing/test-automation/ai-test-automation-pitfalls-vs-user-e...
2•breakerofthings•31m ago•0 comments

Ask HN: Are agent orchestrators an anti-pattern?

3•dragochat•31m ago•1 comments

Patients Are Flying to China for the Latest Cancer Treatment

https://www.wsj.com/health/healthcare/patients-are-flying-to-china-for-the-latest-cancer-treatmen...
4•ike_usawa•32m ago•0 comments

AI 2027

https://ai-2027.com/
3•fratellobigio•36m ago•0 comments

What Is Your Favorite Deep, Elegant, or Beautiful Explanation?

https://www.edge.org/responses/what-is-your-favorite-deep-elegant-or-beautiful-explanation
2•amelius•36m ago•0 comments

Show HN: Outbid.lol, but you need an EU VAT number to bid

https://overbid.eu/
2•apancyborg•37m ago•1 comments

French burglar used artificial intelligence to locate Canberra target in heist

https://www.abc.net.au/news/2026-09-07/burglary-canberra-home-french-nationals-luxury-goods/10712...
3•aussieguy1234•38m ago•0 comments

KitGrade, 34 SaaS starter kits scored on evidence you can re-check

https://kitgrade.kynth.studio
3•kyisaiah47•39m ago•0 comments

Weird Little Guys of FOSS

https://drewdevault.com/weird-guys/
6•marvinborner•41m ago•0 comments

The Great Barrier Reef refuses to die on schedule

https://www.latimes.com/opinion/story/2026-09-06/great-barrier-reef-refuses-to-die
4•EvgeniyZh•43m ago•0 comments

Show HN: Interactive map of public transport in Great Britain and Ireland

https://benmandrew.com/wayfare/
2•benmandrew•44m ago•0 comments

VMware migration reduces Tottenham Hotspur's licensing fees by 85 percent

https://arstechnica.com/information-technology/2026/09/vmware-migration-reduces-tottenham-hotspur...
4•joozio•45m ago•0 comments

Early Data Indicates an A.I.-Generated Drug Could Slow Aging

https://www.nytimes.com/2026/09/07/science/ai-generated-drug-longevity.html
2•edward•46m ago•0 comments

PhDino Calc 95 – a Windows 95-styled engineering calculator suite

https://phdino.com/
3•andre1526•46m ago•0 comments

AMD Working to "Push Rust Deep into the GPU Stack"

https://www.phoronix.com/news/AMD-Rust-Deep-Into-GPU-Stack
2•pjmlp•47m ago•0 comments

Show HN: AdDeck – AdMob, Adsense and mediation revenue on one screen

https://play.google.com/store/apps/details?id=com.eltacrew.addeck&hl=en_US
2•eltacrew•48m ago•0 comments

From a Chocolate Wrapper to Concurrent InnoDB Page Splits

https://mariadb.org/from-a-chocolate-wrapper-to-concurrent-innodb-page-splits/
2•birdculture•49m ago•0 comments

Tencent/Teamai-CLI: Make Every Team AI Native

https://github.com/Tencent/teamai-cli
3•doppp•54m 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.