Tagged articles
5000 articles
Page 4 of 50
Data STUDIO
Data STUDIO
Jan 29, 2026 · Fundamentals

10 Python Design Patterns to Eliminate Spaghetti Code and Build Maintainable Projects

The article explains why architecture matters, introduces ten essential Python design patterns—such as Dependency Injection, Strategy, Builder, Event‑Driven, Repository, Mapper, Pipeline, Command, Specification, and Plugin Registry—with concrete code examples and practical advice to transform messy scripts into clean, scalable applications.

Builder PatternDesign PatternsEvent-driven
0 likes · 44 min read
10 Python Design Patterns to Eliminate Spaghetti Code and Build Maintainable Projects
Old Meng AI Explorer
Old Meng AI Explorer
Jan 28, 2026 · Artificial Intelligence

How DeepTutor Turns AI into a Personal Learning Mentor

DeepTutor, an open‑source AI tutoring platform from HKU’s Data Science Lab, combines a four‑layer architecture, interactive visualizations, a dual‑loop reasoning engine, and exam‑cloning features, and can be deployed with a single Docker command, offering a guided learning experience that emphasizes thinking over instant answers.

AI tutoringDockerEducational Technology
0 likes · 7 min read
How DeepTutor Turns AI into a Personal Learning Mentor
Old Zhang's AI Learning
Old Zhang's AI Learning
Jan 28, 2026 · Artificial Intelligence

RAG-Anything: A Universal RAG Framework for PDFs, Office Docs, and Images

RAG-Anything is an open-source, end-to-end multimodal RAG framework that ingests PDFs, Office files, images, and scientific papers, parses them with high fidelity using MinerU, builds a multimodal knowledge graph, and enables hybrid retrieval, while noting resource and dependency considerations.

AIDocument ProcessingKnowledge Base
0 likes · 7 min read
RAG-Anything: A Universal RAG Framework for PDFs, Office Docs, and Images
Woodpecker Software Testing
Woodpecker Software Testing
Jan 28, 2026 · Artificial Intelligence

How Large Language Models Overcome Traditional Software Testing Pain Points

Large language models can dramatically reshape software testing by automating test case generation, understanding requirements, predicting failures, and streamlining result analysis, as demonstrated through detailed workflow diagrams, pseudocode, Python implementations, and real‑world case studies in finance, e‑commerce, and IoT domains.

AI test generationPrompt EngineeringPython
0 likes · 10 min read
How Large Language Models Overcome Traditional Software Testing Pain Points
Woodpecker Software Testing
Woodpecker Software Testing
Jan 27, 2026 · Artificial Intelligence

How to Build a Multimodal AI Assistant with FastAPI, Alibaba Cloud and DashScope

This guide walks through configuring Alibaba Cloud credentials, implementing a FastAPI backend with email function calling, Alibaba OpenSearch, image generation via DashScope, speech recognition, and a responsive HTML/CSS/JavaScript front‑end that supports text chat, image recognition, image synthesis, and voice interaction.

Alibaba CloudDashscopeFastAPI
0 likes · 38 min read
How to Build a Multimodal AI Assistant with FastAPI, Alibaba Cloud and DashScope
Data STUDIO
Data STUDIO
Jan 27, 2026 · Artificial Intelligence

How Python RAG Architectures Can Tame Large‑Model Hallucinations: A Complete Guide to 9 Designs

This article explains why large‑language‑model hallucinations are risky, introduces Retrieval‑Augmented Generation (RAG) as a remedy, and walks through nine Python‑based RAG architectures—standard, conversational, corrective, adaptive, fusion, HyDE, self‑RAG, agentic, and graph RAG—detailing their workflows, code examples, strengths, weaknesses, and a decision‑making map for selecting the right design.

AI hallucinationLangChainPython
0 likes · 29 min read
How Python RAG Architectures Can Tame Large‑Model Hallucinations: A Complete Guide to 9 Designs
AI Tech Publishing
AI Tech Publishing
Jan 27, 2026 · Artificial Intelligence

Step‑by‑Step: Adding Skill Capabilities to Your Agent System

This article walks through the design patterns, three‑level loading mechanism, and practical implementation steps for integrating reusable, domain‑specific Skills into an existing Agent system, covering both local and distributed deployments with Redis‑based versioning and sandboxed execution.

AgentLLMMeta-Tool Pattern
0 likes · 14 min read
Step‑by‑Step: Adding Skill Capabilities to Your Agent System
Woodpecker Software Testing
Woodpecker Software Testing
Jan 26, 2026 · Backend Development

How to Design Practical Login API Test Cases

This article presents several Python‑based login API test cases—including normal login, parameterized login, handling missing endpoints, and chaining an order request—along with step‑by‑step code examples and best‑practice tips for writing reliable, maintainable tests.

API testingPythonlogin API
0 likes · 5 min read
How to Design Practical Login API Test Cases
Data STUDIO
Data STUDIO
Jan 26, 2026 · Backend Development

Choosing the Right Python Web Framework: Django, Flask or FastAPI

This article compares Django, Flask, and FastAPI—three of the most popular Python web frameworks—by examining their philosophies, built‑in features, learning curves, performance characteristics, and code examples for a simple Hello World service and a user‑query API, then provides a decision flowchart and a detailed matrix to help developers pick the best fit for their next project.

