The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
- Descripción General
- Contenido del Dataset
- 1. Descripción del Proyecto
- 2. Arquitectura del Sistema
- 3. Features Implementadas
- 4. Requisitos
- 5. Instalación
- 6. CLI Usage
- 7. Estructura del Repositorio
- 8. PyPI Package
- 9. Proyectos Relacionados (AgentBoot Constellation)
- 10. CHIMERA / Neuromorphic Constellation
- 11. Métricas
- 12. Temas/Topics
- 13. Metadatos del Dataset
- 1. Descripción del Proyecto
- Citación
- Enlaces
Dataset: ARC2-CHIMERA - GPU Neuromorphic Computing Research
Descripción General
ARC2-CHIMERA es un playground de compute-shaders GPU para razonamiento simbólico basado en OpenGL. Este dataset documenta el proyecto completo incluyendo arquitectura, kernels, experiments, y resultados de investigación.
Contenido del Dataset
1. Descripción del Proyecto
Disclaimer: Research proof-of-concept. Current benchmark accuracy on ARC-AGI es ~2-5% en 100-task subsets — bien debajo del objetivo 85% del ARC Prize. NO es submission al ARC Prize.
Estado actual:
- ✅ GPU kernels funcionan y son reutilizables
- ❌ Capa de razonamiento simbólico aún no performante en ARC
2. Arquitectura del Sistema
┌─────────────────────────────────────────────────┐
│ arc2-chimera Package │
│ (wraps v10, installable via pip) │
├─────────────────────────────────────────────────┤
│ GPU Kernels (GLSL compute shaders) │
├─────────────────────────────────────────────────┤
│ Matmul / GELU · Cellular-automaton · Diffusion │
│ Holographic-memory · GPU-texture State Loop │
└─────────────────────────────────────────────────┘
3. Features Implementadas
| Feature | Descripción |
|---|---|
| Matmul Kernels | GLSL compute shaders para multiplicación de matrices |
| GELU Activation | Activación Gaussian Error Linear Unit en GPU |
| Cellular Automaton | Update kernels para autómatas celulares |
| Diffusion Updates | Pasadas de actualización estilo diffusion |
| Holographic Memory | Read/write passes para memoria holográfica |
| GPU-texture State Loop | Sin CPU round-trips entre frames |
4. Requisitos
- GPU: OpenGL 4.3+ compatible
- Dependencias:
moderngl - NO requiere: PyTorch o TensorFlow
5. Instalación
pip install arc2-chimera # core (numpy, Pillow)
pip install arc2-chimera[gpu] # add moderngl + glfw
pip install arc2-chimera[dev] # pytest / build / twine
6. CLI Usage
arc2-chimera info
arc2-chimera evaluate --task-file task.json --output out.json
7. Estructura del Repositorio
arc2_chimera/ # Installable package (wraps v10)
CHIMERA_ARC_OpenGL/ # v5-v10 development tree
└── v10/ # Primary code path
CHIMERA/ # Early Kaggle-style script (historical)
CHIMERA_ENIGMA/ # Experimental biological-memory variant
CHIMERA_RIVER/ # Ensemble/flow variant
archive/ # Quarantined scripts
tests/ # Offline pytest suite
arc-prize-2025/ # ARC Prize 2025 files
neuro_pong_gpu/ # Neuro Pong GPU experiments
data/ # Data files
REPOSITORIO_DEMOS_BACKUP/ # Backup de demos
8. PyPI Package
URL: https://pypi.org/project/arc2-chimera/
pip install arc2-chimera
9. Proyectos Relacionados (AgentBoot Constellation)
| Proyecto | Descripción |
|---|---|
| AgentBoot | Conversational AI agent para bare-metal |
| autoresearch-nano | nanoGPT-based autonomous ML research loop |
| The Living Agent | 16x16 Chess-Grid autonomous research agent |
| benchclaw-integrations | Agent-framework adapters para BenchClaw |
10. CHIMERA / Neuromorphic Constellation
| Proyecto | Descripción |
|---|---|
| NeuroCHIMERA | GPU-native neuromorphic en OpenGL compute shaders |
| Holographic-Reservoir | Reservoir computing con ASIC backend simulado |
| ASIC-RAG-CHIMERA | GPU sim de SHA-256 hash engine conectado a RAG |
| QESN-MABe | Quantum-inspired Echo State Network en lattice 2D |
| Quantum-GPS | Quantum-inspired GPU navigator (Eikonal solver) |
11. Métricas
| Métrica | Valor |
|---|---|
| ARC-AGI accuracy (research baseline) | ~2-5% |
| Target ARC Prize | 85% |
| Lenguaje | Python 97.5%, Jupyter 2.5% |
| Licencia | Apache-2.0 |
| Release | v1.0.0 (Abril 24, 2026) |
12. Temas/Topics
python, research, opengl, gpu, pypi, compute-shaders,
apache-2, quantum-inspired
13. Metadatos del Dataset
dataset_name: arc2-chimera-gpu-neuromorphic-computing
version: "1.0"
language:
- en
license: Apache-2.0
author: Francisco Angulo de Lafuente
github: https://github.com/Agnuxo1/ARC2_CHIMERA
pypi: https://pypi.org/project/arc2-chimera/
created: "2026-05-10"
last_updated: "2026-05-10"
keywords:
- gpu
- opengl
- neuromorphic
- compute-shaders
- arc
- symbolic-reasoning
- python
Citación
@software{arc2_chimera_2026,
title = {ARC2-CHIMERA: GPU Compute-Shader Playground for Symbolic Reasoning},
author = {Angulo de Lafuente, Francisco},
year = {2026},
url = {https://github.com/Agnuxo1/ARC2_CHIMERA},
version = {1.0.0}
}
Enlaces
- GitHub: https://github.com/Agnuxo1/ARC2_CHIMERA
- PyPI: https://pypi.org/project/arc2-chimera/
- License: https://opensource.org/licenses/Apache-2.0
Autor: Francisco Angulo de Lafuente Licencia: Apache-2.0
- Downloads last month
- 8