Fun with Large Models
Author

Fun with Large Models

Master's graduate from Beijing Institute of Technology, published four top‑journal papers, previously worked as a developer at ByteDance and Alibaba. Currently researching large models at a major state‑owned enterprise. Committed to sharing concise, practical AI large‑model development experience, believing that AI large models will become as essential as PCs in the future. Let's start experimenting now!

113
Articles
0
Likes
0
Views
0
Comments
Recent Articles

Latest from Fun with Large Models

100 recent articles max
Fun with Large Models
Fun with Large Models
Dec 9, 2025 · Frontend Development

Build an Intelligent Chart Generator in 5 Minutes with AntV and Trae Solo

This article walks through using AntV Infographic together with Vibe Coding and Trae Solo to create an AI‑powered chart generator that turns natural‑language descriptions into beautiful infographics, covering configuration basics, prompt engineering, automated code generation, testing, and result analysis.

AI AgentAntVData Visualization
0 likes · 18 min read
Build an Intelligent Chart Generator in 5 Minutes with AntV and Trae Solo
Fun with Large Models
Fun with Large Models
Dec 7, 2025 · Frontend Development

Building a Multimodal RAG Front‑End with Trae Solo: A Vibe‑Coding Guide

This article walks through a three‑step Vibe‑Coding workflow—structured prompt creation, prompt optimization with DeepSeek, and precise bug‑fix guidance—to automatically generate, refine, and extend a React + TypeScript front‑end for a multimodal RAG system using Trae Solo, covering architecture, streaming chat, and PDF citation features.

AI programmingLangChainRAG
0 likes · 22 min read
Building a Multimodal RAG Front‑End with Trae Solo: A Vibe‑Coding Guide
Fun with Large Models
Fun with Large Models
Dec 5, 2025 · Artificial Intelligence

DeepSeek Math V2 & V3.2: A Plain‑Language Deep Dive into Core Innovations

This article provides a detailed, easy‑to‑understand analysis of DeepSeek‑Math‑V2’s self‑verification training method and DeepSeek‑V3.2’s GRPO framework, sparse‑attention DSA mechanism, massive agent data pipeline, and benchmark results that place both models among the world’s top open‑source large language models.

DeepSeekGRPOLLM
0 likes · 19 min read
DeepSeek Math V2 & V3.2: A Plain‑Language Deep Dive into Core Innovations
Fun with Large Models
Fun with Large Models
Nov 30, 2025 · Artificial Intelligence

Multimodal RAG with LangChain: PDF Parsing, Chunking, and Citation Guide

This article walks through building a LangChain‑based multimodal RAG system that parses PDFs (both native and scanned), splits them into semantic chunks, stores embeddings in a vector database, and generates answers with precise source citations, complete with code samples and API integration.

FastAPILangChainMultimodal AI
0 likes · 20 min read
Multimodal RAG with LangChain: PDF Parsing, Chunking, and Citation Guide
Fun with Large Models
Fun with Large Models
Nov 27, 2025 · Artificial Intelligence

Mastering Coze Knowledge Base: A Step‑by‑Step Low‑Code Agent Guide

This article provides a comprehensive, hands‑on guide to Coze's knowledge base, covering its core concepts, key features, practical use‑case scenarios, detailed creation steps, configuration options, prompt design, testing methods, and a comparison with variables, memory, and databases.

Agent DevelopmentCozeKnowledge Base
0 likes · 15 min read
Mastering Coze Knowledge Base: A Step‑by‑Step Low‑Code Agent Guide
Fun with Large Models
Fun with Large Models
Nov 17, 2025 · Artificial Intelligence

Building a Multimodal RAG System with LangChain 1.0: Core Architecture and Smart Q&A Development

This article walks through the design and implementation of a multimodal Retrieval‑Augmented Generation (RAG) system using LangChain 1.0, detailing a front‑end/back‑end separated architecture, FastAPI service setup, multimodal data handling, conversation history management, streaming responses, and Postman testing to verify the intelligent Q&A module.

FastAPILangChainMultimodal RAG
0 likes · 15 min read
Building a Multimodal RAG System with LangChain 1.0: Core Architecture and Smart Q&A Development
Fun with Large Models
Fun with Large Models
Nov 14, 2025 · Artificial Intelligence

Can GPT‑5.1’s Core Features Set a New Benchmark for Model Performance?

The article provides an in‑depth analysis of GPT‑5.1, highlighting its enhanced emotional conversation, stronger instruction‑following, superior code generation and physics simulation, and the new adaptive reasoning mechanism with two model variants, while comparing concrete test results against GPT‑5.

GPT-5.1adaptive reasoningconversation
0 likes · 9 min read
Can GPT‑5.1’s Core Features Set a New Benchmark for Model Performance?
Fun with Large Models
Fun with Large Models
Nov 8, 2025 · Artificial Intelligence

Unlocking LangChain 1.0 create_agent: Advanced MCP, Structured Output, Memory & Middleware

This guide dives into the four advanced capabilities of LangChain 1.0's create_agent API—MCP tool integration, structured output, memory management, and middleware—showcasing practical examples such as an Amap MCP planner, Pydantic‑based response formatting, InMemorySaver chat history, and custom middleware for dynamic model selection.

AI agentsLangChainMCP
0 likes · 22 min read
Unlocking LangChain 1.0 create_agent: Advanced MCP, Structured Output, Memory & Middleware