APIDjangoFastAPI
0 likes · 15 min read
Choosing the Right Python Web Framework: Django, Flask or FastAPI
Woodpecker Software Testing
Woodpecker Software Testing
Jan 25, 2026 · Artificial Intelligence

Integrating LLMs with Speech: Whisper, Vosk, and Alibaba Cloud in Python and JavaScript

This tutorial walks through setting up local speech recognition with OpenAI's Whisper and Vosk, leveraging Alibaba Cloud's ASR services, building a WebSocket server/client for real‑time audio streaming, capturing audio in the browser via MediaRecorder or RecordRTC, and performing speech synthesis with pyttsx3 and Alibaba's Sambert model.

Alibaba CloudJavaScriptPython
0 likes · 20 min read
Integrating LLMs with Speech: Whisper, Vosk, and Alibaba Cloud in Python and JavaScript
AI Waka
AI Waka
Jan 24, 2026 · Artificial Intelligence

2026 Agentic AI Roadmap: How to Build Autonomous AI Agents

This comprehensive 2026 roadmap outlines the essential programming foundations, core agent architectures, LLM and API integrations, tool usage, memory management, RAG systems, deployment strategies, monitoring, and security practices needed to design, develop, and operate autonomous AI agents.

AI roadmapAgentic AIAutonomous Agents
0 likes · 10 min read
2026 Agentic AI Roadmap: How to Build Autonomous AI Agents
Data STUDIO
Data STUDIO
Jan 23, 2026 · Artificial Intelligence

Choosing the Best AI Agent Framework: A Practical Guide

This article explains the core AI agent loop, why dedicated frameworks are needed, compares eight popular frameworks—including RelevanceAI, smolagents, PhiData, LangChain, LlamaIndex, CrewAI, AutoGen, and LangGraph—offers selection criteria, and provides hands‑on code demos for AutoGen and LangGraph.

AI agentsAutoGenLLM
0 likes · 19 min read
Choosing the Best AI Agent Framework: A Practical Guide
Sohu Tech Products
Sohu Tech Products
Jan 21, 2026 · Artificial Intelligence

Building an AI Knowledge Management System with Claude Skills & Dynamic Routing

This article explains how to design and implement a knowledge‑management and intelligent‑assistant system called Krawl using Claude Skills, covering the three‑layer skill architecture, progressive disclosure, dynamic routing, lazy loading, meta‑tool integration, and concrete Python examples for video summarisation and knowledge queries.

AIClaudePython
0 likes · 19 min read
Building an AI Knowledge Management System with Claude Skills & Dynamic Routing
Design Hub
Design Hub
Jan 21, 2026 · Artificial Intelligence

One‑Click AI‑Powered WeChat Article Creation: Write, Illustrate, and Publish Automatically

This guide walks you through building an automated workflow that uses Google’s Antigravity AI to generate a fully formatted WeChat public‑account article—including text, multiple high‑quality images, cloud upload, and markdown‑to‑WeChat conversion—so you can copy‑paste the result directly into the editor.

AIContent GenerationPython
0 likes · 9 min read
One‑Click AI‑Powered WeChat Article Creation: Write, Illustrate, and Publish Automatically
ShiZhen AI
ShiZhen AI
Jan 20, 2026 · Artificial Intelligence

Inside X’s Open‑Source ‘For You’ Algorithm: How AI Drives Your Attention

The article dissects X’s newly open‑sourced ‘For You’ feed algorithm, detailing its Rust and Python implementation, the Home Mixer pipeline, candidate sourcing, Grok‑based scoring, and extensive filtering, showing how machine‑learning predicts user interactions and shapes the content you see.

Grok transformerPythonRust
0 likes · 8 min read
Inside X’s Open‑Source ‘For You’ Algorithm: How AI Drives Your Attention
Data STUDIO
Data STUDIO
Jan 19, 2026 · Fundamentals

10 Advanced Python Decorators to Replace Repetitive if‑else Logic and Clean Up Your Code

This article introduces ten practical Python decorator patterns—covering caching, timing, retry, rate‑limiting, logging, dependency injection, class‑wide decoration, singleton, role‑based access control, and context management—each explained with concrete code examples, output snapshots, and guidance on when and how to apply them.

PythonRBACRetry
0 likes · 29 min read
10 Advanced Python Decorators to Replace Repetitive if‑else Logic and Clean Up Your Code
DevOps Coach
DevOps Coach
Jan 18, 2026 · Backend Development

How to Build a Production-Ready Django Project Structure

This article explains why the default Django project layout is unsuitable for production, then presents a detailed, battle‑tested directory structure, split settings, environment variable management, organized apps, services, selectors, testing layout, Makefile shortcuts, and Django 5.2 considerations to help developers create maintainable, secure, and scalable Django applications.

BackendDevOpsDjango
0 likes · 14 min read
How to Build a Production-Ready Django Project Structure
AI Engineering
AI Engineering
Jan 18, 2026 · Artificial Intelligence

Why a Single For Loop Powers BU’s Open‑Source Agent Framework

The BU Browser Use team open‑sourced bu‑agent‑sdk, a minimal LLM agent framework that treats the agent as a simple for‑loop and adds explicit done tools, context compression, ephemeral messages, and a unified LLM interface, enabling flexible, low‑overhead AI applications.

