Skip to content

little-book-of/agi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Little Book of Artificial General Intelligence (AGI)

A concise, beginner-friendly introduction to Artificial General Intelligence (AGI).

AGI wakes up,
asks for more snack data sets,
cookies, not tokens.

Formats

Build it yourself (Quarto)

Install Quarto: https://quarto.org/docs/get-started/

Preview locally (auto-reload):

quarto preview

Render outputs:

# All configured formats
quarto render

# Individual formats
quarto render --to html     # site into docs/
quarto render --to pdf      # docs/book.pdf
quarto render --to epub     # docs/book.epub
quarto render --to latex    # docs/book-latex/book.tex

Contributing

All contributions are welcome—small fixes, new examples, clarifications, figures, exercises, or larger structural improvements.

How to contribute

  1. Open an issue to describe the change (or reference an existing one).
  2. Fork the repository and create a branch for your work.
  3. Keep commits focused, with short explanations in messages or the PR description.
  4. Submit a pull request; include the section(s) you changed and a brief rationale.

Style guidelines (brief)

  • Prefer short paragraphs and plain language.
  • Keep notation consistent with nearby sections.
  • Include minimal, self-contained examples where helpful.
  • Use LaTeX/MathJax for math; keep equations readable.

Citation

Nguyen, Duc-Tam (2025). The Little Book of Artificial General Intelligence (v0.1.0).

@book{Nguyen2025TLBoPy,
  author = {Duc-Tam Nguyen},
  title  = {The Little Book of Artificial General Intelligence (AGI)},
  year   = {2025},
  note   = {Version 0.1.0},
  url    = {https://github.com/little-book-of/agi}
}

License

This work is licensed under CC BY-NC-SA 4.0. See LICENSE for the full text.

About

AGI wakes up, asks for more snack data sets, cookies, not tokens.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published