173 related articles
Smart Proxy: The Key Architecture for …
Too much AI permission is risky; too little kills productivity. A smart proxy acts as a controllable middleware layer — intercepting, auditing, and policy-gating AI agent actions in tools like Claude Code and Cursor for safe autonomous operation.

LangChain4j is the AI application development framework built for Java engineers. Integrate DeepSeek, Qwen, and more into Spring Boot — no Python required.

A complete Spring AI guide for Java developers covering ChatModel, EmbeddingModel, ChatMemory, Tool Calling, MCP protocol, and RAG with Milvus. Build LLM apps in Spring Boot.

OpenAI merges ChatGPT and Codex into a super app and releases three new GPT-5.6 models: Sol, Terra, and Luna. A deep dive into four hands-on workflows—Computer Use, Loops, and multi-threading—for the AI agent era.

Deep dive into MCP (Model Context Protocol): clarifying the three-layer relationship between MCP, Function Calling, and Agents, covering protocol roles, call flows, transport choices, and production security for AI developers.

A complete guide to building a local AI coding agent on a 32GB Mac: Ollama for local inference, OpenCode as the agent framework, and MCP memory servers for cross-session context. Code stays on-device, no subscription fees.

GPT-5.6 is officially released with core upgrades including programmatic tool calling, autonomous subagent delegation, and higher token information density. A hands-on card game build reveals its Agentic power.

Build production-grade AI Agents with a pure Go stack using ByteDance's Eino framework. A deep dive into seven core capabilities: multi-Agent orchestration, long-task execution, command approval, RAG, MCP, Skills, and database reporting.

July 12 GitHub trending: Agent Skills/MCP ecosystem explodes with superpowers hitting ~900 stars, pgrust rewrites Postgres in Rust passing 100% tests, plus solid engineering foundations.

Docx-CLI is an open-source CLI tool for AI agents that strips redundant XML and enables precise editing, helping LLM agents save half the tokens and time on Word docs.

Tencent Cloud open-sources TencentDB Agent Memory — a fully local AI Agent memory system with a 4-tier progressive pipeline, zero external API dependencies, and 8,100+ GitHub Stars. Ideal for finance, healthcare, and privacy-sensitive use cases.

Microsoft SQL team's major updates: Azure SQL adds AI embeddings and dynamic data masking, Fabric SQL gets a Migration Assistant and Fabric Apps, SQL Server CU5 brings memory improvements, SSMS adds a SQL Formatter and Agent mode, and DP-800 certification is now open.

An in-depth analysis of the "any Agent as an orchestrator" design philosophy, exploring the technical implementation of multi-Agent collaboration, context management, and workflow automation.

As Claude Code, Cursor, and Codex enter enterprises at scale, policy enforcement guardrails are becoming critical. A deep dive into AI coding tool security governance, cross-platform compliance, and enforcement mechanisms.

Demo works but production fails? This guide covers the full AI Agent development path: when to use Agents, hand-writing ReAct loops, tool schemas, RAG, eval sets, and production fallback strategies.

Why has AI engineering methodology evolved from prompts to context engineering and now Harness engineering? This article examines three paradigms, key bottlenecks, and the Agent = Model + Harness formula.

A deep dive into Harness Engineering — the third phase of AI coding. Based on research across 2,853 GitHub repos, explore agents.md, Skills, MCP, and eight configuration mechanisms to control your AI coding assistant.

Skill and MCP are two core concepts for building AI Agents. Skill encapsulates task execution methodology, while MCP provides a standardized protocol for connecting external tools. This article breaks down their core differences, abstraction levels, and collaboration.

Geosql is a geospatial SQL skill pack designed for AI coding assistants like Claude and Codex, enabling LLMs to accurately generate PostGIS queries and handle coordinate transformations and spatial analysis.

Rowboat is an open-source, local-first AI desktop client positioned as a Claude Desktop alternative. Local data storage and fully transparent code help developers control privacy and workflows.