Agent FrameworkLLMPython
0 likes · 7 min read
Why a Single For Loop Powers BU’s Open‑Source Agent Framework
Go Development Architecture Practice
Go Development Architecture Practice
Jan 17, 2026 · Backend Development

A Rapid Tour of 30+ Popular Web Frameworks Across Languages

This article provides concise, language‑by‑language overviews of more than thirty widely used web frameworks—including Ruby on Rails, ASP.NET, Vapor, Django, Flask, Phoenix, Laravel, Next.js, Astro, Spring Boot, Express.js, Gin, and Go‑specific frameworks—highlighting their core concepts, typical use cases, and notable projects built with them.

GoJavaScriptPython
0 likes · 16 min read
A Rapid Tour of 30+ Popular Web Frameworks Across Languages
Aikesheng Open Source Community
Aikesheng Open Source Community
Jan 15, 2026 · Operations

Why Adding a Server with OAT Breaks yum and How to Fix It

This guide explains why using OAT to add a server can render yum unusable due to a broken Python interpreter, analyzes the underlying script logic that causes the failure, and provides two practical remediation methods—including fixing the Python symlink and adjusting the installation script—along with the full script for reference.

LinuxOATPython
0 likes · 12 min read
Why Adding a Server with OAT Breaks yum and How to Fix It
Sohu Tech Products
Sohu Tech Products
Jan 14, 2026 · Artificial Intelligence

Build a Zero‑Cost Open‑Source RAG Smart Document Q&A System from Scratch

This guide walks through building an open‑source Retrieval‑Augmented Generation (RAG) system that indexes local files with Everything, uses hybrid BM25‑vector search via Elasticsearch, and answers questions with a local LLM, covering architecture, core techniques, deployment steps, performance tweaks, and common pitfalls.

ElasticsearchLLMPython
0 likes · 11 min read
Build a Zero‑Cost Open‑Source RAG Smart Document Q&A System from Scratch
Data STUDIO
Data STUDIO
Jan 14, 2026 · Backend Development

Why FastAPI Is the Ideal Choice for High‑Performance Python Microservices – A Hands‑On Guide

This article explains how FastAPI’s async support, type‑hint integration, automatic OpenAPI docs, and rich ecosystem enable Python developers to build scalable, secure microservices with layered architecture, JWT authentication, performance optimizations, comprehensive testing, Docker/Kubernetes deployment, and structured logging.

DockerFastAPIJWT
0 likes · 22 min read
Why FastAPI Is the Ideal Choice for High‑Performance Python Microservices – A Hands‑On Guide
Fun with Large Models
Fun with Large Models
Jan 14, 2026 · Artificial Intelligence

Understanding Large Language Model Files: Structure, Tokens, and Inference with Qwen3

This article walks through the complete workflow of loading and running the open‑source Qwen3‑8B model, explaining each core file (weights, config, generation config, tokenizer), how the model tokenizes input, applies chat templates, generates responses, and decodes output, all illustrated with code and diagrams.

InferenceModelScopePython
0 likes · 16 min read
Understanding Large Language Model Files: Structure, Tokens, and Inference with Qwen3
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Jan 13, 2026 · Databases

Turn PostgreSQL into a Graph Database with Apache AGE

This guide explains how Apache AGE extends PostgreSQL with OpenCypher‑compatible graph capabilities, covering architecture, installation, storage schema, Cypher‑SQL integration, common graph operations, and a LangChain example that turns natural‑language questions into executable graph queries.

Apache AGECypherGraph Database
0 likes · 11 min read
Turn PostgreSQL into a Graph Database with Apache AGE
Old Meng AI Explorer
Old Meng AI Explorer
Jan 13, 2026 · Artificial Intelligence

How an Open‑Source AI Tool Turns Xiaohongshu Posts into Viral Hits

The open‑source Xiaohongshu MCP (Multi‑Channel Publisher) leverages AI to predict hot topics, auto‑generate copy, titles and tags, monitor performance, analyze competitors, and manage multiple accounts, enabling creators to boost followers from a few hundred to thousands without costly subscriptions, with step‑by‑step deployment instructions and a free GitHub repository.

AIContent GenerationPython
0 likes · 11 min read
How an Open‑Source AI Tool Turns Xiaohongshu Posts into Viral Hits
Architect's Tech Stack
Architect's Tech Stack
Jan 12, 2026 · Artificial Intelligence

How TuriX-CUA Lets AI Control Your Windows and macOS Desktop

TuriX-CUA is an open‑source Python framework that lets AI agents understand screen content and perform mouse‑keyboard actions on Windows and macOS, offering high success rates, model hot‑swapping, MCP integration, and step‑by‑step installation for desktop automation tasks.

AI automationMCPPython
0 likes · 7 min read
How TuriX-CUA Lets AI Control Your Windows and macOS Desktop
IT Services Circle
IT Services Circle
Jan 11, 2026 · Artificial Intelligence

Can AI Really Control Your Computer? Inside TuriX‑CUA Open‑Source Agent

TuriX‑CUA is an open‑source Python‑based AI agent that equips artificial intelligence with visual perception and mouse‑keyboard control, enabling it to see the screen, reason with multimodal models, and act autonomously across macOS and Windows, with a multi‑model architecture, MCP support, and step‑by‑step setup instructions.

