177 related articles

India's largest OTA platform MakeMyTrip uses WebMCP to standardize AI Agent interactions with web apps, replacing fragile DOM scraping with natural language-driven test automation and simplified complex booking scenarios.

India's largest OTA platform MakeMyTrip uses WebMCP to standardize AI Agent interaction with web apps, solving DOM scraping fragility, enabling natural language test automation, and simplifying complex international flight bookings.

A systematic guide to AI Agent development across four stages: LLM fundamentals, ReAct paradigm, memory & tools, and multi-agent collaboration for developers.

A detailed guide on building a full-process HR recruitment Workflow Agent with Spring AI Alibaba Graph, covering resume parsing, multi-dimensional screening, tiered questions, human-in-the-loop, and state rollback.

Agent Skills is a lightweight open-source format that extends AI agent capabilities with plug-and-play skill packages. This article dives deep into the Skills architecture, progressive disclosure, and how it differs from Multi-Agent design.

Agent Skills is a lightweight open-source format that extends AI agent capabilities via plug-and-play skill packages. Learn its architecture, progressive disclosure, and how it differs from Multi-Agent.

How a Bilibili creator used AI Agent, MCP, and Playwright to build a JLCEDA local netlist analysis plugin from scratch—covering features, setup, and the full Agent-driven dev process.

Get started with Claude Code from scratch: detailed Windows installation, environment variable setup, China network bypass, and connecting to free Alibaba Cloud Bailian models—plus the three working modes.

AI aggregator platforms promise one interface for GPT, Claude, Gemini, DeepSeek & more. This deep-dive covers core features, real value, data security risks, and safer alternatives.

Enterprise AI/LLM roles now demand engineering skills: streaming recovery, high concurrency, multi-tenancy, LLM gateways, Langfuse observability, and evaluation platforms. Master these 8 core competencies.
sqlite-utils 4.1 Released: The --code …
sqlite-utils 4.1 brings practical new features: the --code option for generating rows with Python, field type overrides fixing leading-zero ZIP codes, STRICT table mode switching, drop-index, and more. A deep dive into each design and the AI-assisted dev workflow.

A developer fine-tunes a small model with LoRA to extract conversation state, tackling the LLM long-conversation memory problem. A deep dive into the technical approach, dataset design, and the real trade-offs between fine-tuning and prompt engineering.

A systematic roadmap from LangChain and LangGraph to multi-agent development, covering RAG, Tool Calling, MCP, and more, helping developers break into AI app development.

Cheap Cursor tools hide ban risks and privacy traps. Learn how client tampering and API relays create vulnerabilities, and how to identify trustworthy tools.

OpenAI Codex is more than a coding tool—it's an AI agent that writes code, makes slides, and operates browsers. This guide covers its four versions, permission modes, plugins, automation, and six best practices.

Real Reddit user rants reveal AI subscription pain points: Claude, Sol, and other tools consume usage at wildly different rates—does faster mean pricier? A deep dive into AI billing logic, usage transparency, and platform trust.

AI Agents in production face systemic dependency drift risks — model updates silently change outputs and silent failures are hard to detect. Learn detection strategies, hidden costs, and engineering practices.

Build a production AI voice agent with Claude Code + Telnyx single-stack — no code needed, live phone number in 5 minutes. Covers 5 business scenarios including appointment booking, lead qualification, and support triage.

In-depth analysis of Claude Code customization methodology: from access, knowledge injection to tooling. Master context window management, zero-overhead Hooks, and MCP & Skills plugin primitives to build a scalable AI software engineering workflow.

A RAG pipeline crashed three times due to inter-stage data format mismatches. Learn how JSON Schema and Pydantic explicit contracts turn fragile AI pipelines into maintainable systems.