У нас вы можете посмотреть бесплатно Andrej Karpathy's Autoresearch : Are Humans Obsolete? Explainer Podcast или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
*Podcast Episode Summary: The End of the "Meat Computer"? Debating Karpathy’s Autoresearch* Welcome back to the podcast! In today’s fiery debate episode, our hosts dive headfirst into the philosophical and practical shockwaves sent through the AI community by Andrej Karpathy's latest experimental repository: **`karpathy/autoresearch`**. Karpathy recently introduced this project with a bold, sci-fi vision of March 2026, joking that the era of human researchers—whom he affectionately dubs "meat computers"—is long gone. In this envisioned future, frontier AI research is entirely managed by autonomous swarms of AI agents generating self-modifying code that has grown beyond human comprehension. But is this just playful science fiction, or are human AI researchers actually on the verge of obsolescence? Here is a breakdown of the core arguments and technical deep-dives from today’s debate: 🥊 The Debate: Are Humans Obsolete? *Argument 1: Yes, the AI is Taking the Wheel* One side of the debate argues that `autoresearch` is the beginning of the end for manual machine learning engineering. The repository proves that an AI agent (like Claude or Codex) can be given a small LLM training setup and left to experiment entirely autonomously. *Relentless Iteration:* Because the system operates on a fixed 5-minute time budget per training run, the AI can reliably execute about 12 experiments per hour. *The Overnight Shift:* While the human sleeps, the AI completes roughly 100 experiments—tweaking architectures, optimizers, and batch sizes—leaving a highly optimized model ready by morning. When the machine can iterate, evaluate, and optimize 100 times faster than a human, manual Python coding feels like a relic of the past. *Argument 2: No, the Human Role is Just Evolving* The opposing side argues that humans aren't obsolete; their job description has simply leveled up. *Programming the Program:* In the `autoresearch` framework, researchers no longer touch the Python files. Instead, their job is to edit a markdown file called **`program.md`**, which provides the baseline context and instructions for the AI. *The Human Sandbox:* The AI isn't running totally wild. It is strictly confined to modifying a single file (**`train.py`**), making its changes easily reviewable by human overseers. Furthermore, it relies on human-established boundaries, like fixed constants and data preparation in the un-editable *`prepare.py`* file. In this view, the researcher hasn't been replaced—they’ve just been promoted from a coder to a high-level manager of an autonomous research organization. 🔬 Key Technical Concepts Explained If you want to understand the mechanics discussed in today’s episode, here are the technical highlights of how `autoresearch` actually works: *The Fixed Time Budget:* Every training run is capped at exactly 5 minutes (excluding startup and compilation). This guarantees that the AI will discover the absolute best model for your specific compute hardware within that window, though it means results aren't easily comparable across different platforms. *The Ultimate Metric (`val_bpb`):* The AI evaluates its own success using validation bits per byte (`val_bpb`). Because this metric is independent of vocabulary size, it allows the agent to fairly compare complex architectural changes. If the score is lower, the AI keeps the code; if it's higher, it tosses it and tries again. *Current Hardware Constraints:* Right now, the setup is highly specific—it requires a single NVIDIA GPU (tested on the H100) and doesn't feature complex distributed training configs. *Drop a comment below:* Are we witnessing the end of the human machine learning engineer, or just the birth of the "AI Manager"? Let us know whose side you took in today's debate!