AICrossPlatformMultimodal
0 likes · 7 min read
Can AI Really Control Your Computer? Inside TuriX‑CUA Open‑Source Agent
Architect's Alchemy Furnace
Architect's Alchemy Furnace
Jan 10, 2026 · Artificial Intelligence

Build and Test a Multi‑Agent AI System with MetaGPT

This guide walks through the MetaGPT framework—explaining its multi‑agent architecture, core concepts, predefined roles, team setup, environment preparation, installation, configuration, and troubleshooting steps—so you can quickly build, run, and validate a collaborative AI software‑company simulation.

AI agentsLLMMetaGPT
0 likes · 14 min read
Build and Test a Multi‑Agent AI System with MetaGPT
Fun with Large Models
Fun with Large Models
Jan 10, 2026 · Artificial Intelligence

Designing Decentralized Multi‑Agent Networks with LangGraph: The Swarm Architecture

This article explains LangGraph's network (decentralized) architecture for multi‑agent systems, compares it with supervisor and hierarchical designs, and provides a step‑by‑step Python example using the langgraph‑swarm library to build agents that can dynamically hand off control and preserve conversation continuity.

LangGraphMulti-AgentPython
0 likes · 13 min read
Designing Decentralized Multi‑Agent Networks with LangGraph: The Swarm Architecture
IT Services Circle
IT Services Circle
Jan 9, 2026 · Interview Experience

How to Find the Longest Balanced Substring in a Binary String (LeetCode 2609)

The article presents LeetCode problem 2609, defining a balanced substring as a consecutive segment of zeros followed by an equal number of ones, and provides a linear‑time solution using a two‑pointer scan that counts consecutive zeros and ones, with implementations in Java, C++, Python, and TypeScript, along with complexity analysis.

Balanced SubstringC++LeetCode
0 likes · 7 min read
How to Find the Longest Balanced Substring in a Binary String (LeetCode 2609)
Data STUDIO
Data STUDIO
Jan 9, 2026 · Fundamentals

6 Hidden Python Features That Can Double Your Coding Efficiency

This article showcases six powerful yet often overlooked Python standard‑library features—pathlib, contextlib, __slots__, functools.lru_cache, generator pipelines, and dataclasses—demonstrating how they simplify code, boost performance, reduce memory usage, and make scripts more maintainable.

GeneratorsPython__slots__
0 likes · 11 min read
6 Hidden Python Features That Can Double Your Coding Efficiency
Data STUDIO
Data STUDIO
Jan 8, 2026 · Backend Development

From “Magic Building Blocks” to “Clear Contracts”: 7 Pydantic v2 Features for Rock‑Solid API Design

The article examines seven new Pydantic v2 capabilities—TypeAdapter, Annotated + Field, deterministic validators, precise serialization hooks, computed_field, RootModel, and ConfigDict—showing how each resolves common API‑validation pain points, improves contract clarity, and boosts performance with concrete code examples and a FastAPI integration.

Computed FieldFastAPIPydantic
0 likes · 26 min read
From “Magic Building Blocks” to “Clear Contracts”: 7 Pydantic v2 Features for Rock‑Solid API Design
IT Services Circle
IT Services Circle
Jan 5, 2026 · Frontend Development

Which Python GUI Library Fits Your Project? A Hands‑On Comparison of PyQt6, Dear PyGui, Flet, Textual & CustomTkinter

This article compares five modern Python GUI frameworks—PyQt6, Dear PyGui, Flet, Textual, and CustomTkinter—detailing their core features, quick‑start code samples, strengths, learning curves, and ideal use cases to help developers choose the most suitable toolkit for desktop, web, or terminal‑based interfaces.

ComparisonCustomTkinterFlet
0 likes · 21 min read
Which Python GUI Library Fits Your Project? A Hands‑On Comparison of PyQt6, Dear PyGui, Flet, Textual & CustomTkinter
Data STUDIO
Data STUDIO
Jan 4, 2026 · Industry Insights

Is Python Still the #1 Programming Language in 2026?

The article argues that Python remains the top programming choice in 2026 because its concise syntax, massive ecosystem, and modern tooling deliver unmatched development speed, lower total cost, and a balanced blend of rapid prototyping with long‑term stability for a wide range of applications.

2026Data ScienceDevelopment Speed
0 likes · 11 min read
Is Python Still the #1 Programming Language in 2026?
21CTO
21CTO
Dec 31, 2025 · Frontend Development

Run Full Python in the Browser with Pyodide: A Hands‑On Guide

This article explains how Pyodide compiles CPython to WebAssembly, allowing developers to run complete Python—including libraries like Pandas, NumPy, and Matplotlib—directly in the browser without any server, installation, or build system, and demonstrates a practical CSV‑viewer example.

PyodidePythonWebAssembly
0 likes · 8 min read
Run Full Python in the Browser with Pyodide: A Hands‑On Guide
AI Architecture Hub
AI Architecture Hub
Dec 31, 2025 · Artificial Intelligence

Why LangGraph Is the Next‑Generation Framework for LLM Agent Orchestration

This article explains the motivation behind LangGraph, walks through a quick start, details its core syntax and state management, demonstrates conditional branching, parallel execution, tool integration, multi‑agent orchestration, and real‑time monitoring, and finally discusses future directions for the framework.

