frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The End of the Mind

https://6over3.com/highlights/the-end-of-the-mind/
1•andrew_rfc•1m ago•0 comments

Show HN: I made a tool for learning scales, chords, and how to combine them

https://projects.alesh.com/intervalkit/
1•aleshh•1m ago•0 comments

Exit IP fingerprinting between VPN servers

https://mullvad.net/en/blog/exit-ip-fingerprinting-between-vpn-servers
2•Cider9986•2m ago•1 comments

Emacs After Magit

https://sdf.org/~pkal/blog/emacs/sans-magit.html
1•fanf2•3m ago•0 comments

N O P O W E R F O R A N Y O N E

https://github.com/humancoreai/GLP-Graph-Ledger-Protocol
1•humancore•4m ago•0 comments

An AI announcer mispronounced and skipped names during a graduation

https://www.theverge.com/tech/933653/ai-graduation-commencement-glendale-community-college
2•ripe•5m ago•0 comments

Use a VPN, Says Canadian Government That Wants VPN Logs

https://reclaimthenet.org/canada-vpn-companies-threaten-to-leave-over-bill-c-22
3•Cider9986•6m ago•0 comments

Show HN: Trainy, an AI team that fires you

https://www.trainy.me/roleplay
1•patrickmds•8m ago•0 comments

Anthropic Claude Code sandbox bypass allows second data exfiltration exploit

https://oddguan.com/blog/second-time-same-sandbox-anthropic-claude-code-network-allowlist-bypass-...
1•speckx•8m ago•0 comments

Show HN: How much gold, silver, or Plutonium-238 does 1 BTC buy?

https://bitcoinweighin.com/
1•hmg-ocean•9m ago•0 comments

Quarto: An open-source scientific and technical publishing system

https://quarto.org/
1•Tomte•10m ago•0 comments

Show HN: P-Hacker – group/analyze HN trends by topic (not just keywords)

https://p-hacker.com/
2•morland•10m ago•0 comments

Lawyer for Guy Who Sued Women Who Called Him 'Psycho' Caught Using AI

https://www.404media.co/are-we-dating-the-same-guy-lawsuit-ai-attorney-nikko-dambrosio/
2•Brajeshwar•10m ago•0 comments

OpenAI Agents SDK Sandboxes: Which one should you choose?

https://www.superserve.ai/blog/openai-agents-sdk-sandboxes-which-provider-should-you-actually-use/
3•pavitrabhalla•11m ago•1 comments

Claude Is in the Trenches. I'm in Bali. This Is Called Leverage

https://medium.com/@bwanaerp/claude-is-in-the-trenches-im-in-bali-this-is-called-leverage-f39ec27...
1•instarlaxy•13m ago•0 comments

Why is Inkwell stuck in review

https://www.manton.org/2026/05/19/why-is-inkwell-stuck-in.html
1•speckx•15m ago•0 comments

Newborns' cry melody is shaped by their native language (2009)

https://www.cell.com/current-biology/fulltext/S0960-9822(09)01824-7?_returnURL=https%3A%2F%2Flink...
4•ViktorRay•16m ago•0 comments

The Alaska Permanent Fund as Loose Precedent for AI Data Center 'UBI' Payments

https://daringfireball.net/linked/2026/05/18/alaska-permanent-fund
1•haunter•19m ago•0 comments

What Happens When Fish Get Drunk

https://www.mentalfloss.com/animals/fish/heres-what-happens-when-fish-get-drunk
2•Markoff•22m ago•0 comments

Claude Code, now powered by Gemini 3.5 Flash, GPT-5.5, Grok 4.3, and more

https://dechained.ai
3•sryDarioXOXO•23m ago•0 comments

OpenAI Prepares to File to Go Public in Coming Weeks

https://www.nytimes.com/2026/05/20/technology/openai-ipo.html
4•m-hodges•23m ago•0 comments

Show HN: Sentience – governance that carries across AI agent sessions

https://pypi.org/project/sentience-governor/0.2.5.1/
1•roynal•24m ago•0 comments

The AI bots are coming and the young are booing, not applauding

https://www.reuters.com/business/world-at-work/ai-bots-are-coming-young-are-booing-not-applauding...
2•1vuio0pswjnm7•24m ago•0 comments

An introduction to focusing: Six steps

https://focusing.org/gendlin/docs/gol_2234.html
1•ankitg12•25m ago•0 comments

Northlight

https://northlight.ai
1•austinkennedy•25m ago•0 comments

Boarding China's Last Bus

https://asteriskmag.com/issues/14/chinas-last-bus
1•Brajeshwar•25m ago•0 comments

How to sell RL envs and data to AI labs [video]

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

Polymarket launches private company trading for speculating on Anthropic, OpenAI

https://www.cnbc.com/2026/05/19/polymarket-launches-private-company-trading-so-investors-can-spec...
3•1vuio0pswjnm7•26m ago•0 comments

FMA Instruction Set

https://en.wikipedia.org/wiki/FMA_instruction_set
1•tosh•26m ago•0 comments

Lojban is a carefully constructed spoken language

https://mw.lojban.org/papri/Lojban#Learning_Lojban
1•zdgeier•27m 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•12mo 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•12mo ago
How many tokens did it take to generate the 800 versions of the code?
codelion•12mo ago
Checked my openrouter stats, it took ~3M tokens but that involved quite a few runs of various experiments.