248 related articles

Bilibili creator KaterSony tests Claude Sonnet 5 across 8 real-world tasks—image recognition, 3D modeling, web generation—comparing it against GPT-5.5, Gemini 3.1 Pro, and revealing its true capability limits and cost traps.

Anthropic engineers reveal Claude Code's 18-month evolution: system prompt cut by 80%, 65% of PRs shipped automatically by AI, Claude Tag collaboration, and the safety logic behind auto mode.

A structured 3-phase roadmap for frontend developers transitioning to AI: master Transformer fundamentals, build RAG & Agent skills, then advance to model fine-tuning.

WebMCP is a proposed web standard that lets pages proactively expose tool interfaces to AI agents via declarative and imperative APIs, eliminating browser automation guesswork. Now in Chrome 149 Origin Trial.

Building an NRF52840 Bluetooth left-hand keyboard from scratch: why NRF52840+ZMK, AI-assisted project init, pin assignment, and real-world debugging of Bootloader offsets and Kconfig configuration.

A developer's hands-on account of building a brief-to-storyboard video Agent: JSON errors, missing fields, pacing issues — and how JSON Schema, retry loops, and MCP tools solved them.

Anthropic engineer Lydia and YK Sugi break down Claude Code's Intent-Driven Development paradigm, covering dynamic workflows, auto mode, sub-agent orchestration, and the evolving role of software engineers in the AI era.

A complete workflow from Google I/O: use Antigravity, Modern Web Guidance, and Chrome DevTools MCP to build Chrome extensions automatically — from prompt to publish.

A deep dive into the WebMCP proposal: how AI agents read websites, how to expose structured tools via imperative and declarative APIs, and how to audit agentic readiness with Lighthouse.

Learn how to connect AI agents to SQL Server via MCP protocol — wrapping DMV queries, managing multi-instance fleets, and enabling natural language ops with layered safety guardrails. Includes Docker deployment.

A clear, practical guide to CI/CD: from Waterfall to DevOps, manual vs. automated deployment, and a full Jenkins + RuoYi hands-on learning path for beginners.

Frontend engineers pivoting to AI Agent development: TypeScript and Zod are now must-have skills. Explore the full progression from API calls to building LangGraph-style frameworks, and nail the 3 core interview topics.

How Boundary built a self-healing AI Agent loop that automatically writes BAML code, discovers bugs, and generates fix PRs — a practical software factory with deduplication, human-in-the-loop leverage points, and extensible multi-loop design.
BAML: A Type-Safe Programming Language…
BAML is a domain-specific language for AI Agent development that uses a type system to solve unreliable LLM structured output and unmaintainable prompts.

How AirOps replaced traditional workflow builders with the Claude Agent SDK to build an AI agent platform for content marketers — covering three architectural iterations, harness engineering, and sub-agent context management.

Learn LangChain 1.3 core concepts including LLM model abstraction, RAG retrieval-augmented generation, and Agent orchestration. Build a Deep Agent with planners, tools, and reflection modules.
One Prompt, 50 Games: An Experiment in…
One developer used a single prompt to run dozens of Fable-5 agents in parallel, generating 50+ playable games in one day. A deep dive into parallel agent orchestration, Claude Code CLI, and the future of AI-driven software production.

Android Studio's new Parallel Chats feature lets you run multiple AI agent tasks simultaneously, each with a different model — UI refactors, docs, and code explanations all at once.
PlanWright: A Control Plane and Multi-…
PlanWright is a control plane for AI coding agents, drawing on Kubernetes orchestration principles to tackle multi-agent task assignment, state tracking, and collaboration conflicts.
Cross-Platform MicroVM Sandbox: Runnin…
Explore cross-platform MicroVM sandbox technology supporting Windows/Mac/Linux with a built-in policy engine for fine-grained access control in AI Agent and multi-tenant code execution scenarios.