LLMLangGraphParallel Execution
0 likes · 32 min read
Why LangGraph Is the Next‑Generation Framework for LLM Agent Orchestration
AI Insight Log
AI Insight Log
Dec 30, 2025 · Artificial Intelligence

What Connecting Claude Code to LSP Reveals About Its Previous Limitations

The article explains how Claude Code’s new native support for the Language Server Protocol transforms its code‑understanding from a heuristic, file‑reading approach to real‑time, type‑aware diagnostics and precise navigation, and provides step‑by‑step guidance for enabling and configuring LSP plugins.

Claude CodeGoIDE integration
0 likes · 6 min read
What Connecting Claude Code to LSP Reveals About Its Previous Limitations
Woodpecker Software Testing
Woodpecker Software Testing
Dec 30, 2025 · Information Security

Master Automated Security Testing with ZAP: From Zero to Enterprise‑Ready

This article walks readers through ZAP’s architecture, dual passive/active scanning engines, headless operation, Python automation, CI/CD integration with Jenkins and Docker, advanced scripting with Zest and custom plugins, and best‑practice recommendations for building an enterprise‑grade automated security testing pipeline.

Automated Security TestingDASTDocker
0 likes · 10 min read
Master Automated Security Testing with ZAP: From Zero to Enterprise‑Ready
Data STUDIO
Data STUDIO
Dec 29, 2025 · Fundamentals

Why Python’s Context Manager Prevents Resource Leaks

The article explains how Python’s context manager (the with statement) provides an elegant, exception‑safe way to acquire and release resources such as files, database connections, locks, and even asynchronous handles, showing concrete code examples, custom implementations, and best‑practice guidelines.

AsyncPythonResource Management
0 likes · 12 min read
Why Python’s Context Manager Prevents Resource Leaks
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Dec 28, 2025 · Artificial Intelligence

Building an Elasticsearch‑Powered RAG Q&A System: Theory and Full Code Walkthrough

This article walks through the principles of Retrieval‑Augmented Generation (RAG) and provides a complete Python implementation using Elasticsearch, covering document chunking, semantic embedding, bulk indexing, hybrid BM25‑vector search, RRF result fusion, prompt design, LLM invocation, and a practical demo.

ElasticsearchHybrid SearchPrompt Engineering
0 likes · 9 min read
Building an Elasticsearch‑Powered RAG Q&A System: Theory and Full Code Walkthrough
Frontend AI Walk
Frontend AI Walk
Dec 27, 2025 · Artificial Intelligence

From Prompt to Production: Engineering Hard‑Core AI Skills with wechat‑publisher

The article defines AI Skill “hard‑core” capabilities versus soft prompt‑based logic, outlines a three‑layer architecture (scripts, metadata, security), and walks through concrete wechat‑publisher implementations—including inline style injection, multi‑template rendering, exit‑code handling, and a step‑by‑step development checklist—to show how to turn AI from a mere text generator into an autonomous executor.

AI skillsCLIExit Codes
0 likes · 17 min read
From Prompt to Production: Engineering Hard‑Core AI Skills with wechat‑publisher
Java One
Java One
Dec 26, 2025 · Fundamentals

How C/C++, Java, and Python Run: A Deep Dive into Compilation and Execution

This article compares the execution models of C/C++, Java, and Python, explaining how compiled machine code, bytecode with JVM, and interpreted bytecode with the Python virtual machine operate, and illustrates each process with example file structures and compilation steps.

CompilationExecution ModelPython
0 likes · 6 min read
How C/C++, Java, and Python Run: A Deep Dive into Compilation and Execution
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Dec 26, 2025 · Databases

How to Enable Accurate Code Search in Elasticsearch with an NGram Analyzer

This article analyzes the shortcomings of standard Elasticsearch analyzers for code search, presents a custom NGram analyzer combined with match_phrase queries, shows configuration and query examples, compares performance of different query types, and offers best‑practice guidelines and pitfalls to avoid when building a reliable code‑search system.

ElasticsearchNGramPython
0 likes · 13 min read
How to Enable Accurate Code Search in Elasticsearch with an NGram Analyzer
MaGe Linux Operations
MaGe Linux Operations
Dec 26, 2025 · Operations

Taming vLLM OOM: Real‑World Causes and Proven Fixes for Production

This article examines why vLLM experiences out‑of‑memory errors in production, explains memory fragmentation caused by PagedAttention, outlines four typical OOM scenarios with concrete command‑line solutions, and provides deep analysis, configuration scripts, dynamic tuning, troubleshooting flowcharts, monitoring alerts, and best‑practice recommendations.

DeploymentGPUMemory Fragmentation
0 likes · 24 min read
Taming vLLM OOM: Real‑World Causes and Proven Fixes for Production
Fun with Large Models
Fun with Large Models
Dec 26, 2025 · Artificial Intelligence

LangGraph Agent Design Patterns Part 1: Prompt‑Chain, Router, and Parallel Modes

This article introduces three core LangGraph workflow patterns—Prompt‑Chain, Router, and Parallel—explaining their concepts, advantages, and concrete Python code examples that demonstrate how to decompose tasks, route requests, and run sub‑tasks concurrently for more reliable and efficient AI agents.

AI agentsLangGraphParallel mode
0 likes · 19 min read
LangGraph Agent Design Patterns Part 1: Prompt‑Chain, Router, and Parallel Modes
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 26, 2025 · Artificial Intelligence

