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
Oct 9, 2025 · Industry Insights

Low-Code AI Agent Frameworks Compared: Choosing the Right Tool in 2025

This article analyzes four mainstream low-code AI Agent development platforms—Coze, Dify, n8n, and LangFlow—detailing their features, deployment options, commercial models, strengths, and weaknesses, and provides a step‑by‑step learning path to help developers select the most suitable framework for 2025.

CozeDifyLangFlow
0 likes · 17 min read
Low-Code AI Agent Frameworks Compared: Choosing the Right Tool in 2025
Fun with Large Models
Fun with Large Models
Oct 4, 2025 · Artificial Intelligence

Which Large‑Model AI Agent Framework Is Best? A Guide to 12 Options

This article categorizes and compares twelve popular large‑model AI Agent development frameworks—low‑code platforms, basic programming paradigms, advanced code libraries, and multi‑agent systems—detailing their core features, typical use cases, and trade‑offs to help developers choose the most suitable solution.

AI AgentLangChainMulti-agent
0 likes · 12 min read
Which Large‑Model AI Agent Framework Is Best? A Guide to 12 Options
Fun with Large Models
Fun with Large Models
Sep 30, 2025 · Artificial Intelligence

DeepSeek-V3.2 Architecture Breakthrough: A 5‑Minute Guide to Its Core Features

The article introduces DeepSeek-V3.2, highlighting its new DeepSeek Sparse Attention (DSA) that boosts training and inference efficiency by up to 50%, cuts model usage costs dramatically, explains the updated API endpoints, and details the four‑stage post‑training pipeline that underpins the model’s performance improvements.

AI ArchitectureDSADeepSeek-V3.2
0 likes · 8 min read
DeepSeek-V3.2 Architecture Breakthrough: A 5‑Minute Guide to Its Core Features
Fun with Large Models
Fun with Large Models
Sep 24, 2025 · Artificial Intelligence

Interview Guide: Core Differences Between PPO and GRPO Algorithms for Large Model Fine‑Tuning

The article explains the fundamental principles of PPO and GRPO reinforcement‑learning algorithms, compares their architectures and training workflows, highlights why GRPO is gaining traction in large‑model fine‑tuning, discusses associated risks, and offers practical guidance on group size selection for engineers preparing for interviews.

Algorithm ComparisonGRPOPPO
0 likes · 9 min read
Interview Guide: Core Differences Between PPO and GRPO Algorithms for Large Model Fine‑Tuning
Fun with Large Models
Fun with Large Models
Sep 22, 2025 · Artificial Intelligence

Building Conditional Branch and Loop Graphs with LangGraph AI Agents

This tutorial demonstrates how to use LangGraph's low‑level API to create stateful conditional‑branch, loop, and combined graphs for AI agents, showing step‑by‑step definitions of Pydantic state models, node logic, edge configuration, compilation, and test execution with concrete code examples.

AI agentsLangGraphPydantic
0 likes · 12 min read
Building Conditional Branch and Loop Graphs with LangGraph AI Agents
Fun with Large Models
Fun with Large Models
Sep 16, 2025 · Artificial Intelligence

LangGraph Data Analysis Assistant Agent: Step‑by‑Step Project Guide (Part 5)

This tutorial walks you through building a LangGraph-powered data analysis assistant that converts natural language into SQL, executes queries via NL2SQL and NL2Python tools, visualizes results with a Python interpreter, and deploys the agent using LangGraph CLI and Agent Chat UI for end‑to‑end interaction.

AI AgentAgent Chat UIData Analysis
0 likes · 21 min read
LangGraph Data Analysis Assistant Agent: Step‑by‑Step Project Guide (Part 5)