Tagged articles
5000 articles
Page 2 of 50
Su San Talks Tech
Su San Talks Tech
Apr 8, 2026 · Artificial Intelligence

Master Claude API: From Setup to Advanced RAG, Prompts, and Streaming

This comprehensive guide walks you through Claude Code model selection, API authentication, request construction, multi‑turn conversation handling, system prompts, temperature tuning, streaming responses, and clean JSON extraction, providing practical Python examples for building robust AI‑powered applications.

AI DevelopmentAnthropicClaude API
0 likes · 28 min read
Master Claude API: From Setup to Advanced RAG, Prompts, and Streaming
Java One
Java One
Apr 8, 2026 · Artificial Intelligence

Master Claude API: From Model Selection to Streaming Responses

This guide walks you through Claude Code model choices, secure API key handling, Python SDK setup, request construction, multi‑turn conversation management, system prompts, temperature tuning, response streaming, and extracting clean structured data such as JSON, all with practical code examples and diagrams.

Claude APIMulti-turn ConversationPrompt engineering
0 likes · 31 min read
Master Claude API: From Model Selection to Streaming Responses
Architect's Tech Stack
Architect's Tech Stack
Apr 7, 2026 · Artificial Intelligence

How to Build a Colleague‑Mimicking AI Agent with Claude Code

This article introduces the open‑source "colleague‑skill" project, explains how it parses chat logs and documents into reusable AI skills that emulate a coworker's tone and behavior in Claude Code, and provides detailed usage examples, installation steps, and practical considerations.

AI AgentClaudeLLM
0 likes · 5 min read
How to Build a Colleague‑Mimicking AI Agent with Claude Code
PaperAgent
PaperAgent
Apr 7, 2026 · Artificial Intelligence

Unlock Production‑Grade AI Agents with the OpenHarness Python Framework

This article introduces OpenHarness, an open‑source Python implementation that simplifies building production‑level AI agents by providing lightweight core infrastructure, detailed feature breakdown, architecture overview, and sample code to help researchers and developers understand and create custom intelligent agents.

Agent ArchitectureFrameworkPython
0 likes · 5 min read
Unlock Production‑Grade AI Agents with the OpenHarness Python Framework
Geek Labs
Geek Labs
Apr 7, 2026 · Artificial Intelligence

Three Open‑Source Projects to Master Claude Code

The article highlights three notable GitHub projects—claurst, claw-code-parity, and ai-agent-deep-dive—each offering a distinct approach to Claude Code, from a Rust clean‑room reimplementation and self‑bootstrapping, to a rapid 48‑hour parity rewrite, and a deep architectural analysis with a minimal Python agent.

AI AgentClaude CodePython
0 likes · 6 min read
Three Open‑Source Projects to Master Claude Code
PaperAgent
PaperAgent
Apr 6, 2026 · Artificial Intelligence

Unlock AI Agents’ “Aha Moments” with AutoHarness – A Lightweight Governance Framework

This article introduces AutoHarness, an open‑source lightweight governance framework that gives AI agents their critical “aha moment” by handling context, tool governance, cost, observability, and session persistence, and provides a concise installation guide, code examples, and a six‑step pipeline architecture.

AutoHarnessGovernance FrameworkLLM
0 likes · 4 min read
Unlock AI Agents’ “Aha Moments” with AutoHarness – A Lightweight Governance Framework
Test Development Learning Exchange
Test Development Learning Exchange
Apr 6, 2026 · Backend Development

15 Ready‑to‑Use API Testing Templates with Full Pytest Code Samples

This article provides a comprehensive collection of fifteen reusable API testing templates covering CRUD operations, authentication, idempotency, file upload security, pagination, WebSocket communication, rate limiting, GraphQL, gRPC, OpenAPI contracts, i18n, caching, circuit breaking, data masking, and version compatibility, each accompanied by ready‑to‑run pytest code examples.

API testingBackendPython
0 likes · 14 min read
15 Ready‑to‑Use API Testing Templates with Full Pytest Code Samples
AI Tech Publishing
AI Tech Publishing
Apr 6, 2026 · Artificial Intelligence

Six Core Components of a Coding Agent Explained with Code

The article systematically breaks down the six essential building blocks of a programming agent—live repository context, prompt shape and cache reuse, structured tool access and validation, context reduction, structured session memory, and bounded sub‑agent delegation—illustrated with a Mini Coding Agent implementation and comparisons to Claude Code, Codex, and OpenClaw.

Coding AgentLLMPrompt Caching
0 likes · 15 min read
Six Core Components of a Coding Agent Explained with Code
PaperAgent
PaperAgent
Apr 4, 2026 · Artificial Intelligence

Accelerate Research 10× with Academic-Search: Open‑Source AI Literature Retrieval

Academic‑Search is an open‑source AI‑powered literature retrieval skill that unifies multi‑platform search, deduplication, citation tracking, BibTeX export, PDF download, and code completion, dramatically accelerating research workflows by up to ten times while integrating smoothly with agents like AutoGPT and LangChain.

AI literature searchLLM integrationPython
0 likes · 10 min read
Accelerate Research 10× with Academic-Search: Open‑Source AI Literature Retrieval
Black & White Path
Black & White Path
Apr 4, 2026 · Backend Development

Building a Stable OpenClaw Workflow: Turning Ambiguous Prompts into Program Calls

The article explains how ambiguous natural‑language prompts cause unstable AI behavior and proposes a workflow where deterministic tasks are encapsulated in stable Python programs exposed as APIs, letting OpenClaw agents call them for reliable news fetching and email management while saving tokens and simplifying debugging.

APIAgent orchestrationOpenClaw
0 likes · 13 min read
Building a Stable OpenClaw Workflow: Turning Ambiguous Prompts into Program Calls
Fun with Large Models
Fun with Large Models
Apr 3, 2026 · Artificial Intelligence