How to Build a Fully Automated Knowledge‑Extraction Pipeline for AI Agents with Python

This article presents a complete end‑to‑end pipeline that automatically extracts, generalizes, incrementally updates, and vector‑syncs knowledge from diverse sources such as tickets, documents, and SQL code, turning the traditionally labor‑intensive knowledge‑base construction for agents into a low‑effort, continuously maintainable Python‑driven solution.

LLMPythonRAG
0 likes · 15 min read
How to Build a Fully Automated Knowledge‑Extraction Pipeline for AI Agents with Python
Architect
Architect
Dec 25, 2025 · Artificial Intelligence

How GraphRAG Boosts Retrieval Accuracy with Knowledge Graphs – A Complete Guide

This article explains why traditional RAG suffers from hallucinations, introduces GraphRAG’s knowledge‑graph‑based approach, walks through its indexing and query pipelines—including text splitting, entity‑relation extraction, graph construction, community detection, and local vs. global retrieval—provides practical setup commands, Neo4j visualization steps, and compares its performance with classic RAG.

EmbeddingGraphRAGLLM
0 likes · 27 min read
How GraphRAG Boosts Retrieval Accuracy with Knowledge Graphs – A Complete Guide
360 Tech Engineering
360 Tech Engineering
Dec 25, 2025 · Artificial Intelligence

Why LangChain 1.0 Makes AI Agent Development Faster, Safer, and More Scalable

LangChain 1.0 replaces fragmented agent code with a production‑ready framework that unifies model outputs, simplifies tool integration, introduces content_blocks for consistent response handling, and adds a middleware system for privacy, summarization, and human‑in‑the‑loop safety, dramatically improving developer efficiency and reliability.

LLMLangChainPython
0 likes · 13 min read
Why LangChain 1.0 Makes AI Agent Development Faster, Safer, and More Scalable
Architecture Digest
Architecture Digest
Dec 25, 2025 · Artificial Intelligence

MCP Explained: The Universal ‘Connector’ Turning AI Models into Extensible Agents

This article introduces the Model Context Protocol (MCP), a universal standard that lets large language models seamlessly connect to databases, APIs, local files, and third‑party services, explains its architecture, core primitives, practical Python implementation, trade‑offs, security considerations, and how it compares with other integration approaches.

AIModel Context ProtocolPython
0 likes · 13 min read
MCP Explained: The Universal ‘Connector’ Turning AI Models into Extensible Agents
Data STUDIO
Data STUDIO
Dec 25, 2025 · Fundamentals

Boost Python Automation Efficiency with toolz: A Practical Refactoring Guide

This article explains how the pure‑Python functional library toolz can transform tangled automation scripts into clear, composable data pipelines, reducing code size, improving testability, and eliminating hidden technical debt through concrete examples and step‑by‑step refactoring.

Pythonautomationdata pipelines
0 likes · 15 min read
Boost Python Automation Efficiency with toolz: A Practical Refactoring Guide
Tencent Technical Engineering
Tencent Technical Engineering
Dec 24, 2025 · Artificial Intelligence

Build a Mini LLM from Scratch: Step‑by‑Step Guide to Tokenizer, Attention, and Transformer

This article walks through constructing a small large‑language model from the ground up, covering model architecture, tokenization methods, BPE vocabulary building, embedding, positional encoding, attention mechanisms, multi‑head attention, transformer blocks, training pipelines, inference, and sampling strategies, all with runnable Python code.

Deep LearningLLMPython
0 likes · 34 min read
Build a Mini LLM from Scratch: Step‑by‑Step Guide to Tokenizer, Attention, and Transformer
Data STUDIO
Data STUDIO
Dec 24, 2025 · Fundamentals

Understanding Kalman Filter: A Simple, Step‑by‑Step Guide

The article explains how the Kalman filter fuses noisy sensor measurements with model predictions using Bayesian updates, demonstrates the process with intuitive 1‑D and 2‑D Python examples, and shows its real‑world applications such as navigation, autonomous driving, and signal processing.

Bayesian EstimationKalman filterPython
0 likes · 17 min read
Understanding Kalman Filter: A Simple, Step‑by‑Step Guide
Java One
Java One
Dec 23, 2025 · Fundamentals

Master Python Numbers & Strings: Tips, Pitfalls, and Best Practices

This guide covers Python's core numeric and string types—including ints, floats, complex numbers, booleans, and bytes—explains common pitfalls like floating‑point precision, demonstrates formatting options, shows how to use enums and SQLAlchemy for cleaner code, and offers practical advice for readable and efficient scripting.

DecimalEnumsNumbers
0 likes · 21 min read
Master Python Numbers & Strings: Tips, Pitfalls, and Best Practices
Data STUDIO
Data STUDIO
Dec 22, 2025 · Operations

12 Essential Python Automation Libraries for 2026 Every Developer Should Know

The article reviews twelve Python automation libraries—Kedro, Prefect, Pywinauto, Swifter, DagFactory, Schedule, Tenacity, Beanie, Helium, PyFilesystem2, Ruff, and Zappa—detailing their core features, code examples, use‑case scenarios, and why they will become indispensable tools for developers in 2026.

