frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Twometer/NoFences: open-source Stardock Fences alternative

https://github.com/Twometer/NoFences
1•ankitg12•3m ago•0 comments

Tesla's cabin camera estimates driver age in latest software update

https://driveteslacanada.ca/news/teslas-cabin-camera-estimates-driver-age-in-latest-software-upda...
1•voisin•5m ago•0 comments

Creating new knobs of control in biology

https://www.owlposting.com/p/on-creating-new-knobs-of-control
1•yorwba•11m ago•0 comments

Mythos Is Everyone's Problem

https://www.theatlantic.com/technology/2026/04/claude-mythos-hacking/686746/
1•urbandw311er•11m ago•0 comments

You Do Need to Understand Mythos (YouTube Video)

https://www.youtube.com/watch?v=V6pgZKVcKpw
1•vaylian•16m ago•0 comments

Doctor behind vaccine-autism link loses license (2010)

https://healthland.time.com/2010/05/24/doctor-behind-vaccine-autism-link-loses-license/
1•downbad_•16m ago•0 comments

How to Build a Secure AI PR Reviewer with Claude, GitHub Actions, and JavaScript

https://www.freecodecamp.org/news/how-to-build-a-secure-ai-pr-reviewer-with-claude-github-actions...
2•mc-serious•22m ago•0 comments

Training for a Marathon with an AI Coach: What Worked and What Didn't

https://www.bloomberg.com/news/features/2026-04-10/training-for-a-marathon-with-an-ai-coach-what-...
1•helsinkiandrew•25m ago•0 comments

Protecting Copyright with AI

https://www.thomas-huehn.com/protecting-copyright-with-ai/
1•Tomte•30m ago•0 comments

BlueHammer abuses Windows Defender's update process to gain SYSTEM access

https://hackingpassion.com/bluehammer-windows-defender-zero-day/
3•BullsEye0•34m ago•1 comments

Show HN: Cyber Pulse. AI pipeline for triage and alerting on cyber news/Intel

https://play.google.com/store/apps/details?id=com.cyberpulse.cyber_pulse&hl=en_US
1•kozi93•34m ago•0 comments

Strait of Hormuz: A Citrini Field Trip (Free)

https://www.citriniresearch.com/p/free-strait-of-hormuz-a-citrini-field
2•jger15•37m ago•0 comments

I Built an AI PR Reviewer That Catches Bugs by Not Looking for Bugs

https://tessl.io/blog/i-built-an-ai-pr-reviewer-that-catches-bugs-by-not-looking-for-bugs/
2•rohansrma•38m ago•0 comments

Air Powered Segment Display? [video]

https://www.youtube.com/watch?v=E1BLGpE5zH0
1•ProfDreamer•39m ago•0 comments

Aisbf (AI Should Be Free) proxy 0.99.18 released

https://pypi.org/project/aisbf/
1•nextime•39m ago•1 comments

A tool to extract network sessions as an Image

https://github.com/q-viper/session-feature-extractor
1•isneck•43m ago•0 comments

Claude Code doesn't trust Claude with permissions

https://blog.raed.dev/posts/claude_code_permissions/
2•Raed667•44m ago•0 comments

Epos: A browser extension for building browser extensions

https://epos.dev
1•imkost•46m ago•0 comments

Let's Talk about LLMs

https://www.b-list.org/weblog/2026/apr/09/llms/
2•lumpa•48m ago•0 comments

Write less code, be more responsible

https://blog.orhun.dev/code-responsibly/
1•orhunp_•50m ago•0 comments

Gen Z workers who fear AI will take their job actively sabotaging its rollout

https://fortune.com/2026/04/08/gen-z-workers-sabotage-ai-rollout-backlash/
7•9woc•1h ago•1 comments

Tabularis: A lightweight, cross-platform database client. Hackable with pkugins

https://github.com/debba/tabularis
1•thunderbong•1h ago•0 comments

Flowyble Studio – Run Claude, Copilot and Codex Side-by-Side

https://flowyble.com/studio
2•schizi•1h ago•0 comments

The Munro Lecture with Adam Tooze – April 8 2026 [video]

https://www.youtube.com/watch?v=Th1pZfKi4SI
3•hackandthink•1h ago•0 comments

Energy-Based Models Is All You Need

https://www.youtube.com/watch?v=h9Gkchqr__M
1•frag•1h ago•0 comments

The Infinity Man: Demis Hassabis, Colleagues and Rivals

https://thechipletter.substack.com/p/the-infinity-man
1•klelatti•1h ago•0 comments

Mark's Magic Multiply

https://wren.wtf/shower-thoughts/marks-magic-multiply/
2•luu•1h ago•0 comments

Give Your Agent a Canvas, Not Just a Chatbox

https://create0.ai
2•enha•1h ago•1 comments

The Great GPU Shortage: H100 Rental Prices Up 40%

https://newsletter.semianalysis.com/p/the-great-gpu-shortage-rental-capacity
2•alecco•1h ago•0 comments

Due Diligence Framework Before Your Business Commits to Open Source

https://groundblue.gumroad.com/l/nlzhlx
1•elsadek•1h ago•0 comments
Open in hackernews

Show HN: OpenEvolve – open-source implementation of DeepMind's AlphaEvolve

8•codelion•10mo 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•10mo 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•10mo ago
How many tokens did it take to generate the 800 versions of the code?
codelion•10mo ago
Checked my openrouter stats, it took ~3M tokens but that involved quite a few runs of various experiments.