AI Tutorials
Learn AI methods with clear steps from beginner guides to practical workflows.
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.
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.
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.
Codex Learning Materials and Workflow Guide
A separate entry point for Codex learning materials, workflow habits, and project collaboration guidance.
Claude Code Learning Resources, Official Docs, and Agent Skills
A focused directory of official Claude Code documentation, Chinese learning paths, and Agent Skills references.
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.
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.