Fast Guide to LangChain DeepAgents: How SubAgents Work

This article explains DeepAgents SubAgent mechanisms, showing how context isolation and task division improve complex agent workflows, details two creation methods (dictionary‑based and compiled), demonstrates a search‑and‑report demo, and outlines suitable and unsuitable scenarios with practical code examples.

AI agentsDeepAgentsLangChain
0 likes · 15 min read
Fast Guide to LangChain DeepAgents: How SubAgents Work
IT Services Circle
IT Services Circle
Apr 3, 2026 · Operations

Turn Millions of Log Lines into Actionable Data with 6 Python Tools in 10 Minutes

This article shows how to replace manual grep searches on massive log files with six Python libraries—pygrok, drain3, datasketch, rapidfuzz, duckdb, and adtk—providing structured parsing, automatic clustering, near‑duplicate detection, fuzzy matching, SQL querying, and time‑series anomaly detection, all illustrated with real code examples and practical tips.

DuckDBPythonadtk
0 likes · 12 min read
Turn Millions of Log Lines into Actionable Data with 6 Python Tools in 10 Minutes
Big Data Technology & Architecture
Big Data Technology & Architecture
Apr 3, 2026 · Industry Insights

Why Daft, Ray, and Lance Are Redefining Multimodal Data Pipelines

This article analyzes how the Daft‑Ray‑Lance stack tackles the challenges of multimodal AI workloads by offering a high‑performance Rust engine, adaptive back‑pressure, seamless Ray‑based distributed scheduling, and a storage format optimized for random access, vector indexing, and zero‑copy schema evolution, complete with benchmark comparisons and practical deployment guidance.

DaftLanceMultimodal Data
0 likes · 21 min read
Why Daft, Ray, and Lance Are Redefining Multimodal Data Pipelines
AI Architecture Path
AI Architecture Path
Apr 3, 2026 · Artificial Intelligence

How Claw Code Rewrites Claude Code: A Clean‑Room, Open‑Source AI Agent Framework

This article dissects the open‑source Claw Code project—its clean‑room development origins, three‑layer architecture, Python‑and‑Rust implementation, rapid‑start commands, legal compliance advantages over Claude Code, and the scenarios where developers can adopt this lightweight AI agent framework.

AI agentsClaude CodeClaw Code
0 likes · 10 min read
How Claw Code Rewrites Claude Code: A Clean‑Room, Open‑Source AI Agent Framework
AI Architecture Hub
AI Architecture Hub
Apr 3, 2026 · Artificial Intelligence

Build Your First Real AI Agent: Step‑by‑Step Guide for Beginners

This tutorial walks you through creating a functional AI agent that can receive goals, plan steps, invoke tools, and iterate until task completion, covering environment setup, core loop implementation, tool integration, error handling, and testing without requiring prior programming experience.

AI AgentAutonomous LoopClaude API
0 likes · 9 min read
Build Your First Real AI Agent: Step‑by‑Step Guide for Beginners
Data Party THU
Data Party THU
Apr 2, 2026 · Backend Development

9 Essential Python Libraries That Boost Production Code Efficiency

This article introduces nine practical Python libraries—glom, boltons, beartype, result, whenever, pyinstrument, dirty‑equals, stamina, and pyfunctional—that address common development pain points such as nested data handling, missing standard‑library features, runtime type safety, error handling, timezone bugs, performance profiling, robust testing, retry logic, and functional pipelines, providing production‑ready solutions with concise examples.

Code ExamplesPythonlibraries
0 likes · 16 min read
9 Essential Python Libraries That Boost Production Code Efficiency
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Apr 1, 2026 · Artificial Intelligence

Build an AI Agent Harness from Scratch: Deep Dive into Claude Code Architecture

This article walks developers through the learn-claude-code project, teaching them how to construct a Claude‑style AI Agent Harness by covering twelve progressive lessons, core concepts such as agents, harnesses, sub‑agents, context compression, task management, and providing runnable Python examples and architectural diagrams.

AI AgentAgent HarnessClaude Code
0 likes · 13 min read
Build an AI Agent Harness from Scratch: Deep Dive into Claude Code Architecture
DeepHub IMBA
DeepHub IMBA
Apr 1, 2026 · Fundamentals

10 Overlooked Pandas Vectorized Tricks That Boost Performance

The article presents ten built‑in Pandas vectorized operations—such as np.select, assign, cut/qcut, melt/pivot_table, describe, query, transform, to_datetime, explode, and string accessor methods—showing concise one‑liners, their verbose equivalents, and the typical speed gains they deliver on large DataFrames.

NumPyPythondata manipulation
0 likes · 12 min read
10 Overlooked Pandas Vectorized Tricks That Boost Performance
Data STUDIO
Data STUDIO
Apr 1, 2026 · Artificial Intelligence

Blackboard System: Enabling Dynamic Collaboration Among Expert AI Agents

This article compares a rigid sequential multi‑agent pipeline with a flexible blackboard architecture, showing how shared memory and a dynamic controller let specialist AI agents cooperate opportunistically, obey conditional user instructions, and achieve higher efficiency and instruction‑following scores.

Blackboard SystemDynamic SchedulingLLM
0 likes · 21 min read
Blackboard System: Enabling Dynamic Collaboration Among Expert AI Agents
Data STUDIO
Data STUDIO
Apr 1, 2026 · Backend Development

10 Advanced Pydantic Tricks to Strengthen FastAPI Request Validation

The article shows how Pydantic’s default type coercion can silently accept malformed data—dangerous for payment APIs—and presents ten advanced techniques, including strict mode, field constraints, separate create/update/response models, cross‑field validators, custom error handling, reusable types, extra‑field forbidding, nested models, computed fields, and discriminated unions, to enforce robust FastAPI request validation.

