AI Tech Publishing
Author

AI Tech Publishing

In the fast-evolving AI era, we thoroughly explain stable technical foundations.

77
Articles
0
Likes
1
Views
0
Comments
Recent Articles

Latest from AI Tech Publishing

77 recent articles
AI Tech Publishing
AI Tech Publishing
Jan 27, 2026 · Artificial Intelligence

Step‑by‑Step: Adding Skill Capabilities to Your Agent System

This article walks through the design patterns, three‑level loading mechanism, and practical implementation steps for integrating reusable, domain‑specific Skills into an existing Agent system, covering both local and distributed deployments with Redis‑based versioning and sandboxed execution.

AgentLLMMeta-Tool Pattern
0 likes · 14 min read
Step‑by‑Step: Adding Skill Capabilities to Your Agent System
AI Tech Publishing
AI Tech Publishing
Jan 24, 2026 · Artificial Intelligence

Agent OS and Skills: 26 Years of Tech Trend Insights

The article examines the emerging concept of Agent OS as a platform for Skills, surveys the few mature Agent OS offerings across code, desktop, and web domains, highlights the rise of response APIs, reviews available agent SDKs, and explains the central role of the agent loop and its various shells.

AI agentsSkillsagent OS
0 likes · 4 min read
Agent OS and Skills: 26 Years of Tech Trend Insights
AI Tech Publishing
AI Tech Publishing
Jan 20, 2026 · Artificial Intelligence

10 Core Architecture Patterns for Scalable LLM Skills and Context Engineering

The article presents a ten‑step architecture for implementing scalable LLM Skills, covering a meta‑tool pattern to avoid tool explosion, progressive three‑level loading to save tokens, script execution outside the LLM context, Redis‑based storage with pub/sub updates, version locking, dynamic addition, batch loading, and file‑system strategies.

AgentContext EngineeringLLM
0 likes · 10 min read
10 Core Architecture Patterns for Scalable LLM Skills and Context Engineering
AI Tech Publishing
AI Tech Publishing
Jan 15, 2026 · Artificial Intelligence

Choosing the Right Multi-Agent Architecture: Practical Guidance

This article analyzes why single‑agent systems hit limits in context management and distributed development, compares four multi‑agent patterns (Subagents, Skills, Handoffs, Router) with concrete performance data across three scenarios, and offers a decision framework for selecting the most suitable architecture.

ArchitectureComparisonContext Management
0 likes · 11 min read
Choosing the Right Multi-Agent Architecture: Practical Guidance
AI Tech Publishing
AI Tech Publishing
Jan 12, 2026 · Artificial Intelligence

Ralph Loop: Engineering Continuous Iteration for AI Agents

Ralph Loop introduces an externalized iterative loop that forces AI agents to keep working until objective completion criteria are met, dramatically extending effective runtime from hours to a full day or more and shifting human‑agent collaboration from frequent supervision to efficient delegation.

AI AgentIterative AutomationLLM
0 likes · 17 min read
Ralph Loop: Engineering Continuous Iteration for AI Agents
AI Tech Publishing
AI Tech Publishing
Jan 10, 2026 · Artificial Intelligence

Anthropic Engineers Reveal a Pragmatic Framework for Evaluating AI Agents

Anthropic engineers outline why rigorous AI Agent evaluation is essential, describe a comprehensive evaluation harness with tasks, trials, graders, and transcripts, compare capability and regression tests, discuss code-, model-, and human-based graders, and present an eight-step roadmap for building reliable Agent assessment pipelines.

AI AgentCapability EvaluationCode-based Grader
0 likes · 12 min read
Anthropic Engineers Reveal a Pragmatic Framework for Evaluating AI Agents
AI Tech Publishing
AI Tech Publishing
Dec 22, 2025 · Artificial Intelligence

How Agent Skills and MCP Servers Work Together

This article explains how Anthropic's Skills and Model Context Protocol (MCP) servers complement each other to let Claude agents follow specific workflows, access external tools, and produce consistent, reliable outputs, illustrated with real‑world use cases and a quick reference guide.

AI agentsAnthropicClaude
0 likes · 13 min read
How Agent Skills and MCP Servers Work Together
AI Tech Publishing
AI Tech Publishing
Nov 25, 2025 · Artificial Intelligence

Three New Ways to Tackle Agent Context Engineering with Claude’s Tools

Anthropic’s recent release introduces three advanced capabilities—Tool Search, Programmatic Tool Calling, and Tool Use Examples—that reduce token consumption, avoid context pollution, and improve tool‑calling accuracy for AI agents, with detailed benchmarks, code samples, and guidance on when each feature is most effective.

AI agentsClaudeContext Engineering
0 likes · 24 min read
Three New Ways to Tackle Agent Context Engineering with Claude’s Tools