High Availability Architecture
Author

High Availability Architecture

Official account for High Availability Architecture.

431
Articles
0
Likes
843
Views
0
Comments
Recent Articles

Latest from High Availability Architecture

100 recent articles max
High Availability Architecture
High Availability Architecture
Apr 28, 2026 · Artificial Intelligence

40 Engineered Prompt Templates for Claude, ChatGPT, and Gemini to Generate Expert‑Level Output

After testing over 500 prompts, the author curates 40 structured prompt templates—covering writing, analysis, development, productivity, data interpretation, and communication—that work reliably on Claude, ChatGPT, and Gemini and turn vague instructions into expert‑grade AI output.

AI productivityChatGPTClaude
0 likes · 23 min read
40 Engineered Prompt Templates for Claude, ChatGPT, and Gemini to Generate Expert‑Level Output
High Availability Architecture
High Availability Architecture
Apr 26, 2026 · Artificial Intelligence

Why Modern AI Agent Harnesses Converge on the Same Memory Management Strategy

The article compares Pi, OpenClaw, Claude Code, and Letta, showing how each framework tackles limited context windows through file truncation, pagination, tool‑result budgeting, sub‑agent isolation, and token‑driven compaction, revealing a clear convergence toward active memory management.

AI agentsContext ManagementFile Pagination
0 likes · 19 min read
Why Modern AI Agent Harnesses Converge on the Same Memory Management Strategy
High Availability Architecture
High Availability Architecture
Apr 24, 2026 · Artificial Intelligence

Claude’s Official Report Reveals Three Quality Degradation Issues and Fixes

Anthropic’s recent report details three independent changes that caused quality regressions in Claude Code and Agent SDK—lowered default reasoning effort, a caching bug that erased thinking history, and an overly restrictive system prompt—each fixed by April 20 in version v2.1.116+, with plans to prevent future incidents.

AIClaudecaching bug
0 likes · 12 min read
Claude’s Official Report Reveals Three Quality Degradation Issues and Fixes
High Availability Architecture
High Availability Architecture
Apr 16, 2026 · Artificial Intelligence

What’s New in Claude Opus 4.7? Deep Dive into Features, Effort Levels, and Auto Mode

Claude Opus 4.7 launches with major upgrades in programming, vision, and instruction following, introduces new effort levels like xhigh, adds auto mode and permission‑prompt reduction tools, and provides detailed guidance on using these capabilities effectively within Claude Code for complex, long‑running agent tasks.

AI modelAuto ModeClaude
0 likes · 18 min read
What’s New in Claude Opus 4.7? Deep Dive into Features, Effort Levels, and Auto Mode
High Availability Architecture
High Availability Architecture
Apr 13, 2026 · Artificial Intelligence

How a Google Engineer Automated 80% of His Work Using Claude Code

The article explains how a Google engineer leveraged Claude Code together with a lightweight .NET application and a curated CLAUDE.md file based on Karpathy’s principles, plus the Everything‑Claude‑Code repository, to automate roughly 80 % of his development tasks, reduce token waste, and achieve massive time and cost savings.

AI automationClaude CodeDevOps
0 likes · 11 min read
How a Google Engineer Automated 80% of His Work Using Claude Code
High Availability Architecture
High Availability Architecture
Mar 13, 2026 · Artificial Intelligence

Inside the 18‑Day Evolution of an Open‑Source AI Agent Orchestrator

In just 18 days after open‑sourcing, the TypeScript‑based Agent Orchestrator built by AI agents themselves amassed 3,800+ GitHub stars, executed 15 parallel sessions, merged six PRs, faced authentication crashes and session deaths, and evolved through a three‑tier escalation protocol with OpenClaw integration to enable real‑time Telegram interaction and continuous self‑improvement.

AI agentsAgent orchestrationCI automation
0 likes · 25 min read
Inside the 18‑Day Evolution of an Open‑Source AI Agent Orchestrator
High Availability Architecture
High Availability Architecture
Mar 12, 2026 · Artificial Intelligence

How Claude Code Hits 92% Prompt Cache Rate and Slashes AI Agent Costs by 81%

This article explains the prompt‑caching mechanism used by Claude Code, showing how separating static prefixes from dynamic tails and leveraging KV‑tensor caching reduces the O(n²) complexity of transformer pre‑fill to O(n), achieving a 92% cache hit rate and up to 81% cost savings in long‑running AI agent sessions.

AI agentsClaudeLLM optimization
0 likes · 12 min read
How Claude Code Hits 92% Prompt Cache Rate and Slashes AI Agent Costs by 81%