API SecurityBackendFastAPI
0 likes · 19 min read
10 Advanced Pydantic Tricks to Strengthen FastAPI Request Validation
dbaplus Community
dbaplus Community
Mar 31, 2026 · Industry Insights

Why Most Data Governance Projects Fail and How to Build a Practical, Engineer‑Friendly Solution

Most companies see data governance fail not because of technology but because they start with the wrong direction, focusing on rules, platforms, and processes that add friction instead of improving data usability, and the article provides a step‑by‑step, low‑overhead approach with concrete SQL and Python templates to fix it.

Data GovernanceEngineering ProductivityPython
0 likes · 25 min read
Why Most Data Governance Projects Fail and How to Build a Practical, Engineer‑Friendly Solution
Senior Tony
Senior Tony
Mar 31, 2026 · Artificial Intelligence

Build and Debug LangGraph Workflows with Alibaba Qwen in Minutes

This article walks through creating a LangGraph workflow in Python, first using OpenAI’s GPT‑5‑nano model, then swapping to Alibaba’s Qwen 3.5‑plus model, showing how to suppress warnings, filter out thinking responses, visualize the graph, and troubleshoot common errors, all without any prior AI coding experience.

AI workflowAlibaba QwenLLM
0 likes · 8 min read
Build and Debug LangGraph Workflows with Alibaba Qwen in Minutes
Qborfy AI
Qborfy AI
Mar 31, 2026 · Artificial Intelligence

Mastering AI Agents with the Plan-and-Solve Design Pattern

The article introduces the Plan-and-Solve design pattern for AI agents, explaining how separating planning and execution improves handling of complex tasks, compares it with ReAct, provides detailed workflow diagrams, concrete examples such as weekly report generation, and offers a full Python implementation with dynamic replanning and result aggregation.

AI agentsAgent DesignLLM
0 likes · 14 min read
Mastering AI Agents with the Plan-and-Solve Design Pattern
Data STUDIO
Data STUDIO
Mar 31, 2026 · Fundamentals

Why Using = in Python Can Delete Your Data: Common Copy Pitfalls Explained

The article reveals how the Python assignment operator creates references instead of copies, leading to accidental data loss, and walks through safe copying techniques (.copy(), list(), [:]) with concrete examples, performance benchmarks, and guidance for nested structures.

Pythonassignmentdeep copy
0 likes · 8 min read
Why Using = in Python Can Delete Your Data: Common Copy Pitfalls Explained
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Mar 31, 2026 · Information Security

Securing LLM Code Interpreter: Sandbox Strategies and Real‑World Pitfalls

This article examines why RAG systems need a Code Interpreter, explains the dangers of executing LLM‑generated code with exec(), and presents three sandbox designs—restricted exec, Docker containers, and E2B cloud sandboxes—along with whitelist/blacklist rules, an eight‑step execution flow, and practical lessons learned from production deployment.

Code InterpreterDockerLLM
0 likes · 26 min read
Securing LLM Code Interpreter: Sandbox Strategies and Real‑World Pitfalls
Lisa Notes
Lisa Notes
Mar 31, 2026 · Fundamentals

Python Basics: Common String and List Operations with Code Examples

This learning note demonstrates essential Python list and string techniques, including list concatenation with '+', membership testing using 'in' and 'not in', and various slicing methods, all illustrated with concrete code snippets and their output.

Code ExamplesListPython
0 likes · 3 min read
Python Basics: Common String and List Operations with Code Examples
AI Waka
AI Waka
Mar 30, 2026 · Artificial Intelligence

Exploring Deep Agents: An Open‑Source Alternative to Claude Code for Coding AI Agents

Deep Agents, an open‑source framework built on LangChain and LangGraph, provides a ready‑to‑use agent harness with planning, file‑system tools, sandboxed shell access, sub‑agents, automatic context management, and built‑in observability for Python and TypeScript developers seeking a flexible replacement for Claude Code.

AI automationDeepAgentsLangChain
0 likes · 9 min read
Exploring Deep Agents: An Open‑Source Alternative to Claude Code for Coding AI Agents
Data STUDIO
Data STUDIO
Mar 30, 2026 · Artificial Intelligence

Why a Single AI Falls Short: Building a Multi‑Agent Expert Team for Superior Reports

The article demonstrates how a monolithic LLM struggles with multi‑dimensional market analysis and shows, through step‑by‑step code, how assembling specialized AI agents for news, technical and financial analysis yields clearer structure, deeper insight, and higher evaluation scores.

AI ArchitectureLLM evaluationLangChain
0 likes · 17 min read
Why a Single AI Falls Short: Building a Multi‑Agent Expert Team for Superior Reports
Su San Talks Tech
Su San Talks Tech
Mar 30, 2026 · Artificial Intelligence

Mastering LLM Function Calling: Theory, Workflow, and Hands‑On Code

This article explains the fundamentals of large‑model function calling, why it’s needed to bridge language models with real‑world tools, and provides a step‑by‑step implementation in Python—including tool definition, intent extraction, local execution, and result integration—complete with code samples and diagrams.

AI AgentAPIFunction Calling
0 likes · 11 min read
Mastering LLM Function Calling: Theory, Workflow, and Hands‑On Code
Lisa Notes
Lisa Notes
Mar 30, 2026 · Fundamentals

Python Basics: Common Strings and an Introduction to Lists

This tutorial note walks through Python variables, demonstrates how lists can store multiple heterogeneous items, explains list declaration, indexing, modification, and shows two ways to iterate over a list with concrete code examples and their output.

ListsPythonStrings
0 likes · 3 min read
Python Basics: Common Strings and an Introduction to Lists
Geek Labs
Geek Labs
Mar 30, 2026 · Artificial Intelligence

Open-Source AI Tool for End-to-End Short Video Production

MoneyPrinterTurbo is a feature‑rich open‑source AI video generator that lets users batch‑create short videos with automatic voiceover, subtitles and background music, supporting multiple aspect ratios, detailed hardware and environment requirements, step‑by‑step installation, cost analysis, real‑world use cases and FAQs.

