frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How Open Source Companies Make Money

https://www.literally.dev/resources/how-open-source-companies-actually-make-money
1•Liriel•1m ago•0 comments

Show HN: AI tools to visualize hairstyles, beards, and glasses

https://looksmaxxingai.app/
1•hugh1st•2m ago•0 comments

Photo EXIF Viewer and Stripper

https://psylo.app/tools/exif-viewer/
1•doener•3m ago•0 comments

Doomscrollers despair after Oracle hiccup knocks TikTok offline in US

https://www.theregister.com/2026/03/04/oracle_cloud_outage_tiktok/
1•Bender•3m ago•0 comments

Qordinate – AI that talks for you

https://www.qordinate.ai/
1•vismit2000•7m ago•0 comments

A History of CSS

https://modern-css.com/history-of-css/
2•naeemnur•7m ago•0 comments

Upside Robotics is reducing fertilizer use and waste in corn crops

https://techcrunch.com/2026/02/11/upside-robotics-is-reducing-fertilizer-use-and-waste-in-corn-cr...
2•PaulHoule•7m ago•0 comments

How Google Is Killing Independent Sites Like Ours

https://housefresh.com/david-vs-digital-goliaths/
2•TigerUniversity•7m ago•0 comments

Whisper Anywhere – ChatGPT-level dictation in every Mac app

https://whisperanywhere.app
1•vismit2000•8m ago•0 comments

Life on Peptides Feels Amazing

https://nymag.com/intelligencer/article/peptides-from-instagram-china-wellness-cure.html
1•hippich•9m ago•0 comments

Study finds AI chose nuclear signalling in 95% of simulated crises

https://www.kcl.ac.uk/news/artificial-intelligence-under-nuclear-pressure-first-large-scale-kings...
1•geox•9m ago•0 comments

Show HN: Retrievo – In-memory hybrid search for .NET AI agents

https://github.com/TianqiZhang/Retrievo
1•ztq121121•12m ago•0 comments

Show HN: An IntelliJ plugin to test MyBatis dynamic SQL

1•allegorist•13m ago•0 comments

Show HN: Go-TUI – a framework for building declarative terminal UIs in Go

https://www.go-tui.dev/
1•grindlemire•15m ago•0 comments

Polar Factor Beyond Newton-Schulz – Fast Matrix Inverse Square Root

https://jiha-kim.github.io/posts/polar-factor-beyond-newton-schulz-fast-matrix-inverse-square-root/
1•ibobev•15m ago•0 comments

Show HN: MRR Take-Home Calculator for Bootstrapped Founders

https://requiredmrr.com/us/mobile-app/2.5k
1•totaa•16m ago•0 comments

Popular prayer program becomes propaganda pusher after reported Israeli hack

https://www.theregister.com/2026/03/02/iran_prayer_app_propaganda_hack_israel/
1•namblooc•16m ago•0 comments

Accessing inactive union members through char

https://www.sandordargo.com/blog/2026/03/04/char-representation-and-UB
1•ibobev•16m ago•0 comments

Biggest French Tracker YGG shuts down by hacker that leaked database

https://yggleak.top/fr/home/ygg-dossier
1•saylisteins•17m ago•0 comments

Bootleg Windows Office scheme crashes triggers 22-month lockup for Florida woman

https://www.theregister.com/2026/03/03/windows_office_software_scalper/
2•Bender•17m ago•1 comments

E-Invoice – Simple Mobile Invoicing for Freelancers (iOS)

https://apps.apple.com/us/app/e-invoice-mobile-invoicing/id1588261617
1•awsnovabot•18m ago•0 comments

Remote Firmware Injection in Popular Solar Inverters

https://jakkaru.de/articles/apsystems-remote-firmware-injection
2•mrlnstk•20m ago•0 comments

Beginner's guide to the Amiga E language

https://blog.mikaellundin.name/2016/02/18/beginners-guide-to-amiga-e.html
2•harel•21m ago•0 comments

HN – Browse Hacker News from the Terminal (CLI and TUI)

https://github.com/Aayush9029/hn
1•aayush9029•21m ago•0 comments

China's Initiative to Regulate Anthropomorphic AI

https://www.kwm.com/cn/en/insights/latest-thinking/chinas-Initiative-to-regulate-anthropomorphic-...
2•shinryuu•21m ago•0 comments

US Supreme Court's Republicans seized most dangerous power in constitutional law

https://www.vox.com/politics/481401/supreme-court-mirabelli-bonta-sauron-wins
3•robtherobber•23m ago•0 comments

Show HN: MeshCore SAR – Voice, Maps, and Messaging Without Cell Coverage

https://github.com/dz0ny/meshcore-sar
1•dz0ny•23m ago•0 comments

Show HN: Skill for structured deep research with Claude Code and Obsidian

https://github.com/alvdef/obsidian-deep-research
1•alvdef•24m ago•1 comments

First Known Mass iOS Attack

https://iverify.io/press-releases/first-known-mass-ios-attack
2•louismerlin•24m ago•0 comments

EU proposes "Made in EU" rules for strategic sectors to limit China reliance

https://www.reuters.com/world/china/eu-lay-out-local-content-rules-strengthen-manufacturing-cut-c...
1•alephnerd•25m ago•0 comments
Open in hackernews

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

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