88 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 detailed guide on using AI Agents to build Research Logs for scientific experiments, covering skeleton structure, daily workflows, pre-experiment thinking standards, code change tracking, and Agent-researcher division of labor.

Learn how to use AI Agents to build a Research Log for scientific experiments, covering structure, daily workflows, pre-experiment thinking, code change tracking, and human-AI division of labor.
Alibaba Open-Sources Code Review Tool …
Alibaba open-sources code review tool open-code-review, using a hybrid architecture of deterministic rule pipelines and LLM Agents. Supports line-level comments, OpenAI/Anthropic APIs, battle-tested at Alibaba scale, written in Go, fully free and open-source.

A data-deletion disaster reveals the biggest AI Agent risk: the problem isn't the model, it's Harness design. Learn context management, process standards, and permission isolation.

Skip the dry theory and get hands-on! This article demonstrates step by step how to build a working AI Agent from scratch in 30 minutes using AI coding tools—covering the agent skeleton, tool system, memory mechanism, Flask web UI, and DeepSeek API integration.

Google's Addy Osmani at AI Engineer conference: as AI agents outpace human review, engineers' core value lies in the "verdict" — deciding what's worth building and owning outcomes.
Brainless: An AI-Native UI Component L…
Brainless is an open-source UI component library built on Shadcn/ui, offering Claude Code, OpenAI Codex, and Grok-style components to help developers quickly build AI-native chat and CLI interfaces.

awman's --dynamic flag enables cross-framework dynamic workflows with multi-model collaboration. Explore its leader agent architecture, shared context design, and auto fault-tolerance mechanisms.

What is Vibe Coding? Learn how AI coding tools like Cursor and Claude let anyone build real products using plain language — no coding background required.

Developer Denis Drobyshev releases Reinforce, his first open-source RL Python library on GitHub. Learn about its value for beginners, common challenges in new open-source projects, and how to contribute.
Jacquard: A Programming Language Desig…
Jacquard is an experimental programming language built for the "AI writes, human reviews" paradigm, making reviewability a first-class design principle for the AI coding era.
Latent Reasoning: The Next-Generation …
Is CoT really AI 'thinking'? This deep dive covers latent reasoning's rise — Coconut, HRM, BDH — and the core trade-offs between interpretability, efficiency, and governance in high-stakes AI.

A deep dive into Agent Skills: SKILL.md structure, four core elements (workflow/docs/tools/assets), real-world case studies, and how Skills differ from prompts.

A comprehensive guide to Ansible, the open-source IT automation platform: core architecture, design philosophy, and use cases. Learn about agentless mode, YAML Playbook syntax, idempotency, and best practices for DevOps and Infrastructure as Code.

An in-depth look at LangChain's core value: the three limitations of LLMs, unified model interfaces, modular architecture, configuring the DeepSeek API, and understanding the SystemMessage/HumanMessage/AIMessage/ToolMessage system to build a foundation for Agent development.

Master Codex's Goal command mechanism. Use five standard project settings—agents.md, context.md, active-context and more—to solve context forgetting and hallucination in long-running Agents and maximize your weekly quota.

An in-depth guide to building an AI-driven second brain with Obsidian + Hermes Agent. Covers living files, VPS deployment, core memory mechanisms, and skill visualization.

Starting from the three limitations of LLMs, this guide systematically explains LangChain's core positioning, environment setup, API key prep, model init, and the message system. Learn init_chat_model and AIMessage/HumanMessage/SystemMessage.