explaingit

yanjin101/the-first-principle-of-agi

Analysis updated 2026-05-18

38Audience · researcherComplexity · 1/5Setup · easy

TLDR

A short personal essay proposing that AGI works by breaking continuous tasks into small steps an LLM can complete reliably, one at a time.

Mindmap

mindmap
  root((First Principle of AGI))
    What it does
      Written essay on AGI
      Task decomposition idea
      Brain analogy
    Tech stack
      Markdown essay
      No code
    Use cases
      Reflect on agent design
      Discuss AGI theory
      Inspire agent architecture
    Audience
      AI researchers
      Agent builders
      Curious readers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Read a personal theory of how AGI task decomposition might work as inspiration for agent design.

USE CASE 2

Use the skill.md idea as a starting point for storing an agent's learned task experience.

USE CASE 3

Discuss or critique the brain analogy as a framework for reasoning about LLM agents.

How does it compare?

yanjin101/the-first-principle-of-agi0xsha/cve-2026-63071061700625/github_vps
Stars383838
LanguageHTMLShell
Setup difficultyeasyhardmoderate
Complexity1/55/52/5
Audienceresearcherdeveloperops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min
No license information is provided in the README.

In plain English

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.

Copy-paste prompts

Prompt 1
Summarize the first principle of AGI described in this README in plain language.
Prompt 2
Help me sketch a skill.md file that captures the way I want an agent to learn a task.
Prompt 3
Explain the brain analogy this essay draws between task decomposition and LLM execution.
Prompt 4
Critique whether this theory of AGI scaling through saved task experience makes sense.

Frequently asked questions

What is the-first-principle-of-agi?

A short personal essay proposing that AGI works by breaking continuous tasks into small steps an LLM can complete reliably, one at a time.

What license does the-first-principle-of-agi use?

No license information is provided in the README.

How hard is the-first-principle-of-agi to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is the-first-principle-of-agi for?

Mainly researcher.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.