PythonSchedulingautomation
0 likes · 29 min read
12 Essential Python Automation Libraries for 2026 Every Developer Should Know
Woodpecker Software Testing
Woodpecker Software Testing
Dec 21, 2025 · Fundamentals

Using ChatGPT to Generate Password‑Recovery Test Cases and Scripts

The article demonstrates how to prompt ChatGPT to produce comprehensive password‑recovery test cases and corresponding automation scripts—both API‑based with Python unittest and GUI‑based with Playwright‑pytest—covering normal flows, error conditions, security checks, and XSS vulnerabilities.

API testingChatGPTPassword Recovery
0 likes · 22 min read
Using ChatGPT to Generate Password‑Recovery Test Cases and Scripts
Architect's Alchemy Furnace
Architect's Alchemy Furnace
Dec 21, 2025 · Artificial Intelligence

Deploy and Explore Open WebUI: A Feature‑Rich Self‑Hosted AI Platform

Open WebUI is a self‑hosted, extensible AI platform that runs fully offline, supports multiple LLM back‑ends such as Ollama and OpenAI‑compatible APIs, offers built‑in RAG, role‑based access, multi‑model chat, markdown/LaTeX, image generation, and provides detailed Docker, pip, and Kubernetes installation guides with ready‑to‑run commands.

AI PlatformDockerLLM
0 likes · 11 min read
Deploy and Explore Open WebUI: A Feature‑Rich Self‑Hosted AI Platform
Advanced AI Application Practice
Advanced AI Application Practice
Dec 20, 2025 · Artificial Intelligence

Master System, User, Assistant Roles to Get Precise AI Testing Answers from LLMs

This article explains how the System, User, and Assistant roles in large-language-model chat APIs shape response quality, demonstrates their impact with concrete Python code examples, compares outcomes with and without System prompts, and offers practical tips for crafting effective prompts to achieve concise, relevant AI testing guidance.

AI testingAssistant RoleLLM
0 likes · 14 min read
Master System, User, Assistant Roles to Get Precise AI Testing Answers from LLMs
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Dec 20, 2025 · Artificial Intelligence

How to Build an Enterprise‑Grade Intelligent Document QA System with Everything plus RAG

This article walks through the need for fast, accurate answers from massive document collections, compares plain keyword search and pure LLM chat, and presents a hybrid Retrieval‑Augmented Generation solution built with open‑source components, detailing architecture, hybrid retrieval, prompt engineering, deployment, performance tuning, and common pitfalls.

ElasticsearchHybrid RetrievalPrompt Engineering
0 likes · 12 min read
How to Build an Enterprise‑Grade Intelligent Document QA System with Everything plus RAG
IT Services Circle
IT Services Circle
Dec 20, 2025 · Fundamentals

10 Common Python String Pitfalls Every Developer Should Avoid

This article enumerates ten classic mistakes when handling Python strings—covering immutability, identity vs equality, truthiness of empty values, misuse of strip and split, Unicode length, performance of concatenation, encoding issues, and trailing backslashes—to help developers write safer, more efficient code.

ComparisonImmutablePitfalls
0 likes · 7 min read
10 Common Python String Pitfalls Every Developer Should Avoid
MaGe Linux Operations
MaGe Linux Operations
Dec 19, 2025 · Artificial Intelligence

Boost vLLM Inference Throughput by 40% with Three Simple Config Tweaks

After discovering that only a few vLLM settings truly impact performance, this guide details how adjusting gpu_memory_utilization, max_num_batched_tokens, and enabling chunked prefill can raise Qwen2.5‑72B‑Instruct throughput from ~1800 to over 2500 tokens/s, improve latency, and provides comprehensive deployment, monitoring, and troubleshooting instructions.

DockerGPUInference Optimization
0 likes · 30 min read
Boost vLLM Inference Throughput by 40% with Three Simple Config Tweaks
Data STUDIO
Data STUDIO
Dec 19, 2025 · Frontend Development

5 Python GUI Libraries That Make UI Development Fun (Beyond Tkinter)

Tired of Tkinter’s dated look, this article evaluates five modern Python GUI toolkits—PyQt6, Dear PyGui, Flet, Textual, and CustomTkinter—by outlining their core features, code snippets, ideal use‑cases, and a decision matrix to help you choose the most suitable framework for desktop, web, or terminal interfaces.

CustomTkinterDear PyGuiFlet
0 likes · 18 min read
5 Python GUI Libraries That Make UI Development Fun (Beyond Tkinter)
Data STUDIO
Data STUDIO
Dec 18, 2025 · Fundamentals

10 Essential Python Standard Library Modules You Should Use Today

After a senior engineer pointed out that a custom task scheduler could be replaced by Python’s built‑in graphlib, the author explored the standard library and discovered ten modules—dis, singledispatch, ast, atexit, sys.settrace, tomllib, graphlib, heapq, secrets, and shutil—that simplify debugging, code organization, security, and cross‑platform file handling.

PythonStandard Librarydis
0 likes · 16 min read
10 Essential Python Standard Library Modules You Should Use Today
Fun with Large Models
Fun with Large Models
Dec 17, 2025 · Artificial Intelligence

Quick Guide to LangGraph 1.0: Core Concepts, Nodes, and Edges

