Tagged articles
13 articles
Page 1 of 1
James' Growth Diary
James' Growth Diary
Apr 25, 2026 · Artificial Intelligence

LangChain Memory Best Practices: Avoid Common Pitfalls and Choose the Right Module

This article dissects the most frequent LangChain Memory pitfalls—missing placeholders, wrong memory type, shared instances, and multi‑process issues—provides correct code patterns, compares the five built‑in memory classes, introduces the new RunnableWithMessageHistory approach, and offers a production‑ready checklist.

ChatOpenAIConversationSummaryBufferMemoryLLMChain
0 likes · 12 min read
LangChain Memory Best Practices: Avoid Common Pitfalls and Choose the Right Module
MaGe Linux Operations
MaGe Linux Operations
Apr 22, 2026 · Artificial Intelligence

AI Jargon Decoded: From Beginner to Expert in One Article

This article demystifies dozens of AI buzzwords—from AI and LLM to Prompt, Token, Agent, and emerging concepts like Multimodal and Retrieval‑Augmented Generation—by providing both formal definitions and everyday analogies, complete with concrete examples that make each term easy to grasp.

AIAgentGlossary
0 likes · 12 min read
AI Jargon Decoded: From Beginner to Expert in One Article
BirdNest Tech Talk
BirdNest Tech Talk
Feb 19, 2026 · Artificial Intelligence

How to Automate Daily News Briefings with OpenClaw: Skill vs Prompt

This guide walks through two practical approaches—Skill and Prompt—to configure OpenClaw for automated RSS aggregation, AI‑driven filtering, summarization, and channel delivery, comparing their setup steps, code examples, advantages, limitations, and when to choose each method.

AI AssistantAutomationOpenClaw
0 likes · 8 min read
How to Automate Daily News Briefings with OpenClaw: Skill vs Prompt
Architect's Alchemy Furnace
Architect's Alchemy Furnace
Jan 31, 2026 · Artificial Intelligence

Step‑by‑Step Guide to Install Claude Code and Build Custom AI Skills

This tutorial walks you through installing Claude Code on macOS, Linux, and Windows, configuring its environment, creating and managing Skills—including their directory layout, SKILL.md structure, progressive‑disclosure loading, and a real‑world pre‑sales proposal Skill—then running the Skill via the CLI with sample output.

AIAutomationCLI
0 likes · 20 min read
Step‑by‑Step Guide to Install Claude Code and Build Custom AI Skills
Coder Circle
Coder Circle
Sep 2, 2025 · Artificial Intelligence

Unlocking the New Era of AI Development: Exploring Spring AI Core Classes

This article walks through Spring AI’s three core classes—Message, Prompt, and ChatModel—explaining their roles, showing concrete code examples for constructing messages, building prompts, and invoking a large language model via a REST controller, and provides a complete demo repository.

ChatModelJavaLLM
0 likes · 3 min read
Unlocking the New Era of AI Development: Exploring Spring AI Core Classes
Tencent Technical Engineering
Tencent Technical Engineering
May 28, 2025 · Artificial Intelligence

A Beginner-friendly Overview of LLMs, Transformers, Prompts, Function Calling, MCP and Agents

This article provides a concise, easy-to-understand introduction to large language models, the transformer architecture, prompt engineering, temperature settings, function calling, the Model Context Protocol (MCP), agent communication (A2A), and future AI programming trends, using simple analogies and illustrative examples.

AIAgentFunction Calling
0 likes · 11 min read
A Beginner-friendly Overview of LLMs, Transformers, Prompts, Function Calling, MCP and Agents
Huolala Tech
Huolala Tech
Dec 28, 2023 · Artificial Intelligence

How Huolala Built a Low‑Code LLM Platform to Accelerate AI Agent Deployment

Huolala created a visual, drag‑and‑drop LLM application platform that streamlines AI integration, reduces development costs, and enables rapid deployment of agents across marketing, invitation, advertising, and modeling scenarios, boosting efficiency by over 98% while cutting integration time from hours to minutes.

AIAgentLLM
0 likes · 13 min read
How Huolala Built a Low‑Code LLM Platform to Accelerate AI Agent Deployment
Efficient Ops
Efficient Ops
Nov 20, 2023 · Operations

Unlock the Power of Fish Shell: Install, Switch, and Customize Like a Pro

This guide walks you through installing Fish Shell on macOS, switching from Bash or Zsh, exploring its standout features such as syntax highlighting, autosuggestions, tab completion, web‑based configuration, and shows how to customize prompts and greetings with practical code examples.

Git integrationInstallationPrompt
0 likes · 12 min read
Unlock the Power of Fish Shell: Install, Switch, and Customize Like a Pro
ITPUB
ITPUB
Oct 6, 2017 · Fundamentals

Customize Your Bash Prompt: Colors, Variables, and Multi‑Line Layouts

Learn how to personalize the Bash command‑line prompt by setting the PS1 variable, using special escape sequences for user, host, directory, date, and colors, and creating multi‑line prompts, all with clear examples and safe configuration steps.

BashLinuxPrompt
0 likes · 6 min read
Customize Your Bash Prompt: Colors, Variables, and Multi‑Line Layouts