AI video generationAzure TTSMoneyPrinterTurbo
0 likes · 10 min read
Open-Source AI Tool for End-to-End Short Video Production
Lisa Notes
Lisa Notes
Mar 29, 2026 · Fundamentals

Python String Formatting: % Placeholders vs f‑Strings Explained

This tutorial walks through Python's two main string formatting techniques—classic % placeholders and modern f‑strings—detailing specifiers like %d, %f, %s, %.2f, and providing concrete code examples that show how each method formats name, age, and salary variables.

PythonTutorialf-strings
0 likes · 3 min read
Python String Formatting: % Placeholders vs f‑Strings Explained
Java One
Java One
Mar 28, 2026 · Artificial Intelligence

Building a Vector‑Free RAG System with Hierarchical Page Indexing

This guide explains how to create a retrieval‑augmented generation (RAG) system that avoids embeddings by converting documents into a hierarchical tree, using an LLM to navigate, summarize, and retrieve answers, complete with a full Python implementation and a GitHub repository.

Hierarchical IndexingLLMPython
0 likes · 15 min read
Building a Vector‑Free RAG System with Hierarchical Page Indexing
AI Tech Publishing
AI Tech Publishing
Mar 28, 2026 · Artificial Intelligence

Designing Agent Memory Systems: Four Types, Three Strategies, and Full Python Implementation

This article breaks down agentic memory into four distinct types—In‑context, External, Episodic, and Semantic/Parametric—explains three forgetting strategies (time decay, importance scoring, periodic consolidation), shows how memory flows through an agent loop, and provides complete Python code using OpenAI embeddings and ChromaDB for a production‑ready memory layer.

Agent MemoryChromaDBLLM
0 likes · 22 min read
Designing Agent Memory Systems: Four Types, Three Strategies, and Full Python Implementation
Test Development Learning Exchange
Test Development Learning Exchange
Mar 27, 2026 · Operations

From Script Writing to Quality Architecture: A Python Test Engineer’s Roadmap

This guide outlines a systematic career roadmap for Python test engineers, moving from basic script writing to building a comprehensive quality architecture through engineering mindset, strategy design, data‑driven metrics, and technical depth, complete with practical 30/60/90‑day plans and common pitfalls.

Data‑Driven TestingPythonQuality Engineering
0 likes · 10 min read
From Script Writing to Quality Architecture: A Python Test Engineer’s Roadmap
AI Explorer
AI Explorer
Mar 27, 2026 · Artificial Intelligence

MoneyPrinterTurbo: One‑Click AI to Generate HD Short Videos from a Topic

MoneyPrinterTurbo, an open‑source Python project, uses multiple large‑model APIs to automatically generate scripts, fetch royalty‑free footage, synthesize speech, add subtitles and music, and render HD short videos with a single click, targeting creators, marketers, SMEs, developers, and educators.

AI video generationMVCPython
0 likes · 6 min read
MoneyPrinterTurbo: One‑Click AI to Generate HD Short Videos from a Topic
Data STUDIO
Data STUDIO
Mar 27, 2026 · Artificial Intelligence

Boost Agent Efficiency with Planning Architecture: A Hands‑On Comparison to ReAct

This article explains the planning architecture for AI agents, contrasts it with the ReAct approach, provides step‑by‑step Python code using LangChain and LangGraph, evaluates both methods on task completion and process efficiency, and discusses when each architecture is most suitable.

AI agentsLangChainLangGraph
0 likes · 18 min read
Boost Agent Efficiency with Planning Architecture: A Hands‑On Comparison to ReAct
Data STUDIO
Data STUDIO
Mar 27, 2026 · Operations

Struggling with Log Files? 6 Python Libraries That Turn Logs into Actionable Data

This article introduces six Python libraries—pygrok, drain3, datasketch, rapidfuzz, duckdb, and adtk—that transform massive, unstructured log streams into structured, searchable, and analyzable data, showing concrete code examples, performance gains, and practical tips for real‑world troubleshooting.

DuckDBPythonadtk
0 likes · 12 min read
Struggling with Log Files? 6 Python Libraries That Turn Logs into Actionable Data
Lisa Notes
Lisa Notes
Mar 27, 2026 · Fundamentals

Python Learning Day 60: Mastering pass, while/for Loops, break‑continue and String Operations

This tutorial‑style note walks through Python’s pass statement, the mechanics of while and for loops (including nested loops and common pitfalls), the use of break and continue, and a comprehensive overview of string creation, slicing, case conversion, searching, replacement, and encoding, all illustrated with concrete code examples and expected outputs.

PythonSlicingString Manipulation
0 likes · 23 min read
Python Learning Day 60: Mastering pass, while/for Loops, break‑continue and String Operations
Qborfy AI
Qborfy AI
Mar 26, 2026 · Artificial Intelligence

Mastering ReAct: Turn LLMs into Thoughtful, Actionable AI Agents

This article explains the ReAct (Reasoning + Acting) design pattern for large language model agents, detailing its thought‑action‑observation loop, concrete examples, prompt engineering tips, full Python implementations, common pitfalls, and references to the original Google research.

AI agentsLLMOpenAI
0 likes · 11 min read
Mastering ReAct: Turn LLMs into Thoughtful, Actionable AI Agents
AI Explorer
AI Explorer
Mar 26, 2026 · Artificial Intelligence

Reinventing Financial Trading with a Multi‑Agent LLM Framework

TradingAgents introduces a multi‑agent architecture that lets specialized LLM experts—researchers, analysts, traders and risk managers—collaborate to analyse markets, manage risk and execute trades, offering a new AI‑driven collaboration paradigm for quantitative finance while providing explainable decisions and enterprise‑grade stability.

