frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AEO Copilot to track what ChatGPT and Claude say about your brand, free

https://aeo-copilot.com/
1•sofianbettayebA•1m ago•0 comments

'Cookies' made from plastic may be on the menu for future astronauts

https://www.theguardian.com/food/2026/aug/24/cookies-plastic-astronauts-space-food
1•sandebert•1m ago•0 comments

Did you know you can create social media content in minutes?

https://brandzilla.ai/
1•ozzybash•4m ago•1 comments

Getting to the Data: DataFrames, notebooks and typed pipelines [video]

https://www.youtube.com/watch?v=WpDVrUdbT2o
1•internet_points•4m ago•0 comments

The EU now requires machine-readable labels on AI-generated product images

https://on-model.com/blog/eu-ai-act-transparency
2•daviderighini•8m ago•0 comments

TailMotion – Motion that speaks Tailwind

https://tailmotion.moumen.dev/
1•thunderbong•10m ago•0 comments

Dr. Dre and Jimmy Iovine Think A.I. Is Good for Music

https://www.nytimes.com/2026/08/23/business/jimmy-iovine-dr-dre-beats-usc.html
2•frb•12m ago•0 comments

GitHub Actions Are a Security Nightmare

https://cultofsoftwareengineering.substack.com/p/github-actions-are-a-security-nightmare
2•daddevmusings•14m ago•0 comments

Woman stranded in Spain after UK's eVisa system mistakes her for twin sister

https://www.theguardian.com/uk-news/2026/aug/24/woman-stranded-spain-uk-evisa-system-mistakes-twi...
10•giuliomagnifico•16m ago•0 comments

Even with an Edge, You Lose?

https://jappie.me/even-with-an-edge-you-lose.html
1•zeepthee•18m ago•1 comments

Kit-Bin – 60 PDF/image/audio/video/data tools that run in the browser

https://kit-blank.com
1•CodeCreatorManM•18m ago•0 comments

Best-Skills: Daily Agent Skills Rankings

https://github.com/LinklyAI/best-skills
1•blueeon•21m ago•1 comments

How would you benchmark Wan 3.0 against Seedance 2.0?

https://flaq.ai/
2•FlaqAI•22m ago•0 comments

Khinchin's Constant

https://en.wikipedia.org/wiki/Khinchin%27s_constant
1•lisper•25m ago•0 comments

We never use AI. For anything

https://corkmac.app/our-ai-stance/
23•frizlab•29m ago•10 comments

Show HN: FutureOS – One AI agent across terminal, desktop, mobile and chat apps

https://github.com/futuregene/future-os
1•thetechlead•29m ago•0 comments

A Robot Dog Trained on Dog's Video

https://postcapitalistrobots.substack.com/p/the-first-robot-trained-entirely
1•alejodosr•30m ago•0 comments

Monzo Stand-In

https://monzo.com/blog/tolerating-full-cloud-outages-with-monzo-stand-in
2•coffeefuel•31m ago•0 comments

Less Is More

https://codemanship.wordpress.com/2026/08/23/less-is-more/
1•flail•32m ago•0 comments

How to Design an Animation

https://kciter.so/posts/how-to-design-animation/en/
1•birdculture•33m ago•0 comments

LLM Quantization Part 2: You're Gonna Need a Bigger VRAM

https://www.lttlabs.com/articles/2026/07/10/llm-quantization-part-2-youre-gonna-need-a-bigger-vram
1•rldjbpin•36m ago•0 comments

LLM Quantization Part 2.5: Do Floats Dream of Real Numbers?

https://www.lttlabs.com/articles/2026/07/21/llm-quantization-part-2-5-do-floats-dream-of-real-num...
1•rldjbpin•36m ago•0 comments

LLM Quantization Part 3: Honey, I Shrunk the Numbers

https://www.lttlabs.com/articles/2026/08/13/llm-quantization-part-3-honey-i-shrunk-the-numbers
1•rldjbpin•37m ago•0 comments

Show HN: Unlock HiDPI for any monitor with native macOS tools

https://gist.github.com/ofurman/b7420b7ce3096657437a4d4d98646f41
1•qizzup•38m ago•0 comments

UUID in Manticore: a single ID for the primary database and Manticore

https://medium.com/@s_nikolaev/uuid-in-manticore-a-single-id-for-the-primary-database-and-mantico...
2•snikolaev•44m ago•0 comments

A For-Profit Hospital Slashed Costs. Then a Patient Froze to Death on Its Roof

https://www.motherjones.com/politics/2026/07/american-healthcare-systems-michael-sarian-for-profi...
2•brandonb•44m ago•0 comments

Illustrative Reforms of Federal Tax and Spending Programs

https://budgetmodel.wharton.upenn.edu/p/2024-12-04-principles-based-illustrative-reforms-of-feder...
1•simonebrunozzi•48m ago•0 comments

Show HN: Split-Brain Portal – An Anti-Notion AI Journaling Engine

https://splitbrain.mdshaikh.online/
2•md_the_champ•49m ago•0 comments

Meta Deep Dive: Opportunity or a Trap?

https://www.capitalist-letters.com/p/meta-deep-dive-opportunity-or-a-trap
1•adletbalzhanov•50m ago•0 comments

A new "stealth" LLM was launched offering 100T tokens per day

https://oxalpha.com/
5•laurentiurad•50m 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.