frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Prism: An impure functional language with typed effects

https://www.stephendiehl.com/posts/prism/
1•fanf2•25s ago•0 comments

The 'Almost Homeless' Subreddit Is a Stark Glimpse at Soaring Wealth Inequality

https://www.wired.com/story/the-almost-homeless-subreddit-is-a-stark-glimpse-at-soaring-wealth-in...
1•Brajeshwar•50s ago•0 comments

We Answered 35 of Your Civ VII History Questions

https://store.steampowered.com/news/app/1295660/view/679628250084803716
2•Tomte•3m ago•0 comments

Yakuza Tattoo

https://kimurakami.com/blogs/japan-blog/yakuza-tattoo
1•jruohonen•4m ago•0 comments

How WisdomAI gets high text-to-SQL accuracy

https://www.wisdom.ai/blog/how-wisdom-gets-text-to-sql-right
1•sharva•4m ago•0 comments

Lenovo saying RAM prices may never go back to how they were

https://www.rockpapershotgun.com/oh-no-thats-lenovo-saying-they-think-these-ram-prices-will-be-th...
2•Tomte•5m ago•1 comments

Show HN: Tool to Convert PDF to a Video

https://caringmachines.com/shop/convert/pdf2vid
1•celestiallylvd1•7m ago•0 comments

Show HN: Verigate – Cryptographic authorization receipts for AI agents

https://verigate.cloud
1•heartlinmachado•8m ago•0 comments

AgentCrawl, a small self-hosted crawler for AI agents

https://github.com/JorG18/agentcrawl
1•Kenchi010•11m ago•0 comments

A 'perfect storm' points to a much smaller U.S. auto market by 2040

https://www.cnbc.com/2026/06/28/us-auto-market.html
1•toomuchtodo•12m ago•0 comments

White House Will Ad Hoc Decide Who Can Individually Access GPT-5.6

https://thezvi.substack.com/p/white-house-will-ad-hoc-decide-who
2•paulpauper•20m ago•1 comments

Movie reconstruction from mouse video cortex activity

https://www.youtube.com/watch?v=K3Hvy4CKVpg
1•bookofjoe•21m ago•0 comments

Security Baked into the JVM: Why Fork Apache River and OpenJDK?

https://blog.frankel.ch/security-baked-into-jvm/1/
1•theanonymousone•21m ago•0 comments

Central Vacuums: Spiritual, Social, Economic, and Hygienic Consequences

https://vac.bpe.xyz
4•shoes_for_thee•23m ago•3 comments

Limbic Capitalism Has Been Driving Addiction for Hundreds of Years

https://www.afterbabel.com/p/limbic-capitalism-addiction-david-courtwright
1•paulpauper•23m ago•0 comments

Roundup #83: I told you so

https://www.noahpinion.blog/p/roundup-83-i-told-you-so
1•paulpauper•24m ago•0 comments

Show HN: Bcad – An OpenSCAD-syntax CAD powered by OpenCASCADE

https://asm32.info/johnfound/bcad-openscad-syntax-with-exact-geometry
1•johnfound•24m ago•1 comments

AI is creating America's next underclass

https://thehill.com/opinion/technology/5942757-ai-demands-new-social-norms/
3•pseudolus•24m ago•1 comments

Run Obsidian as a self-hosted web app

https://mudkip.me/2026/06/29/Run-Obsidian-as-a-self-hosted-web-app/
1•mudkipme•26m ago•0 comments

Direct Job Alerts – open-source tool to get new jobs directly from employers

https://github.com/orasik/direct-job-alerts
1•Oras•27m ago•0 comments

Show HN: Paige – A spoiler-free AI book chat

https://github.com/derekmpeterson/paige
1•dualarte•28m ago•0 comments

China's Loongson launches 16-core server CPU built on LoongArch architecture

https://www.tomshardware.com/pc-components/cpus/chinas-loongson-launches-homegrown-16-core-server...
3•unleaded•29m ago•0 comments

Towards a history of the hammock: An Indigenous technology in the Atlantic world

https://link.springer.com/article/10.1057/s41280-025-00379-w
1•bookofjoe•30m ago•0 comments

Agent Identity: Why Every Agent Vulnerability Is a Trust Boundary Failure

https://portkey.ai/blog/why-every-agent-vulnerability-is-a-trust-boundary-failure/
1•segalord•30m ago•0 comments

Costs of Running a 15k/mo AI SaaS [video]

https://www.youtube.com/watch?v=tK2K26CeThY
1•mesmertech•33m ago•1 comments

Nvidia Partner Wants to Put a $150k AI Data Center in Your Yard

https://www.bgr.com/2186797/nvidia-home-mini-ai-data-center-span/
1•Adam-Hincu•33m ago•1 comments

Magit - a complete text-based user interface to Git

https://github.com/magit/magit
2•modinfo•33m ago•0 comments

Show HN: Shikhu – Understand the code your agents write

https://github.com/arjunpatel7/shikhu
1•arjunkpatel•34m ago•0 comments

Evaluating Offline Monitoring of Internal AI Agents

https://www.lesswrong.com/posts/yrbyyvFvuaGfRAtB7/evaluating-offline-monitoring-of-internal-ai-ag...
1•joozio•34m ago•0 comments

How to Connect Hermes Agent to MCP

https://www.arcade.dev/blog/connect-hermes-agent-mcp-arcade/
1•manveerc•36m 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.