Skip to main content

Level 1 — GenAI & RAG Basics

Every agent that fails in production failed because its builder skipped this level.

Nine articles. The foundation. Start here.


Articles

#ArticleAgenthood Component
1Generative AI IntroductionThe Society's position in the GenAI ecosystem
2Basics of LLMsILLMProvider, 7 providers
3Prompt EngineeringPromptBuilder, member SKILL.md files
4LLM ParametersLLMRequest type
5Chunking StrategiesChunkStrategy, FixedSizeChunkStrategy, MarkdownHierarchicalChunkStrategy
6RAG FundamentalsRetriever, Indexer, AgenticRAG
7Vector DatabasesVectorStore (LanceDB), ADR-010
8API WrappersILLMProvider as abstraction pattern
9Tool IntegrationISkillManifest, SkillDiscovery, ReActLoop

What Level 1 covers

The nine concepts every developer must understand before building agents. These are not theory — each one maps to a component in Agenthood that implements it, enforces it, or fails loudly when it's missing.

Finish Level 1, then go to Level 2 — AI Agent Essentials.