Tagged articles

Design Decisions

2 articles · Page 1 of 1
DeepNoMind
DeepNoMind
Mar 26, 2026 · Artificial Intelligence

Designing AI Agent Memory: Three‑Layer Architecture and Four Key Decisions

The article explains why AI agents need a dedicated memory system, describes a three‑layer memory architecture (working, short‑term, long‑term), and outlines four critical design decisions—what to write, when to read, how to update/forget, and isolation—illustrated with real‑world examples and industry solutions.

AI AgentDesign DecisionsHarness
0 likes · 15 min read
Designing AI Agent Memory: Three‑Layer Architecture and Four Key Decisions
Continuous Delivery 2.0
Continuous Delivery 2.0
May 30, 2023 · Fundamentals

Design Decisions and Architecture Decision Records (ADRs)

The article explains the importance of documenting software design decisions, introduces Architecture Decision Records (ADRs) as lightweight, text‑based records containing background, decision, and consequences, and discusses their historical evolution, practical benefits, challenges, and growing adoption in agile development.

ADRAgileDesign Decisions
0 likes · 12 min read
Design Decisions and Architecture Decision Records (ADRs)