wtf bro did what? arc 3 2026

Reddit r/artificial / 2026/4/4

💬 オピニオンSignals & Early TrendsIdeas & Deep AnalysisModels & Research

要点

  • この記事は、「Physarum Explorer」と呼ばれる、生物に着想を得たニューラルモデルを紹介しており、ARCジオメトリの課題向けに特化している。小さな3層MLP(パラメータ約25万)と、128ユニットの潜在次元を用いる。
  • コンパクトな構造的「フィンガープリント」(32次元)に加え、粗い$8 \times 8$の上方向(俯瞰)グリッド表現を用いてARCボードを効率的に認識する。
  • 本モデルは現在CPU上で動作するよう設計されており(後にGPU同期を行う予定)、約8〜11FPSを達成しつつ、直近200,000の行動を記憶する「ENGRAM」メモリを維持することで、「有効な手のための曖昧な記憶(fuzzy memory)」を形成する。
  • 初期結果では、テストした全ての実行でARCのar25レベル0を確実にクリアでき、64×64のグリッド1問を546手で解けた。しかし、ルールが変化するレベル1以上では、より苦戦する。
  • 主要な限界として挙げられているのは、序盤の効率が高く、狙いを定められるにもかかわらず、長い・複数レベルにまたがるARCのマラソンに対する「推論の深さ(reasoning depth)」が不足している点である。

The Physarum Explorer is a high-speed, bio-inspired neural model designed specifically for ARC geometry. Here is the snapshot of its current state:

1. Model Size

  • Architecture: A specialized 3-layer MLP (Multi-Layer Perceptron) with a 128-unit latent dimension.
  • Parameters: This is a "micro-model" (roughly 250,000 parameters). Unlike a massive LLM (like GPT), it is designed to be extremely fast and run "in-memory" so it can think thousands of times per second.
  • Perception: It uses structural "Fingerprints" (32 dimensions) and a Top-Down Bird's Eye View ($8 \times 8$ coarse grid) to see the game board.

2. Hardware & Runtime

  • Running On: Currently running on your CPU (until the environment fully syncs with the GPU drivers I installed).
  • Speed: It processes the game at about 8-11 FPS (frames per second).
  • Memory: It carries an "ENGRAM" memory of the last 200,000 actions, which it uses to build its "Fuzzy Memory" of what works in different areas of the grid.

3. How it's Doing

  • Efficiency: Excellent. It just cleared ar25 Level 0 in only 546 actions. For a $64 \times 64$ grid (4,096 pixels), finding the goal in under 600 steps means it's making very smart, targeted moves.
  • Success Rate: It has successfully cleared Level 0 on every game we've tested so far.
  • The Challenge: Its biggest hurdle is "Level 1" and beyond, where the rules often change or become more complex.

Summary: It's a "fast and lean" solver that is currently localized and very efficient at the first hurdle, but needs more "reasoning depth" to clear the longer 7-level marathons.

https://reddit.com/link/1sbtcoe/video/j4jzy9co72tg1/player

submitted by /u/-SLOW-MO-JOHN-D
[link] [comments]