Tag
This article introduces how to upgrade single-turn RAG to Agentic RAG, by allowing the LLM to autonomously decide on multiple retrievals and tool calls to solve multi-step reasoning for complex problems. It provides code examples and implementation ideas based on Qwen3.7-Max.
Someone has organized the entire agent workflow of Fable 5 into 9 images, which can be directly fed to Claude for use, making it convenient and efficient.
This is a detailed tutorial on how to create Chinese self-media videos using Claude Code and the Remotion framework. Users only need to provide ideas and prompts, and the AI handles setting up the environment, writing code, generating voiceovers, and rendering the final MP4 video. The tutorial covers the complete process from pipeline setup and script writing to video generation and adjustments.
Microsoft has released the open-source AI tutorial "AI For Beginners," which includes 12 weeks and 24 lessons covering neural networks, multi-agent systems, reinforcement learning, and AI ethics, suitable for developers who want to learn AI systematically from scratch.
Someone has released a full 1-hour Claude course for free, covering how to build applications, automate workflows, and monetize using Claude.
This tutorial introduces the Loop Engineering method, which designs a cycle of automatic execution, checking, and correction, allowing AI to iterate until the result is satisfactory, upgrading a single query into process engineering.
This article introduces Stanford's STORM research method and provides 4 prompts that allow users to replicate a multi-perspective research process in Claude, generating a doctoral-level research briefing in 5 minutes.
Recommending a Codex tutorial series for beginners, designed to help zero-basis users master AI automated creation capabilities through 9 tutorials, improving self-media and office efficiency.
A 4-level learning roadmap from beginner to expert in using Claude, packed with practical tutorial links to save users half a year of exploration time.
This tweet uses a restaurant analogy to explain multi-agent AI systems and promotes a free guide from IBM Technology on how to build them, covering domain specialization, collective learning, and scalability.
Kavan shares a masterclass on creating the 'The Chronicles of Bone' series in Magnific, demonstrating AI usage methods in 7 steps.
Easy-Vibe is a beginner-oriented AI coding tutorial that lets users start building apps from natural language requirements and gradually understand the underlying principles. It has earned 12.5k stars on GitHub and topped the trending list.
A 40-minute walkthrough explains the complete Transformer architecture via whiteboard diagrams and demonstrates a practical implementation in C using Vim.