frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Alternative ways to say you are unemployed (from a laid-off Quizlet worker)

https://www.instagram.com/reel/DbWcGXdIfmU/
1•mooreds•1m ago•0 comments

A Backlash Against Anthropic Is Brewing in Silicon Valley

https://www.wsj.com/tech/ai/a-backlash-against-anthropic-is-brewing-in-silicon-valley-3b3ddc80
1•1vuio0pswjnm7•1m ago•0 comments

The Unbearable Slowness of Being: Why do we live at 10 bits/s? (2024)

https://arxiv.org/abs/2408.10234
1•surprisetalk•2m ago•0 comments

Show HN: GPX and FIT File Tools – convert maps, plan routes, edit and more

https://gpxfile.pro/gpx-route-planner
1•jway66•2m ago•0 comments

The First Transatlantic Telegraph Cable Was a Bold, Beautiful Failure

https://spectrum.ieee.org/the-first-transatlantic-telegraph-cable-was-a-bold-beautiful-failure
1•sparsesignal•3m ago•0 comments

Windows Server 2003: The Road to Gold Part One: The Early Years

https://web.archive.org/web/20040202024836/http://www.winsupersite.com/reviews/winserver2k3_gold1...
1•ksec•3m ago•0 comments

AI-found bugs aren't proving any easier to exploit despite the hype

https://www.theregister.com/security/2026/07/28/ai-found-bugs-arent-proving-any-easier-to-exploit...
2•Tomte•5m ago•0 comments

Amazon, Meta, Microsoft face skeptical investors, Google report sparks sell-off

https://www.cnbc.com/2026/07/28/hyperscalers-face-higher-capex-scrutiny-after-alphabet-report-pan...
1•1vuio0pswjnm7•7m ago•0 comments

French musician Kavinsky found dead

https://www.euronews.com/culture/2026/07/29/dj-kavinsky-known-for-his-track-nightcall-found-dead-...
2•bristleworm•8m ago•0 comments

Super Intelligent AI Brain

https://github.com/RATCAR302/Fractal-Pyramidal-Wave-Computer
2•RATCAR302•8m ago•0 comments

Show HN: Experiments with Weather Data

https://strataweather.com/map
2•chrisfreder•9m ago•0 comments

NPM publish-time malware scanning and dual-use metadata

https://github.blog/changelog/2026-07-28-npm-publish-time-malware-scanning-and-dual-use-metadata/
2•Bobaso•11m ago•1 comments

Do LLMs Know What Other LLMs Don't? Peer-Probing as Scalable Evaluation

https://arxiv.org/abs/2607.24780
3•tcp_handshaker•12m ago•0 comments

Is this Reddit's moment for local news?

https://localnewsinitiative.northwestern.edu/posts/2026/07/27/reddit-pro-for-publishers-dallas-mo...
2•thm•12m ago•0 comments

The full-length interview with Elon Musk [video]

https://www.youtube.com/watch?v=XuoqKYxDHVc
2•shinryuu•13m ago•0 comments

Adaptive Agentic Attacks on LLM Vulnerability Detectors via Adversarial Comments

https://arxiv.org/abs/2607.24964
2•tcp_handshaker•13m ago•0 comments

US to loosen environmental safeguards on space industry

https://www.france24.com/en/live-news/20260728-us-to-loosen-environmental-safeguards-on-space-ind...
2•geox•14m ago•0 comments

I vibe coded a Metal backend for JAX

https://github.com/eterevsky/metaljax
2•eterevsky•15m ago•1 comments

Cracken Releases BlackSea, Open-Source Tool to Bait AI Cyber Attackers

https://github.com/cracken-ai/blacksea
2•rusty_cracken•15m ago•1 comments

Fish Audio S2.1 Pro

https://twitter.com/FishAudio/status/2082152596739862853
2•smusamashah•16m ago•0 comments

Show HN: ElNinoLive – live tracker for the 2026–27 El Niño

https://www.elninolive.com
2•slavkovl•17m ago•0 comments

A 24-year-old bug in the Linux Kernel (2021)

https://engineering.skroutz.gr/blog/uncovering-a-24-year-old-bug-in-the-linux-kernel/
2•downbad_•18m ago•0 comments

Document-borne AI worms can self-propagate through Copilot for Word

https://enklypesalt.com/posts/context-collapse-part3-ai-worming-through-word/
9•Canopy9560•18m ago•3 comments

Proposed UK data centres could pay £100M in deposits for power demands

https://www.bbc.co.uk/news/articles/c9q90q9qnn2o
3•camtarn•18m ago•1 comments

Show HN: JungOcean – Free personality test with no email gate and local storage

https://jungocean.com
4•LeoLeaS•19m ago•0 comments

The mean means nothing: data visualization to debug a latency problem

https://fzakaria.com/2026/07/27/the-mean-means-nothing
2•fanf2•20m ago•0 comments

Hedge funds face demands to stump up collateral as AI stocks tumble

https://www.ft.com/content/5c8a2816-8f28-4257-8707-b22ebaa6089c
3•samizdis•20m ago•1 comments

The Single-Threaded Human

2•lundha•21m ago•0 comments

I'm testing AI on the customer orders that ERPs can't parse

https://www.zentriqai.com/challenge
3•Enes_Erdem•21m ago•0 comments

Show HN: Steadra.dev is for automated QA with no effort

https://steadra.dev
2•anghelcontiu•22m 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.