Beginner to advanced

AI Tutorials

Learn AI methods with clear steps from beginner guides to practical workflows.

LatestHotBeginnerAdvancedProfessionalCodingImage generationOffice
AI TutorialsAdvanced25 min5 Steps

Codex Dream Skin Guide: Reversible Themes for Codex Desktop

Install, switch, verify, and restore Codex Dream Skin on macOS and Windows while understanding its local CDP security boundary.

AI TutorialsBeginner25 min5 Steps

Build a local real-time AI voice assistant on Windows

A cautious deployment guide for a local speech-to-text, LLM, text-to-speech, and browser UI pipeline on Windows, with hardware and security notes.

AI TutorialsAdvanced25 min5 Steps

Claude Code on Windows: Installation and Setup for Beginners

A beginner-friendly Windows setup checklist for Node.js, Git, VS Code, Claude Code installation, version checks, and PowerShell policy issues.

AI TutorialsAdvanced25 min5 Steps

Codex Learning Materials and Workflow Guide

A separate entry point for Codex learning materials, workflow habits, and project collaboration guidance.

AI TutorialsBeginner25 min5 Steps

Claude Code Learning Resources, Official Docs, and Agent Skills

A focused directory of official Claude Code documentation, Chinese learning paths, and Agent Skills references.

AI TutorialsBeginner25 min5 Steps

Gemini API Embeddings Tutorial: Document vs. Query Representations

Based on Google’s official Embeddings documentation, this draft explains how the Gemini API represents text as vectors and why retrieval workflows distinguish document embeddings from query embeddings.

AI TutorialsBeginner25 min5 Steps

How to Design a Tool-Calling Response Flow

This conceptual tutorial outlines a response flow based on OpenAI’s function calling guide: declare tools, let the model decide whether to request a tool call, execute the external logic in your application, and return the result for the final response. Readers should consult the current official documentation for exact implementation details.