Tagged articles
13 articles
Page 1 of 1
大转转FE
大转转FE
Apr 22, 2026 · Artificial Intelligence

Cut Claude Code Token Costs: 4 Strategies, Real Benchmarks, and Hidden Pitfalls

This guide dissects why Claude Code sessions can waste from 3 k to 30 k tokens, explains the four key cost drivers, and provides concrete techniques—such as prompt caching, precise prompts, single‑turn queries, and infrastructure tweaks—backed by detailed token measurements and real‑world examples.

AIProgrammingClaudeCostManagement
0 likes · 23 min read
Cut Claude Code Token Costs: 4 Strategies, Real Benchmarks, and Hidden Pitfalls
AI Waka
AI Waka
Apr 17, 2026 · Artificial Intelligence

Why Claude Code’s Slash Commands Matter and How They Evolve into Skills

This article examines Claude Code’s slash commands—defining their purpose, scope, parameter model, and limitations—while showing why they’re being folded into the newer Skill system to improve modularity, dynamic context injection, and long‑term maintainability for AI‑driven workflows.

AIClaudePromptEngineering
0 likes · 23 min read
Why Claude Code’s Slash Commands Matter and How They Evolve into Skills
James' Growth Diary
James' Growth Diary
Apr 12, 2026 · Artificial Intelligence

Build a Complete Private Knowledge Base with RAG: A Hands‑On Guide

This article walks through a complete, production‑ready Retrieval‑Augmented Generation pipeline that lets AI answer a company’s private documents, covering chunking strategies, embedding model choices, vector‑database selection, retrieval methods, full LangChain chain assembly, and common pitfalls to avoid.

EmbeddingLangChainPromptEngineering
0 likes · 18 min read
Build a Complete Private Knowledge Base with RAG: A Hands‑On Guide
Architect's Tech Stack
Architect's Tech Stack
Mar 31, 2026 · Artificial Intelligence

How to Slash Token Costs on Claude Code, Codex, and OpenCode by Up to 90%

This guide explains why input tokens dominate cost, then details concrete techniques—file filtering, context compression, documentation‑driven prompts, memory management, plan mode, output trimming, and model switching—for Claude Code, GitHub Copilot (Codex) and OpenCode, culminating in a 10‑step checklist that can cut token usage by up to 90 %.

AIClaudeCodex
0 likes · 11 min read
How to Slash Token Costs on Claude Code, Codex, and OpenCode by Up to 90%
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 29, 2026 · Backend Development

How to Build a BFF Agent with LangGraph: A Step‑by‑Step Guide

This article walks through integrating an AI‑powered Agent into an internal BFF platform using LangGraph, detailing the architectural choices, state‑graph implementation, prompt engineering, knowledge‑base construction, tool integration, conversation handling, and context compression techniques to enable reliable script generation, execution, and validation.

AIAgentLangGraph
0 likes · 24 min read
How to Build a BFF Agent with LangGraph: A Step‑by‑Step Guide
dbaplus Community
dbaplus Community
Jan 1, 2026 · Artificial Intelligence

Boost LLM Retrieval Accuracy with MCP – A Superior Alternative to RAG

This guide explains why traditional Retrieval‑Augmented Generation (RAG) struggles with precision, introduces the Model Context Protocol (MCP) as a standardized way for large language models to interact with external data sources, and provides step‑by‑step instructions for integrating MCP with MongoDB using Cherry Studio and VSCode +Cline.

FunctionCallMCPMongoDB
0 likes · 25 min read
Boost LLM Retrieval Accuracy with MCP – A Superior Alternative to RAG
BirdNest Tech Talk
BirdNest Tech Talk
Oct 8, 2025 · Artificial Intelligence

How to Turn LLM Text into Structured Data with LangChain Output Parsers

This article explains why LLMs output plain text, introduces LangChain output parsers as the bridge to structured data, details their workflow, reviews built‑in parsers, and walks through a complete Python example that builds a prompt‑model‑parser chain to generate a JSON‑based joke.

LLMLangChainOutputParser
0 likes · 10 min read
How to Turn LLM Text into Structured Data with LangChain Output Parsers
dbaplus Community
dbaplus Community
Nov 16, 2024 · Artificial Intelligence

Are LLM Frameworks Overhyped? A Critical Look at RAG and Reusability

The article critiques LLM frameworks, comparing them to early ORM tools, explains how Retrieval Augmented Generation works, warns against premature optimization, and advises developers to favor simple, visible practices over complex, abstracted frameworks for better control and understanding.

AILLMModelEvaluation
0 likes · 7 min read
Are LLM Frameworks Overhyped? A Critical Look at RAG and Reusability
Baidu Geek Talk
Baidu Geek Talk
May 22, 2024 · Artificial Intelligence

How AI Can Auto‑Generate Perfect Git Commit Messages

This article explains how a large‑language‑model‑driven tool can automatically create standardized Git commit messages by extracting change summaries, applying customizable plugins, measuring performance with MSE and adoption rate, and optimizing prompts, data pipelines, and fine‑tuning strategies.

AICommitMessageDataProcessing
0 likes · 17 min read
How AI Can Auto‑Generate Perfect Git Commit Messages
Architect
Architect
Jul 31, 2023 · Artificial Intelligence

Getting Started with LangChain: Building LLM‑Powered Applications

This article introduces LangChain, explains why it’s useful for building applications with large language models, walks through installation, API‑key setup, model and embedding selection, prompt engineering, chaining, memory, agents, and vector‑store indexing, and provides runnable Python code examples throughout.

LLMLangChainPromptEngineering
0 likes · 16 min read
Getting Started with LangChain: Building LLM‑Powered Applications
DaTaobao Tech
DaTaobao Tech
Jul 7, 2023 · Artificial Intelligence

Introduction to LangChain: Concepts, Tools, and Applications

The article introduces LangChain, a framework that unifies language models, prompts, memory, retrieval, and tool‑driven agents into composable chains, illustrating its core components, code examples, end‑to‑end applications such as retrieval‑augmented QA and image generation, and outlining future uses in customer service, recommendation, and automated code review.

AILLMLangChain
0 likes · 25 min read
Introduction to LangChain: Concepts, Tools, and Applications