AI CollaborationFinancial AILLM
0 likes · 6 min read
Reinventing Financial Trading with a Multi‑Agent LLM Framework
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Mar 26, 2026 · Artificial Intelligence

How to Build a Full‑Stack RAG Chatbot Using LangChain, FAISS & Langfuse

This guide walks through an end‑to‑end RAG implementation with LangChain, covering multi‑format document loading, recursive text splitting, embedding selection, FAISS vector storage, ConversationalRetrievalChain setup, prompt engineering, source citation, Langfuse observability, and best‑practice configuration management.

FAISSLLMOpsLangChain
0 likes · 13 min read
How to Build a Full‑Stack RAG Chatbot Using LangChain, FAISS & Langfuse
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Mar 26, 2026 · Fundamentals

Boost Your Learning 10×: Master Git, Python, and Java Through Gamified Play

This article introduces three free, open‑source gamified platforms—Oh My Git, CodeCombat, and Codepip—detailing their core features, level designs, and learning outcomes for Git version control, programming languages, and CSS/HTML, and provides a side‑by‑side comparison to help developers, students, and even children choose the best tool.

GitPythonbackend-development
0 likes · 8 min read
Boost Your Learning 10×: Master Git, Python, and Java Through Gamified Play
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Mar 26, 2026 · Artificial Intelligence

Why Hybrid Retrieval Beats Pure Vector Search: BM25, RRF, and Real‑World Gains

This article explains why combining BM25 with dense vector search using Reciprocal Rank Fusion (RRF) improves recall for both exact‑term and semantic queries in a financial‑insurance document corpus, details the underlying algorithms, parameter choices such as k=60, provides Python implementations, and shows measurable performance gains in production.

BM25FAISSHybrid Retrieval
0 likes · 28 min read
Why Hybrid Retrieval Beats Pure Vector Search: BM25, RRF, and Real‑World Gains
Data STUDIO
Data STUDIO
Mar 26, 2026 · Operations

10 Open‑Source Python Tools That Replace Paid SaaS Apps

The article presents ten Python libraries—pikepdf, Playwright, pdf2image + pytesseract, moviepy, pydub + ffmpeg, reportlab, yt‑dlp, watchdog, pyvirtualcam, and rich + textual—each with code samples, runtime requirements, complexity analysis, practical tips, and common pitfalls, showing how they can substitute costly commercial software while offering greater control, privacy, and customization.

Audio ProcessingFile MonitoringOCR
0 likes · 19 min read
10 Open‑Source Python Tools That Replace Paid SaaS Apps
Shi's AI Notebook
Shi's AI Notebook
Mar 25, 2026 · Information Security

LiteLLM Compromised in 46 Minutes: Inside the 47,000‑Download Supply‑Chain Attack

In March 2026, attackers hijacked the official PyPI maintainer account of LiteLLM, released two malicious versions that were downloaded 46,996 times in 46 minutes, exfiltrated credentials, launched a fork‑bomb, and demonstrated how unpinned dependencies and .pth files can turn a simple package install into a full‑scale supply‑chain breach.

KubernetesLiteLLMPyPI
0 likes · 12 min read
LiteLLM Compromised in 46 Minutes: Inside the 47,000‑Download Supply‑Chain Attack
Test Development Learning Exchange
Test Development Learning Exchange
Mar 25, 2026 · Backend Development

10 Hidden Pitfalls in Python Test Automation and How to Fix Them

This guide identifies ten common yet subtle traps that undermine Python test automation—such as using time.sleep, hard‑coded data, over‑mocking, weak assertions, environment mismatches, implicit dependencies, poor logging, ignored non‑functional requirements, coverage obsession, and lack of maintenance—and provides concrete, actionable solutions to build a robust, maintainable testing suite.

PythonSeleniumbest practices
0 likes · 11 min read
10 Hidden Pitfalls in Python Test Automation and How to Fix Them
21CTO
21CTO
Mar 25, 2026 · Information Security

How a Supply‑Chain Attack Compromised LiteLLM and Stole Every Credential

A supply‑chain breach of the popular LiteLLM Python library injected malicious .pth files that silently harvest SSH keys, cloud credentials, and other secrets, deploy persistent backdoors, and spread through downstream packages, prompting urgent detection and remediation steps for developers.

Credential TheftDevOps SecurityLiteLLM
0 likes · 8 min read
How a Supply‑Chain Attack Compromised LiteLLM and Stole Every Credential
Data STUDIO
Data STUDIO
Mar 25, 2026 · Artificial Intelligence

Reflection Mode: Letting AI Act as Its Own Code Reviewer

This article introduces the Reflection mode—a generate‑critique‑refine loop that enables large language models to self‑review and improve generated code, demonstrates a full implementation with Nebius AI Studio and LangGraph, and evaluates the approach with concrete Fibonacci examples and quantitative scoring.

AI agentsLLM self‑critiqueLangGraph
0 likes · 20 min read
Reflection Mode: Letting AI Act as Its Own Code Reviewer
AI Engineering
AI Engineering
Mar 25, 2026 · Information Security

LiteLLM Supply‑Chain Attack Exposes API Keys – What the Malicious PyPI Packages Do

The article details how compromised LiteLLM versions 1.82.7 and 1.82.8 on PyPI embed a malicious .pth file that runs on every Python start, harvests credentials, exfiltrates them via an unauthenticated endpoint, and creates Kubernetes pods for lateral movement, then provides detection and remediation steps.

Credential TheftInformation SecurityKubernetes
0 likes · 6 min read
LiteLLM Supply‑Chain Attack Exposes API Keys – What the Malicious PyPI Packages Do
Black & White Path
Black & White Path
Mar 25, 2026 · Information Security

How an AI Agent Automates Penetration Testing: A Hands‑On Walkthrough

This article details a step‑by‑step penetration test where an AI Agent on Kali Linux, invoked via the OpenClaw framework, automatically performs environment checks, deep scanning, vulnerability discovery, bulk fingerprint searching, and report generation, highlighting both its efficiencies and remaining manual decision points.

