AI Step-by-Step
Author

AI Step-by-Step

Sharing AI knowledge, practical implementation records, and more.

39
Articles
0
Likes
1
Views
0
Comments
Recent Articles

Latest from AI Step-by-Step

39 recent articles
AI Step-by-Step
AI Step-by-Step
May 8, 2026 · Artificial Intelligence

How LLM Wiki Transforms Personal Agent Knowledge Management

LLM Wiki, proposed by Andrej Karpathy, replaces repetitive RAG retrieval for personal agents with a three‑layer markdown‑based knowledge base that separates raw sources, curated wiki pages, and schema constraints, enabling durable, auditable memory, structured updates, health checks, and a hybrid Wiki‑RAG workflow.

AIKnowledge BaseLLM Wiki
0 likes · 17 min read
How LLM Wiki Transforms Personal Agent Knowledge Management
AI Step-by-Step
AI Step-by-Step
May 7, 2026 · Artificial Intelligence

How Claude Code’s Coordinator‑Worker Architecture Enables Native Concurrency

Claude Code tackles the bottleneck of overloaded main sessions in complex code tasks by splitting work into a Coordinator that keeps the overall goal and independent Workers that handle research, implementation, testing, and review in isolated contexts, returning only essential evidence for synthesis.

AI concurrencyAgent ArchitectureClaude Code
0 likes · 13 min read
How Claude Code’s Coordinator‑Worker Architecture Enables Native Concurrency
AI Step-by-Step
AI Step-by-Step
May 5, 2026 · Product Management

How to Convert Rough PRDs into Structured AI‑First Specifications

The article explains why feeding vague PRDs to AI coding tools leads to unstable code, and presents a step‑by‑step workflow that rewrites rough requirements into a structured AI‑First PRD covering goals, boundaries, states, acceptance criteria, and feasibility checks before implementation.

AIPRDproduct-management
0 likes · 15 min read
How to Convert Rough PRDs into Structured AI‑First Specifications
AI Step-by-Step
AI Step-by-Step
May 4, 2026 · R&D Management

How to Give AI Coding Agents a Global Constitution

The article explains why teams using multiple AI coding agents need a top‑level CONSTITUTION.md to capture stable engineering principles, decision hierarchy, autonomy boundaries, quality gates, and revision processes, and shows how to structure, write, and propagate it across tool‑specific files.

AI agentsCONSTITUTION.mdR&D management
0 likes · 16 min read
How to Give AI Coding Agents a Global Constitution
AI Step-by-Step
AI Step-by-Step
May 1, 2026 · Artificial Intelligence

How Claude Code’s Agentic Loop Works: Four Layers from QueryEngine to UI

The article breaks down Claude Code’s persistent agentic loop into four layers—QueryEngine, Tool System, Permission/Hook, and React + Ink—explaining how each turn gathers context, makes model decisions, executes actions, verifies results, handles errors, and renders a terminal UI.

Agentic LoopClaude CodeError handling
0 likes · 14 min read
How Claude Code’s Agentic Loop Works: Four Layers from QueryEngine to UI
AI Step-by-Step
AI Step-by-Step
Apr 29, 2026 · Artificial Intelligence

Implementing a Harness in Hermes: Tool Registry, Plugin System, and Context Engine

The article dissects Hermes’s extension layer, showing how the Tool Registry converts functions into runtime assets, how AST‑based auto‑discovery and availability checks keep tool lists accurate, and how the unified dispatch, Plugin System, Hook System, and replaceable Context Engine together form a robust, governable agent platform.

Agent FrameworkAuto-discoveryContext Engine
0 likes · 20 min read
Implementing a Harness in Hermes: Tool Registry, Plugin System, and Context Engine
AI Step-by-Step
AI Step-by-Step
Apr 27, 2026 · Artificial Intelligence

Hermes Prompt Runtime: Managing Provider, Prompt, Memory, and Context

Hermes Prompt Runtime introduces a layered architecture that first resolves the model provider, then builds a stable system prompt, freezes memory snapshots for session boundaries, isolates per‑call temporary context, and compresses long histories, thereby keeping long‑term semantics stable, improving prompt caching, and reducing context‑window pressure.

Agent ArchitectureContext CompressionHermes
0 likes · 12 min read
Hermes Prompt Runtime: Managing Provider, Prompt, Memory, and Context
AI Step-by-Step
AI Step-by-Step
Apr 26, 2026 · Artificial Intelligence

Designing Multi‑Tenant Agent Isolation for Verifiable Tenant Boundaries

The article analyzes how B‑side SaaS agents must extend isolation beyond the data layer to the execution layer, introducing a tenant control plane, tiered compute isolation, pre‑retrieval RAG filtering, versioned prompt loading, and a detailed launch checklist to ensure every inference, retrieval, and action respects a verifiable tenant boundary.

Agent ArchitectureRAG isolationSaaS
0 likes · 15 min read
Designing Multi‑Tenant Agent Isolation for Verifiable Tenant Boundaries