This article introduces LangGraph 1.0 as a programming‑language‑style framework for AI agents, explains its core abstractions—State, Node, Edge, Reducer, and Human‑in‑the‑Loop—shows how to define state and node functions, builds simple and parallel graphs with static, conditional, and MapReduce edges, and demonstrates conflict‑resolution using built‑in and custom reducers.

AI agentsGraph WorkflowLangChain
0 likes · 17 min read
Quick Guide to LangGraph 1.0: Core Concepts, Nodes, and Edges
Sohu Tech Products
Sohu Tech Products
Dec 17, 2025 · Artificial Intelligence

How We Cut Vision Transformer Inference Latency from 53 ms to 8 ms

Facing 53.64 ms per‑image latency in a Flask‑served Vision Transformer classifier, we iteratively optimized the pipeline—switching to ONNX Runtime, leveraging TensorRT, replacing Pillow with OpenCV, eliminating URL downloads, and finally batching requests—reducing average server‑side processing to 8.34 ms, a 6.4× speedup.

BatchingFlaskONNX
0 likes · 28 min read
How We Cut Vision Transformer Inference Latency from 53 ms to 8 ms
ShiZhen AI
ShiZhen AI
Dec 17, 2025 · Artificial Intelligence

Step-by-Step Guide: Train a Lerobot Robotic Arm from Scratch on GPUFree

This tutorial walks you through renting a GPUFree RTX 4090 cloud instance, uploading your Lerobot dataset, launching training via a lightweight Flask web UI, automatically shutting down the server, and downloading the trained model, all with detailed code snippets and practical tips.

AI trainingFlaskGPUFree
0 likes · 11 min read
Step-by-Step Guide: Train a Lerobot Robotic Arm from Scratch on GPUFree
Qborfy AI
Qborfy AI
Dec 17, 2025 · Artificial Intelligence

Unlocking AI Integration: A Hands‑On Guide to the Model Context Protocol (MCP)

The article introduces the Model Context Protocol (MCP), an open Anthropic standard that creates a secure, standardized, bidirectional bridge between large language models and external tools, then walks through its architecture, core components, Python server and client code, OpenAI integration, usage flow, ecosystem and future outlook.

AI integrationJSON-RPCMCP
0 likes · 8 min read
Unlocking AI Integration: A Hands‑On Guide to the Model Context Protocol (MCP)
Qborfy AI
Qborfy AI
Dec 16, 2025 · Artificial Intelligence

Mastering AI Function Calling: Turn LLMs into Actionable Assistants

Function Calling lets large language models invoke external tools or APIs during a conversation, transforming them from passive responders into proactive assistants; this guide explains the concept, workflow, and practical implementations with weather, parallel queries, and stock price examples using OpenAI’s Python SDK.

AI Function CallingChatbotLLM
0 likes · 9 min read
Mastering AI Function Calling: Turn LLMs into Actionable Assistants
Efficient Ops
Efficient Ops
Dec 15, 2025 · Operations

Mastering nvitop: Interactive NVIDIA GPU Monitoring and Management

This guide introduces nvitop, an interactive NVIDIA‑GPU process viewer and resource manager, explains its key features, shows how to install it via uvx/pipx, demonstrates basic device and process commands as well as the real‑time monitoring mode, and provides troubleshooting tips for common issues.

CLIGPU monitoringLinux
0 likes · 5 min read
Mastering nvitop: Interactive NVIDIA GPU Monitoring and Management
Tencent Technical Engineering
Tencent Technical Engineering
Dec 15, 2025 · Artificial Intelligence

How to Add Human‑in‑the‑Loop Interrupts to LangGraph Agents for Safe, Controllable AI Workflows

This guide explains the concept of human‑in‑the‑loop (HITL) interruptions in LangGraph, outlines the core mechanisms such as persistent state and dynamic/static interrupts, and provides detailed Python examples for four classic patterns—approval/rejection, state editing, tool‑call review, and input validation—plus advanced topics like parallel interrupts and MCP‑based tool integration.

AI agentsHuman-in-the-LoopLangGraph
0 likes · 35 min read
How to Add Human‑in‑the‑Loop Interrupts to LangGraph Agents for Safe, Controllable AI Workflows
Data STUDIO
Data STUDIO
Dec 15, 2025 · Fundamentals

Stop reinventing the wheel: 9 Python libraries that can triple your efficiency

The article introduces nine powerful Python libraries—Boltons, Pydash, funcy, glom, furl, Cachier, Python‑Levenshtein, Plumbum, and Hydra—explaining why each is needed, highlighting core capabilities, showing concrete code examples, and recommending practical use‑cases to dramatically speed up everyday scripting and data‑processing tasks.

ConfigurationPythonautomation
0 likes · 18 min read
Stop reinventing the wheel: 9 Python libraries that can triple your efficiency
Tencent Technical Engineering
Tencent Technical Engineering
Dec 8, 2025 · Artificial Intelligence

Building Persistent Long‑Term Memory for LLM Agents with LangGraph – A Complete Guide

This article explains how to give large language model agents lasting memory by combining short‑term and long‑term storage in LangGraph, covering concepts, implementation details, database persistence, tool integration, semantic search, memory‑management strategies, checkpoint handling, and a multi‑agent supervisor example.

Agent MemoryLLMLangGraph
0 likes · 43 min read
Building Persistent Long‑Term Memory for LLM Agents with LangGraph – A Complete Guide