AIOpenClawPython
0 likes · 6 min read
How an AI Agent Automates Penetration Testing: A Hands‑On Walkthrough
Fun with Large Models
Fun with Large Models
Mar 25, 2026 · Artificial Intelligence

Quick Guide to LangChain DeepAgents: Core Features and Fast Onboarding

This article introduces the background and key advantages of the DeepAgents framework, explains its four core capabilities—task planning, context management, sub‑agent generation, and long‑term memory—and provides a step‑by‑step code example that builds a complex AI agent with just a few lines of Python.

AI agentsDeepAgentsLangChain
0 likes · 11 min read
Quick Guide to LangChain DeepAgents: Core Features and Fast Onboarding
AI Explorer
AI Explorer
Mar 24, 2026 · Artificial Intelligence

Revolutionizing Financial Trading with a Multi‑Agent AI Framework

TradingAgents is an open‑source Python framework that uses multiple specialized LLM agents—Analyst, Researcher, Trader, and Risk Manager—to mimic a real investment bank’s workflow, offering a more robust and explainable approach to quantitative trading and financial research.

Financial AILLMPython
0 likes · 6 min read
Revolutionizing Financial Trading with a Multi‑Agent AI Framework
AI Explorer
AI Explorer
Mar 24, 2026 · Artificial Intelligence

Can MoneyPrinterTurbo Turn AI Into a One‑Click Money Printer for Short Videos?

MoneyPrinterTurbo is an open‑source AI tool that automates the entire short‑video creation pipeline—from topic input to final HD video—offering a web UI and API, and targeting creators, developers, and AI enthusiasts with a focus on efficiency and scalability.

AI video generationMoneyPrinterTurboMultimodal AI
0 likes · 6 min read
Can MoneyPrinterTurbo Turn AI Into a One‑Click Money Printer for Short Videos?
DeepHub IMBA
DeepHub IMBA
Mar 24, 2026 · Backend Development

Dissecting the Tencent WeChat OpenClaw Plugin API and Recreating It in Pure Python

The article reverse‑engineers the @tencent‑weixin/openclaw‑weixin npm package to reveal the full ilink API (five POST JSON endpoints), explains hidden required fields, demonstrates a QR‑code login flow, and provides a complete 120‑line Python client that can send and receive messages reliably.

API reverse engineeringBotHTTP
0 likes · 17 min read
Dissecting the Tencent WeChat OpenClaw Plugin API and Recreating It in Pure Python
Data STUDIO
Data STUDIO
Mar 24, 2026 · Backend Development

7 Python Libraries That Can Transform Your Network Programming

This article reviews seven Python libraries—trio, asyncssh, zeroconf, dpkt, socketify.py, pynetdicom, and mitmproxy—explaining their core features, providing code examples, and showing how each abstracts low‑level networking complexities to enable faster, more reliable network applications.

Async IODICOMNetwork programming
0 likes · 15 min read
7 Python Libraries That Can Transform Your Network Programming
Data STUDIO
Data STUDIO
Mar 24, 2026 · Artificial Intelligence

Turn LLMs into Real Assistants: Build a Tool‑Using Agent in Minutes

This article explains why large language models alone can hallucinate, introduces the tool‑using agent architecture, and provides a step‑by‑step Python tutorial using LangChain, LangGraph, and Tavily to create, run, and evaluate a real‑time web‑search capable AI assistant.

LLMLangChainLangGraph
0 likes · 16 min read
Turn LLMs into Real Assistants: Build a Tool‑Using Agent in Minutes
Lisa Notes
Lisa Notes
Mar 24, 2026 · Fundamentals

Python String Manipulation: strip, split, and join with Examples

This tutorial demonstrates how to use Python's strip, lstrip, rstrip, split, and join functions to remove characters, divide strings, and concatenate elements, providing code snippets and the corresponding output for each operation.

JOINPythonString Manipulation
0 likes · 3 min read
Python String Manipulation: strip, split, and join with Examples
Weekly Large Model Application
Weekly Large Model Application
Mar 23, 2026 · Artificial Intelligence

Inside Step‑Audio2: End‑to‑End Multimodal Audio LLM Architecture and Deployment

This article dissects Step‑Audio2, an industrial‑grade multimodal large language model that unifies speech understanding, translation, dialogue and audio generation in a single causal LM, detailing its inference pipeline, key implementation tricks, deployment modes, strengths, limitations, and suitable application scenarios.

Multimodal LLMPythonSpeech synthesis
0 likes · 10 min read
Inside Step‑Audio2: End‑to‑End Multimodal Audio LLM Architecture and Deployment
AI Waka
AI Waka
Mar 23, 2026 · Operations

Solving Nonlinear Programs with Piecewise‑Linear Approximation in Gurobi

This article explains how to transform separable nonlinear programming models into piecewise‑linear (PWL) approximations, use SOS‑type 2 constraints, and implement the whole workflow in Python with Gurobi, illustrating the method with a portfolio‑selection example and showing how breakpoint refinement improves solution accuracy.

GurobiPythonSOS2
0 likes · 15 min read
Solving Nonlinear Programs with Piecewise‑Linear Approximation in Gurobi
Lisa Notes
Lisa Notes
Mar 23, 2026 · Fundamentals

Python String Basics: Finding Substrings and Getting Length

This tutorial demonstrates how to use Python's built-in string functions to obtain a string's length, count occurrences of a substring, convert case, and locate substrings using find, index, and rfind, with concrete code examples and expected outputs.

PythonStringcase-conversion
0 likes · 4 min read
Python String Basics: Finding Substrings and Getting Length
DeepHub IMBA
DeepHub IMBA
Mar 21, 2026 · Backend Development

9 Python libraries that dramatically improve production‑code quality

