frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A magnitude 6.7 earthquake has shaken Peru's southern Andes

https://apnews.com/article/peru-earthquake-andes-mountains-0018e250224f1cd86fc4c99cb33a9537
1•wslh•31s ago•0 comments

Seeking God in Science Part 10.5: The Mind-Body Problem (Take 2)

http://blog.rongarret.info/2026/08/seeking-god-in-science-part-105-mind.html
2•lisper•3m ago•0 comments

Benchmarking Speculative Decoding on DGX Spark: 11.5 → 29.5 tok/s

https://alephinitesimal.com/posts/bandwidth-ceiling.html
2•Alephinitesimal•4m ago•0 comments

InstantDB Is Shutting Down

3•redindian75•5m ago•0 comments

OpenAI's Rogue AI Agent Hacked More Than Just Hugging Face

https://www.wired.com/story/openais-rogue-ai-agent-hacked-more-than-just-hugging-face/
2•thunderbong•6m ago•1 comments

You can soon stream Crunchyroll on your car's infotainment system

https://www.engadget.com/2240331/crunchyroll-appning-by-forvia-stream-on-car-infotainment-system/
2•bookofjoe•8m ago•0 comments

S2C – Shared Storage Consensus

https://github.com/io-s2c/s2c/tree/main
3•theanonymousone•9m ago•0 comments

Scientific study reveals TikTok videos deactivate key cognitive brain regions

https://www.rathbiotaclan.com/tiktok-videos-deactivate-key-cognitive-brain-regions/
7•Akasci•10m ago•0 comments

G#: A Go-like language for .NET

https://www.infoworld.com/article/4210637/introducing-g-sharp-a-go-like-language-for-dot-net.html
3•theanonymousone•10m ago•0 comments

Apache Iceberg Tutorials and More

https://oleander.dev/grow
2•jessol•10m ago•0 comments

WAL based distributed consensus on S3

https://github.com/io-s2c/s2c/blob/main/docs/design-doc.md
2•mzazaipsc•11m ago•0 comments

The Albanian Files

https://www.wallpaper.com/architecture/the-albanian-files-freedom-and-architecture-book
3•simonebrunozzi•11m ago•0 comments

Tab Completion After Colon

https://so.nwalsh.com/2026/08/20-tab-completion
2•speckx•11m ago•0 comments

A quiet channel between ICE and Iran shaped deportation flights

https://apnews.com/article/iran-immigration-deportation-flights-emails-97554a7ab9d1f33ca00700434d...
5•toomanyrichies•12m ago•0 comments

We let $200 GPT-Pro Think for 7 days on unsolved math

https://www.youtube.com/watch?v=DBrmtjM1Mq4
3•dgellow•13m ago•0 comments

Our Servants Will Do That for Us

https://borretti.me/article/our-servants-will-do-that-for-us
4•ibobev•15m ago•0 comments

AI Alignment as a Thought-Terminating Cliche

https://borretti.me/article/ai-alignment-as-thought-terminating-cliche
4•ibobev•15m ago•0 comments

Fieldmade – RPG crafting by drawing pixel art and AI

https://chromagolem.itch.io/fieldmade
3•ChromaGolem•15m ago•1 comments

US debt tops $40T as Treasury doubles bond buybacks to calm markets

https://www.euronews.com/business/2026/08/20/us-debt-tops-40-trillion-as-treasury-doubles-bond-bu...
6•abdelhousni•15m ago•0 comments

Meta glasses are a workplace menace

https://www.theverge.com/report/982414/meta-glasses-work-surveillance-labor-security
7•hberg•15m ago•1 comments

Show HN: trailers.fm – live channel of movie trailers

https://trailers.fm/
2•dogancan•15m ago•0 comments

Spirit Flight Attendants Fight Google's Data Bid for AI

https://www.wsj.com/pro/bankruptcy/spirit-flight-attendants-fight-googles-data-bid-for-ai-e939e049
2•thm•17m ago•0 comments

Remembering the Apple II and IIGS from High School

https://www.goto10retro.com/p/remembering-the-apple-ii-and-iigs
2•ibobev•17m ago•0 comments

Golf Tours in One Place

https://golfhub.dev
2•lucaserla•17m ago•1 comments

Why '80s Music Sounds So Weirdly Synthetic (and the Gear That Did It)

https://comuniq.xyz/Music/post?t=1591
2•01-_-•17m ago•0 comments

NBA 2K27's new MyNBA Legacy mode sounds a lot like basketball Crusader Kings 3

https://www.rockpapershotgun.com/hold-the-throne-nba-2k27s-new-mynba-legacy-mode-sounds-a-lot-lik...
2•Tomte•18m ago•0 comments

The city of Cupertino is 70.9% Asian. A new TV show set there ignores this

https://www.sfgate.com/sf-culture/article/cupertino-tv-show-22395253.php
8•randycupertino•20m ago•1 comments

Stripe letter to investors: Founders say we're already in the Singularity [pdf]

https://s3.documentcloud.org/documents/28565866/stripes-august-2026-investor-letter.pdf
5•ryan_j_naughton•23m ago•0 comments

State probes nonprofit We Heart Seattle over drug cleanup operations

https://www.thecentersquare.com/washington/article_f6941a86-0498-4a3e-a042-898e1267610f.html
2•pudgywalsh•24m ago•0 comments

Paleocene–Eocene Thermal Maximum

https://en.wikipedia.org/wiki/Paleocene%E2%80%93Eocene_thermal_maximum
2•simonebrunozzi•24m 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.