AI Large Model Application Practice
Author

AI Large Model Application Practice

Focused on deep research and development of large-model applications. Authors of "RAG Application Development and Optimization Based on Large Models" and "MCP Principles Unveiled and Development Guide". Primarily B2B, with B2C as a supplement.

131
Articles
0
Likes
29
Views
0
Comments
Recent Articles

Latest from AI Large Model Application Practice

100 recent articles max
AI Large Model Application Practice
AI Large Model Application Practice
Jan 14, 2025 · Artificial Intelligence

Turning Classification Nets into Language Generators: A Step‑by‑Step Guide

This article explains how a simple neural network trained for classification can be adapted to generate natural language by expanding its output layer, encoding characters as numbers, using a sliding‑window context, and recursively predicting the next token, illustrating each step with diagrams and concrete examples.

AILLMlanguage generation
0 likes · 10 min read
Turning Classification Nets into Language Generators: A Step‑by‑Step Guide
AI Large Model Application Practice
AI Large Model Application Practice
Jan 9, 2025 · Artificial Intelligence

How Does Gradient Descent Train a Neural Network? A Step‑by‑Step Guide

This article walks through the complete training cycle of a simple neural network—from random weight initialization and forward propagation with labeled data, through loss calculation and gradient‑based weight updates, to iterative epochs, average loss, and practical issues like gradient explosion and vanishing.

AIGradient Descentmachine learning
0 likes · 11 min read
How Does Gradient Descent Train a Neural Network? A Step‑by‑Step Guide
AI Large Model Application Practice
AI Large Model Application Practice
Jan 3, 2025 · Artificial Intelligence

How to Build an Orchestrator‑Workers AI Agent Workflow with Pydantic AI

This article explains the Orchestrator‑Workers pattern from Anthropic’s “Build effective agents”, compares it with routing and parallel modes, distinguishes it from Supervisor agents, and provides a step‑by‑step Python implementation using Pydantic AI, including model definitions, prompts, orchestration logic, worker execution, and a test example.

AI agentsLLMOrchestrator-Workers
0 likes · 9 min read
How to Build an Orchestrator‑Workers AI Agent Workflow with Pydantic AI
AI Large Model Application Practice
AI Large Model Application Practice
Dec 23, 2024 · Artificial Intelligence

Master LlamaIndex Workflows: Build Multi‑Agent RAG Applications Step‑by‑Step

This article introduces LlamaIndex Workflows, explains its event‑driven design, walks through a multi‑agent demo that combines weather search and email sending, provides complete Python code for defining events, steps, and the orchestrator, and compares its strengths and limitations against similar frameworks.

AILlamaIndexMulti-agent
0 likes · 13 min read
Master LlamaIndex Workflows: Build Multi‑Agent RAG Applications Step‑by‑Step
AI Large Model Application Practice
AI Large Model Application Practice
Dec 16, 2024 · Artificial Intelligence

8 Proven Multi‑Agent Collaboration Patterns for Smarter AI Systems

This article outlines eight multi‑agent collaboration patterns—Reflection, Sequential, Hierarchical, Transfer, Neural‑Network, Debate, Nested, and Custom—explaining their structures, typical workflows, and concrete examples such as code generation, marketing copy creation, and customer‑service routing, helping AI developers choose the right model for complex tasks.

AICollaboration PatternsHierarchical Mode
0 likes · 8 min read
8 Proven Multi‑Agent Collaboration Patterns for Smarter AI Systems
AI Large Model Application Practice
AI Large Model Application Practice
Dec 12, 2024 · Artificial Intelligence

Mastering AutoGen: Build Multi‑Agent LLM Applications in Minutes

AutoGen, Microsoft’s advanced multi‑agent framework, lets developers quickly assemble collaborative LLM agents—supporting chat, tool use, and hierarchical group chats—through concise Python code, with examples ranging from simple two‑agent dialogues to complex three‑agent reporting pipelines, while outlining its strengths, limitations, and upcoming v0.4 enhancements.

AIAutoGenFramework
0 likes · 9 min read
Mastering AutoGen: Build Multi‑Agent LLM Applications in Minutes
AI Large Model Application Practice
AI Large Model Application Practice
Dec 11, 2024 · Artificial Intelligence

What Are Vectors and Why They Power Modern AI

This article explains vectors as numeric representations of data, how they enable similarity comparison, the role of embedding models and vector databases, their use in semantic search and RAG applications, and discusses their advantages and limitations in modern AI systems.

AI fundamentalsEmbeddingRAG
0 likes · 10 min read
What Are Vectors and Why They Power Modern AI