This article introduces nine third‑party Python libraries—glom, boltons, beartype, result, whenever, pyinstrument, dirty‑equals, stamina, and pyfunctional—that address recurring pain points such as nested data access, missing stdlib features, runtime type safety, error handling, timezone bugs, performance profiling, testing assertions, retry logic, and data pipelines, showing concrete code examples and practical benefits.

Pythonbeartypedirty-equals
0 likes · 15 min read
9 Python libraries that dramatically improve production‑code quality
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Mar 21, 2026 · Artificial Intelligence

Step‑by‑Step Guide to Implementing a Hybrid Retrieval Function with RRF Fusion

This article breaks down the end‑to‑end retrieval function used in a RAG system, detailing each of the five stages—from request construction, hybrid vector + BM25 search, RRF fusion, cross‑encoder reranking, to threshold filtering—and provides concrete Python code, parameter choices, and performance insights.

Cross-EncoderElasticsearchHybrid Retrieval
0 likes · 13 min read
Step‑by‑Step Guide to Implementing a Hybrid Retrieval Function with RRF Fusion
Lisa Notes
Lisa Notes
Mar 21, 2026 · Fundamentals

Python String Basics: Common Techniques and Examples

This note explains how to declare Python strings with various quotes, embed quotes inside strings, use escape sequences, and apply raw strings and f‑strings, providing clear code snippets and their outputs for each case.

Escape CharactersFormatted StringPython
0 likes · 4 min read
Python String Basics: Common Techniques and Examples
AI Architecture Path
AI Architecture Path
Mar 21, 2026 · Artificial Intelligence

Reconstructing Claude Code: A Step‑by‑Step Guide to Building AI Programming Agents

This article breaks down the Claude Code architecture into 12 progressive stages, explains the core agent loop in Python and Java, details each capability layer with code snippets, and provides a quick‑start guide—including environment setup, test runs, and a visual web platform—to help developers replicate the AI programming agent from scratch.

AI AgentAgent ArchitectureClaude Code
0 likes · 9 min read
Reconstructing Claude Code: A Step‑by‑Step Guide to Building AI Programming Agents
Data STUDIO
Data STUDIO
Mar 20, 2026 · Fundamentals

Save Up to 80% Memory in Python with 5 Built‑In Tricks

The article shows how to diagnose and dramatically cut Python’s memory usage by using built‑in tools such as sys.getsizeof, psutil, __slots__, generator expressions, memory‑mapped files (mmap) and string interning, providing concrete code examples, benchmarks and practical tips to avoid common pitfalls.

Memory OptimizationPythonString Interning
0 likes · 15 min read
Save Up to 80% Memory in Python with 5 Built‑In Tricks
Test Development Learning Exchange
Test Development Learning Exchange
Mar 19, 2026 · Backend Development

Contract‑Driven API Testing with Pydantic and JSON Schema

In fast‑changing APIs, traditional assertions break when fields change, but a dual‑engine approach using JSON Schema for structural contracts and Pydantic for business rules provides a resilient, maintainable testing solution that adapts to evolution while keeping tests focused on critical data.

API testingContract-drivenJSON Schema
0 likes · 9 min read
Contract‑Driven API Testing with Pydantic and JSON Schema
Lisa Notes
Lisa Notes
Mar 19, 2026 · Fundamentals

Python Basics: Using break, continue, and Nested Loops

This tutorial explains how break and continue control loop execution in Python, provides concrete while‑loop examples with their outputs, and demonstrates both for‑ and while‑based nested loops for printing multi‑row patterns, illustrating syntax and behavior step by step.

Pythonbreakcontinue
0 likes · 4 min read
Python Basics: Using break, continue, and Nested Loops
AI Explorer
AI Explorer
Mar 18, 2026 · Artificial Intelligence

Unlock Instant AI Agents with LangGraph‑Powered Deep Agents

Deep Agents, an open‑source framework built on LangGraph, bundles planning, file‑system tools, sub‑agent coordination and context management into a ready‑to‑run AI agent that can be launched with three lines of Python code and fully customized for diverse applications.

AI agentsAgent FrameworkDeep Agents
0 likes · 7 min read
Unlock Instant AI Agents with LangGraph‑Powered Deep Agents
Woodpecker Software Testing
Woodpecker Software Testing
Mar 18, 2026 · Operations

How Self‑Healing UI Test Scripts Boost Performance Testing Reliability

The article explains why traditional UI automation scripts break under high‑load performance testing and presents a deterministic, three‑level self‑healing framework—locator elasticity, timing adaptation, and flexible assertions—implemented with Python + Playwright in a banking transaction system, raising script stability from 41 % to 96.5 % at 5 k TPS.

JMeterPerformance TestingPlaywright
0 likes · 8 min read
How Self‑Healing UI Test Scripts Boost Performance Testing Reliability
JavaGuide
JavaGuide
Mar 18, 2026 · Artificial Intelligence

Why Build Your Own Claude Code Agent? A Step‑by‑Step Walkthrough

This article explores the Learn Claude Code website, breaking down the universal agent loop into twelve incremental versions, demonstrating language‑agnostic implementations in Python and Java, and detailing progressive capabilities—from basic tool integration to memory compression, concurrency, and multi‑agent collaboration.

AI AgentAgent LoopClaude
0 likes · 9 min read
Why Build Your Own Claude Code Agent? A Step‑by‑Step Walkthrough
Data STUDIO
Data STUDIO
Mar 18, 2026 · Artificial Intelligence

Building a Smart Web AI Agent with FastAPI, LangGraph, and MCP

This article walks through the design and implementation of a production‑ready Web AI agent that uses FastAPI as the HTTP layer, LangGraph to orchestrate multi‑step reasoning, and MCP to expose external tools, showing how to manage state, integrate multiple LLM providers, and extend the system with persistence, rate‑limiting, and monitoring.

