High Availability Architecture
Author

High Availability Architecture

Official account for High Availability Architecture.

446
Articles
0
Likes
2.2k
Views
0
Comments
Recent Articles

Latest from High Availability Architecture

100 recent articles max
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 AgentsCI automationOpenClaw
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%
High Availability Architecture
High Availability Architecture
Mar 6, 2026 · Artificial Intelligence

How to Trim Massive JSON Outputs for Real‑World AI Agents

The article explains why raw JSON from document‑parsing APIs overwhelms an AI agent's context window and presents a practical workflow that separates readable Markdown content from metadata, uses prompt engineering, and leverages sandboxed code to keep agents efficient and accurate.

AI AgentsMarkdowndocument parsing
0 likes · 11 min read
How to Trim Massive JSON Outputs for Real‑World AI Agents
High Availability Architecture
High Availability Architecture
Feb 27, 2026 · Artificial Intelligence

How We Scaled Millions of AI Agents with Unikraft Micro‑VMs and a Control‑Plane Sandbox

Browser Use evolved from AWS Lambda to a control‑plane‑driven architecture using Unikraft micro‑VMs, isolating each AI web agent in a sandbox that only receives three environment variables, enabling secure, scalable execution of millions of agents with zero‑trust isolation and fast start‑up times.

AI AgentsSecurityUnikraft
0 likes · 11 min read
How We Scaled Millions of AI Agents with Unikraft Micro‑VMs and a Control‑Plane Sandbox