frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Apple's Phil Schiller Steps Down from Running App Store, Product Events

https://www.bloomberg.com/news/articles/2026-08-31/apple-s-phil-schiller-steps-down-from-running-...
1•brandonb•38s ago•0 comments

Improving our alignment and security practices

https://www.anthropic.com/news/improving-alignment-security-efforts
1•surprisetalk•1m ago•0 comments

CXMT Starts Risk Production of HBM3E Memory

https://www.techpowerup.com/352175/cxmt-starts-risk-production-of-hbm3e-memory
1•scrlk•4m ago•0 comments

Cialis is promoted as a longevity drug. How does it stack up?

https://www.empirical.health/blog/cialis-heart-health/
1•brandonb•4m ago•0 comments

Raindrops are tiny lightning bolts and they're corroding cars

https://arstechnica.com/science/2026/08/raindrops-are-tiny-lightning-bolts-and-theyre-corroding-c...
2•jnord•5m ago•0 comments

Apple reveals 'shocking evidence' from ex-employee's MacBook in OpenAI suit

https://9to5mac.com/2026/08/31/apple-openai-forensic-macbook-evidence/
3•spenvo•5m ago•0 comments

El Niño is now stronger than at any point in the last 1000 years, study finds

https://arstechnica.com/science/2026/08/el-nino-is-now-stronger-than-at-any-point-in-the-last-100...
5•jnord•6m ago•0 comments

Exit Launch – A hand-vetted directory of active Micro-SaaS buyers

https://docs.google.com/spreadsheets/d/16pkNcl33UulKELXCsvXf0oJzUbcVQ1iHTvoLC5kV_0s/edit?usp=sharing
1•shemi_ceo•6m ago•0 comments

Scientists Engineer "Tumor-Eating" Bacteria That Devour Cancer from Within

https://scitechdaily.com/scientists-engineer-tumor-eating-bacteria-that-devour-cancer-from-within/
2•doener•8m ago•0 comments

Claude Code now appends a link to a Claude session in every commit

4•codexon•14m ago•0 comments

Develop Cross-Platform CLI and GUI Tools with Tcl/Tk

https://cgicoffee.com/blog/2026/04/tcl-tk-develop-cross-platform-cli-gui-tools-tutorial-guide
2•aryonoco•14m ago•0 comments

EC2 R9g and R9gd Instances Powered by AWS Graviton5 Are GA

https://aws.amazon.com/blogs/aws/amazon-ec2-r9g-and-r9gd-instances-powered-by-aws-graviton5-proce...
2•krembo•14m ago•0 comments

Grand Theft Auto VI Has a New Trailer and Grand Ambitions

https://www.nytimes.com/2026/08/27/arts/grand-theft-auto-vi-trailer-extended-look-rockstar.html
2•mikhael•16m ago•0 comments

Congress to vote on denying federal funding to universities that boycott Israel

https://twitter.com/dylanotes/status/2094229210889965634
4•slowin•22m ago•1 comments

Progress, Pitfalls, and the Fight for Enforceable Location Data Protections

https://www.eff.org/deeplinks/2026/08/privacy-map-part-2-progress-pitfalls-and-fight-enforceable-...
1•hn_acker•24m ago•1 comments

CrispASR: One C++ binary for multilingual ASR and TTS models

https://github.com/CrispStrobe/CrispASR
1•sea-gold•24m ago•0 comments

How to get a free .arpa domain

https://hawksley.dev/blog/get-free-arpa-domain
3•ethanhawksley•25m ago•1 comments

Solaris our first Interface World Model [video]

https://www.youtube.com/watch?v=c2yCePPnrSA
1•elsewhen•26m ago•0 comments

Repeating Ourselves Less with M4

https://nemin.hu/httpd-macros/index.html
3•birdculture•29m ago•0 comments

Google Analytics MCP Server

https://developers.google.com/analytics/devguides/MCP
1•__vivek•31m ago•0 comments

Delulu Is the Solulu

https://antar.me/blog/delulu-is-the-solulu/
3•JumpCrisscross•31m ago•0 comments

Remix 3 Release RC

https://remix.run/blog/remix-3-release-candidate
1•0xedb•33m ago•0 comments

Ancient Volcano in Nth England Caused Kinnekulle Tephra

https://gizmodo.com/scientists-discover-a-hidden-supervolcano-buried-beneath-england-2000805057
2•Gaishan•37m ago•0 comments

25-year update on the "Millennium problems" in physics

https://bigthink.com/starts-with-a-bang/update-millennium-problems-physics/
2•audreyfei•38m ago•0 comments

1,664 cases where the AI went out of control

https://www.theguardian.com/technology/2026/aug/29/sharp-rise-in-incidents-of-ai-escaping-users-c...
2•kinti•39m ago•1 comments

The history of frontier models on a crime scene evidence board

https://models.kylejeong.com/
1•Kylejeong21•40m ago•0 comments

Metadata requests no longer tracked in PyPI download counts

https://blog.pypi.org/posts/2026-08-31-download-counts/
2•miketheman•41m ago•0 comments

Electricity-free miniaturized solid state cooling

https://www.theregister.com/science/2026/08/28/german-japanese-researchers-invent-electricity-fre...
2•Gaishan•41m ago•0 comments

Ink & Switch: Introducing Patchwork-26 [video]

https://www.youtube.com/watch?v=4UxGijnuXEs
2•spiralganglion•42m ago•0 comments

Bank of America bans working remotely 2 days in a row

https://www.hcamag.com/us/specialization/corporate-wellness/bank-of-america-bans-working-remotely...
1•randycupertino•42m 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.