AI AgentFastAPILLM
0 likes · 20 min read
Building a Smart Web AI Agent with FastAPI, LangGraph, and MCP
Data STUDIO
Data STUDIO
Mar 17, 2026 · Fundamentals

Boost Python Speed Hundreds‑Fold with the Codon Compiler

The article explains why Python’s interpreted nature limits performance, introduces MIT’s Codon AOT compiler that translates Python to native machine code, shows benchmark comparisons (e.g., fib(40) runs in 0.28 s vs 18 s), discusses its static‑type checking, lack of GIL, compatibility trade‑offs, and provides installation and usage instructions.

AOT compilationCodonPython
0 likes · 8 min read
Boost Python Speed Hundreds‑Fold with the Codon Compiler
Alibaba Cloud Observability
Alibaba Cloud Observability
Mar 16, 2026 · Artificial Intelligence

How LoongSuite Python Probe Simplifies AI Agent Observability

This article explains the observability challenges of modern AI agents—such as context drift, performance spikes, and opaque data semantics—and introduces the LoongSuite Python probe, an OpenTelemetry‑based, zero‑code‑change solution that automatically instruments AI workloads, provides unified GenAI semantics, and offers a three‑step quick‑start for full‑stack tracing.

AI ObservabilityGenAILoongSuite
0 likes · 14 min read
How LoongSuite Python Probe Simplifies AI Agent Observability
Model Perspective
Model Perspective
Mar 16, 2026 · Artificial Intelligence

Can AI‑Generated “Silicon Samples” Replace Real Survey Respondents?

The article explains how large language models can simulate virtual respondents—called silicon samples—to generate synthetic survey data, outlines the four fidelity criteria for evaluating their credibility, and demonstrates practical workflows with the open‑source EDSL Python library.

Artificial IntelligenceEDSLLLM
0 likes · 14 min read
Can AI‑Generated “Silicon Samples” Replace Real Survey Respondents?
Architect's Ambition
Architect's Ambition
Mar 16, 2026 · Artificial Intelligence

Understanding AI Agents: From Chatting to Getting Things Done

The article explains the four essential components of AI Agents—brain, memory, tool, and planning layers—illustrates their implementation with Python code, compares planning strategies, shares a real-world OOM fault‑diagnosis case, and lists common pitfalls to help newcomers build functional agents.

AI AgentLLMMemory Management
0 likes · 17 min read
Understanding AI Agents: From Chatting to Getting Things Done
Data STUDIO
Data STUDIO
Mar 16, 2026 · Backend Development

11 Essential Pydantic v2 Practices to Avoid Common Pitfalls

This article explains why rigorous data validation is crucial and presents eleven practical Pydantic v2 techniques—including strong typing, boundary validation, separating validation from conversion, composing small models, using Annotated and RootModel, enforcing immutability, handling circular references, writing clear errors, keeping business logic out of models, and validating all external data—to make Python code more robust and maintainable.

AnnotatedFastAPIModel Design
0 likes · 12 min read
11 Essential Pydantic v2 Practices to Avoid Common Pitfalls
Lisa Notes
Lisa Notes
Mar 16, 2026 · Fundamentals

Python Fundamentals: Using While Loops with Composite Data Types

This note explains Python's while loop, detailing its three-part structure, special considerations such as the one‑time initial condition, lack of ++/-- operators and do‑while syntax, and provides a concrete example that prints "hello world" ten times.

Control FlowLoopsPython
0 likes · 3 min read
Python Fundamentals: Using While Loops with Composite Data Types
Test Development Learning Exchange
Test Development Learning Exchange
Mar 15, 2026 · Backend Development

Build an Extensible Python Test Data Factory with Faker and Strategy Pattern

This guide presents a Python‑based, object‑oriented test data factory that leverages the Faker library and the strategy pattern to generate business‑rule‑aware, globally unique, and scenario‑driven data such as users and orders, with support for concurrency safety, extensibility, and future AI‑driven natural‑language commands.

FakerPythonStrategy Pattern
0 likes · 12 min read
Build an Extensible Python Test Data Factory with Faker and Strategy Pattern
IT Services Circle
IT Services Circle
Mar 15, 2026 · Artificial Intelligence

How PinchBench Ranks OpenClaw AI Agents Across Real‑World Tasks

The article explains OpenClaw’s rapid rise and the emerging on‑site installation business, introduces the open‑source PinchBench benchmark that evaluates large language models as OpenClaw agents on 23 real‑world tasks, presents recent ranking results, and provides step‑by‑step instructions for running the benchmark and submitting results.

AI AgentOpenClawPinchBench
0 likes · 5 min read
How PinchBench Ranks OpenClaw AI Agents Across Real‑World Tasks
Big Data Technology Tribe
Big Data Technology Tribe
Mar 15, 2026 · Databases

How to Build Distributed Scalar Indexes with Lance and Ray

This guide explains the end‑to‑end workflow for constructing a distributed scalar index in Lance by orchestrating validation, fragment sharding, worker‑level indexing via Ray, and final metadata merging, complete with code snippets and detailed step‑by‑step instructions.

DatasetsLancePython
0 likes · 12 min read
How to Build Distributed Scalar Indexes with Lance and Ray
Alibaba Cloud Native
Alibaba Cloud Native
Mar 15, 2026 · Artificial Intelligence

How LoongSuite Python Probe Brings Full‑Stack Observability to GenAI Applications

This article explains the three core challenges of AI‑agent observability—data back‑flow, inconsistent semantics, and missing end‑to‑end traces—and shows how the LoongSuite Python probe, built on OpenTelemetry, provides automatic instrumentation, unified GenAI semantics, multi‑dimensional coverage, and flexible OTLP export to simplify monitoring, debugging, and optimizing AI applications.

AI ObservabilityCloud NativeGenAI
0 likes · 15 min read
How LoongSuite Python Probe Brings Full‑Stack Observability to GenAI Applications