yanjin101/the-first-principle-of-agi — explained in plain English
Analysis updated 2026-05-18
Read a personal theory of how AGI task decomposition might work as inspiration for agent design.
Use the skill.md idea as a starting point for storing an agent's learned task experience.
Discuss or critique the brain analogy as a framework for reasoning about LLM agents.
| yanjin101/the-first-principle-of-agi | 0xsha/cve-2026-6307 | 1061700625/github_vps | |
|---|---|---|---|
| Stars | 38 | 38 | 38 |
| Language | — | HTML | Shell |
| Setup difficulty | easy | hard | moderate |
| Complexity | 1/5 | 5/5 | 2/5 |
| Audience | researcher | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
This repository is a short written essay rather than a piece of software. It lays out one person's personal idea about how artificial general intelligence, or AGI, might work in practice, and the author is upfront that it is meant as a reference point for what could be possible, not a recommendation to follow blindly without fully understanding it first. The central idea, which the author calls the first principle of AGI, is that any long, continuous task can be broken down into small, discrete steps that a language model can complete correctly one at a time, through a process of multi-step execution. The author compares this to how a human brain works, with the breaking down of tasks acting like rational logic, and the language model completing each small step acting like intuitive perception. From there, the essay sketches out three related ideas. First, it suggests that an AI agent learns tasks by preserving the accumulated experience of human experts, either by summarizing that experience into a file called skill.md, or by hard-coding it directly into program code, which the author again compares to sparse versus dense connections in a brain. Second, it suggests that an agent decomposes tasks because human experts have already refined the underlying logic, breaking work down into pieces small enough that a language model can reliably handle each one. Third, it suggests that an agent scales by continuously saving task experience from many different industries and professions, gradually shrinking the smallest unit of work that a language model needs to complete reliably. The essay closes with an invitation to put this way of thinking into practice, calling those who do so the AI Adventists. There is no code, no installation steps, and no license mentioned in the README, since the repository exists purely to share this line of thinking.
A short personal essay proposing that AGI works by breaking continuous tasks into small steps an LLM can complete reliably, one at a time.
No license information is provided in the README.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.