Agentic Design Repository

Agentic Design

23 entries. Filter by search and type. Each entry has a clean page + raw JSON.

Tools vs Chat: When an Agent Must Act, Not Just Talk

Learn to clearly distinguish between 'thinking in text' and 'acting on the world', and explain why serious agents must use tools.

agentic_byte agentic-bytes agentic_dev_002 tool-calling hallucination-prevention decision-rule agent-design json

Output Contracts: Why Agents Must Speak JSON

Understand why strict output formats (JSON schemas) are critical for building agents you can trust, debug, and automate.

agentic_byte agentic-bytes agentic_dev_003 json-schema output-contracts agent-reliability automation json

Chunking: How Knowledge Must Be Cut for RAG

Learn how to structure knowledge so an agent can reliably retrieve and use it without confusion or hallucination.

agentic_byte agentic-bytes agentic_dev_004 rag chunking knowledge-design retrieval-quality json

Metadata: Teaching Agents What a Chunk Is About

Understand how metadata turns raw text chunks into navigable, filterable, and trustworthy knowledge for agents.

agentic_byte agentic-bytes agentic_dev_005 metadata rag knowledge-governance agent-control json

Guardrails: What an Agent Is Never Allowed to Do

Learn how to define hard boundaries so an agent behaves safely, predictably, and does not overstep its authority.

agentic_byte agentic-bytes agentic_dev_007 guardrails agent-safety control production-agents json

Memory: What Agents Should Remember (and Forget)

Understand different types of agent memory and how to use them without creating confusion, drift, or privacy risks.

agentic_byte agentic-bytes agentic_dev_013 agent-memory rag state-management knowledge-hygiene json

Single-Agent vs Multi-Agent: When One Brain Is Enough

Understand when a single agent is sufficient and when splitting responsibilities across multiple agents makes systems more reliable and maintainable.

agentic_byte agentic-bytes agentic_dev_018 single-agent multi-agent architecture coordination json