AIAny

Category

Explore by categories

GitHub

Publishes a structured open textbook on large language model foundations, covering language modeling, LLM architectures, prompt engineering, PEFT, model editing, and RAG.

GitHub

Provides end-to-end PyTorch scripts to download/prepare data, implement a transformer from scratch, train LLMs (13M→billion-scale) and generate text. Emphasizes educational clarity and single‑GPU experiments; useful for researchers or hobbyists, but large-scale training still requires substantial compute and engineering.

Explains how modern LLMs are trained, tokenized, post-trained, and used, from internet-scale pretraining to RLHF and tool use. The value is a coherent mental model, not a quick product tutorial.

Walks through real LLM workflows across chat, search, deep research, file analysis, coding, voice, images, and generated podcasts. It is most useful as a field guide to the messy AI app layer.

GitHub

Practical, full-stack tutorial for building Retrieval-Augmented Generation (RAG) systems—covers data preprocessing, vector embedding and indexing, hybrid and multimodal retrieval, generation integration, evaluation and production-ready engineering. Includes hands-on projects and examples for developers with Python experience.

GitHub

Seven-week course that builds a production RAG system from scratch — an arXiv paper assistant that starts with BM25 keyword search, then layers hybrid vector retrieval, local-LLM generation, Langfuse monitoring, and an agentic LangGraph Telegram bot.