Category
Technologies
LLM Tutorials
Keep up to date with the latest news, techniques, and resources for Large Language Models. Our tutorials are full of practical walk throughs & use cases you can use to upskill.
Other technologies:
Training 2 or more people?Try DataCamp for Business
What is Graph Engineering? A Hands-On Guide to Multi-Agent Orchestration With LangGraph
Nodes do the work, edges decide what runs next, and shared state carries information between them. This graph engineering tutorial covers when a multi-agent graph actually beats a single loop, and walks through building a researcher, writer, and reviewer pipeline in LangGraph with a conditional retry edge.
September 24, 2026
Vision-Language-Action Models Explained: How Robots Learn to See, Understand, and Act
Learn how vision-language-action (VLA) models work, how they differ from VLMs, and how to choose between OpenVLA, pi0, and SmolVLA in 2026.
September 16, 2026
What Are AI World Models? How They Work and 2026 Trends
Discover what AI world models are, how they differ from large language models, and how they help AI predict the future. Explore the latest 2026 industry trends.
September 14, 2026
LMCache Tutorial: Build a Scalable KV Cache Layer for LLM Inference
Learn how LMCache stores and reuses KV states across LLM requests, integrates with vLLM, and reduces repeated prefill computation for long-context inference.
September 13, 2026
Muse Spark 1.3 Tutorial: A Hands-On Developer Guide
Set up Muse Spark 1.3 in Muse Code and the Meta Model API, choose between the contributor and standard tiers, and see whether Meta's efficiency claims hold.
September 7, 2026
Gemini 3.8 Flash API Tutorial: Thinking Levels, PDF Extraction, and Function Calling in Python
Learn how to use the Gemini 3.8 Flash API in Python: Interactions API setup, thinking_level tuning, PDF-to-JSON extraction, and function calling with code.
September 7, 2026
GPT-6 Astra API Tutorial: Build a Release Check Agent With Async Tools and Steering
Use GPT-6 Astra via the OpenAI API to build a Python release check agent with async tools, reasoning controls, Structured Outputs, and cost tracking, then test computer use and steering.
September 7, 2026
Agent Harness Engineering Guide: Bridging the Gap Between Models and Action
Learn how to build a custom AI agent harness with Python, ReAct loops, and durable state.
September 6, 2026
Claude Fable 5.1 API Tutorial: Build a Long-Running Developer Agent in Python
Learn how to use Anthropic’s latest flagship model to build a Python agent that reads a Flask repository before planning a change. Add progress updates, read-only file tools, and cost controls.
September 3, 2026
How to Use Unsloth Desktop for Local AI Workflows
Use Unsloth Desktop for local AI workflows, including LLM inference, fine-tuning, vision models, image and video generation, OpenCode coding agents, and local APIs from one desktop application.
September 2, 2026
How LLM Inference Works: A Practical Guide to Serving and Optimizing Large Language Models
Learn how quantization, KV-cache optimization, batching, speculative decoding, memory bandwidth, and hardware-aware tuning can improve speed, scalability, and cost efficiency when serving large language models.
September 1, 2026
How to Run Qwen3.8-Flash-Next Locally as a Coding Agent with OpenCode
Learn how to run Qwen3.8-Flash-Next GGUF locally with llama.cpp on an RTX PRO 6000, then connect it to OpenCode for a fully local agentic coding setup.
August 28, 2026