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.

134
Articles
0
Likes
248
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 13, 2026 · Artificial Intelligence

Why MemOS Is the Next‑Generation Memory OS for AI Agents

This article explains MemOS’s novel approach to treating AI memory as an operating‑system resource, detailing its layered architecture, core modules, three memory forms, and practical SDK usage for cloud or self‑hosted deployments, while highlighting performance benefits and engineering constraints.

AI memoryKnowledge BaseMemOS
0 likes · 17 min read
Why MemOS Is the Next‑Generation Memory OS for AI Agents
AI Large Model Application Practice
AI Large Model Application Practice
Jan 1, 2026 · Artificial Intelligence

Why Single-Head Attention Falls Short and Multi-Head Saves the Day

This article explains the inherent limitations of single-head attention in Transformers, illustrates them with a linguistic example, and then details how multi-head attention works through independent projection matrices, splitting and concatenation, ultimately boosting model expressiveness, robustness, and interpretability.

AIattentionmulti-head
0 likes · 9 min read
Why Single-Head Attention Falls Short and Multi-Head Saves the Day
AI Large Model Application Practice
AI Large Model Application Practice
Dec 16, 2025 · Artificial Intelligence

Recreating NotebookLM’s PPT Generation with a Low‑Code Workflow

This guide shows how to use the open‑source BISHENG low‑code platform, ByteDance’s Seed‑1.6 and Seedream‑4.5 models, and a custom MCP server to build a workflow that uploads documents, performs RAG, generates structured PPT outlines with LLMs, creates page images via text‑to‑image models, and assembles a downloadable PDF, all while incorporating human‑in‑the‑loop controls.

BISHENGHITLLLM
0 likes · 17 min read
Recreating NotebookLM’s PPT Generation with a Low‑Code Workflow
AI Large Model Application Practice
AI Large Model Application Practice
Dec 1, 2025 · Artificial Intelligence

Which Open‑Source Agent Memory Engine Wins? Deep Dive into Mem0, Graphiti & Cognee

This article examines the limitations of LLM short‑term context windows and compares three open‑source long‑term memory frameworks—Mem0, Graphiti, and Cognee—by detailing their architectures, storage modes, integration steps, code examples, strengths, drawbacks, and practical selection guidance for building smarter AI agents.

Agent MemoryGraphitiLLM
0 likes · 20 min read
Which Open‑Source Agent Memory Engine Wins? Deep Dive into Mem0, Graphiti & Cognee
AI Large Model Application Practice
AI Large Model Application Practice
Nov 24, 2025 · Artificial Intelligence

How to Turn Text into an AI‑Powered PPT Video: A Step‑by‑Step Guide

This article breaks down the end‑to‑end engineering pipeline that converts a knowledge source such as a URL or PDF into a narrated PPT‑style video, detailing six core stages—from knowledge extraction and script generation to image creation, voice synthesis, and final video stitching—while highlighting practical model choices, prompt design, and stability tricks.

Artificial IntelligenceLLMPPT
0 likes · 16 min read
How to Turn Text into an AI‑Powered PPT Video: A Step‑by‑Step Guide
AI Large Model Application Practice
AI Large Model Application Practice
Nov 17, 2025 · Artificial Intelligence

Unlock Complex AI Agents with DeepAgents: A Hands‑On Guide

DeepAgents, the new open‑source agent framework from LangChain, extends LangChain and LangGraph with built‑in task planning, virtual file systems, long‑term memory and sub‑agent support, and this article walks through its architecture, core capabilities, detailed code examples, and future roadmap.

AI AgentsDeepAgentsLangChain
0 likes · 15 min read
Unlock Complex AI Agents with DeepAgents: A Hands‑On Guide