HackerTrans
トップ新着トレンドコメント過去質問紹介求人

hardmaru

11,380 カルマ登録 11 年前
otoro.net/ml

投稿

The AI Picbreeder Experiment

pub.sakana.ai
1 ポイント·投稿者 hardmaru·一昨日·0 コメント

Sheaf-ADMMによるマルチエージェント協調の学習

pub.sakana.ai
2 ポイント·投稿者 hardmaru·8 日前·0 コメント

Learning Multi-Agent Coordination via Sheaf-ADMM

pub.sakana.ai
2 ポイント·投稿者 hardmaru·9 日前·0 コメント

Sakana AI Launches Its First Commercial Product, Sakana Marlin

sakana.ai
2 ポイント·投稿者 hardmaru·27 日前·0 コメント

Sakana AI's Recursive Self-Improvement (RSI) Lab

sakana.ai
29 ポイント·投稿者 hardmaru·先月·23 コメント

DiffusionBlocks: Training Neural Networks One Block at a Time

pub.sakana.ai
5 ポイント·投稿者 hardmaru·2 か月前·0 コメント

Reproducing all of Schmidhuber's papers with Claude

cybertronai.github.io
4 ポイント·投稿者 hardmaru·2 か月前·0 コメント

Sparser, Faster, Lighter Transformer Language Models

pub.sakana.ai
4 ポイント·投稿者 hardmaru·2 か月前·0 コメント

Apple already won the AI race: Your favorite AI will be gone soon

medium.com
3 ポイント·投稿者 hardmaru·3 か月前·2 コメント

Towards end-to-end automation of AI research

nature.com
3 ポイント·投稿者 hardmaru·3 か月前·0 コメント

Sakana Fugu: A Multi-Agent Orchestration System as a Foundation Model

sakana.ai
1 ポイント·投稿者 hardmaru·3 か月前·0 コメント

String Seed of Thought: Prompting for Distribution-Faithful, Diverse Generation

pub.sakana.ai
1 ポイント·投稿者 hardmaru·3 か月前·0 コメント

Digital Ecosystems: Interactive Multi-Agent Neural Cellular Automata

pub.sakana.ai
2 ポイント·投稿者 hardmaru·3 か月前·0 コメント

Can LLMs Flip Coins in Their Heads?

pub.sakana.ai
1 ポイント·投稿者 hardmaru·3 か月前·0 コメント

Towards end-to-end automation of AI research

nature.com
6 ポイント·投稿者 hardmaru·3 か月前·0 コメント

Towards end-to-end automation of AI research

nature.com
2 ポイント·投稿者 hardmaru·4 か月前·0 コメント

Sakana AI Announces Strategic Partnership with Google

sakana.ai
3 ポイント·投稿者 hardmaru·6 か月前·0 コメント

An Unofficial Guide to Prepare for a Research Position Application at Sakana AI

pub.sakana.ai
2 ポイント·投稿者 hardmaru·6 か月前·0 コメント

Repo: Language Models with Context Re-Positioning

pub.sakana.ai
2 ポイント·投稿者 hardmaru·6 か月前·0 コメント

The Mythology of Conscious AI

noemamag.com
6 ポイント·投稿者 hardmaru·6 か月前·7 コメント

コメント

hardmaru
·3 か月前·議論
No paywall link: https://archive.ph/HvOtP
hardmaru
·6 か月前·議論
Hi HN,

I am one of the authors from Sakana AI and MIT. We just released this paper where we hooked up LLMs to the classic 1984 programming game Core War. For those who haven't played it, Core War involves writing assembly programs in a language called Redcode that battle for control of a virtual computer's memory. You win by crashing the opponent's process while keeping yours running. It is a Turing-complete environment where code and data share the same address space, which leads to some very chaotic self-modifying code dynamics.

We did not just ask the model to write winning code from scratch. Instead, we treated the LLM as a mutation operator within a quality-diversity algorithm called MAP-Elites. The system runs an adversarial evolutionary loop where new warriors are continually evolved to defeat the champions of all previous rounds. We call this Digital Red Queen because it mimics the biological hypothesis that species must continually adapt just to survive against changing competitors.

The most interesting result for us was observing convergent evolution. We ran independent experiments starting from completely different random seeds, yet the populations consistently gravitated toward similar behavioral phenotypes, specifically regarding memory coverage and thread spawning. It mirrors how biological species independently evolve similar traits like eyes to solve similar problems. We also found that this training loop produced generalist warriors that were robust even against human-written strategies they had never encountered during training.

We think Core War is an under-utilized sandbox for studying these kinds of adversarial dynamics. It lets us simulate how automated systems might eventually compete for computational resources in the real world, but in a totally isolated environment. The simulation code and the prompts we used are open source on GitHub.

Other info other than the blog link:

Paper (website): https://pub.sakana.ai/drq/

Arxiv: https://arxiv.org/abs/2601.03335

Code: https://github.com/SakanaAI/drq
hardmaru
·6 か月前·議論
Hi HN,

We are the team at Sakana AI. To give some context on the difficulty here, an OpenAI agent placed 2nd in the AHC world tournament last August, so taking 1st place against 804 humans in this contest is a significant milestone for us. Our agent approached the production planning problem by running its own experiments during the contest. It independently discovered a Simulated Annealing strategy using a "virtual power" heuristic which ended up outperforming the greedy solutions that the problem setters anticipated.

We used inference-time scaling with GPT-5.2 and Gemini 3 Pro Preview to make this happen. The agent ran parallel code generation loops to iteratively refine the algorithm, costing about $1,300 in total compute for the 4 hour event. We published the full logs showing the agent's analysis and code evolution at the link in the post.

Happy to answer any questions about the architecture!

Blog Post with details: https://sakana.ai/ahc058

For more technical detailed information, including the logs and analysis output by ALE-Agent during the contest, see: https://sakanaai.github.io/fishylene-ahc058/
hardmaru
·9 年前·議論
the jupyter notebook will download a bunch of pre-trained tensorflow lstm models into /tmp/sketch_rnn