In this guide, you'll learn how to build a private AI agent from scratch without treating the agent as a single prompt. Start with Philosophy: the operating principles that tell the assistant what good judgment looks like, when to ask, and when to stop. Then build the Knowledge layer, where notes, documents, decisions, and source material become context the agent can retrieve instead of guessing from memory. After that, add MCP tools so the assistant can reach the systems it needs through explicit, inspectable permissions rather than vague automation. Skills come next: reusable procedures for research, writing, deployment, recovery, review, and handoff, so the agent can repeat work in a dependable way. Finally, choose LLM routes that match the job: a stronger planner for hard reasoning, a faster worker for routine steps, and a review path for decisions that affect money, users, security, or public content. The goal is not to build a louder chatbot. The goal is to assemble a private assistant that knows its role, uses bounded tools, works from your material, improves through feedback, and leaves a trace you can review before trusting the result. Use the modules below as the build order, moving from judgment to knowledge, tools, skills, and model choice.